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
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
2016-07-21Update with robinJoas Schilling
2016-07-21Fix othersJoas Schilling
2016-07-05fix swift primary object store test (#25281)Thomas Müller
2016-06-21Fire hooks for mkdir for folder uploadkarakayasemi
2016-06-03return success when deleting ghost filesRobin Appelman
2016-06-03allow deleting "ghost files" trough the View and Node apiRobin Appelman
2016-05-26Update license headersLukas Reschke
2016-05-23Code style and doc fixPiotr Filiciak
2016-05-20Http Range requests support in downloadsPiotr Filiciak
2016-04-25Merge branch 'patch-1' of https://github.com/weits/core into weits-patch-1Thomas Müller