Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update license headers | Lukas Reschke | 2016-05-26 | 3 | -4/+4 |
| | |||||
* | Move Provisioning api to PSR-4 (#24510) | Joas Schilling | 2016-05-11 | 4 | -175/+192 |
| | | | | | | | | * Move app to PSR-4 * Fix setUp method * Fix the tests | ||||
* | Add provisioning api to enable and disable users | Thomas Müller | 2016-05-02 | 1 | -4/+60 |
| | |||||
* | Remove Scrutinizer Auto Fixer | Lukas Reschke | 2016-03-01 | 1 | -1/+0 |
| | |||||
* | Update author information | Lukas Reschke | 2016-03-01 | 1 | -0/+1 |
| | | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :) | ||||
* | More fixed tests :) | Arthur Schiwon | 2016-02-09 | 1 | -12/+9 |
| | |||||
* | Introduce IUser::setEMailAddress and add hook mechanism | Thomas Müller | 2016-01-20 | 1 | -3/+3 |
| | |||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 4 | -4/+9 |
| | |||||
* | Fix provisioning API unit test | Roeland Jago Douma | 2016-01-08 | 1 | -1/+1 |
| | |||||
* | Remove unnecessary group name validation | Tom Needham | 2016-01-08 | 1 | -0/+21 |
| | |||||
* | Inject OCSClient | Lukas Reschke | 2016-01-06 | 1 | -14/+16 |
| | | | | Fixes https://github.com/owncloud/core/issues/21451 | ||||
* | 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 | 1 | -29/+26 |
| | |||||
* | 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 | 1 | -3/+2 |
| | | | | | | | 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 | 1 | -126/+250 |
|\ | | | | | Moved grouptest over to pure unit tests | ||||
| * | Moved grouptest over to pure unit tests | Roeland Jago Douma | 2015-11-16 | 1 | -126/+250 |
| | | |||||
* | | Added unit test for new functionality | Roeland Jago Douma | 2015-11-12 | 1 | -0/+339 |
| | | |||||
* | | enable api addUser for subadmins | michag86 | 2015-11-12 | 1 | -0/+42 |
|/ | | | | * Fix existing unit tests | ||||
* | Revert OCS error code change from #20135 | Joas Schilling | 2015-11-05 | 1 | -1/+11 |
| | |||||
* | Drop OC_SubAdmin and replace usages | Lukas Reschke | 2015-10-29 | 2 | -1182/+1820 |
| | |||||
* | Update license headers | Lukas Reschke | 2015-10-26 | 4 | -4/+4 |
| | |||||
* | [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 branch 'master' into api-getusers-for-subadmins | michag86 | 2015-10-13 | 3 | -2/+3 |
|\ | |||||
| * | update licence headers via script | Morris Jobke | 2015-10-05 | 3 | -2/+3 |
| | | |||||
* | | [provisioning api] Updated tests | Roeland Jago Douma | 2015-08-26 | 1 | -1/+77 |
|/ | | | | | * Test pass again * Code coverage getUsers is at 100% again | ||||
* | Check for userSession->getUser() === null | Roeland Jago Douma | 2015-08-11 | 1 | -1/+1 |
| | |||||
* | [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 | 1 | -0/+3 |
| | |||||
* | 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 |
| | |||||
* | [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 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 | 1 | -5/+12 |
| | |||||
* | [provisioning_api] OC_User to IUserSession | Roeland Jago Douma | 2015-08-02 | 2 | -2/+9 |
| | |||||
* | [provisioning_api] Moved groups away from static stuff | Roeland Jago Douma | 2015-08-02 | 1 | -36/+39 |
| | |||||
* | [provisioning_api] Move users away from static code | Roeland Jago Douma | 2015-08-02 | 1 | -185/+194 |
| | |||||
* | update license headers and authors | Morris Jobke | 2015-06-25 | 3 | -0/+5 |
| | |||||
* | 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 | 1 | -7/+23 |
| | |||||
* | Fix usage of deprecated private constants | Joas Schilling | 2015-04-18 | 3 | -4/+4 |
| | |||||
* | Do not try to make user subadmin of group twice | Roeland Jago Douma | 2015-04-13 | 1 | -0/+25 |
| | | | | | | | 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 | 4 | -59/+51 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 4 | -47/+63 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Sort the array to be sure | Joas Schilling | 2015-02-26 | 1 | -1/+8 |
| | |||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 4 | -63/+47 |
| | |||||
* | Extend Test\TestCase and do not use uniqid() | Joas Schilling | 2015-01-07 | 4 | -310/+286 |
| |