aboutsummaryrefslogtreecommitdiffstats
path: root/apps/provisioning_api
Commit message (Expand)AuthorAgeFilesLines
* Generate password on addUser by password_policy appDaniel Kesselberg2020-08-092-5/+69
* Use IBootstrap for the app federatedfilesharingMorris Jobke2020-07-145-31/+23
* Use the new method everywhereJoas Schilling2020-07-035-77/+38
* Fix languages empty arrayGretaD2020-05-082-47/+62
* Bump app versions and requirementsJoas Schilling2020-05-071-2/+2
* Merge pull request #20677 from nextcloud/followup/17718/scaling-user-provisio...Joas Schilling2020-04-301-2/+2
|\
| * Patch to optimize for large installations (>5000 users >20000 groups) where s...Mikael Hammarin2020-04-251-2/+2
* | Update license headers for 19Christoph Wurst2020-04-295-0/+6
|/
* Fix php-cs formattingChristoph Wurst2020-04-141-1/+1
* Add tests for encoded group idJulius Härtl2020-04-111-10/+74
* Make the groupId url encodedJulius Härtl2020-04-111-0/+7
* Format control structures, classes, methods and functionChristoph Wurst2020-04-1011-45/+28
* Use elseif instead of else ifChristoph Wurst2020-04-103-8/+8
* Remove trailing and in between spacesChristoph Wurst2020-04-091-1/+1
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-094-12/+12
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-093-3/+0
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-094-7/+7
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-316-2/+6
* Use the short array syntax, everywhereChristoph Wurst2020-03-264-8/+8
* Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-252-361/+361
* Update autoloaders for composer v1.10.1Christoph Wurst2020-03-191-0/+3
* Revive the "send email to new users" toggle for the user formChristoph Wurst2020-02-281-1/+1
* Fix app updatesRoeland Jago Douma2020-01-211-2/+2
* query FederatedFileSharing Application instead of creating itRobin Appelman2019-12-161-1/+1
* Update license headersChristoph Wurst2019-12-0516-26/+66
* Fix provisioning_api getUsers typesJohn Molakvoæ (skjnldsv)2019-11-281-2/+2
* Mode to modern phpunitRoeland Jago Douma2019-11-275-249/+253
* Make phpunit8 compatibleRoeland Jago Douma2019-11-276-7/+7
* Some php-cs fixesRoeland Jago Douma2019-11-2210-13/+17
* Do not create Application instances directlyChristoph Wurst2019-10-111-1/+11
* Allow group displaynames in the database backend (#17221)John Molakvoæ2019-10-052-1/+24
|\
| * Allow to set the group display name in the database backendJoas Schilling2019-09-272-1/+24
* | Move settings to an appChristoph Wurst2019-09-283-3/+3
|/
* Development is 18 now!Roeland Jago Douma2019-09-051-2/+2
* Only prevent disabling encrytion via the APIJoas Schilling2019-07-162-18/+28
* Update testsRoeland Jago Douma2019-07-091-4/+13
* Make it possible to wipe all tokens/devices of a userChristoph Wurst2019-07-092-1/+39
* Do not fail hard on new user mail errorJohn Molakvoæ (skjnldsv)2019-07-021-2/+3
* Don't allow to disable encryption via the APIJoas Schilling2019-06-271-1/+1
* Merge pull request #16024 from nextcloud/bugfix/15944/fix-return-code-user-pr...Roeland Jago Douma2019-06-251-1/+8
|\
| * Forward OCSException to initiatorDaniel Kesselberg2019-06-201-1/+8
* | changes the returned key from UserID to id, in accordance with getUserDataArthur Schiwon2019-06-212-7/+7
* | uses "yes" and "no" for config switch over stringified numbersArthur Schiwon2019-06-212-5/+5
* | makes users management page aware of the introduced optionsArthur Schiwon2019-06-192-4/+4
* | extends Provisioning API with optional userid and required emailArthur Schiwon2019-06-192-6/+179
|/
* fixes misunderstanding of the error messageArthur Schiwon2019-05-162-2/+2
* Bump versions of server and the requirements of appsJoas Schilling2019-04-111-2/+2
* Check if password can be changed for the users backend in OCS apiJulius Härtl2019-03-052-0/+7
* Merge pull request #13412 from nextcloud/forward-password-policyRoeland Jago Douma2019-01-301-1/+5
|\
| * forward error message from password policyRobin Appelman2019-01-071-1/+5