summaryrefslogtreecommitdiffstats
path: root/apps/files/appinfo/info.xml
Commit message (Collapse)AuthorAgeFilesLines
* 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