Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-03-15Remove spaming debug logsJoas Schilling
2019-03-01Properly handle null as ownerId if file system access is denied by access tokenJulius Härtl
2019-03-01Add dispatcher events to User and Group objectsJoas Schilling
2019-01-22cleanup shared lock if changing to exclusive lock failedRobin Appelman
2018-12-05Emit write update only once on touchRoeland Jago Douma
2018-08-16tokens can't be valid local user namesRobin Appelman
2018-06-26Add resource type phpDoc for putContent methodsJulius Härtl
2018-05-04Debug log file not found when getting fileinfoRobin Appelman
2018-05-04Merge pull request #9387 from nextcloud/getcachentry-lockMorris Jobke
2018-05-04remove unneeded locks in getCacheEntryRobin Appelman
2018-05-02Log mount and storage issues in getFileInfoRobin Appelman
2018-04-26move log constants to ILoggerArthur Schiwon
2018-01-27Remove unneeded semicolon and parenthesesMorris Jobke
2018-01-26Merge pull request #8054 from nextcloud/substr-use-indexMorris Jobke
2018-01-26Use index based string access for substr with length of 1Morris Jobke
2018-01-26Return value immediately instead of assigning to a one-time variableMorris Jobke
2018-01-23Properly log the full exception instead of only the messageMorris Jobke
2017-12-11handle not found mounts when cleaning avatarsRobin Appelman
2017-11-09Merge pull request #7014 from nextcloud/rename-locksMorris Jobke
2017-11-06Update license headersMorris Jobke
2017-11-03Unlock files even if an exception occurskorelstar
2017-10-27Fix seeking on object storageMorris Jobke
2017-08-10Don't lock in the appdata_ directoryJoas Schilling
2017-08-10Still throw a locked exception when the path is not relative to $user/files/Joas Schilling
2017-07-22Merge pull request #5596 from nextcloud/mount-renameMorris Jobke
2017-07-19Remove unused functionsLukas Reschke
2017-07-19Run phan over code baseLukas Reschke
2017-07-17non movable mounts can not be movedRobin Appelman
2017-05-15Revert "fix permissions of mountpoints - take 2"Morris Jobke
2017-05-15Merge pull request #4685 from nextcloud/fix_4683Morris Jobke
2017-05-09Proper exception for upload of .htaccess file via WebDAVMorris Jobke
2017-05-04Revert "Revert "fix permissions of mountpoints""Roeland Jago Douma
2017-05-04Revert "fix permissions of mountpoints"Morris Jobke
2017-05-01fix permissions of mountpointsRobin Appelman
2017-04-26Moved unit tests from ObjectTree::move to DirectoryVincent Petry
2017-04-23Remove unused use statementsMorris Jobke
2017-03-27round the mtime in touchRobin Appelman
2017-03-20Move error message to log entryLukas Reschke
2017-03-20Fix malformed logging in exceptionkdslkdsaldsal
2017-03-17Redirect unlink to rmdir (#27101)Vincent Petry
2017-01-23Prevent PHP request to get killed when using fclose callback (#26775)Vincent Petry
2017-01-05log a warning when trying to use a non basic fopen modeRobin Appelman
2016-12-02only update the cache if the storage operation succeedsRobin Appelman
2016-12-01Prevent endless loop in \OC\Files\View::createParentDirectoriesLukas Reschke
2016-11-21Move the validation into one place onlyJoas Schilling
2016-11-18close the file handle after readfileRobin Appelman
2016-11-10only query substorages to calculate the final mtime/size/etag lazilyRobin Appelman
2016-10-24Merge pull request #1820 from nextcloud/4byte-filenamesRoeland Jago Douma
2016-10-20Move OC\Files\Storage\Shared to the right namespaceJoas Schilling
2016-10-20Allow 4byte unicode filenames on supported platformsRobin Appelman