summaryrefslogtreecommitdiffstats
path: root/apps/provisioning_api/tests
Commit message (Expand)AuthorAgeFilesLines
* Add optional "displayName" parameter to add user endpointDaniel Calviño Sánchez2018-07-311-7/+64
* fix tests / mistakes made during rebaseGeorg Ehrke2018-06-271-7/+7
* Fix review & testsThomas Citharel2018-06-271-5/+8
* New user support, provisionning api and design fixesJohn Molakvoæ (skjnldsv)2018-06-191-2/+13
* Fixed testsJohn Molakvoæ (skjnldsv)2018-06-151-3/+3
* Fixed testsJohn Molakvoæ (skjnldsv)2018-05-241-2/+18
* move log constants to ILoggerArthur Schiwon2018-04-261-1/+1
* Return proper boolean user enabled state apiJohn Molakvoæ (skjnldsv)2018-04-161-2/+2
* Fix testsRoeland Jago Douma2018-04-111-3/+3
* Fixed testsJohn Molakvoæ (skjnldsv)2018-04-091-2/+2
* Fixed testsJohn Molakvoæ (skjnldsv)2018-04-052-40/+46
* Fixed testsJohn Molakvoæ (skjnldsv)2018-04-051-7/+14
* Api, return users details by groupsJohn Molakvoæ (skjnldsv)2018-04-051-2/+2
* Merge pull request #8865 from nextcloud/ocs-groups-displaynameJoas Schilling2018-03-231-0/+31
|\
| * Return groups displayname in provisioning apiJohn Molakvoæ (skjnldsv)2018-03-231-0/+31
* | Allow admin to create users withoutpassword by sending mail automaticallyJohn Molakvoæ (skjnldsv)2018-03-221-10/+17
* | fixup! Check if groups is array, return empty do not throwJohn Molakvoæ (skjnldsv)2018-03-191-30/+3
* | Fixed tests and improved codeJohn Molakvoæ (skjnldsv)2018-03-161-28/+98
|/
* Fix testsRoeland Jago Douma2018-02-272-8/+8
* Fix testsRoeland Jago Douma2018-01-261-3/+72
* Fix risky tests without assertionsJoas Schilling2018-01-251-2/+2
* Properly log the full exception instead of only the messageMorris Jobke2018-01-231-3/+8
* Update license headersMorris Jobke2017-11-062-0/+4
* Use ::class in test mocks of encryption appMorris Jobke2017-10-261-1/+1
* Use ::class in test mocksMorris Jobke2017-10-243-78/+79
* throw 101 when an empty group string is providedArthur Schiwon2017-09-181-0/+14
* Fix testsRoeland Jago Douma2017-08-011-0/+1
* Some app fixes of phpstorm inspectionsRoeland Jago Douma2017-07-242-2/+7
* Add unit tests for the new codeJoas Schilling2017-06-211-0/+180
* Allow to force a language and set it via the ocs apiJoas Schilling2017-06-211-8/+26
* Don't allow the user to set fields they can't seeJoas Schilling2017-06-021-2/+9
* Remove dead argumentsJoas Schilling2017-04-241-21/+0
* Fix similar issues with the group idJoas Schilling2017-04-241-1/+5
* Fix the storage info and other checks when the user has wrong casingJoas Schilling2017-04-241-30/+78
* Use RESPOND_NOT_FOUND for non existing userMorris Jobke2017-04-211-1/+1
* Adjust class referencesLukas Reschke2017-04-111-1/+1
* Move OC_Defaults to OCP\DefaultsMorris Jobke2017-04-091-3/+3
* Merge pull request #4244 from nextcloud/welcome-emailMorris Jobke2017-04-071-183/+55
|\
| * Add support for themingLukas Reschke2017-04-071-183/+55
* | Allow to change account info via provisioning apiJoas Schilling2017-04-071-6/+6
|/
* OCS API endpoint to resend welcome messageMorris Jobke2017-02-281-0/+518
* Refactor provision api app's UserControllerTestChristoph Wurst2017-02-281-76/+67
* add groups to user info outputBjoern Schiessle2017-02-091-3/+30
* make sure that 'getCurrentUser' gets an array in order to manipulate the data...Bjoern Schiessle2017-01-261-11/+46
* unify endpoints form core and the the provisioning apiBjoern Schiessle2017-01-251-2/+86
* add data from the users profile to the provisioning apiBjoern Schiessle2017-01-241-1/+50
* Allow subadmins to add people to groups via provisioning apiJoas Schilling2017-01-181-7/+142
* Make sure subadmins can not delete users from their last subadmin groupJoas Schilling2017-01-181-0/+62
* No need to check the subadmin againJoas Schilling2017-01-181-5/+0
* Adds provisioning middleware testsRoeland Jago Douma2016-12-301-0/+122