summaryrefslogtreecommitdiffstats
path: root/lib/json.php
Commit message (Collapse)AuthorAgeFilesLines
* 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.