summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/lib
Commit message (Expand)AuthorAgeFilesLines
* Adapt more code to migration to LoggerInterfaceCôme Chilliet2022-03-241-8/+14
* Merge pull request #28438 from csware/issue-1649John Molakvoæ2021-12-211-3/+14
|\
| * Don't die with LockedException when removing/restoring multiple files from trashSven Strickroth2021-08-191-3/+14
* | Show most recently deleted files first in trash canOrzu Ionut2021-11-091-1/+1
* | Add configuration flag to disable the background job for files_trashbinDaniel Kesselberg2021-10-111-8/+16
* | Improve auto expiration hintszaimen2021-08-081-1/+1
|/
* rework search api to allow searching on multiple caches at onceRobin Appelman2021-06-141-3/+2
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-0436-66/+27
* Drop \OCP\UserChristoph Wurst2021-05-212-9/+9
* Use parent wrapper to properly handle moves on the same source/target storageJulius Härtl2021-05-141-1/+1
* Fix usage of rename executeUpdateChristoph Wurst2021-05-051-6/+6
* Cleanp execute usage in the trashbinRoeland Jago Douma2021-03-111-9/+9
* Remove trash items from other trash backends when deleting allJulius Härtl2021-03-031-0/+3
* Merge pull request #25568 from nextcloud/move-storage-disable-cacheRobin Appelman2021-03-021-8/+51
|\
| * disable trasbin during the moveFromStorage fallbackRobin Appelman2021-02-171-8/+51
* | Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-182-2/+2
|/
* Do not obtain userFolder of a federated userRoeland Jago Douma2021-01-221-1/+1
* Migrate internal classes to the OCP db col typesChristoph Wurst2021-01-121-1/+1
* Update license headersChristoph Wurst2020-12-301-0/+1
* Make oc_files_trash.auto_id a bigintVincent Petry2020-12-231-2/+1
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-165-5/+6
* Merge pull request #24094 from nextcloud/bugfix/noid/trash-appdataMorris Jobke2020-11-191-1/+1
|\
| * Only attempt to move to trash if a file is not in appdataJulius Härtl2020-11-131-1/+1
* | Don't leave cursors open when tests failJoas Schilling2020-11-091-1/+5
|/
* Use query builder instead of OC_DB in trashbinJoas Schilling2020-11-061-21/+56
* Restrict query when searching for versions of trashbin filesJulius Härtl2020-10-141-14/+43
* Format code to a single space around binary operatorsChristoph Wurst2020-10-052-2/+2
* dont hold a transaction during the move to trashRobin Appelman2020-09-301-5/+7
* Delete files that exceed trashbin size immediatelyJulius Härtl2020-09-231-0/+8
* Fix variable name and add spaces around path in info log lineMorris Jobke2020-09-171-2/+2
* Update license headers for Nextcloud 20 (again)Christoph Wurst2020-09-071-0/+1
* Change free space calculationDaniel Kesselberg2020-08-311-4/+6
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-244-3/+7
* Merge pull request #21954 from nextcloud/techdebt/noid/bootstrap-files_trashbinblizzz2020-08-072-50/+38
|\
| * Use IBootstrap for the files_trashbin appMorris Jobke2020-07-232-50/+38
* | fix object store trashbin handlingRobin Appelman2020-07-301-3/+10
* | rollback cache rename if trashbin move failsRobin Appelman2020-07-231-0/+5
* | fix moving files from external storage to object store trashbinRobin Appelman2020-07-231-2/+2
|/
* Merge pull request #21658 from nextcloud/trashbin-configurable-sizeMorris Jobke2020-07-212-0/+156
|\
| * allow admin to configure the max trashbin sizeRobin Appelman2020-07-072-0/+156
* | Clean up container usage in files trashbinChristoph Wurst2020-07-161-2/+1
|/
* Move files_trashbin to migrationsJoas Schilling2020-07-061-0/+87
* Also always return in app commandsJoas Schilling2020-06-262-4/+8
* add locking to resolve concurent move to trashbin conflictsRobin Appelman2020-05-061-13/+39
* Update license headers for 19Christoph Wurst2020-04-297-0/+7
* Format code according to PSR2Christoph Wurst2020-04-101-1/+1
* Add visibility to all constantsChristoph Wurst2020-04-103-7/+7
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-103-3/+3
* Format control structures, classes, methods and functionChristoph Wurst2020-04-1013-25/+8
* Use elseif instead of else ifChristoph Wurst2020-04-102-5/+5