summaryrefslogtreecommitdiffstats
path: root/apps/provisioning_api/tests
Commit message (Expand)AuthorAgeFilesLines
* uses "yes" and "no" for config switch over stringified numbersArthur Schiwon2019-06-211-3/+3
* makes users management page aware of the introduced optionsArthur Schiwon2019-06-191-2/+2
* extends Provisioning API with optional userid and required emailArthur Schiwon2019-06-191-4/+155
* fixes misunderstanding of the error messageArthur Schiwon2019-05-161-1/+1
* Check if password can be changed for the users backend in OCS apiJulius Härtl2019-03-051-0/+4
* Expose subadmin to OCPRoeland Jago Douma2019-01-291-76/+0
* ignore non existing users when retrieving details of group membersArthur Schiwon2019-01-171-8/+76
* do not offer to change display name or password, if not possible.Arthur Schiwon2018-11-071-4/+43
* Get l10n within NewUserMailHelper to ensure it always uses the new user's lan...zulan2018-10-151-66/+3
* 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