Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename files to be PSR-4 compliant | Lukas Reschke | 2016-04-06 | 1 | -322/+0 |
| | |||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -1/+1 |
| | |||||
* | Add a warning on the apps list when the version is missing | Joas Schilling | 2016-01-07 | 1 | -0/+3 |
| | |||||
* | Inject OCSClient | Lukas Reschke | 2016-01-06 | 1 | -3/+3 |
| | | | | Fixes https://github.com/owncloud/core/issues/21451 | ||||
* | Use OCP\Util::getVersion instead of the internal private implementation | Morris Jobke | 2015-12-18 | 1 | -3/+5 |
| | |||||
* | Remove OC_Config from app management template | Morris Jobke | 2015-12-02 | 1 | -0/+1 |
| | | | | * add unit test for this case | ||||
* | Use speaking ids | Joas Schilling | 2015-10-26 | 1 | -7/+40 |
| | |||||
* | Stay on the same category when refreshing the page on the apps list | Joas Schilling | 2015-10-26 | 1 | -1/+3 |
| | |||||
* | Handle returned null value in app level code | Morris Jobke | 2015-07-13 | 1 | -2/+2 |
| | | | | | | * getApplication on OCSClient can also return null this is now handled properly * fixes #17587 | ||||
* | Add missing version field | Lukas Reschke | 2015-06-29 | 1 | -2/+2 |
| | |||||
* | Merge pull request #17222 from owncloud/issue-17101-send-oc-version-to-app-store | Lukas Reschke | 2015-06-29 | 1 | -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 links | Joas Schilling | 2015-06-29 | 1 | -1/+1 |
| | | |||||
* | | Also load enabled apps | Lukas Reschke | 2015-06-29 | 1 | -0/+9 |
| | | |||||
* | | Request approved state for disabled apps with ocsid | Lukas Reschke | 2015-06-19 | 1 | -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 key | Joas Schilling | 2015-06-15 | 1 | -3/+5 |
| | |||||
* | Load the update information asyncroniously to fix the page load speed | Joas Schilling | 2015-06-10 | 1 | -6/+10 |
| | |||||
* | Add experimental applications switch | Lukas Reschke | 2015-04-03 | 1 | -17/+58 |
| | | | | Allows administrators to disable or enabled experimental applications as well as show the trust level. | ||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -6/+19 |
| | |||||
* | remove unneeded status element from json response on /categories - fixes 15056 | Thomas Müller | 2015-03-23 | 1 | -1/+0 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -18/+7 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | don't allow installation of already installed apps - fixes #14004 | Thomas Müller | 2015-02-23 | 1 | -6/+29 |
| | |||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -7/+18 |
| | |||||
* | Check whether return is an error case before using it | Joas Schilling | 2015-01-30 | 1 | -8/+12 |
| | |||||
* | sorting enabled and disabled apps alphabetically - fixes #13404 | Thomas Müller | 2015-01-16 | 1 | -0/+16 |
| | |||||
* | Cache responses from the AppStore server | Lukas Reschke | 2015-01-09 | 1 | -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 licence | Thomas Müller | 2015-01-06 | 1 | -1/+8 |
| | |||||
* | rework api of DependencyAnalyzer | Thomas Müller | 2014-12-12 | 1 | -3/+3 |
| | |||||
* | adding supported databases | Thomas Müller | 2014-12-04 | 1 | -1/+1 |
| | |||||
* | introduce dependency analyzer to take care of app dependencies | Thomas Müller | 2014-12-04 | 1 | -1/+9 |
| | | | | some more unit tests on xml info parser | ||||
* | Migrate new app settings to AppFramework | Lukas Reschke | 2014-10-15 | 1 | -0/+132 |
Let's migrate those two new files. |