summaryrefslogtreecommitdiffstats
path: root/lib/json.php
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into subadminGeorg Ehrke2012-07-261-7/+7
|\
| * some indention fixesRobin Appelman2012-07-241-7/+7
| |
* | add checkSubAdminUser method to OC_JSON classGeorg Ehrke2012-07-181-0/+12
|/
* Remove forced downloadLukas Reschke2012-07-021-2/+0
|
* Disable mimesniffingLukas Reschke2012-07-011-2/+4
|
* Convert OC_L10N_String to a string in OC_JSON::encodedPrintBart Visscher2012-06-221-0/+10
|
* Added JSON methods for CSRF prevention. Make request token accessible from ↵Thomas Tanghus2012-06-131-0/+12
| | | | template and add js var.
* Check if path_info is empty as well, fixes bug oc-632. Thanks to die3lustigen2.Michael Gapczynski2012-05-131-1/+1
|
* Prevent XSS exploit by checking if path-info is set, thanks to Lukas ReschkeMichael Gapczynski2012-05-101-3/+5
|
* reuse OC_L10N objectsRobin Appelman2012-04-141-3/+3
|
* Check if the application is actually enabledBart Visscher2011-09-301-0/+11
|
* Change json content-type to correct IANA typeBart Visscher2011-09-281-1/+1
|
* dont set content type to json for AppsRobin Appelman2011-09-261-2/+4
|
* Use OC_JSON for json responsesBart Visscher2011-09-251-0/+68
Create OC_JSON class, for single point of creating json responses. No real logic change, this just cleans up the code a bit.