aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Node/Folder.php
Commit message (Expand)AuthorAgeFilesLines
...
* Fail when creating new files with an empty pathJulius Härtl2021-04-201-0/+3
* getStorage can also return nullRobin Appelman2021-03-241-1/+1
* getRelativePath can return nullRobin Appelman2021-03-241-1/+1
* handle ordering in folder searchRobin Appelman2021-03-191-35/+27
* folder filtering in sqlRobin Appelman2021-03-191-16/+20
* cleanup fileinfo creationRobin Appelman2021-03-191-9/+16
* formatRobin Appelman2021-03-181-1/+0
* handle limit and offset in folder file searchRobin Appelman2021-03-181-6/+51
* unify handling of Folder::search methods into "new" query objectsRobin Appelman2021-03-181-45/+61
* Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-181-1/+1
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+1
* Don't leave cursors open when tests failJoas Schilling2020-11-091-1/+5
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
* Merge pull request #22237 from nextcloud/bugfix/noid/allow_putContent_empty_s...Roeland Jago Douma2020-08-201-1/+1
|\
| * Allow writing empty content to new fileGeorg Ehrke2020-08-131-1/+1
* | Improve recent file fetchingRoeland Jago Douma2020-08-181-6/+51
|/
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+1
* Use elseif instead of else ifChristoph Wurst2020-04-101-2/+2
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-7/+7
* Create SimpleFile only when writing the contentRobin Appelman2020-02-281-2/+8
* Update license headersChristoph Wurst2019-12-051-1/+4
* Allow filtering the search results to the users home storageRobin Appelman2019-12-031-15/+23
* Fix getById for files in appdata and the root mountJoas Schilling2019-09-171-0/+44
* emit file events via Dispatcher, tooArthur Schiwon2019-09-091-9/+5
* 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
* 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 double slash in search result path when the result is in a submountRobin Appelman2018-07-021-1/+1
* Fix proper permissions for multiple file accessRoeland Jago Douma2018-03-221-11/+10
* 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-121-45/+10
* Remove sensible information from exception messageMorris Jobke2016-10-241-6/+6
* Add message to NotSquareException thrown from AvatarOlivier Mehani2016-10-241-6/+6
* explicitly cast to intRobin Appelman2016-10-121-2/+5
* optimize Folder::getById to use less queriesRobin Appelman2016-10-121-21/+38
* use limit instead of since when listing recent filesRobin Appelman2016-07-221-42/+7
* add recent files to node apiRobin Appelman2016-07-221-0/+113
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix othersJoas Schilling2016-07-211-2/+3
* Move \OC\Files to PSR-4Roeland Jago Douma2016-04-241-0/+360