summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/appinfo
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | Fix apps/Joas Schilling2016-07-214-5/+9
|/
* no need to mention ownCloud explicitelyBjoern Schiessle2016-06-201-2/+2
|
* Update license headersLukas Reschke2016-05-263-3/+3
|
* Background jobs from info.xml (#24582)Joas Schilling2016-05-123-26/+4
| | | | | | | | | | | | | | * Move background job registration of Federation to info.xml * Move background registration of Files app to info.xml * Move background job registration of files_sharing to info.xml * Move background job registration of files_trashbin to info.xml * Move background job registration of files_versions to info.xml * Move background job registration from user_ldap to info.xml
* Move files_trashbin to PSR-4 (#24570)Joas Schilling2016-05-122-48/+1
|
* Increase all versions on master which is now 9.1Joas Schilling2016-03-021-2/+2
|
* Happy new year!Thomas Müller2016-01-126-8/+6
|
* Merge pull request #21498 from owncloud/cleanup-OC_DBThomas Müller2016-01-071-6/+0
|\ | | | | Cleanup OC_DB methods
| * Remove OC_DB::dropTableMorris Jobke2016-01-071-6/+0
| |
* | Remove deprecated shipped flag from info.xml which has no use anymoreJoas Schilling2016-01-071-1/+0
| |
* | Add ownCloud min and max version for shipped appsJoas Schilling2016-01-071-1/+1
|/
* Update license headersLukas Reschke2015-10-262-2/+2
|
* Increase the 2nd digit of shipped appsJoas Schilling2015-10-172-2/+4
|
* update licence headers via scriptMorris Jobke2015-10-053-2/+2
|
* Add expiration cronjobVictor Dubiniuk2015-09-163-0/+27
|
* Migrate settingsVictor Dubiniuk2015-08-101-1/+20
|
* Enhance trashbin expiration settingsVictor Dubiniuk2015-08-101-2/+13
|
* Use DIRoeland Jago Douma2015-08-101-4/+1
| | | | | | | | * Register OCP\Capability\IManager at DIContainer * Add register capabilities to appframework * Register capabilities in DI way * Make unit test pass again * Remove CapabiltiesManager from OCP
* Moved core apps to the capabilities managerRoeland Jago Douma2015-08-102-5/+46
| | | | | | | * Files * Files_Sharing * Files_Trashbin * Files_Versions
* Merge pull request #17140 from owncloud/trashbin_occBjörn Schießle2015-07-031-0/+29
|\ | | | | add occ command to remove deleted files
| * add occ command to trashbin to remove deleted filesBjoern Schiessle2015-06-241-0/+29
| |
* | Merge pull request #17316 from ↵Joas Schilling2015-07-021-1/+1
|\ \ | | | | | | | | | | | | owncloud/master-delete-ocsid-from-db-if-none-specified [Master] Delete OCS ID from DB if none is specified
| * | Bump versionsLukas Reschke2015-07-021-1/+1
| | |