summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/lib/Trashbin.php
Commit message (Expand)AuthorAgeFilesLines
* Delete files that exceed trashbin size immediatelyJulius Härtl2020-11-231-0/+8
* Restrict query when searching for versions of trashbin filesJulius Härtl2020-11-041-14/+43
* dont hold a transaction during the move to trashRobin Appelman2020-10-051-5/+7
* Change free space calculationDaniel Kesselberg2020-09-031-4/+6
* Merge pull request #21983 from nextcloud/backport/21628/stable19Morris Jobke2020-08-191-4/+16
|\
| * fix object store trashbin handlingRobin Appelman2020-07-311-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-231-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
* Cleanup unused codeMorris Jobke2018-01-261-2/+0
* Change @georgehrke's emailMorris Jobke2017-11-061-1/+1
* Update license headersMorris Jobke2017-11-061-1/+4
* Fix comparisions in the trashbin appJoas Schilling2017-08-011-1/+1
* Delete trash using node API to trigger preview deletionRoeland Jago Douma2017-07-241-6/+23
* Improve logging of trash bin inconsistenciesMorris Jobke2017-06-231-1/+1
* Update comments to NextcloudMorris Jobke2017-04-111-1/+1
* Use the expected method depending on the target being a file or folderJuan Pablo Villafáñez2017-03-221-1/+5
* Add proper default value for datadirMorris Jobke2017-01-191-1/+1
* Merge pull request #2819 from nextcloud/trash-ext-link-uselinkownerRoeland Jago Douma2016-12-231-0/+10
|\
| * Fallback to share link owner when no owner foundVincent Petry2016-12-221-0/+10
* | add a copy to the owners trash bin if another user moves a file out of a shar...Bjoern Schiessle2016-12-211-3/+5
|/
* Also fire a bulk pre- and post-delete hookSteven Bühner2016-09-201-3/+14
* Always use the same relative Path (Starting from users home dir. i.e.: "/file...Steven Bühner2016-09-201-4/+7
* Take the same path (with /USERNAME/ as base) for every emmited hooksSteven Bühner2016-09-201-2/+2
* Emit hooks for each file before and after all files in trashbin have been del...Steven Bühner2016-09-201-23/+23
* Fiy typoSteven Bühner2016-09-201-1/+1
* Emit Hooks for each file bevore and after all files in trashbin have been del...Steven Bühner2016-09-201-3/+32
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix apps/Joas Schilling2016-07-211-2/+3