Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |