aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_versions/appinfo
Commit message (Collapse)AuthorAgeFilesLines
* Split multi-author entriesJoas Schilling2017-05-221-1/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.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>
* 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>
* Moved over files_versionsRoeland Jago Douma2016-11-031-5/+10
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [9.2] Register commands in info.xml (#26248)Thomas Müller2016-10-112-35/+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/+5
| | | | | | * Add occ command to expire the trashbin * Fix versions folder in setup check
* 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
| |
* | Fix apps/Joas Schilling2016-07-213-4/+7
|/
* no need to mention ownCloud explicitelyBjoern Schiessle2016-06-201-2/+2
|
* Update license headersLukas Reschke2016-05-263-5/+5
|
* Background jobs from info.xml (#24582)Joas Schilling2016-05-123-46/+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_versions to PSR-4 (#24571)Joas Schilling2016-05-122-49/+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-5/+0
|\ | | | | Cleanup OC_DB methods
| * Remove OC_DB::dropTableMorris Jobke2016-01-071-5/+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-0/+3
|
* Postrebase cleanupVictor Dubiniuk2015-09-151-5/+0
|
* Add expiration for versions older than maxVictor Dubiniuk2015-09-153-1/+33
|
* Add versions obligationVictor Dubiniuk2015-09-151-0/+11
|
* Remove unneeded includeMorris Jobke2015-09-071-1/+0
| | | | | * fixes #18867 * ref #18748
* 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-3/+45
| | | | | | | * Files * Files_Sharing * Files_Trashbin * Files_Versions
* Merge pull request #16964 from owncloud/versions_occThomas Müller2015-07-061-0/+28
|\ | | | | add occ tool to delete versions
| * add occ tool to delete versionsBjoern Schiessle2015-06-161-0/+28
| |
* | 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-253-2/+1
|/
* Fix usage of deprecated private constantsJoas Schilling2015-04-181-1/+1
|
* Update license headersJenkins for ownCloud2015-03-263-5/+64
|
* Revert "Updating license headers"Morris Jobke2015-02-263-62/+7
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-233-7/+62
|
* Remove unneeded addTranslations() callsVincent Petry2015-01-141-1/+0
|
* Remove unused fileLukas Reschke2014-12-151-34/+0
| | | | | | That file is apparently unused - introduced with https://github.com/owncloud/core/commit/30b58f56771aa54304069d40a62070c06f5308fc I guess we can remove it...
* Merge pull request #12556 from owncloud/add-route-for-versionsThomas Müller2014-12-031-0/+2
|\ | | | | Add route for download of versions
| * Add route for download of versionsLukas Reschke2014-12-021-0/+2
| | | | | | | | | | | | Otherwise on master it was not possible anymore to download older versions. Fixes itself.
* | Autoload lib files of versions appJoas Schilling2014-12-021-5/+0
|/
* Added OC.L10N namespace with translation functionsVincent Petry2014-10-291-0/+1
| | | | | | | | | | | 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.
* Updated info.xml withMTRichards2014-10-081-16/+2
| | | Added description in line with other apps.