aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/lib/Storage.php
Commit message (Expand)AuthorAgeFilesLines
* feat: Support X-NC-Skip-Trashbin headerbackport/50353/stable31Louis Chemineau2025-01-241-18/+24
* refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-211-15/+5
* chore(deps): Bump nextcloud/coding-standard in /vendor-bin/cs-fixerdependabot/composer/vendor-bin/cs-fixer/nextcloud/coding-standard-1.3.2dependabot[bot]2024-10-191-1/+1
* refactor(files_trashbin): Add Storage parameter strong typesprovokateurin2024-10-071-8/+5
* fix(files_trashbin): Fix all IStorage return typesprovokateurin2024-09-261-23/+9
* feat(trashbin): Port files trashbin events to IEventDispatcher/IEventListenerCarl Schwan2024-09-231-6/+0
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-1/+1
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-1/+1
* chore: Add SPDX headerAndy Scherzinger2024-06-021-25/+3
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-5/+5
* 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