summaryrefslogtreecommitdiffstats
path: root/apps/provisioning_api
Commit message (Collapse)AuthorAgeFilesLines
* Check for userSession->getUser() === nullRoeland Jago Douma2015-08-113-25/+69
|
* [provisioning api] Fix grouptestRoeland Jago Douma2015-08-111-1/+1
|
* [provisioning api] Test for correct displaynameRoeland Jago Douma2015-08-112-1/+4
|
* Declare fieldsRoeland Jago Douma2015-08-111-0/+9
|
* [provisioning api] Improve apps test coverageRoeland Jago Douma2015-08-111-0/+6
|
* Fix groupsRoeland Jago Douma2015-08-111-2/+2
|
* [provisioning api] improve coverage for groupsRoeland Jago Douma2015-08-111-0/+131
|
* [provisioning api] Improve test coverage userRoeland Jago Douma2015-08-111-0/+358
|
* [provisioning api] Move away from OC\Util to OCP\UtilRoeland Jago Douma2015-08-021-2/+2
|
* [provisioning_api] Move tests to OCPRoeland Jago Douma2015-08-024-199/+202
|
* [provisioning_api] Move part of apps to OCPRoeland Jago Douma2015-08-023-13/+29
|
* [provisioning_api] OC_User to IUserSessionRoeland Jago Douma2015-08-025-26/+48
|
* [provisioning_api] subadmin check for usersRoeland Jago Douma2015-08-021-10/+10
|
* [provisioning_api] Moved groups away from static stuffRoeland Jago Douma2015-08-023-56/+78
|
* [provisioning_api] Move users away from static codeRoeland Jago Douma2015-08-023-248/+304
|
* Merge pull request #15506 from rullzer/core_apps_oc_log2ocp_utilMorris Jobke2015-07-012-4/+4
|\ | | | | Move core apps from OC_Log::write to OCP\Util
| * Move core apps from OC_Log::write to OCP\UtilRoeland Jago Douma2015-05-182-4/+4
| |
* | update license headers and authorsMorris Jobke2015-06-258-1/+11
| |
* | Catch NotFoundException and return no quota information which simply ↵Thomas Müller2015-05-191-10/+26
| | | | | | | | reflects the current state - no file storage has been initialized for the user.
* | Fix provisioning API unit tests for loginVincent Petry2015-05-183-49/+51
|/ | | | | Properly login the user every time to make sure their FS is properly setup.
* Validate the quota value to be a correct valueThomas Müller2015-05-072-8/+31
|
* Fix usage of deprecated private constantsJoas Schilling2015-04-187-30/+32
|
* Do not try to make user subadmin of group twiceRoeland Jago Douma2015-04-132-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 headersJenkins for ownCloud2015-03-269-134/+112
|
* Revert "Updating license headers"Morris Jobke2015-02-269-103/+142
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Sort the array to be sureJoas Schilling2015-02-261-1/+8
|
* Updating license headersJenkins for ownCloud2015-02-239-142/+103
|
* disallow provisioning api to be enabled for groups onlyThomas Müller2015-01-291-0/+4
|
* add icon for Provisioning APIJan-Christoph Borchardt2015-01-161-0/+4
|
* Extend Test\TestCase and do not use uniqid()Joas Schilling2015-01-074-310/+286
|
* Remove unnecessary setUp methodTom Needham2015-01-041-5/+0
|
* Add proper group setup and teardown to all provisioning_api testsTom Needham2015-01-033-0/+9
|
* Create admin group before running provisioning_api testsTom Needham2015-01-031-0/+5
|
* Ensure admin group is present before running testsTom Needham2015-01-034-4/+10
|
* Change array element order to fix failing testTom Needham2015-01-021-1/+1
|
* Add placeholder app.php for provisioning_api so app is detectedTom Needham2015-01-021-0/+23
|
* Add provisioning_api appTom Needham2014-12-249-0/+1674
enable unit tests for provisioning api fix admin docu key