summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/appinfo
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | |
* | | [master] Remove OCS IDsLukas Reschke2015-07-021-1/+0
|/ / | | | | | | | | | | While making the AppStore ready for 8.1 I also deleted some dummy entries which means that these IDs do not resolve anymore. We should remove them to prevent errors such as https://github.com/owncloud/core/issues/17307 Ref https://github.com/owncloud/activity/issues/320#issuecomment-117691867
* / update license headers and authorsMorris Jobke2015-06-252-1/+1
|/
* Fix usage of deprecated private constantsJoas Schilling2015-04-181-1/+1
|
* Update license headersJenkins for ownCloud2015-03-263-2/+68
|
* Revert "Updating license headers"Morris Jobke2015-02-263-67/+2
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-233-2/+67
|
* Fix preview route for trashbinVincent Petry2015-01-151-5/+2
|
* Remove unneeded addTranslations() callsVincent Petry2015-01-141-2/+0
|
* Autoload exception from files_trashbinJoas Schilling2014-12-021-2/+0
|
* Only show undelete capability if files_trashbin is enabledLukas Reschke2014-11-181-0/+4
| | | | Fixes the OCS capability API at /ocs/v1.php/cloud/capabilities
* Added OC.L10N namespace with translation functionsVincent Petry2014-10-291-0/+2
| | | | | | | | | | | Added addTranslations and fixed de.js file Fixed de.js to use OC.L10N.register() and use to correct expected format. Added JS unit tests for OC.L10N class Include translations JS script for all apps
* Add support for keys in the info.xmlLukas Reschke2014-10-091-0/+3
| | | | | | This allows to have links to different doc base URLs a.
* Forgot a '.'MTRichards2014-10-081-1/+1
|
* Updated info.xml app descriptionMTRichards2014-10-081-11/+2
| | | Made app description paralell in structure to other app descriptions
* Use public api for getting l10nRobin Appelman2014-08-311-1/+1
|