aboutsummaryrefslogtreecommitdiffstats
path: root/settings/controller/appsettingscontroller.php
Commit message (Collapse)AuthorAgeFilesLines
* Rename files to be PSR-4 compliantLukas Reschke2016-04-061-322/+0
|
* Happy new year!Thomas Müller2016-01-121-1/+1
|
* Add a warning on the apps list when the version is missingJoas Schilling2016-01-071-0/+3
|
* Inject OCSClientLukas Reschke2016-01-061-3/+3
| | | | Fixes https://github.com/owncloud/core/issues/21451
* Use OCP\Util::getVersion instead of the internal private implementationMorris Jobke2015-12-181-3/+5
|
* Remove OC_Config from app management templateMorris Jobke2015-12-021-0/+1
| | | | * add unit test for this case
* Use speaking idsJoas Schilling2015-10-261-7/+40
|
* Stay on the same category when refreshing the page on the apps listJoas Schilling2015-10-261-1/+3
|
* Handle returned null value in app level codeMorris Jobke2015-07-131-2/+2
| | | | | | * getApplication on OCSClient can also return null this is now handled properly * fixes #17587
* Add missing version fieldLukas Reschke2015-06-291-2/+2
|
* Merge pull request #17222 from owncloud/issue-17101-send-oc-version-to-app-storeLukas Reschke2015-06-291-1/+1
|\ | | | | Send OC version to appstore so it can reply with the right links
| * Send OC version to appstore so it can reply with the right linksJoas Schilling2015-06-291-1/+1
| |
* | Also load enabled appsLukas Reschke2015-06-291-0/+9
| |
* | Request approved state for disabled apps with ocsidLukas Reschke2015-06-191-0/+9
|/ | | | | | | | In case an application gets disabled the level is set to "experimental" if it does not contain a `shipped` tag. This can for example be reproduced by installing the documents app from the appstore and then disabling it. Or cloning an app from git. With this change the controller will now load the level of the application from the appstore if a valid OCSID has been provided. Fixes https://github.com/owncloud/core/issues/17003
* Make "include update info" part of the cache keyJoas Schilling2015-06-151-3/+5
|
* Load the update information asyncroniously to fix the page load speedJoas Schilling2015-06-101-6/+10
|
* Add experimental applications switchLukas Reschke2015-04-031-17/+58
| | | | Allows administrators to disable or enabled experimental applications as well as show the trust level.
* Update license headersJenkins for ownCloud2015-03-261-6/+19
|
* remove unneeded status element from json response on /categories - fixes 15056Thomas Müller2015-03-231-1/+0
|
* Revert "Updating license headers"Morris Jobke2015-02-261-18/+7
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* don't allow installation of already installed apps - fixes #14004Thomas Müller2015-02-231-6/+29
|
* Updating license headersJenkins for ownCloud2015-02-231-7/+18
|
* Check whether return is an error case before using itJoas Schilling2015-01-301-8/+12
|
* sorting enabled and disabled apps alphabetically - fixes #13404Thomas Müller2015-01-161-0/+16
|
* Cache responses from the AppStore serverLukas Reschke2015-01-091-43/+57
| | | | | | | | | | Otherwise every time the AppStore was opened a lot of connections to the AppStore server were made which resulted in a terrible performance. This changeset will cache the response for a sensible time so that only the first request will be somewhat slow. Performance changes: - Loading a category took previously more than 3 seconds on my machine. Now for every follow-up request it takes less than 200ms, resulting in a performance gain of 1950% - Loading the category list took previously about 750ms - now it takes 154ms, a total performance gain of 395%
* fixing wrong usage of license vs licenceThomas Müller2015-01-061-1/+8
|
* rework api of DependencyAnalyzerThomas Müller2014-12-121-3/+3
|
* adding supported databasesThomas Müller2014-12-041-1/+1
|
* introduce dependency analyzer to take care of app dependenciesThomas Müller2014-12-041-1/+9
| | | | some more unit tests on xml info parser
* Migrate new app settings to AppFrameworkLukas Reschke2014-10-151-0/+132
Let's migrate those two new files.