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 (Expand)Author
2016-05-12lib/private/ocs to PSR-4 (#24558)Roeland Douma
2016-01-12Happy new year!Thomas Müller
2015-12-18Use OCP\Util::getVersion instead of the internal private implementationMorris Jobke
2015-12-02User IUser::getEMailAddress() all over the placeThomas Müller
2015-11-03Add a new core capability which tells the clients which url to useThomas Müller
2015-10-26Update license headersLukas Reschke
2015-10-21Merge pull request #18184 from owncloud/ocs-merge-headersThomas Müller
2015-10-13Combine OCS API getUser method code into provisioning_api appRoeland Jago Douma
2015-10-05update licence headers via scriptMorris Jobke
2015-09-21fix PHPDocThomas Müller
2015-09-21Merge headers of ocs resultsThomas Müller
2015-08-14Cleanup OCS codeLukas Reschke
2015-08-13With V2 we should ensure that the status codes are kept in syncThomas Müller
2015-08-10Move core capabilities to new classRoeland Jago Douma
2015-08-10Added Capabilities ManagerRoeland Jago Douma
2015-08-07Adding header support to class OC_OCS_ResultThomas Müller
2015-08-03Fix authorsThomas Müller
2015-08-03Reduce duplicate codeThomas Müller
2015-04-18Remove unused variablesMorris Jobke
2015-03-26Update license headersJenkins for ownCloud
2015-02-26Revert "Updating license headers"Morris Jobke
2015-02-23Updating license headersJenkins for ownCloud
2014-12-09reduce OC_Preferences, OC_Config and \OCP\Config usageMorris Jobke
2014-09-15Fix unexisting class and PHPDocLukas Reschke
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
2014-04-05Removed two unused functionsLukas Reschke
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 d...Thomas Müller
2013-10-30fix the privatedata key value storeFrank Karlitschek
2013-10-21New OCS route:Thomas Müller
2013-09-30move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller