aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/files/node/folder.php
Commit message (Collapse)AuthorAgeFilesLines
* Move \OC\Files to PSR-4Roeland Jago Douma2016-04-241-360/+0
|
* properly use fileinfo objectsRobin Appelman2016-03-211-16/+12
|
* pass the fileinfo to the node if availableRobin Appelman2016-03-211-2/+2
|
* Happy new year!Thomas Müller2016-01-121-2/+2
|
* Add metadata to post delete hooksRobin Appelman2015-12-011-1/+2
|
* fix internal path when searching in storage rootRobin Appelman2015-10-061-2/+5
|
* The minimum size for internalRootLength is 1Olivier Paroz2015-10-061-1/+1
|
* Use the view logic for getFolderContent for the node apiRobin Appelman2015-09-081-69/+8
|
* Update license headersJenkins for ownCloud2015-03-261-4/+21
|
* Add `getNonExistingName()` to the node apiRobin Appelman2015-03-241-0/+12
|
* Revert "Updating license headers"Morris Jobke2015-02-261-20/+5
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-5/+20
|
* 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.
* Make $userId mandatory for searchByTagsVincent Petry2014-12-121-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 cacheVincent Petry2014-12-111-0/+10
|
* Add public api for mount configurationsRobin Appelman2014-12-041-1/+1
|
* make \OC\Files\Node\Node implement the FileInfo interfaceRobin Appelman2014-12-041-7/+0
|
* Replace deprecated constant with new class constantJoas Schilling2014-11-251-4/+4
|
* return null instead of throwing an exceptionRobin Appelman2014-08-061-2/+1
|
* Fix Folder::getByIdRobin Appelman2014-08-051-13/+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-191-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/publicThomas Müller2013-09-301-0/+382
Conflicts: lib/private/vcategories.php