summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/lib/Trashbin.php
Commit message (Expand)AuthorAgeFilesLines
* Correctly react to bad configurationCôme Chilliet2023-06-091-13/+23
* Do not cast sizes to int in Trashbin classCôme Chilliet2023-06-091-29/+24
* fix(trashbin): Truncate long filenamesChristopher Ng2023-06-011-14/+33
* fix(files_trashbin): Remove unnecessary scanner logic when getting versions f...Julius Härtl2023-02-021-24/+0
* Fix typos in apps/ subdirectoryluz paz2022-09-051-1/+1
* Remove OCP\App and OCP\BackgroundJobCarl Schwan2022-08-011-3/+4
* use size from cache to determine whether to skip the trashbinRobin Appelman2022-06-291-5/+11
* Fix psalm errors fron the end of the baseline fileCarl Schwan2022-05-161-1/+1
* Adapt more code to migration to LoggerInterfaceCôme Chilliet2022-03-241-8/+14
* Don't die with LockedException when removing/restoring multiple files from trashSven Strickroth2021-08-191-3/+14
* rework search api to allow searching on multiple caches at onceRobin Appelman2021-06-141-3/+2
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* Drop \OCP\UserChristoph Wurst2021-05-211-8/+8
* Fix usage of rename executeUpdateChristoph Wurst2021-05-051-6/+6
* Cleanp execute usage in the trashbinRoeland Jago Douma2021-03-111-9/+9
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+2
* 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
* 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
* Update license headers for Nextcloud 20 (again)Christoph Wurst2020-09-071-0/+1
* Change free space calculationDaniel Kesselberg2020-08-311-4/+6
* Merge pull request #21954 from nextcloud/techdebt/noid/bootstrap-files_trashbinblizzz2020-08-071-14/+0
|\
| * Use IBootstrap for the files_trashbin appMorris Jobke2020-07-231-14/+0
* | 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
|/
* allow admin to configure the max trashbin sizeRobin Appelman2020-07-071-0/+10
* add locking to resolve concurent move to trashbin conflictsRobin Appelman2020-05-061-13/+39
* Add visibility to all constantsChristoph Wurst2020-04-101-1/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-11/+5
* Use elseif instead of else ifChristoph Wurst2020-04-101-4/+4
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-2/+2
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-22/+22
* Update license headersChristoph Wurst2019-12-051-2/+4
* set retention obligation on existing `expiration` in testsRobin Appelman2019-11-041-3/+2
* Do not create Application instances directlyChristoph Wurst2019-10-111-3/+6
* Update apps/files_trashbin/lib/Trashbin.phpRobin Appelman2019-09-041-1/+3
* dont try to copy trash items to user if the user has not enough free spaceRobin Appelman2019-07-291-1/+4
* dont try to restore a trashbin item to a readonly targetRobin Appelman2019-03-141-0/+4
* Only fetch size of this storage without mount points - ref #14412Morris Jobke2019-03-011-1/+1
* Revert "Fix for issue 10862: calculation of free space ignores external stora...Morris Jobke2019-03-011-4/+5
* Fix for issue 10862: calculation of free space ignores external storage (does...Felix Nieuwenhuizen2019-01-261-5/+4
* fix select statementRobin Appelman2018-10-171-2/+0
* Improved logging statementLars Knickrehm2018-06-241-4/+1
* Workaround for interrupting expired files deletionLars Knickrehm2018-05-281-2/+9
* Less deprecated calls to OCP\Util::writeLogMorris Jobke2018-04-221-5/+5
* Remove deprecated URL functions for OCP\UtilRoeland Jago Douma2018-03-131-1/+1
* Remove unneeded semicolon and parenthesesMorris Jobke2018-01-261-2/+2