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-05-13Fix all PHPDoc types and variable names, in /libRobin McCorkell
2014-04-10Merge pull request #8018 from owncloud/ocs_result_success_is_100Vincent Petry
OC_OCS_Result Class, Only accept 100 code as success
2014-04-05Removed two unused functionsLukas Reschke
These two functions were actually not usable and only a todo since ages. I think it's better to remove it than having dead and unmaintained code.
2014-04-02Only accept success as 100 like the OCS spec doestomneedham
2014-02-18Return 101 if user doesnt existtomneedham
2014-02-18Add displayname for adminstomneedham
2014-02-07getData() always needs to return an arrayBjoern Schiessle
2013-10-31Get rid of the SELECT query. Try UPDATE, on failure INSERT.Andreas Fischer
2013-10-31fixing undefined index in delete()Thomas Müller
2013-10-31PHPDoc comment updated - checkLoggedIn() removedThomas Müller
2013-10-31no need to check if the user is logged inThomas Müller
2013-10-31fixing php notice: Undefined index keyThomas Müller
2013-10-31no need to check if the user is logged in - this is already done in the ocs ↵Thomas Müller
dispatcher itself adding @return
2013-10-30fix the privatedata key value storeFrank Karlitschek
2013-10-21New OCS route:Thomas Müller
/ocs/cloud/user Response: <?xml version="1.0"?> <ocs> <meta> <status>ok</status> <statuscode>100</statuscode> <message/> </meta> <data> <id>thomas</id> <display-name>DeepDiver</display-name> <email>no-response@domain.tld</email> </data> </ocs>
2013-09-30move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller
Conflicts: lib/private/vcategories.php