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-12-21Merge pull request #28438 from csware/issue-1649John Molakvoæ
2021-11-09Show most recently deleted files first in trash canOrzu Ionut
2021-10-11Add configuration flag to disable the background job for files_trashbinDaniel Kesselberg
2021-08-19Don't die with LockedException when removing/restoring multiple files from trashSven Strickroth
2021-08-08Improve auto expiration hintszaimen
2021-06-14rework search api to allow searching on multiple caches at onceRobin Appelman
2021-06-04Update php licensesJohn Molakvoæ (skjnldsv)
2021-05-21Drop \OCP\UserChristoph Wurst
2021-05-14Use parent wrapper to properly handle moves on the same source/target storageJulius Härtl
2021-05-05Fix usage of rename executeUpdateChristoph Wurst
2021-03-11Cleanp execute usage in the trashbinRoeland Jago Douma
2021-03-03Remove trash items from other trash backends when deleting allJulius Härtl
2021-03-02Merge pull request #25568 from nextcloud/move-storage-disable-cacheRobin Appelman
2021-02-18Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]
2021-02-17disable trasbin during the moveFromStorage fallbackRobin Appelman
2021-01-22Do not obtain userFolder of a federated userRoeland Jago Douma
2021-01-12Migrate internal classes to the OCP db col typesChristoph Wurst
2020-12-30Update license headersChristoph Wurst
2020-12-23Make oc_files_trash.auto_id a bigintVincent Petry
2020-12-16Update all license headers for Nextcloud 21Christoph Wurst
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