Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | only gather dependencies for trashbin wrapper once | Robin Appelman | 2023-09-07 | 1 | -12/+20 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 1 | -1/+0 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Use parent wrapper to properly handle moves on the same source/target storage | Julius Härtl | 2021-05-14 | 1 | -1/+1 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | disable trasbin during the moveFromStorage fallback | Robin Appelman | 2021-02-17 | 1 | -8/+51 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Do not obtain userFolder of a federated user | Roeland Jago Douma | 2021-01-22 | 1 | -1/+1 |
| | | | | | | | | Federated shares are somewhat special. So we can't move the files from the main user and we should try to get it from the intialized root already. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 1 | -1/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Only attempt to move to trash if a file is not in appdata | Julius Härtl | 2020-11-13 | 1 | -1/+1 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Fix variable name and add spaces around path in info log line | Morris Jobke | 2020-09-17 | 1 | -2/+2 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Remove unused imports | Christoph Wurst | 2020-03-25 | 1 | -1/+0 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Update license headers | Christoph Wurst | 2019-12-05 | 1 | -2/+4 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Use the owner from the storage | Roeland Jago Douma | 2019-08-07 | 1 | -3/+9 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Emit moveToTrash event only for the deleting user | Julius Härtl | 2019-08-06 | 1 | -8/+7 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Add event dispatcher to OCP | Christoph Wurst | 2019-06-25 | 1 | -4/+4 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | fix select statement | Robin Appelman | 2018-10-17 | 1 | -145/+35 |
| | | | | | | | | | | | | | | | fix select statement Make trashbin api modules Apps can register trashbin backends for specific storages, allowing them to modify trashbin behavior for storages The old trashbin implementation has been wrapped in a "legacy" backend, for future work this can be replaced with a new backend that better handles shares while still keeping the legacy backend around to keep existing trash from being accessible Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | move log constants to ILogger | Arthur Schiwon | 2018-04-26 | 1 | -1/+1 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Remove deprecated isEnabled call from files_trashbin | Julius Härtl | 2018-01-31 | 1 | -1/+1 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Return value immediately instead of assigning to a one-time variable | Morris Jobke | 2018-01-26 | 1 | -2/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Properly log the full exception instead of only the message | Morris Jobke | 2018-01-23 | 1 | -2/+5 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | check userExists later, saves lookups for appData_INSTANCEID userids | Arthur Schiwon | 2017-12-01 | 1 | -1/+1 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Update license headers | Morris Jobke | 2017-11-06 | 1 | -0/+2 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | allow apps to control the trash bin | Bjoern Schiessle | 2017-09-15 | 1 | -2/+44 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | Fix comparisions in the trashbin app | Joas Schilling | 2017-08-01 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | delete files right away in case of a encryption exception | Bjoern Schiessle | 2017-03-14 | 1 | -7/+25 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | make code more robust | Bjoern Schiessle | 2016-12-21 | 1 | -10/+25 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | check for class name in case class is not loaded | Bjoern Schiessle | 2016-12-21 | 1 | -2/+1 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | add a copy to the owners trash bin if another user moves a file out of a ↵ | Bjoern Schiessle | 2016-12-21 | 1 | -7/+62 |
| | | | | | | shared folder Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | Update with robin | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
| | |||||
* | Fix apps/ | Joas Schilling | 2016-07-21 | 1 | -1/+2 |
| | |||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 1 | -1/+1 |
| | |||||
* | Add wrapper for NFD encoding workaround | Vincent Petry | 2016-05-20 | 1 | -1/+1 |
| | |||||
* | Move files_trashbin to PSR-4 (#24570) | Joas Schilling | 2016-05-12 | 1 | -0/+189 |