summaryrefslogtreecommitdiffstats
path: root/lib/private/json.php
Commit message (Collapse)AuthorAgeFilesLines
* Update license headersJenkins for ownCloud2015-03-261-4/+26
|
* Revert "Updating license headers"Morris Jobke2015-02-261-25/+9
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-9/+25
|
* Deprecate `OC_JSON` and `OCP\JSON`Lukas Reschke2015-02-121-16/+30
| | | | | | 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.
* Use public api for getting l10nRobin Appelman2014-08-311-6/+6
|
* Add machine readable error messages to OC\JSONRobin Appelman2014-07-041-6/+6
| | | | | | | | | | Reload the files app in case of authentication errors, expired tokens or disabled app Reloading will triger the full server side handeling of those errors formatting fix missing semicolon + some jshint warnings
* Some more PHPDoc fixesLukas Reschke2014-04-211-3/+2
|
* Remove uneeded usages of nosniffLukas Reschke2014-04-131-2/+0
|
* polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-061-0/+1
|
* OC_Util::setupFS($user) will create a data dir for the given string - no ↵Thomas Müller2014-01-211-0/+14
| | | | matter if the user really exists - OCP\JSON::checkUserExists($owner); introduces a ready to use check which will bail out with an JSON error
* only walk an arrayThomas Müller2013-12-181-1/+3
|
* Fixed download file from URL error messagesVincent Petry2013-12-121-1/+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
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-0/+115
Conflicts: lib/private/vcategories.php