aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/files/node
Commit message (Collapse)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
| | | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* 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
| | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :)
* 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
| | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
* Add store/retrieve checksumsRoeland Jago Douma2016-02-032-0/+11
| | | | | | | * Add extra db column to filecache * Bump version * Update filecache code to actually handle checksum * Webdav code to store/retrieve checksums
* 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
| | | | | * untangle DI of user specific folders * allows to autodetect the dependency
* more type hintsRobin Appelman2015-06-021-2/+2
|
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2015-05-191-3/+0
| | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
* 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 fileinfo
| * Check if we have a proper fileinfoRobin Appelman2015-02-251-2/+16
| |
* | Revert "Updating license headers"Morris Jobke2015-02-266-113/+30
|/ | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* 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
| | | | | | | 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