summaryrefslogtreecommitdiffstats
path: root/settings/ajax/disableapp.php
Commit message (Collapse)AuthorAgeFilesLines
* Correctly purge the cache when an app is disabled via cliJoas Schilling2015-04-011-4/+0
|
* Update license headersJenkins for ownCloud2015-03-261-0/+21
|
* Revert "Updating license headers"Morris Jobke2015-02-261-21/+0
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-0/+21
|
* Manually type-case all AJAX filesLukas Reschke2015-02-131-1/+1
| | | | | | 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 serverLukas Reschke2015-01-091-0/+4
| | | | | | | | | | 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%
* various fixes as requested by pr reviewersGeorg Ehrke2014-06-021-2/+2
|
* make it possible to update shipped apps via the appstoreGeorg Ehrke2014-05-311-2/+9
|
* Remove invalid characters from app id to prevent loading of invalid resourcesBart Visscher2013-02-091-1/+1
|
* Remove setContentTypeHeader()Lukas Reschke2013-01-111-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 routerBart Visscher2012-10-021-2/+0
|
* no more require_once()Thomas Mueller2012-09-051-1/+1
|
* CSRF checksLukas Reschke2012-07-201-0/+1
|
* show error when installing an app has failedRobin Appelman2012-04-141-1/+1
|
* Add more checks for admin userBart Visscher2011-09-301-0/+1
|
* Use OC_JSON for json responsesBart Visscher2011-09-251-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 settingsJan-Christoph Borchardt2011-08-131-0/+8