aboutsummaryrefslogtreecommitdiffstats
path: root/apps/provisioning_api
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Expose subadmin to OCPRoeland Jago Douma2019-01-292-86/+4
* | ignore non existing users when retrieving details of group membersArthur Schiwon2019-01-173-19/+102
* | Fix doc blockJoas Schilling2019-01-101-1/+1
|/
* Bump versions of server and the requirements of appsJoas Schilling2018-11-231-2/+2
* Merge pull request #12447 from nextcloud/bugfix/12446/fix-oracle-install-againMorris Jobke2018-11-151-1/+1
|\
| * Shorten index name of calendar changes tableJoas Schilling2018-11-141-1/+1
* | Fix interaction with groups that contain a slashJoas Schilling2018-11-151-4/+4
|/
* do not offer to change display name or password, if not possible.Arthur Schiwon2018-11-072-4/+52
* 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-153-75/+4
* Fix user and group listing with users that have an integer user idJoas Schilling2018-09-123-16/+18
* Update version requirements and versions of shipped appsJoas Schilling2018-09-051-2/+2
* Bump autoloadersRoeland Jago Douma2018-08-101-1/+1
* Add optional "displayName" parameter to add user endpointDaniel Calviño Sánchez2018-07-312-7/+70
* fix tests / mistakes made during rebaseGeorg Ehrke2018-06-273-20/+8
* handle config.php valuesThomas Citharel2018-06-271-0/+4
* Fix review & testsThomas Citharel2018-06-272-6/+11
* 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-192-3/+16
* Keep userids as keys on group searchJohn Molakvoæ (skjnldsv)2018-06-151-3/+4
* Fixed testsJohn Molakvoæ (skjnldsv)2018-06-151-3/+3
* Return groups IDs and not NamesJohn Molakvoæ (skjnldsv)2018-06-151-1/+1
* Make the DELETION of groups match greedy on the groupIDRoeland Jago Douma2018-06-091-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
* Fixed testsJohn Molakvoæ (skjnldsv)2018-05-241-2/+18
* Added disabled count per groupsJohn Molakvoæ (skjnldsv)2018-05-241-1/+6
* move log constants to ILoggerArthur Schiwon2018-04-262-5/+5
* Merge pull request #9162 from nextcloud/allow-lang-ocs-apiRoeland Jago Douma2018-04-171-1/+7
|\