Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Check for userSession->getUser() === null | Roeland Jago Douma | 2015-08-11 | 2 | -24/+68 |
| | |||||
* | [provisioning api] Test for correct displayname | Roeland Jago Douma | 2015-08-11 | 1 | -1/+1 |
| | |||||
* | Fix groups | Roeland Jago Douma | 2015-08-11 | 1 | -2/+2 |
| | |||||
* | [provisioning api] Move away from OC\Util to OCP\Util | Roeland Jago Douma | 2015-08-02 | 1 | -2/+2 |
| | |||||
* | [provisioning_api] Move part of apps to OCP | Roeland Jago Douma | 2015-08-02 | 1 | -7/+14 |
| | |||||
* | [provisioning_api] OC_User to IUserSession | Roeland Jago Douma | 2015-08-02 | 2 | -22/+35 |
| | |||||
* | [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 | 1 | -19/+36 |
| | |||||
* | [provisioning_api] Move users away from static code | Roeland Jago Douma | 2015-08-02 | 1 | -42/+80 |
| | |||||
* | 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 | 3 | -0/+5 |
| | | |||||
* | | 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. | ||||
* | Validate the quota value to be a correct value | Thomas Müller | 2015-05-07 | 1 | -1/+8 |
| | |||||
* | Fix usage of deprecated private constants | Joas Schilling | 2015-04-18 | 3 | -6/+6 |
| | |||||
* | Do not try to make user subadmin of group twice | Roeland Jago Douma | 2015-04-13 | 1 | -0/+4 |
| | | | | | | | 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 | 3 | -45/+36 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 3 | -33/+48 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 3 | -48/+33 |
| | |||||
* | Remove unnecessary setUp method | Tom Needham | 2015-01-04 | 1 | -5/+0 |
| | |||||
* | Ensure admin group is present before running tests | Tom Needham | 2015-01-03 | 2 | -1/+6 |
| | |||||
* | Add provisioning_api app | Tom Needham | 2014-12-24 | 3 | -0/+535 |
enable unit tests for provisioning api fix admin docu key |