Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More fixes to the docs | Joas Schilling | 2015-12-08 | 1 | -4/+6 |
| | |||||
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2015-12-07 | 1 | -0/+6 |
| | | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com | ||||
* | User IUser::getEMailAddress() all over the place | Thomas Müller | 2015-12-02 | 2 | -30/+27 |
| | |||||
* | Adding more DB groups to test suits | Thomas Müller | 2015-11-30 | 2 | -4/+27 |
| | | | | Adding more DB groups to test suits | ||||
* | Return empty list if group does not have subadmins | Roeland Jago Douma | 2015-11-16 | 2 | -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_unittest | Thomas Müller | 2015-11-16 | 3 | -137/+277 |
|\ | | | | | Moved grouptest over to pure unit tests | ||||
| * | Moved grouptest over to pure unit tests | Roeland Jago Douma | 2015-11-16 | 3 | -137/+277 |
| | | |||||
* | | Added unit test for new functionality | Roeland Jago Douma | 2015-11-12 | 2 | -7/+347 |
| | | |||||
* | | enable api addUser for subadmins | michag86 | 2015-11-12 | 3 | -8/+80 |
|/ | | | | * Fix existing unit tests | ||||
* | Revert OCS error code change from #20135 | Joas Schilling | 2015-11-05 | 2 | -2/+17 |
| | |||||
* | Merge pull request #20135 from owncloud/check-if-null-subadmin | Thomas Müller | 2015-10-29 | 5 | -1294/+1995 |
|\ | | | | | Drop OC_SubAdmin and replace usages | ||||
| * | Drop OC_SubAdmin and replace usages | Lukas Reschke | 2015-10-29 | 5 | -1294/+1995 |
| | | |||||
* | | Kill empty app.php in provisioning_api | Joas Schilling | 2015-10-29 | 1 | -20/+0 |
|/ | |||||
* | Update license headers | Lukas Reschke | 2015-10-26 | 8 | -8/+10 |
| | |||||
* | [provisioning api] losen test | Roeland Jago Douma | 2015-10-21 | 1 | -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 issues | Roeland Jago Douma | 2015-10-20 | 2 | -3/+3 |
| | | | | | * PHPDoc * Proper array initialization | ||||
* | Merge pull request #18399 from owncloud/api-getusers-for-subadmins | Thomas Müller | 2015-10-20 | 3 | -3/+104 |
|\ | | | | | enable api getUsers for subadmins | ||||
| * | Merge branch 'master' into api-getusers-for-subadmins | michag86 | 2015-10-13 | 8 | -27/+110 |
| |\ | |||||
| * | | [provisioning api] Updated tests | Roeland Jago Douma | 2015-08-26 | 1 | -1/+77 |
| | | | | | | | | | | | | | | | * Test pass again * Code coverage getUsers is at 100% again | ||||
| * | | enable api getUsers for subadmins | michag86 | 2015-08-26 | 2 | -2/+27 |
| | | | | | | | | | | | | Now subadmins can get a list of users they are subadmins of. | ||||
* | | | Merge pull request #19666 from owncloud/fix_13002 | Thomas Müller | 2015-10-20 | 1 | -27/+10 |
|\ \ \ | | | | | | | | | Combine OCS API getUser method code into provisioning_api app | ||||
| * | | | Combine OCS API getUser method code into provisioning_api app | Roeland Jago Douma | 2015-10-13 | 1 | -27/+10 |
| | |/ | |/| | | | | | | | | | | | | | Fixes #13002 Move the cloud/users/{userid} code in total to the provisioning API. | ||||
* / | | Increase the 2nd digit of shipped apps | Joas Schilling | 2015-10-17 | 2 | -2/+4 |
|/ / | |||||
* | | update licence headers via script | Morris Jobke | 2015-10-05 | 8 | -3/+10 |
| | | |||||
* | | Add proper PHPDoc | Lukas Reschke | 2015-09-08 | 3 | -24/+100 |
|/ | | | | Makes my IDE happier when going through that file. | ||||
* | Check for userSession->getUser() === null | Roeland Jago Douma | 2015-08-11 | 3 | -25/+69 |
| | |||||
* | [provisioning api] Fix grouptest | Roeland Jago Douma | 2015-08-11 | 1 | -1/+1 |
| | |||||
* | [provisioning api] Test for correct displayname | Roeland Jago Douma | 2015-08-11 | 2 | -1/+4 |
| | |||||
* | Declare fields | Roeland Jago Douma | 2015-08-11 | 1 | -0/+9 |
| | |||||
* | [provisioning api] Improve apps test coverage | Roeland Jago Douma | 2015-08-11 | 1 | -0/+6 |
| | |||||
* | Fix groups | Roeland Jago Douma | 2015-08-11 | 1 | -2/+2 |
| | |||||
* | [provisioning api] improve coverage for groups | Roeland Jago Douma | 2015-08-11 | 1 | -0/+131 |
| | |||||
* | [provisioning api] Improve test coverage user | Roeland Jago Douma | 2015-08-11 | 1 | -0/+358 |
| | |||||
* | [provisioning api] Move away from OC\Util to OCP\Util | Roeland Jago Douma | 2015-08-02 | 1 | -2/+2 |
| | |||||
* | [provisioning_api] Move tests to OCP | Roeland Jago Douma | 2015-08-02 | 4 | -199/+202 |
| | |||||
* | [provisioning_api] Move part of apps to OCP | Roeland Jago Douma | 2015-08-02 | 3 | -13/+29 |
| | |||||
* | [provisioning_api] OC_User to IUserSession | Roeland Jago Douma | 2015-08-02 | 5 | -26/+48 |
| | |||||
* | [provisioning_api] subadmin check for users | Roeland Jago Douma | 2015-08-02 | 1 | -10/+10 |
| | |||||
* | [provisioning_api] Moved groups away from static stuff | Roeland Jago Douma | 2015-08-02 | 3 | -56/+78 |
| | |||||
* | [provisioning_api] Move users away from static code | Roeland Jago Douma | 2015-08-02 | 3 | -248/+304 |
| | |||||
* | Merge pull request #15506 from rullzer/core_apps_oc_log2ocp_util | Morris Jobke | 2015-07-01 | 2 | -4/+4 |
|\ | | | | | Move core apps from OC_Log::write to OCP\Util | ||||
| * | Move core apps from OC_Log::write to OCP\Util | Roeland Jago Douma | 2015-05-18 | 2 | -4/+4 |
| | | |||||
* | | update license headers and authors | Morris Jobke | 2015-06-25 | 8 | -1/+11 |
| | | |||||
* | | Catch NotFoundException and return no quota information which simply ↵ | Thomas Müller | 2015-05-19 | 1 | -10/+26 |
| | | | | | | | | reflects the current state - no file storage has been initialized for the user. | ||||
* | | Fix provisioning API unit tests for login | Vincent Petry | 2015-05-18 | 3 | -49/+51 |
|/ | | | | | Properly login the user every time to make sure their FS is properly setup. | ||||
* | Validate the quota value to be a correct value | Thomas Müller | 2015-05-07 | 2 | -8/+31 |
| | |||||
* | Fix usage of deprecated private constants | Joas Schilling | 2015-04-18 | 7 | -30/+32 |
| | |||||
* | Do not try to make user subadmin of group twice | Roeland Jago Douma | 2015-04-13 | 2 | -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 headers | Jenkins for ownCloud | 2015-03-26 | 9 | -134/+112 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 9 | -103/+142 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. |