summaryrefslogtreecommitdiffstats
path: root/apps/provisioning_api
Commit message (Collapse)AuthorAgeFilesLines
* Only prevent disabling encrytion via the APIJoas Schilling2019-07-162-18/+28
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #16190 from nextcloud/backport/16183/stable15Roeland Jago Douma2019-07-041-2/+3
|\ | | | | [stable15] Do not fail hard on new user mail error
| * Do not fail hard on new user mail errorJohn Molakvoæ (skjnldsv)2019-07-021-2/+3
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Forward OCSException to initiatorDaniel Kesselberg2019-07-021-1/+8
|/ | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Don't allow to disable encryption via the APIJoas Schilling2019-06-271-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fixes misunderstanding of the error messageArthur Schiwon2019-05-162-2/+2
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Check if password can be changed for the users backend in OCS apiJulius Härtl2019-03-052-0/+7
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* forward error message from password policyRobin Appelman2019-01-301-1/+5
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* ignore non existing users when retrieving details of group membersArthur Schiwon2019-01-243-19/+102
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Fix doc blockJoas Schilling2019-01-101-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #12447 from nextcloud/bugfix/12446/fix-oracle-install-againMorris Jobke2018-11-151-1/+1
|\ | | | | Shorten index name of calendar changes table
| * Shorten index name of calendar changes tableJoas Schilling2018-11-141-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Fix interaction with groups that contain a slashJoas Schilling2018-11-151-4/+4
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* do not offer to change display name or password, if not possible.Arthur Schiwon2018-11-072-4/+52
| | | | | | Fixes #12319 Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Properly query the methodreflectorRoeland Jago Douma2018-11-021-1/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Get l10n within NewUserMailHelper to ensure it always uses the new user's ↵zulan2018-10-153-75/+4
| | | | | | | | | language. Some related tests had to be changed because they relied on internals, see also from the PHPUnit documentation: "Exercise caution when using [the at] matcher as it can lead to brittle tests which are too closely tied to specific implementation details." Signed-off-by: Zulan <git@zulan.net>
* Fix user and group listing with users that have an integer user idJoas Schilling2018-09-123-16/+18
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update version requirements and versions of shipped appsJoas Schilling2018-09-051-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Bump autoloadersRoeland Jago Douma2018-08-101-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add optional "displayName" parameter to add user endpointDaniel Calviño Sánchez2018-07-312-7/+70
| | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* fix tests / mistakes made during rebaseGeorg Ehrke2018-06-273-20/+8
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* handle config.php valuesThomas Citharel2018-06-271-0/+4
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* Fix review & testsThomas Citharel2018-06-272-6/+11
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Allow user to choose localeThomas Citharel2018-06-271-0/+20
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* show error message when group existsRobin Appelman2018-06-261-1/+1
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* New user support, provisionning api and design fixesJohn Molakvoæ (skjnldsv)2018-06-192-3/+16
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Keep userids as keys on group searchJohn Molakvoæ (skjnldsv)2018-06-151-3/+4
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fixed testsJohn Molakvoæ (skjnldsv)2018-06-151-3/+3
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Return groups IDs and not NamesJohn Molakvoæ (skjnldsv)2018-06-151-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Make the DELETION of groups match greedy on the groupIDRoeland Jago Douma2018-06-091-1/+1
| | | | | | | | fixes #6032 Now since the match is greedy it will also eat the / Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Allow 0 quota by provisioning apiJohn Molakvoæ (skjnldsv)2018-06-072-5/+6
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Disabled fix since new users listJohn Molakvoæ (skjnldsv)2018-05-243-2/+10
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fixed testsJohn Molakvoæ (skjnldsv)2018-05-241-2/+18
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Added disabled count per groupsJohn Molakvoæ (skjnldsv)2018-05-241-1/+6
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* move log constants to ILoggerArthur Schiwon2018-04-262-5/+5
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Merge pull request #9162 from nextcloud/allow-lang-ocs-apiRoeland Jago Douma2018-04-171-1/+7
|\ | | | | Add language support for user creation
| * Fixed testsJohn Molakvoæ (skjnldsv)2018-04-161-1/+2
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Add language support for user creationJohn Molakvoæ (skjnldsv)2018-04-161-1/+6
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Return proper boolean user enabled state apiJohn Molakvoæ (skjnldsv)2018-04-162-3/+3
|/ | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* 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 creation in api
| * Add language support for user creationJohn Molakvoæ (skjnldsv)2018-04-111-1/+6
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Fix testsRoeland Jago Douma2018-04-111-3/+3
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | The integrationtests expect a stringRoeland Jago Douma2018-04-101-1/+1
|/ | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #9111 from nextcloud/use-proper-bool-user-disabled-stateMorris Jobke2018-04-092-3/+3
|\ | | | | Return proper boolean and do not save enabled state in db
| * Fixed testsJohn Molakvoæ (skjnldsv)2018-04-091-2/+2
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Properly return boolean on enable stateJohn Molakvoæ (skjnldsv)2018-04-091-1/+1
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Allow user creation with subadmins and quotaJohn Molakvoæ (skjnldsv)2018-04-061-43/+77
|/ | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Rebase to masterJohn Molakvoæ (skjnldsv)2018-04-051-1/+10
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Use abstract subclass so members can be definedJoas Schilling2018-04-055-54/+63
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>