aboutsummaryrefslogtreecommitdiffstats
path: root/apps/provisioning_api/tests/Controller
Commit message (Expand)AuthorAgeFilesLines
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-123-32/+31
* Generate password on addUser by password_policy appDaniel Kesselberg2020-08-091-1/+50
* Use IBootstrap for the app federatedfilesharingMorris Jobke2020-07-141-16/+10
* Use the new method everywhereJoas Schilling2020-07-032-37/+23
* Fix languages empty arrayGretaD2020-05-081-46/+61
* Update license headers for 19Christoph Wurst2020-04-292-0/+2
* Fix php-cs formattingChristoph Wurst2020-04-141-1/+1
* Add tests for encoded group idJulius Härtl2020-04-111-10/+74
* Format control structures, classes, methods and functionChristoph Wurst2020-04-104-14/+7
* Use elseif instead of else ifChristoph Wurst2020-04-101-4/+4
* Remove trailing and in between spacesChristoph Wurst2020-04-091-1/+1
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-092-7/+7
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-092-2/+0
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-092-5/+5
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-313-1/+3
* Use the short array syntax, everywhereChristoph Wurst2020-03-262-5/+5
* Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-252-361/+361
* Update license headersChristoph Wurst2019-12-054-5/+14
* Mode to modern phpunitRoeland Jago Douma2019-11-274-248/+252
* Make phpunit8 compatibleRoeland Jago Douma2019-11-274-4/+4
* Some php-cs fixesRoeland Jago Douma2019-11-221-5/+5
* Move settings to an appChristoph Wurst2019-09-281-1/+1
* Only prevent disabling encrytion via the APIJoas Schilling2019-07-161-14/+19
* Update testsRoeland Jago Douma2019-07-091-4/+13
* changes the returned key from UserID to id, in accordance with getUserDataArthur Schiwon2019-06-211-6/+6
* 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