summaryrefslogtreecommitdiffstats
path: root/apps/provisioning_api/lib
Commit message (Expand)AuthorAgeFilesLines
* Do not create Application instances directlyChristoph Wurst2019-10-111-1/+11
* Allow group displaynames in the database backend (#17221)John Molakvoæ2019-10-051-1/+23
|\
| * Allow to set the group display name in the database backendJoas Schilling2019-09-271-1/+23
* | Move settings to an appChristoph Wurst2019-09-282-2/+2
|/
* Only prevent disabling encrytion via the APIJoas Schilling2019-07-161-4/+9
* Make it possible to wipe all tokens/devices of a userChristoph Wurst2019-07-091-1/+38
* 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-211-1/+1
* | uses "yes" and "no" for config switch over stringified numbersArthur Schiwon2019-06-211-2/+2
* | 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-2/+24
|/
* 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/+3
* 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
* | Expose subadmin to OCPRoeland Jago Douma2019-01-291-10/+4
* | ignore non existing users when retrieving details of group membersArthur Schiwon2019-01-172-11/+26
* | Fix doc blockJoas Schilling2019-01-101-1/+1
|/
* do not offer to change display name or password, if not possible.Arthur Schiwon2018-11-071-0/+9
* Properly query the methodreflectorRoeland Jago Douma2018-11-021-1/+2
* Get l10n within NewUserMailHelper to ensure it always uses the new user's lan...zulan2018-10-152-9/+1
* Fix user and group listing with users that have an integer user idJoas Schilling2018-09-123-16/+18
* Add optional "displayName" parameter to add user endpointDaniel Calviño Sánchez2018-07-311-0/+6
* fix tests / mistakes made during rebaseGeorg Ehrke2018-06-272-13/+1
* handle config.php valuesThomas Citharel2018-06-271-0/+4
* Fix review & testsThomas Citharel2018-06-271-1/+3
* Allow user to choose localeThomas Citharel2018-06-271-0/+20
* show error message when group existsRobin Appelman2018-06-261-1/+1
* New user support, provisionning api and design fixesJohn Molakvoæ (skjnldsv)2018-06-191-1/+3
* Keep userids as keys on group searchJohn Molakvoæ (skjnldsv)2018-06-151-3/+4
* Return groups IDs and not NamesJohn Molakvoæ (skjnldsv)2018-06-151-1/+1
* Allow 0 quota by provisioning apiJohn Molakvoæ (skjnldsv)2018-06-072-5/+6
* Disabled fix since new users listJohn Molakvoæ (skjnldsv)2018-05-243-2/+10
* Added disabled count per groupsJohn Molakvoæ (skjnldsv)2018-05-241-1/+6
* move log constants to ILoggerArthur Schiwon2018-04-261-4/+4
* Merge pull request #9162 from nextcloud/allow-lang-ocs-apiRoeland Jago Douma2018-04-171-1/+7
|\
| * Fixed testsJohn Molakvoæ (skjnldsv)2018-04-161-1/+2
| * Add language support for user creationJohn Molakvoæ (skjnldsv)2018-04-161-1/+6
* | Return proper boolean user enabled state apiJohn Molakvoæ (skjnldsv)2018-04-161-1/+1
|/
* Revert "Add language support for user creation in api"Morris Jobke2018-04-121-6/+1
* Merge pull request #9144 from nextcloud/allow-lang-ocs-apiMorris Jobke2018-04-111-1/+6
|\
| * Add language support for user creationJohn Molakvoæ (skjnldsv)2018-04-111-1/+6
* | The integrationtests expect a stringRoeland Jago Douma2018-04-101-1/+1
|/
* Merge pull request #9111 from nextcloud/use-proper-bool-user-disabled-stateMorris Jobke2018-04-091-1/+1
|\
| * Properly return boolean on enable stateJohn Molakvoæ (skjnldsv)2018-04-091-1/+1
* | Allow user creation with subadmins and quotaJohn Molakvoæ (skjnldsv)2018-04-061-43/+77
|/
* Rebase to masterJohn Molakvoæ (skjnldsv)2018-04-051-1/+10