summaryrefslogtreecommitdiffstats
path: root/apps/provisioning_api/tests
Commit message (Collapse)AuthorAgeFilesLines
* Update license headersLukas Reschke2016-05-263-4/+4
|
* Move Provisioning api to PSR-4 (#24510)Joas Schilling2016-05-114-175/+192
| | | | | | | | * Move app to PSR-4 * Fix setUp method * Fix the tests
* Add provisioning api to enable and disable usersThomas Müller2016-05-021-4/+60
|
* Remove Scrutinizer Auto FixerLukas Reschke2016-03-011-1/+0
|
* Update author informationLukas Reschke2016-03-011-0/+1
| | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :)
* More fixed tests :)Arthur Schiwon2016-02-091-12/+9
|
* Introduce IUser::setEMailAddress and add hook mechanismThomas Müller2016-01-201-3/+3
|
* Happy new year!Thomas Müller2016-01-124-4/+9
|
* Fix provisioning API unit testRoeland Jago Douma2016-01-081-1/+1
|
* Remove unnecessary group name validationTom Needham2016-01-081-0/+21
|
* Inject OCSClientLukas Reschke2016-01-061-14/+16
| | | | Fixes https://github.com/owncloud/core/issues/21451
* More fixes to the docsJoas Schilling2015-12-081-4/+6
|
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2015-12-071-0/+6
| | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
* User IUser::getEMailAddress() all over the placeThomas Müller2015-12-021-29/+26
|
* Adding more DB groups to test suitsThomas Müller2015-11-302-4/+27
| | | | Adding more DB groups to test suits
* Return empty list if group does not have subadminsRoeland Jago Douma2015-11-161-3/+2
| | | | | | | Instead of throwing an error just return an empty list. Since that is actually what it is. Fixes #19789
* Merge pull request #20292 from owncloud/provisioning_api_group_unittestThomas Müller2015-11-161-126/+250
|\ | | | | Moved grouptest over to pure unit tests
| * Moved grouptest over to pure unit testsRoeland Jago Douma2015-11-161-126/+250
| |
* | Added unit test for new functionalityRoeland Jago Douma2015-11-121-0/+339
| |
* | enable api addUser for subadminsmichag862015-11-121-0/+42
|/ | | | * Fix existing unit tests
* Revert OCS error code change from #20135Joas Schilling2015-11-051-1/+11
|
* Drop OC_SubAdmin and replace usagesLukas Reschke2015-10-292-1182/+1820
|
* Update license headersLukas Reschke2015-10-264-4/+4
|
* [provisioning api] losen testRoeland Jago Douma2015-10-211-1/+14
| | | | | | | Since we have no control of how backends sort their list of users and we also don't want to sort yet another time the test now just checks if the correct number of elements is returned and if they are from the list of group members.
* Fix scrutinizer issuesRoeland Jago Douma2015-10-202-3/+3
| | | | | * PHPDoc * Proper array initialization
* Merge branch 'master' into api-getusers-for-subadminsmichag862015-10-133-2/+3
|\
| * update licence headers via scriptMorris Jobke2015-10-053-2/+3
| |
* | [provisioning api] Updated testsRoeland Jago Douma2015-08-261-1/+77
|/ | | | | * Test pass again * Code coverage getUsers is at 100% again
* Check for userSession->getUser() === nullRoeland Jago Douma2015-08-111-1/+1
|
* [provisioning api] Fix grouptestRoeland Jago Douma2015-08-111-1/+1
|
* [provisioning api] Test for correct displaynameRoeland Jago Douma2015-08-111-0/+3
|
* Declare fieldsRoeland Jago Douma2015-08-111-0/+9
|
* [provisioning api] Improve apps test coverageRoeland Jago Douma2015-08-111-0/+6
|
* [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 tests to OCPRoeland Jago Douma2015-08-024-199/+202
|
* [provisioning_api] Move part of apps to OCPRoeland Jago Douma2015-08-021-5/+12
|
* [provisioning_api] OC_User to IUserSessionRoeland Jago Douma2015-08-022-2/+9
|
* [provisioning_api] Moved groups away from static stuffRoeland Jago Douma2015-08-021-36/+39
|
* [provisioning_api] Move users away from static codeRoeland Jago Douma2015-08-021-185/+194
|
* update license headers and authorsMorris Jobke2015-06-253-0/+5
|
* 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-071-7/+23
|
* Fix usage of deprecated private constantsJoas Schilling2015-04-183-4/+4
|
* Do not try to make user subadmin of group twiceRoeland Jago Douma2015-04-131-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 headersJenkins for ownCloud2015-03-264-59/+51
|
* Revert "Updating license headers"Morris Jobke2015-02-264-47/+63
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Sort the array to be sureJoas Schilling2015-02-261-1/+8
|
* Updating license headersJenkins for ownCloud2015-02-234-63/+47
|
* Extend Test\TestCase and do not use uniqid()Joas Schilling2015-01-074-310/+286
|