aboutsummaryrefslogtreecommitdiffstats
path: root/lib/json.php
Commit message (Expand)AuthorAgeFilesLines
* fix translations within subfolder /libThomas Mueller2012-08-301-5/+5
* Whitespace fixes in libBart Visscher2012-08-291-2/+2
* 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 te...Thomas Tanghus2012-06-131-0/+12
* 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