summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/lib/Storage.php
Commit message (Expand)AuthorAgeFilesLines
* Migrate applications away from deprecated ILoggerCôme Chilliet2023-09-211-4/+2
* only gather dependencies for trashbin wrapper onceRobin Appelman2023-08-181-33/+30
* fix(files_trashbin): Migrate to IEventDispatcher and emit as typed eventJoas Schilling2023-07-191-5/+6
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* Use parent wrapper to properly handle moves on the same source/target storageJulius Härtl2021-05-141-1/+1
* disable trasbin during the moveFromStorage fallbackRobin Appelman2021-02-171-8/+51
* Do not obtain userFolder of a federated userRoeland Jago Douma2021-01-221-1/+1
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+1
* Only attempt to move to trash if a file is not in appdataJulius Härtl2020-11-131-1/+1
* Fix variable name and add spaces around path in info log lineMorris Jobke2020-09-171-2/+2
* Remove unused importsChristoph Wurst2020-03-251-1/+0
* Update license headersChristoph Wurst2019-12-051-2/+4
* Use the owner from the storageRoeland Jago Douma2019-08-071-3/+9
* Emit moveToTrash event only for the deleting userJulius Härtl2019-08-061-8/+7
* Add event dispatcher to OCPChristoph Wurst2019-06-251-4/+4
* fix select statementRobin Appelman2018-10-171-145/+35
* move log constants to ILoggerArthur Schiwon2018-04-261-1/+1
* Remove deprecated isEnabled call from files_trashbinJulius Härtl2018-01-311-1/+1
* Return value immediately instead of assigning to a one-time variableMorris Jobke2018-01-261-2/+1
* Properly log the full exception instead of only the messageMorris Jobke2018-01-231-2/+5
* check userExists later, saves lookups for appData_INSTANCEID useridsArthur Schiwon2017-12-011-1/+1
* Update license headersMorris Jobke2017-11-061-0/+2
* allow apps to control the trash binBjoern Schiessle2017-09-151-2/+44
* Fix comparisions in the trashbin appJoas Schilling2017-08-011-1/+1
* delete files right away in case of a encryption exceptionBjoern Schiessle2017-03-141-7/+25
* make code more robustBjoern Schiessle2016-12-211-10/+25
* check for class name in case class is not loadedBjoern Schiessle2016-12-211-2/+1
* add a copy to the owners trash bin if another user moves a file out of a shar...Bjoern Schiessle2016-12-211-7/+62
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix apps/Joas Schilling2016-07-211-1/+2
* Update license headersLukas Reschke2016-05-261-1/+1
* Add wrapper for NFD encoding workaroundVincent Petry2016-05-201-1/+1
* Move files_trashbin to PSR-4 (#24570)Joas Schilling2016-05-121-0/+189