Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update license headers | Lukas Reschke | 2015-10-26 | 1 | -0/+1 |
| | |||||
* | Merge pull request #19526 from ↵ | Thomas Müller | 2015-10-06 | 1 | -2/+3 |
|\ | | | | | | | | | owncloud/issue-16251-reload-app-settings-when-app-needs-update Reload the page when an app needs an update after being enabled | ||||
| * | Reload the page when an app needs an update after being enabled | Joas Schilling | 2015-10-05 | 1 | -2/+3 |
| | | |||||
* | | update licence headers via script | Morris Jobke | 2015-10-05 | 1 | -0/+1 |
|/ | |||||
* | Remove OC_Log | Thomas Müller | 2015-07-03 | 1 | -1/+1 |
| | |||||
* | update license headers and authors | Morris Jobke | 2015-06-25 | 1 | -1/+0 |
| | |||||
* | Correctly purge the cache when an app is disabled via cli | Joas Schilling | 2015-04-01 | 1 | -3/+0 |
| | |||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -1/+24 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -23/+1 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -1/+23 |
| | |||||
* | This is an array | Lukas Reschke | 2015-02-13 | 1 | -1/+1 |
| | |||||
* | Manually type-case all AJAX files | Lukas Reschke | 2015-02-13 | 1 | -2/+2 |
| | | | | | | This enforces proper types on POST and GET arguments where I considered it sensible. I didn't update some as I don't know what kind of values they would support :see_no_evil: Fixes https://github.com/owncloud/core/issues/14196 for core | ||||
* | Cache responses from the AppStore server | Lukas Reschke | 2015-01-09 | 1 | -0/+3 |
| | | | | | | | | | | 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% | ||||
* | Add option to enable app for specific groups | Robin Appelman | 2014-06-03 | 1 | -1/+3 |
| | |||||
* | Log exception at the catching code | kondou | 2013-08-09 | 1 | -0/+1 |
| | |||||
* | Improve app-management | kondou | 2013-08-06 | 1 | -6/+5 |
| | | | | | | | | - Better error messages - Translate untranslated strings Basically picks non-app-dependency related stuff from #4017 | ||||
* | Remove invalid characters from app id to prevent loading of invalid resources | Bart Visscher | 2013-02-09 | 1 | -1/+1 |
| | |||||
* | Remove setContentTypeHeader() | Lukas Reschke | 2013-01-11 | 1 | -1/+0 |
| | | | | | | `OC_JSON::success` and `OC_JSON::error` are calling `OC_JSON::encodedPrint`, which already sets these headers. So this two calls are uneeded duplicates. | ||||
* | Make the settings ajax calls use the router | Bart Visscher | 2012-10-02 | 1 | -2/+0 |
| | |||||
* | $l was undefined | Thomas Müller | 2012-09-17 | 1 | -0/+1 |
| | |||||
* | return a message when app could not be enabled | Jörn Friedrich Dreyer | 2012-09-12 | 1 | -1/+1 |
| | |||||
* | no more require_once() | Thomas Mueller | 2012-09-05 | 1 | -1/+1 |
| | |||||
* | Return possibly changed appid. | Thomas Tanghus | 2012-08-05 | 1 | -3/+4 |
| | |||||
* | CSRF check in the settings | Lukas Reschke | 2012-07-07 | 1 | -0/+1 |
| | |||||
* | show error when installing an app has failed | Robin Appelman | 2012-04-14 | 1 | -3/+5 |
| | |||||
* | Add more checks for admin user | Bart Visscher | 2011-09-30 | 1 | -0/+1 |
| | |||||
* | Use OC_JSON for json responses | Bart Visscher | 2011-09-25 | 1 | -1/+1 |
| | | | | | Create OC_JSON class, for single point of creating json responses. No real logic change, this just cleans up the code a bit. | ||||
* | merged admin, help and settings to settings | Jan-Christoph Borchardt | 2011-08-13 | 1 | -0/+9 |