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
2020-11-20Merge pull request #24094 from nextcloud/bugfix/noid/trash-appdataMorris Jobke
2020-11-13Only attempt to move to trash if a file is not in appdataJulius Härtl
2020-11-09Don't leave cursors open when tests failJoas Schilling
2020-11-07Use query builder instead of OC_DB in trashbinJoas Schilling
2020-10-14Restrict query when searching for versions of trashbin filesJulius Härtl
2020-10-05Format code to a single space around binary operatorsChristoph Wurst
2020-09-30dont hold a transaction during the move to trashRobin Appelman
2020-09-23Delete files that exceed trashbin size immediatelyJulius Härtl
2020-09-17Fix variable name and add spaces around path in info log lineMorris Jobke
2020-09-07Update license headers for Nextcloud 20 (again)Christoph Wurst
2020-09-01Change free space calculationDaniel Kesselberg
2020-08-24Update the license headers for Nextcloud 20Christoph Wurst
2020-08-07Merge pull request #21954 from nextcloud/techdebt/noid/bootstrap-files_trashbinblizzz
2020-07-30fix object store trashbin handlingRobin Appelman
2020-07-23Use IBootstrap for the files_trashbin appMorris Jobke
2020-07-23rollback cache rename if trashbin move failsRobin Appelman
2020-07-23fix moving files from external storage to object store trashbinRobin Appelman
2020-07-21Merge pull request #21658 from nextcloud/trashbin-configurable-sizeMorris Jobke
2020-07-16Clean up container usage in files trashbinChristoph Wurst
2020-07-07allow admin to configure the max trashbin sizeRobin Appelman
2020-07-06Move files_trashbin to migrationsJoas Schilling
2020-06-26Also always return in app commandsJoas Schilling
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