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
2021-03-10Remove trash items from other trash backends when deleting allJulius Härtl
2021-01-22Do not obtain userFolder of a federated userRoeland Jago Douma
2020-12-02Only attempt to move to trash if a file is not in appdataJulius Härtl
2020-11-23Delete files that exceed trashbin size immediatelyJulius Härtl
2020-11-04Restrict query when searching for versions of trashbin filesJulius Härtl
2020-10-05dont hold a transaction during the move to trashRobin Appelman
2020-09-03Change free space calculationDaniel Kesselberg
2020-08-19Merge pull request #21983 from nextcloud/backport/21628/stable19Morris Jobke
2020-07-31fix object store trashbin handlingRobin Appelman
2020-07-24rollback cache rename if trashbin move failsRobin Appelman
2020-07-24fix moving files from external storage to object store trashbinRobin Appelman
2020-07-23allow admin to configure the max trashbin sizeRobin Appelman
2020-05-06add locking to resolve concurent move to trashbin conflictsRobin Appelman
2020-04-29Update license headers for 19Christoph Wurst
2020-04-10Format code according to PSR2Christoph Wurst
2020-04-10Add visibility to all constantsChristoph Wurst
2020-04-10Add visibility to all methods and position of static keywordChristoph Wurst
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-10Use elseif instead of else ifChristoph Wurst
2020-04-09Unify function spacing to PSR2 recommendationChristoph Wurst
2020-04-09Use exactly one empty line after the namespace declarationChristoph Wurst
2020-03-31Update the license headers for Nextcloud 19Christoph Wurst
2020-03-27Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst
2020-03-26Use the short array syntax, everywhereChristoph Wurst
2020-03-26Remove unused importsChristoph Wurst
2020-01-13Fix license headersChristoph Wurst
2020-01-08Trash bin: fix exception triggered if no correct fileId is provided.simonspa
2019-12-05Update license headersChristoph Wurst
2019-12-03respect shareapi_allow_share_dialog_user_enumeration in Principal backend for...Georg Ehrke
2019-11-22Some php-cs fixesRoeland Jago Douma
2019-11-13dont expose metadata etag for nowRobin Appelman
2019-11-13expose filecache extension data in FileInfoRobin Appelman
2019-11-04Merge pull request #17509 from nextcloud/fix/application-singletonJohn Molakvoæ
2019-11-04set retention obligation on existing `expiration` in testsRobin Appelman
2019-10-17use OCP\EventDispatcher\Event over Symfony's deprecated EventArthur Schiwon
2019-10-11Do not create Application instances directlyChristoph Wurst
2019-10-05allow trash backends to overwrite the tooltip for trash itemsRobin Appelman
2019-09-06Merge pull request #16664 from nextcloud/bugfix/emit-moveToTrash-limitblizzz
2019-09-04Merge pull request #16534 from nextcloud/trash-copy-free-spaceRoeland Jago Douma
2019-09-04Update apps/files_trashbin/lib/Trashbin.phpRobin Appelman
2019-08-15Merge pull request #16666 from nextcloud/feature/calendar/delegationRoeland Jago Douma
2019-08-15Use the proxymapper to obtain valid proxy dataRoeland Jago Douma
2019-08-07Use the owner from the storageRoeland Jago Douma
2019-08-07files_trashbin: File can be without extensionJakub Onderka
2019-08-06Emit moveToTrash event only for the deleting userJulius Härtl
2019-07-29dont try to copy trash items to user if the user has not enough free spaceRobin Appelman
2019-06-25Add event dispatcher to OCPChristoph Wurst
2019-03-16Use higher preview resolution in trashbinRoeland Jago Douma
2019-03-14dont try to restore a trashbin item to a readonly targetRobin Appelman
2019-03-13prevent recursion when moving a file to the trashbinRobin Appelman