aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/composer
Commit message (Collapse)AuthorAgeFilesLines
* rebuild autoloader scripts with 2.0.7Robin Appelman2020-11-264-3/+5
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Update autloaderRoeland Jago Douma2020-09-241-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* allow admin to configure the max trashbin sizeRobin Appelman2020-07-072-0/+2
| | | | | | | | this allows an admin to configure the max trashbin size instead of always relying on the users quota. The trashbin size can be configured using the `occ trash:size` command and can be set both globally and per-user Signed-off-by: Robin Appelman <robin@icewind.nl>
* Update class loadersJoas Schilling2020-07-062-0/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update autoloaders for composer v1.10.1Christoph Wurst2020-03-191-0/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Shorten index name of calendar changes tableJoas Schilling2018-11-141-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix select statementRobin Appelman2018-10-172-0/+18
| | | | | | | | | | | | | | | 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>
* expose additional props from trashbin sabre endpointRobin Appelman2018-09-202-0/+2
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Bump autoloadersRoeland Jago Douma2018-08-101-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add folder for trashbinRoeland Jago Douma2018-04-252-0/+2
| | | | | | | | The trashbin home now contains 2 entries restore and trash. Made all files strict. Added more types. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add propfind properties to trashbinRoeland Jago Douma2018-04-252-0/+2
| | | | | | | * get original filename (without the weird timestamp) * get original location Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add special restore folderRoeland Jago Douma2018-04-252-0/+4
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* List trashbin in DAVRoeland Jago Douma2018-04-252-0/+12
| | | | | | | | | | | First steps for #1332 * Add a new DAV collection * List all files in the trashbin for this user * Deleting files from trashbin * Get files from trashbin (just read) Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Update composerMorris Jobke2018-01-122-10/+14
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Composer updatedRoeland Jago Douma2018-01-042-16/+12
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Use proper authorative-autoloader for app autoloadersRoeland Jago Douma2017-12-142-11/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Files_Trashbin AutoloaderRoeland Jago Douma2017-10-249-0/+629
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>