aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/appinfo
Commit message (Collapse)AuthorAgeFilesLines
* fix(files_trashbin): set real filename on trashbin downloadJohn Molakvoæ2023-04-111-1/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* chore(release): Bump requirements and versions in apps/Joas Schilling2023-03-031-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Master is now 26Joas Schilling2022-09-221-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* set defaultEnabled in shipped.jsonMaxence Lange2022-09-151-1/+0
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* Master is now 25Joas Schilling2022-04-141-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add trashbin:restore occ commandcahogan2022-03-301-0/+1
| | | | Signed-off-by: cahogan <caitlin.hogan@swiftsolar.com>
* Master is now 24Joas Schilling2021-11-111-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update app versions for 23Vincent Petry2021-09-281-1/+1
| | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Bump app versionJoas Schilling2021-06-241-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Master is now 23Joas Schilling2021-06-241-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* This is 22Joas Schilling2021-02-031-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Bump versionsJoas Schilling2020-09-181-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Use IBootstrap for the files_trashbin appMorris Jobke2020-07-231-41/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* allow admin to configure the max trashbin sizeRobin Appelman2020-07-071-0/+1
| | | | | | | | 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>
* Move files_trashbin to migrationsJoas Schilling2020-07-062-102/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Bump app versions and requirementsJoas Schilling2020-05-071-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix app updatesRoeland Jago Douma2020-01-211-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Update license headersChristoph Wurst2019-12-052-3/+4
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* fixup! Do not create Application instances directlyRoeland Jago Douma2019-10-141-6/+3
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Do not create Application instances directlyChristoph Wurst2019-10-111-1/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Development is 18 now!Roeland Jago Douma2019-09-051-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Bump versions of server and the requirements of appsJoas Schilling2019-04-111-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Bump versions of server and the requirements of appsJoas Schilling2018-11-231-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix select statementRobin Appelman2018-10-171-0/+4
| | | | | | | | | | | | | | | 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>
* remove old trashbin apiRobin Appelman2018-09-201-8/+0
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* remove old trashbin endpointRobin Appelman2018-09-201-2/+0
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Update version requirements and versions of shipped appsJoas Schilling2018-09-051-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Previews on for all trashbin filesRoeland Jago Douma2018-06-051-1/+1
| | | | | | | | | | * Previews possible for all files in the trashbin * Set caching * Use the fileid to find the file * Fix test Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add propfind properties to trashbinRoeland Jago Douma2018-04-251-0/+3
| | | | | | | * get original filename (without the weird timestamp) * get original location Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* List trashbin in DAVRoeland Jago Douma2018-04-251-1/+8
| | | | | | | | | | | 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>
* Fix info.xml files of shipped appsJoas Schilling2018-02-161-7/+11
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Bump appsRoeland Jago Douma2018-01-141-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Update license headersMorris Jobke2017-11-062-3/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add pinned class to trashbinJohn Molakvoæ (skjnldsv)2017-09-211-0/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Bump app versions as wellJoas Schilling2017-05-221-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Adjust version requirementJoas Schilling2017-05-221-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [files_trashbin] Remove unneeded update stepsMorris Jobke2017-04-121-42/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* use closure to properly defer l10n initialization (#27328)Jörn Friedrich Dreyer2017-03-131-11/+10
|
* Update app versions and requirementsJoas Schilling2016-12-131-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Use 11.0 instead 9.2Lukas Reschke2016-11-151-1/+1
| | | | | | As discussed we're changing the version from 9.2 to 11.0 to make some more sense. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Move over files_trashbinRoeland Jago Douma2016-11-031-2/+10
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [9.2] Register commands in info.xml (#26248)Thomas Müller2016-10-112-36/+5
| | | | | | | | | | | | * Use DI to load console commands from the apps - class name to be defined in the info.xml * Load commands from info.xml * Fix unit test * Allow Di magic for IMountManager Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add occ command to expire the trashbin (#25878)Thomas Müller2016-08-291-0/+6
| | | | | | * Add occ command to expire the trashbin * Fix versions folder in setup check
* Increment the versions and adjust the capitilizationJoas Schilling2016-08-081-1/+1
|
* Also increase the min versionJoas Schilling2016-07-221-1/+1
|
* bumb compatible app versions for core appsRobin Appelman2016-07-221-1/+1
|
* Merge pull request #500 from nextcloud/bump_versionJoas Schilling2016-07-221-1/+1
|\ | | | | Bump version
| * Increase app versionsJoas Schilling2016-07-211-1/+1
| |
* | Update with robinJoas Schilling2016-07-211-1/+1
| |