Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for keys in the info.xml | Lukas Reschke | 2014-10-09 | 1 | -0/+3 |
| | | | | | | This allows to have links to different doc base URLs a. | ||||
* | Kill filesync.php in files/appinfo | Morris Jobke | 2014-08-13 | 1 | -1/+0 |
| | | | | * ref comment: https://github.com/owncloud/core/issues/10392#issuecomment-52050567 | ||||
* | Adjust core apps to use "requiremin" instead of "require" | Vincent Petry | 2014-05-27 | 1 | -2/+2 |
| | | | | Also added a few missing authors. | ||||
* | Set required owncloud version to 4.93 | Robin Appelman | 2013-02-24 | 1 | -1/+1 |
| | |||||
* | change required ownCloud version to 4.91 | Robin Appelman | 2013-01-28 | 1 | -1/+1 |
| | |||||
* | automatically remove and prevent installation of apps with a require version ↵ | Frank Karlitschek | 2012-10-02 | 1 | -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 chunks | Bart Visscher | 2012-07-27 | 1 | -0/+1 |
| | |||||
* | mark the apps as part of the shipped package and increase the requirement to ↵ | Frank Karlitschek | 2012-05-18 | 1 | -1/+2 |
| | | | | ownCloud 4 | ||||
* | selective app loading for remote/public | Robin Appelman | 2012-05-14 | 1 | -0/+3 |
| | |||||
* | load remote and public paths from info.xml during upgrade instead of setting ↵ | Robin Appelman | 2012-05-11 | 1 | -0/+4 |
| | | | | them every time | ||||
* | added a nice API to get the installes Apps with names, urls and icon from ↵ | Frank Karlitschek | 2012-05-05 | 1 | -0/+1 |
| | | | | | | the outside. This is useful for some nice upcoming desktop and mobile integration | ||||
* | add a info.xml to files | Frank Karlitschek | 2012-04-29 | 1 | -0/+10 |