summaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Node
Commit message (Expand)AuthorAgeFilesLines
* Improve recent file fetchingRoeland Jago Douma2020-08-181-6/+51
* Add lazy events for the Node APIRoeland Jago Douma2020-05-281-23/+80
* generalize the "lazy folder" conceptRobin Appelman2020-05-112-456/+497
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-103-3/+1
* Use elseif instead of else ifChristoph Wurst2020-04-101-2/+2
* Properly hint exceptions thrown by getUserFolderJulius Härtl2020-04-031-2/+4
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-314-0/+4
* Use the short array syntax, everywhereChristoph Wurst2020-03-265-18/+18
* Create SimpleFile only when writing the contentRobin Appelman2020-02-283-4/+10
* Update license headersChristoph Wurst2019-12-058-8/+18
* Allow filtering the search results to the users home storageRobin Appelman2019-12-031-15/+23
* Properly anotate LockedException in files node apiJulius Härtl2019-11-282-9/+29
* Files first to use own GenericEventArthur Schiwon2019-11-261-1/+1
* Some php-cs fixesRoeland Jago Douma2019-11-223-3/+4
* dont expose metadata etag for nowRobin Appelman2019-11-132-11/+0
* expose filecache extension data in FileInfoRobin Appelman2019-11-132-0/+33
* Fix getById for files in appdata and the root mountJoas Schilling2019-09-171-0/+44
* emit file events via Dispatcher, tooArthur Schiwon2019-09-094-21/+39
* Add additional check for read permissionsJulius Härtl2019-07-241-1/+2
* Check the if we can actually access the storage cache for recent filesJulius Härtl2019-07-241-0/+4
* Do not keep searching for recentRoeland Jago Douma2019-07-161-1/+6
* Check for free space on touchJulius Härtl2019-05-281-3/+4
* take return of mkdir into account, throw exception on failureArthur Schiwon2019-04-291-1/+3
* allow renaming the root of a movable mount even if the parent folder is readonlyRobin Appelman2019-03-141-1/+9
* add option to get raw size (without submounts) from fileinfoRobin Appelman2019-02-275-8/+10
* Filter out versions and trashbinRoeland Jago Douma2019-02-131-0/+2
* Loop for the recent searchRoeland Jago Douma2019-02-131-3/+26
* We need to initialize the storage else the jailed path is always nullRoeland Jago Douma2019-02-131-0/+4
* Fix folder path containing leading slash when getting mount root by idRobin Appelman2018-11-281-1/+1
* Fix string doc type casingChristoph Wurst2018-11-151-1/+1
* Add getExtension() to FileInfoRobin Appelman2018-10-293-0/+12
* fix double slash in search result path when the result is in a submountRobin Appelman2018-07-021-1/+1
* Add resource type phpDoc for putContent methodsJulius Härtl2018-06-261-1/+1
* Actually return the root folder when traversing up the treeRoeland Jago Douma2018-04-261-1/+5
* Throw an exception if file_put_contents failsRoeland Jago Douma2018-03-271-1/+5
* Fix proper permissions for multiple file accessRoeland Jago Douma2018-03-221-11/+10
* Emit read for nodesRoeland Jago Douma2018-03-151-0/+7
* Remove useless return statementsMorris Jobke2018-01-251-2/+0
* Update license headersMorris Jobke2017-11-062-0/+3
* Remove unused use statementsMorris Jobke2017-04-221-2/+0
* limit the user when searching for a file by id if we know the user alreadyRobin Appelman2017-04-211-1/+6
* rename Jail::getSourcePath to getUnjailedPath to fix conflict with Local::get...Robin Appelman2017-04-121-1/+1
* Implement webdav SEARCHRobin Appelman2017-03-011-2/+7
* Fix files node API failed rename/copyVincent Petry2017-01-123-108/+81
* Refactor files node API for more code reuseVincent Petry2017-01-111-1/+1
* Introduce an event for first time login based on the last login time stampThomas Müller2016-11-141-1/+0
* DI for root.phpLukas Reschke2016-11-021-21/+33
* Do not expose user data in exceptions & fix typoMorris Jobke2016-11-021-1/+1
* Add using casing check/fix for initMountPointsVincent Petry2016-11-021-0/+9