Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | Sort the array to be sure | Joas Schilling | 2015-02-26 | 1 | -1/+8 |
| | |||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 9 | -142/+103 |
| | |||||
* | disallow provisioning api to be enabled for groups only | Thomas Müller | 2015-01-29 | 1 | -0/+4 |
| | |||||
* | add icon for Provisioning API | Jan-Christoph Borchardt | 2015-01-16 | 1 | -0/+4 |
| | |||||
* | Extend Test\TestCase and do not use uniqid() | Joas Schilling | 2015-01-07 | 4 | -310/+286 |
| | |||||
* | Remove unnecessary setUp method | Tom Needham | 2015-01-04 | 1 | -5/+0 |
| | |||||
* | Add proper group setup and teardown to all provisioning_api tests | Tom Needham | 2015-01-03 | 3 | -0/+9 |
| | |||||
* | Create admin group before running provisioning_api tests | Tom Needham | 2015-01-03 | 1 | -0/+5 |
| | |||||
* | Ensure admin group is present before running tests | Tom Needham | 2015-01-03 | 4 | -4/+10 |
| | |||||
* | Change array element order to fix failing test | Tom Needham | 2015-01-02 | 1 | -1/+1 |
| | |||||
* | Add placeholder app.php for provisioning_api so app is detected | Tom Needham | 2015-01-02 | 1 | -0/+23 |
| | |||||
* | Add provisioning_api app | Tom Needham | 2014-12-24 | 9 | -0/+1674 |
enable unit tests for provisioning api fix admin docu key |