Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update licence headers via script | Morris Jobke | 2015-10-05 | 3 | -2/+3 |
| | |||||
* | 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 |
| | |||||
* | 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 | 2 | -3/+4 |
| | |||||
* | Change array element order to fix failing test | Tom Needham | 2015-01-02 | 1 | -1/+1 |
| | |||||
* | Add provisioning_api app | Tom Needham | 2014-12-24 | 3 | -0/+1066 |
enable unit tests for provisioning api fix admin docu key |