Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-07-04Add machine readable error messages to OC\JSONRobin Appelman
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
2014-04-21Some more PHPDoc fixesLukas Reschke
2014-04-13Remove uneeded usages of nosniffLukas Reschke
2014-02-06polish documentation based on scrutinizer patchesJörn Friedrich Dreyer
2014-01-21OC_Util::setupFS($user) will create a data dir for the given string - no ↵Thomas Müller
matter if the user really exists - OCP\JSON::checkUserExists($owner); introduces a ready to use check which will bail out with an JSON error
2013-12-18only walk an arrayThomas Müller
2013-12-12Fixed download file from URL error messagesVincent Petry
- 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
2013-09-30move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller
Conflicts: lib/private/vcategories.php