summaryrefslogtreecommitdiffstats
path: root/apps/provisioning_api
Commit message (Collapse)AuthorAgeFilesLines
* More fixes to the docsJoas Schilling2015-12-081-4/+6
|
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2015-12-071-0/+6
| | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
* User IUser::getEMailAddress() all over the placeThomas Müller2015-12-022-30/+27
|
* Adding more DB groups to test suitsThomas Müller2015-11-302-4/+27
| | | | Adding more DB groups to test suits
* Return empty list if group does not have subadminsRoeland Jago Douma2015-11-162-10/+3
| | | | | | | Instead of throwing an error just return an empty list. Since that is actually what it is. Fixes #19789
* Merge pull request #20292 from owncloud/provisioning_api_group_unittestThomas Müller2015-11-163-137/+277
|\ | | | | Moved grouptest over to pure unit tests
| * Moved grouptest over to pure unit testsRoeland Jago Douma2015-11-163-137/+277
| |
* | Added unit test for new functionalityRoeland Jago Douma2015-11-122-7/+347
| |
* | enable api addUser for subadminsmichag862015-11-123-8/+80
|/ | | | * Fix existing unit tests
* Revert OCS error code change from #20135Joas Schilling2015-11-052-2/+17
|
* Merge pull request #20135 from owncloud/check-if-null-subadminThomas Müller2015-10-295-1294/+1995
|\ | | | | Drop OC_SubAdmin and replace usages
| * Drop OC_SubAdmin and replace usagesLukas Reschke2015-10-295-1294/+1995
| |
* | Kill empty app.php in provisioning_apiJoas Schilling2015-10-291-20/+0
|/
* Update license headersLukas Reschke2015-10-268-8/+10
|
* [provisioning api] losen testRoeland Jago Douma2015-10-211-1/+14
| | | | | | | 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.
* Fix scrutinizer issuesRoeland Jago Douma2015-10-202-3/+3
| | | | | * PHPDoc * Proper array initialization
* Merge pull request #18399 from owncloud/api-getusers-for-subadminsThomas Müller2015-10-203-3/+104
|\ | | | | enable api getUsers for subadmins
| * Merge branch 'master' into api-getusers-for-subadminsmichag862015-10-138-27/+110
| |\
| * | [provisioning api] Updated testsRoeland Jago Douma2015-08-261-1/+77
| | | | | | | | | | | | | | | * Test pass again * Code coverage getUsers is at 100% again
| * | enable api getUsers for subadminsmichag862015-08-262-2/+27
| | | | | | | | | | | | Now subadmins can get a list of users they are subadmins of.
* | | Merge pull request #19666 from owncloud/fix_13002Thomas Müller2015-10-201-27/+10
|\ \ \ | | | | | | | | Combine OCS API getUser method code into provisioning_api app
| * | | Combine OCS API getUser method code into provisioning_api appRoeland Jago Douma2015-10-131-27/+10
| | |/ | |/| | | | | | | | | | | | | Fixes #13002 Move the cloud/users/{userid} code in total to the provisioning API.
* / | Increase the 2nd digit of shipped appsJoas Schilling2015-10-172-2/+4
|/ /
* | update licence headers via scriptMorris Jobke2015-10-058-3/+10
| |
* | Add proper PHPDocLukas Reschke2015-09-083-24/+100
|/ | | | Makes my IDE happier when going through that file.
* Check for userSession->getUser() === nullRoeland Jago Douma2015-08-113-25/+69
|
* [provisioning api] Fix grouptestRoeland Jago Douma2015-08-111-1/+1
|
* [provisioning api] Test for correct displaynameRoeland Jago Douma2015-08-112-1/+4
|
* Declare fieldsRoeland Jago Douma2015-08-111-0/+9
|
* [provisioning api] Improve apps test coverageRoeland Jago Douma2015-08-111-0/+6
|
* Fix groupsRoeland Jago Douma2015-08-111-2/+2
|
* [provisioning api] improve coverage for groupsRoeland Jago Douma2015-08-111-0/+131
|
* [provisioning api] Improve test coverage userRoeland Jago Douma2015-08-111-0/+358
|
* [provisioning api] Move away from OC\Util to OCP\UtilRoeland Jago Douma2015-08-021-2/+2
|
* [provisioning_api] Move tests to OCPRoeland Jago Douma2015-08-024-199/+202
|
* [provisioning_api] Move part of apps to OCPRoeland Jago Douma2015-08-023-13/+29
|
* [provisioning_api] OC_User to IUserSessionRoeland Jago Douma2015-08-025-26/+48
|
* [provisioning_api] subadmin check for usersRoeland Jago Douma2015-08-021-10/+10
|
* [provisioning_api] Moved groups away from static stuffRoeland Jago Douma2015-08-023-56/+78
|
* [provisioning_api] Move users away from static codeRoeland Jago Douma2015-08-023-248/+304
|
* Merge pull request #15506 from rullzer/core_apps_oc_log2ocp_utilMorris Jobke2015-07-012-4/+4
|\ | | | | Move core apps from OC_Log::write to OCP\Util
| * Move core apps from OC_Log::write to OCP\UtilRoeland Jago Douma2015-05-182-4/+4
| |
* | update license headers and authorsMorris Jobke2015-06-258-1/+11
| |
* | Catch NotFoundException and return no quota information which simply ↵Thomas Müller2015-05-191-10/+26
| | | | | | | | reflects the current state - no file storage has been initialized for the user.
* | Fix provisioning API unit tests for loginVincent Petry2015-05-183-49/+51
|/ | | | | Properly login the user every time to make sure their FS is properly setup.
* Validate the quota value to be a correct valueThomas Müller2015-05-072-8/+31
|
* Fix usage of deprecated private constantsJoas Schilling2015-04-187-30/+32
|
* Do not try to make user subadmin of group twiceRoeland Jago Douma2015-04-132-0/+29
| | | | | | | 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.
* Update license headersJenkins for ownCloud2015-03-269-134/+112
|
* Revert "Updating license headers"Morris Jobke2015-02-269-103/+142
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.