summaryrefslogtreecommitdiffstats
path: root/lib/private/Files/View.php
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * non movable mounts can not be movedRobin Appelman2017-07-171-8/+12
* | Remove unused functionsLukas Reschke2017-07-191-9/+0
* | Run phan over code baseLukas Reschke2017-07-191-1/+1
|/
* Revert "fix permissions of mountpoints - take 2"Morris Jobke2017-05-151-6/+2
* Merge pull request #4685 from nextcloud/fix_4683Morris Jobke2017-05-151-2/+6
|\
| * Revert "Revert "fix permissions of mountpoints""Roeland Jago Douma2017-05-041-2/+6
* | Proper exception for upload of .htaccess file via WebDAVMorris Jobke2017-05-081-1/+5
|/
* Revert "fix permissions of mountpoints"Morris Jobke2017-05-041-6/+2
* fix permissions of mountpointsRobin Appelman2017-05-011-2/+6
* Moved unit tests from ObjectTree::move to DirectoryVincent Petry2017-04-261-1/+1
* Remove unused use statementsMorris Jobke2017-04-221-2/+0
* round the mtime in touchRobin Appelman2017-03-271-1/+1
* Move error message to log entryLukas Reschke2017-03-201-1/+12
* Fix malformed logging in exceptionkdslkdsaldsal2017-03-191-1/+1
* Redirect unlink to rmdir (#27101)Vincent Petry2017-03-161-1/+5
* Prevent PHP request to get killed when using fclose callback (#26775)Vincent Petry2017-01-231-0/+2
* log a warning when trying to use a non basic fopen modeRobin Appelman2017-01-051-14/+11
* only update the cache if the storage operation succeedsRobin Appelman2016-12-021-3/+3
* Prevent endless loop in \OC\Files\View::createParentDirectoriesLukas Reschke2016-12-011-5/+10
* Move the validation into one place onlyJoas Schilling2016-11-211-26/+14