summaryrefslogtreecommitdiffstats
path: root/lib/public/json.php
Commit message (Collapse)AuthorAgeFilesLines
* Add version to @deprecated tagsMorris Jobke2015-04-191-11/+11
|
* Update license headersJenkins for ownCloud2015-03-261-12/+17
|
* Revert "Updating license headers"Morris Jobke2015-02-261-17/+18
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-18/+17
|
* Deprecate `OC_JSON` and `OCP\JSON`Lukas Reschke2015-02-121-106/+109
| | | | | | This deprecates – but not removes – those two classes and all functions in it. There is no reason that new developments should use those methods as with the AppFramework there is a replacement that allows testable code. With the `@deprecated` annotation IDEs like PHPStorm will point out to the developer that a functionality is deprecated and that there is a better suited replacement.
* polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-061-1/+1
|
* OC_Util::setupFS($user) will create a data dir for the given string - no ↵Thomas Müller2014-01-211-1/+9
| | | | matter if the user really exists - OCP\JSON::checkUserExists($owner); introduces a ready to use check which will bail out with an JSON error
* Fixed download file from URL error messagesVincent Petry2013-12-121-0/+8
| | | | | | | | - L10N now converted to string to make them work with json_encode - Added specific error message when server doesn't allow fopen on URLs - Fixed client side to correctly show error message in a notification - Added OCP\JSON::encode() method to encode JSON with support for the OC_L10N_String values
* unify license headers for public API filesMorris Jobke2013-11-031-19/+19
|
* fix documentation stuffMorris Jobke2013-10-311-2/+2
|
* style fixes for public json apiGeorg Ehrke2012-09-081-2/+0
|
* adding space between) and {Thomas Mueller2012-09-071-8/+8
|
* Space before tab fixesBart Visscher2012-08-291-1/+1
|
* Whitespace fixes in libBart Visscher2012-08-291-27/+27
|
* Trying to get documentation to "Do The Right Thing" (TM)Thomas Tanghus2012-07-201-70/+73
|
* Added some more documentation to OCP\JSON.Thomas Tanghus2012-07-201-8/+57
|
* Added some documentation for OCP\JSON::callCheck()Thomas Tanghus2012-07-201-0/+15
|
* remove superfluous ?> at the end of .php files (left out apps/*/templates)Jörn Friedrich Dreyer2012-07-091-2/+0
|
* Added JSON methods for CSRF prevention. Make request token accessible from ↵Thomas Tanghus2012-06-131-0/+7
| | | | template and add js var.
* update copyrightFrank Karlitschek2012-05-261-1/+1
|
* document the public classes a bit moreFrank Karlitschek2012-05-191-0/+3
|
* some more documentation cleanups. much more is needed.Frank Karlitschek2012-05-061-20/+25
| | | | And greeting from the Atlanta airport. ;-)
* ported oc_jsonFrank Karlitschek2012-05-031-0/+94