Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move \OC\Files to PSR-4 | Roeland Jago Douma | 2016-04-24 | 1 | -360/+0 |
| | |||||
* | properly use fileinfo objects | Robin Appelman | 2016-03-21 | 1 | -16/+12 |
| | |||||
* | pass the fileinfo to the node if available | Robin Appelman | 2016-03-21 | 1 | -2/+2 |
| | |||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -2/+2 |
| | |||||
* | Add metadata to post delete hooks | Robin Appelman | 2015-12-01 | 1 | -1/+2 |
| | |||||
* | fix internal path when searching in storage root | Robin Appelman | 2015-10-06 | 1 | -2/+5 |
| | |||||
* | The minimum size for internalRootLength is 1 | Olivier Paroz | 2015-10-06 | 1 | -1/+1 |
| | |||||
* | Use the view logic for getFolderContent for the node api | Robin Appelman | 2015-09-08 | 1 | -69/+8 |
| | |||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -4/+21 |
| | |||||
* | Add `getNonExistingName()` to the node api | Robin Appelman | 2015-03-24 | 1 | -0/+12 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -20/+5 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -5/+20 |
| | |||||
* | Fix searchCommon to properly match path name | Vincent Petry | 2015-01-12 | 1 | -0/+1 |
| | | | | | | | The internal path was matched without the last "/" which caused "files_trashbin" to also match when the internal path was "files". This adds the missing slash for the comparison. | ||||
* | Make $userId mandatory for searchByTags | Vincent Petry | 2014-12-12 | 1 | -10/+11 |
| | | | | | | | $userId is now a mandatory parameter for searchByTags. Also fixed some places in the code where the argument was missing (Node API and View) | ||||
* | Added searchByTags to view, storage and cache | Vincent Petry | 2014-12-11 | 1 | -0/+10 |
| | |||||
* | Add public api for mount configurations | Robin Appelman | 2014-12-04 | 1 | -1/+1 |
| | |||||
* | make \OC\Files\Node\Node implement the FileInfo interface | Robin Appelman | 2014-12-04 | 1 | -7/+0 |
| | |||||
* | Replace deprecated constant with new class constant | Joas Schilling | 2014-11-25 | 1 | -4/+4 |
| | |||||
* | return null instead of throwing an exception | Robin Appelman | 2014-08-06 | 1 | -2/+1 |
| | |||||
* | Fix Folder::getById | Robin Appelman | 2014-08-05 | 1 | -13/+25 |
| | |||||
* | - drop permissions table and related code | Thomas Müller | 2014-06-05 | 1 | -5/+0 |
| | | | | | | - the file/folder's permission is now stored in the file cache - BackGroundWatcher has been removed - this has meanwhile be replaced by occ files:scan which can be executed in a cron jobs - increase version to trigger database migration | ||||
* | Fix all PHPDoc types and variable names, in /lib | Robin McCorkell | 2014-05-13 | 1 | -1/+1 |
| | |||||
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2014-02-19 | 1 | -1/+0 |
| | | | | | | | | | | | This patch was automatically generated as part of the following inspection: https://scrutinizer-ci.com/g/owncloud/core/inspections/cdfecc4e-a37e-4233-8025-f0d7252a8720 Enabled analysis tools: - PHP Analyzer - JSHint - PHP Copy/Paste Detector - PHP PDepend | ||||
* | move the private namespace OC into lib/private - OCP will stay in lib/public | Thomas Müller | 2013-09-30 | 1 | -0/+382 |
Conflicts: lib/private/vcategories.php |