summaryrefslogtreecommitdiffstats
path: root/apps/files/appinfo/info.xml
Commit message (Collapse)AuthorAgeFilesLines
* Fix app updatesRoeland Jago Douma2020-01-211-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add a transfer ownership background jobRoeland Jago Douma2019-12-021-0/+4
| | | | | | | | | | | | This job can be initiated by a user to transfer a file/folder to a target user. The target user will have to accept the job. Once that is done the transfers is initiated in the background. Both parties get notified when the job is done. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add background job for token cleanupJulius Härtl2019-11-271-0/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Direct editing API to allow file editing using a one-time token forJulius Härtl2019-11-271-1/+1
| | | | | | mobile apps Signed-off-by: Julius Härtl <jus@bitgrid.net>
* 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>
* Remove the upload and memory settingJoas Schilling2019-03-041-4/+0
| | | | | | | | | | * Remove unneeded private method phpFileSize() * Bump autoloader * Remove setUploadLimit tests * Remove integrity check hacks for upload limit Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Bump versions of server and the requirements of appsJoas Schilling2018-11-231-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update version requirements and versions of shipped appsJoas Schilling2018-09-051-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix info.xml files of shipped appsJoas Schilling2018-02-161-23/+27
| | | | 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>
* 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