summaryrefslogtreecommitdiffstats
path: root/apps/files/appinfo/info.xml
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>
* Allow multiple navigation links from info.xmlJoas Schilling2017-03-261-5/+7
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add files:scanAppData commandRoeland Jago Douma2017-03-221-1/+2
| | | | | | | | Fixes https://github.com/nextcloud/server/issues/3041 Add a dedicated command to scan the special appdata dir Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge some CSS files using our SCSS compilerLukas Reschke2017-03-211-1/+1
| | | | | | This saves around 4 requests on the average page load. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Force to specify the nameJoas Schilling2017-01-271-0/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add navigation via info.xml (#26785)Thomas Müller2016-12-221-0/+6
| | | | | | | | | | * Read navigation information from info.xml * Load files navigation elements from info.xml * Add comment about ignoring the exception Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Update app versions and requirementsJoas Schilling2016-12-131-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add an activity when managing favoritesJoas Schilling2016-12-041-0/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Provider for the files appJoas Schilling2016-11-161-0/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Register the settings of the files app via info.xmlJoas Schilling2016-11-161-0/+8
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Move the favorites filter to IFilterJoas Schilling2016-11-161-0/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Move files filter to IFilterJoas Schilling2016-11-161-0/+6
| | | | 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>
* [9.2] Register commands in info.xml (#26248)Thomas Müller2016-10-111-0/+6
| | | | | | | | | | | | * 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>
* move mail settings and file handling to additional ones, thus files_external ↵Arthur Schiwon2016-08-131-1/+0
| | | | gets its own section
* adjust files app, and integrate files_external into that sectionArthur Schiwon2016-08-111-1/+6
|
* Also increase the min versionJoas Schilling2016-07-221-1/+1
|
* bumb compatible app versions for core appsRobin Appelman2016-07-221-1/+1
|
* Increase app versionsJoas Schilling2016-07-211-1/+1
|
* Background jobs from info.xml (#24582)Joas Schilling2016-05-121-0/+6
| | | | | | | | | | | | | | * 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
* Run cleanup of expired DB file locks to background jobMorris Jobke2016-03-041-1/+1
| | | | | | | | | | | | | * fixes #22819 The old way fired a DELETE statement on each destruction of the DBLockingProvider. Which could cause a lot of queries. It's enough to run this every 5 minutes in a background job, which in the end could result in file locks that exists 5 minutes longer - in the worst case and for not properly released locks. This makes the DB based locking a lot more performant and could result in a similar performance to the Redis based locking provider.
* Increase all versions on master which is now 9.1Joas Schilling2016-03-021-2/+2
|
* cleanup jobs for comments and comment read marksArthur Schiwon2016-02-051-1/+1
|
* Remove deprecated and unused standalone tagJoas Schilling2016-02-031-1/+0
|
* Cleanup job for system and user tag orphaned when file was deletedVincent Petry2016-01-291-1/+1
| | | | | | | Whenever a file was deleted (also from trash), the tag mapping is pointing at a fileid that doesn't exist any more. This cleanup job will delete such orphaned mapping entries.
* 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
|
* Move files/ajax/scan.php to background jobLukas Reschke2015-11-281-1/+1
| | | | The background job will now be executed in chunks of 500 users all 10 minutes.
* Update app version for Webdav impl of files GUIVincent Petry2015-11-221-1/+1
| | | | | | This will make sure the cached JS gets properly updated. Also, since this is a bigger change it also qualifies for a version increase :-)
* Increase the 2nd digit of shipped appsJoas Schilling2015-10-171-1/+4
|
* Consolidate webdav code - move all to one appThomas Müller2015-10-161-4/+0
|
* Add support for keys in the info.xmlLukas Reschke2014-10-091-0/+3
| | | | | | This allows to have links to different doc base URLs a.
* Kill filesync.php in files/appinfoMorris Jobke2014-08-131-1/+0
| | | | * ref comment: https://github.com/owncloud/core/issues/10392#issuecomment-52050567
* Adjust core apps to use "requiremin" instead of "require"Vincent Petry2014-05-271-2/+2
| | | | Also added a few missing authors.
* Set required owncloud version to 4.93Robin Appelman2013-02-241-1/+1
|
* change required ownCloud version to 4.91Robin Appelman2013-01-281-1/+1
|
* automatically remove and prevent installation of apps with a require version ↵Frank Karlitschek2012-10-021-1/+1
| | | | | | | less than the current one. We check now the first ad second part of the version number. Also increase the require tags of the core apps to 4.9 Please note that 4.9 is the internal versionnumber of the upcoming 4.5 release. You have to pu a <require>4.9</require> into the info.xml of your app to make it as compatible with 4.5
* Chunked upload: Support reusing local chunksBart Visscher2012-07-271-0/+1
|
* mark the apps as part of the shipped package and increase the requirement to ↵Frank Karlitschek2012-05-181-1/+2
| | | | ownCloud 4
* selective app loading for remote/publicRobin Appelman2012-05-141-0/+3
|
* load remote and public paths from info.xml during upgrade instead of setting ↵Robin Appelman2012-05-111-0/+4
| | | | them every time
* added a nice API to get the installes Apps with names, urls and icon from ↵Frank Karlitschek2012-05-051-0/+1
| | | | | | the outside. This is useful for some nice upcoming desktop and mobile integration
* add a info.xml to filesFrank Karlitschek2012-04-291-0/+10