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