aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/files/node
Commit message (Collapse)AuthorAgeFilesLines
* Fix searchCommon to properly match path nameVincent Petry2015-01-121-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.
* add an interface for the root folder so apps have an interface to deal with ↵Bernhard Posselt2014-12-211-1/+3
| | | | | | | | storage fix comments and newline add newline
* Add getMountPoint to FileInfoRobin Appelman2014-12-171-0/+4
|
* Return file info from Node APIVincent Petry2014-12-151-1/+6
|
* Make $userId mandatory for searchByTagsVincent Petry2014-12-122-11/+12
| | | | | | | $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 cacheVincent Petry2014-12-112-0/+14
|
* Add public api for mount configurationsRobin Appelman2014-12-042-8/+8
|
* make \OC\Files\Node\Node implement the FileInfo interfaceRobin Appelman2014-12-043-28/+60
|
* Replace deprecated constant with new class constantJoas Schilling2014-11-254-15/+15
|
* Fix SharedCache::getPathByIdRobin Appelman2014-08-061-1/+1
|
* return null instead of throwing an exceptionRobin Appelman2014-08-061-2/+1
|
* Fix Folder::getByIdRobin Appelman2014-08-052-39/+25
|
* - drop permissions table and related codeThomas Müller2014-06-051-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 /libRobin McCorkell2014-05-131-1/+1
|
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2014-02-193-4/+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
* Fix more documentation failesJoas Schilling2014-02-081-2/+1
| | | | Issue #7111
* polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-062-2/+3
|
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-306-0/+1321
Conflicts: lib/private/vcategories.php