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
2015-10-26Update license headersLukas Reschke
2015-10-21[provisioning api] losen testRoeland Jago Douma
Since we have no control of how backends sort their list of users and we also don't want to sort yet another time the test now just checks if the correct number of elements is returned and if they are from the list of group members.
2015-10-20Fix scrutinizer issuesRoeland Jago Douma
* PHPDoc * Proper array initialization
2015-10-20Merge pull request #18399 from owncloud/api-getusers-for-subadminsThomas Müller
enable api getUsers for subadmins
2015-10-20Merge pull request #19666 from owncloud/fix_13002Thomas Müller
Combine OCS API getUser method code into provisioning_api app
2015-10-17Increase the 2nd digit of shipped appsJoas Schilling
2015-10-13Combine OCS API getUser method code into provisioning_api appRoeland Jago Douma
Fixes #13002 Move the cloud/users/{userid} code in total to the provisioning API.
2015-10-13Merge branch 'master' into api-getusers-for-subadminsmichag86
2015-10-05update licence headers via scriptMorris Jobke
2015-09-08Add proper PHPDocLukas Reschke
Makes my IDE happier when going through that file.
2015-08-26[provisioning api] Updated testsRoeland Jago Douma
* Test pass again * Code coverage getUsers is at 100% again
2015-08-26enable api getUsers for subadminsmichag86
Now subadmins can get a list of users they are subadmins of.
2015-08-11Check for userSession->getUser() === nullRoeland Jago Douma
2015-08-11[provisioning api] Fix grouptestRoeland Jago Douma
2015-08-11[provisioning api] Test for correct displaynameRoeland Jago Douma
2015-08-11Declare fieldsRoeland Jago Douma
2015-08-11[provisioning api] Improve apps test coverageRoeland Jago Douma
2015-08-11Fix groupsRoeland Jago Douma
2015-08-11[provisioning api] improve coverage for groupsRoeland Jago Douma
2015-08-11[provisioning api] Improve test coverage userRoeland Jago Douma
2015-08-02[provisioning api] Move away from OC\Util to OCP\UtilRoeland Jago Douma
2015-08-02[provisioning_api] Move tests to OCPRoeland Jago Douma
2015-08-02[provisioning_api] Move part of apps to OCPRoeland Jago Douma
2015-08-02[provisioning_api] OC_User to IUserSessionRoeland Jago Douma
2015-08-02[provisioning_api] subadmin check for usersRoeland Jago Douma
2015-08-02[provisioning_api] Moved groups away from static stuffRoeland Jago Douma
2015-08-02[provisioning_api] Move users away from static codeRoeland Jago Douma
2015-07-01Merge pull request #15506 from rullzer/core_apps_oc_log2ocp_utilMorris Jobke
Move core apps from OC_Log::write to OCP\Util
2015-06-25update license headers and authorsMorris Jobke
2015-05-19Catch NotFoundException and return no quota information which simply ↵Thomas Müller
reflects the current state - no file storage has been initialized for the user.
2015-05-18Fix provisioning API unit tests for loginVincent Petry
Properly login the user every time to make sure their FS is properly setup.
2015-05-18Move core apps from OC_Log::write to OCP\UtilRoeland Jago Douma
2015-05-07Validate the quota value to be a correct valueThomas Müller
2015-04-18Fix usage of deprecated private constantsJoas Schilling
2015-04-13Do not try to make user subadmin of group twiceRoeland Jago Douma
If the provisioning api is used to make a user subadmin of a group that user is already a subadmin just return success. Added unit test to ensure things keep working.
2015-03-26Update license headersJenkins for ownCloud
2015-02-26Revert "Updating license headers"Morris Jobke
This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
2015-02-26Sort the array to be sureJoas Schilling
2015-02-23Updating license headersJenkins for ownCloud
2015-01-29disallow provisioning api to be enabled for groups onlyThomas Müller
2015-01-16add icon for Provisioning APIJan-Christoph Borchardt
2015-01-07Extend Test\TestCase and do not use uniqid()Joas Schilling
2015-01-05Remove unnecessary setUp methodTom Needham
2015-01-03Add proper group setup and teardown to all provisioning_api testsTom Needham
2015-01-03Create admin group before running provisioning_api testsTom Needham
2015-01-03Ensure admin group is present before running testsTom Needham
2015-01-02Change array element order to fix failing testTom Needham
2015-01-02Add placeholder app.php for provisioning_api so app is detectedTom Needham
2014-12-25Add provisioning_api appTom Needham
enable unit tests for provisioning api fix admin docu key