summaryrefslogtreecommitdiffstats
path: root/lib/private/files/node
Commit message (Expand)AuthorAgeFilesLines
* Move \OC\Files to PSR-4Roeland Jago Douma2016-04-248-2229/+0
* Add lazyRootFolderRoeland Jago Douma2016-04-131-0/+474
* lib: Fix typos (found by codespell)Stefan Weil2016-04-071-1/+1
* properly use fileinfo objectsRobin Appelman2016-03-211-16/+12
* improve reuse in getUserFolderRobin Appelman2016-03-211-6/+6
* pass the fileinfo to the node if availableRobin Appelman2016-03-211-2/+2
* Query the cache when checking if a node existsRobin Appelman2016-03-211-2/+3
* Add locking to the node apiRobin Appelman2016-03-031-0/+24
* Remove Scrutinizer Auto FixerLukas Reschke2016-03-011-1/+0
* Update author informationLukas Reschke2016-03-013-0/+5
* Make scrutinizer happyRoeland Jago Douma2016-02-181-1/+1
* Make sure fileinfo exists when calling getCheckSum in node APIVincent Petry2016-02-081-1/+1
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2016-02-051-1/+1
* Add store/retrieve checksumsRoeland Jago Douma2016-02-032-0/+11
* Happy new year!Thomas Müller2016-01-127-8/+8
* Also add metadata for postDelete hooks triggered from the viewRobin Appelman2015-12-021-3/+16
* Add metadata to post delete hooksRobin Appelman2015-12-014-22/+104
* Add getOwner to FileInfoRobin Appelman2015-11-101-0/+4
* 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
* Add hook connector to connect view and node hooksRobin Appelman2015-09-281-0/+151
* Use the view logic for getFolderContent for the node apiRobin Appelman2015-09-082-70/+11
* Add getUserFolder to IRootFolderMorris Jobke2015-07-031-0/+29
* more type hintsRobin Appelman2015-06-021-2/+2
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2015-05-191-3/+0
* Update license headersJenkins for ownCloud2015-03-266-24/+119
* Add `getNonExistingName()` to the node apiRobin Appelman2015-03-241-0/+12
* Add "throws" lines to calling methods and interface aswellJoas Schilling2015-02-271-0/+23
* Merge pull request #14437 from owncloud/node-check-fileinfoThomas Müller2015-02-271-2/+16
|\
| * Check if we have a proper fileinfoRobin Appelman2015-02-251-2/+16
* | Revert "Updating license headers"Morris Jobke2015-02-266-113/+30
|/
* Updating license headersJenkins for ownCloud2015-02-236-30/+113
* Update the cache when renaming even if we dont emit hooksRobin Appelman2015-01-281-1/+1
* fix node interfaceBernhard Posselt2015-01-261-2/+1
* Fix searchCommon to properly match path nameVincent Petry2015-01-121-0/+1
* add an interface for the root folder so apps have an interface to deal with s...Bernhard Posselt2014-12-211-1/+3
* 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
* 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
* Fix all PHPDoc types and variable names, in /libRobin McCorkell2014-05-131-1/+1
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2014-02-193-4/+0
* Fix more documentation failesJoas Schilling2014-02-081-2/+1