aboutsummaryrefslogtreecommitdiffstats
path: root/settings/controller/appsettingscontroller.php
Commit message (Collapse)AuthorAgeFilesLines
* 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.