summaryrefslogtreecommitdiffstats
path: root/lib/private/Files/View.php
Commit message (Expand)AuthorAgeFilesLines
* Check whether output buffering is active before turning it offRichard de Boer2021-06-071-2/+6
* Properly end iterating over the file once the target has been reachedJulius Härtl2021-03-301-1/+1
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+2
* Unlock when promoting to exclusive lock failsAshod Nakashian2020-11-071-1/+7
* optimize View::getPath if we already know the storage idRobin Appelman2020-09-161-11/+18
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Update View.phpScott Dutton2020-04-151-2/+2
* Increase max readScott Dutton2020-04-121-2/+2
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-5/+2
* Use elseif instead of else ifChristoph Wurst2020-04-101-4/+4
* Remove spaces after method or function callChristoph Wurst2020-04-091-1/+1
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-2/+2
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-44/+44
* Actually check if the owner is not nullRoeland Jago Douma2020-03-161-0/+5
* pass the existing locks info when making locked exception with absolute pathsRobin Appelman2020-03-021-4/+7
* Don't create invalid usersJoas Schilling2020-02-121-1/+1
* Update license headersChristoph Wurst2019-12-051-3/+3
* Properly anotate LockedException in files node apiJulius Härtl2019-11-281-9/+15
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+0
* Merge pull request #15832 from nextcloud/bugfix/noid/fulltext-search-groupfol...Roeland Jago Douma2019-06-251-2/+2
|\
| * Fix full text search for groupfoldersMorris Jobke2019-06-171-2/+2
* | handle storage exceptions when trying to set mtimeRobin Appelman2019-06-061-1/+6
|/
* search files by id in shared storages lastRobin Appelman2019-05-281-0/+8
* always allow moving mountpoints inside the same mountpointRobin Appelman2019-03-191-11/+6
* Remove spaming debug logsJoas Schilling2019-03-151-1/+0
* Properly handle null as ownerId if file system access is denied by access tokenJulius Härtl2019-03-011-2/+6
* Add dispatcher events to User and Group objectsJoas Schilling2019-03-011-1/+1
* cleanup shared lock if changing to exclusive lock failedRobin Appelman2019-01-221-1/+7
* Emit write update only once on touchRoeland Jago Douma2018-12-051-1/+1
* tokens can't be valid local user namesRobin Appelman2018-08-161-11/+9
* Add resource type phpDoc for putContent methodsJulius Härtl2018-06-261-1/+1
* Debug log file not found when getting fileinfoRobin Appelman2018-05-041-0/+1
* Merge pull request #9387 from nextcloud/getcachentry-lockMorris Jobke2018-05-041-3/+1
|\
| * remove unneeded locks in getCacheEntryRobin Appelman2018-05-041-3/+1
* | Log mount and storage issues in getFileInfoRobin Appelman2018-05-021-0/+3
|/
* move log constants to ILoggerArthur Schiwon2018-04-261-4/+5
* Remove unneeded semicolon and parenthesesMorris Jobke2018-01-261-2/+2
* Merge pull request #8054 from nextcloud/substr-use-indexMorris Jobke2018-01-261-3/+3
|\
| * Use index based string access for substr with length of 1Morris Jobke2018-01-261-3/+3
* | Return value immediately instead of assigning to a one-time variableMorris Jobke2018-01-261-6/+3
|/
* Properly log the full exception instead of only the messageMorris Jobke2018-01-231-6/+5
* handle not found mounts when cleaning avatarsRobin Appelman2017-12-111-0/+6
* Merge pull request #7014 from nextcloud/rename-locksMorris Jobke2017-11-091-83/+86
|\
| * Unlock files even if an exception occurskorelstar2017-11-031-83/+86
* | Update license headersMorris Jobke2017-11-061-2/+0
* | Fix seeking on object storageMorris Jobke2017-10-271-2/+22
|/
* Don't lock in the appdata_ directoryJoas Schilling2017-08-101-1/+1
* Still throw a locked exception when the path is not relative to $user/files/Joas Schilling2017-08-101-5/+12
* Merge pull request #5596 from nextcloud/mount-renameMorris Jobke2017-07-211-8/+12
|\