Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | uses "yes" and "no" for config switch over stringified numbers | Arthur Schiwon | 2019-06-21 | 1 | -2/+2 | |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | |||||
* | | makes users management page aware of the introduced options | Arthur Schiwon | 2019-06-19 | 1 | -2/+2 | |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | |||||
* | | extends Provisioning API with optional userid and required email | Arthur Schiwon | 2019-06-19 | 1 | -2/+24 | |
|/ | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | |||||
* | fixes misunderstanding of the error message | Arthur Schiwon | 2019-05-16 | 1 | -1/+1 | |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | |||||
* | Check if password can be changed for the users backend in OCS api | Julius Härtl | 2019-03-05 | 1 | -0/+3 | |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | Merge pull request #13412 from nextcloud/forward-password-policy | Roeland Jago Douma | 2019-01-30 | 1 | -1/+5 | |
|\ | | | | | forward error message from password policy | |||||
| * | forward error message from password policy | Robin Appelman | 2019-01-07 | 1 | -1/+5 | |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | Expose subadmin to OCP | Roeland Jago Douma | 2019-01-29 | 1 | -10/+4 | |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | |||||
* | | ignore non existing users when retrieving details of group members | Arthur Schiwon | 2019-01-17 | 2 | -11/+26 | |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | |||||
* | | Fix doc block | Joas Schilling | 2019-01-10 | 1 | -1/+1 | |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | do not offer to change display name or password, if not possible. | Arthur Schiwon | 2018-11-07 | 1 | -0/+9 | |
| | | | | | | Fixes #12319 Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | |||||
* | Properly query the methodreflector | Roeland Jago Douma | 2018-11-02 | 1 | -1/+2 | |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | |||||
* | Get l10n within NewUserMailHelper to ensure it always uses the new user's ↵ | zulan | 2018-10-15 | 2 | -9/+1 | |
| | | | | | | | | | 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 id | Joas Schilling | 2018-09-12 | 3 | -16/+18 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Add optional "displayName" parameter to add user endpoint | Daniel Calviño Sánchez | 2018-07-31 | 1 | -0/+6 | |
| | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> | |||||
* | fix tests / mistakes made during rebase | Georg Ehrke | 2018-06-27 | 2 | -13/+1 | |
| | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | |||||
* | handle config.php values | Thomas Citharel | 2018-06-27 | 1 | -0/+4 | |
| | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | |||||
* | Fix review & tests | Thomas Citharel | 2018-06-27 | 1 | -1/+3 | |
| | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | |||||
* | Allow user to choose locale | Thomas Citharel | 2018-06-27 | 1 | -0/+20 | |
| | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | |||||
* | show error message when group exists | Robin Appelman | 2018-06-26 | 1 | -1/+1 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | New user support, provisionning api and design fixes | John Molakvoæ (skjnldsv) | 2018-06-19 | 1 | -1/+3 | |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | |||||
* | Keep userids as keys on group search | John Molakvoæ (skjnldsv) | 2018-06-15 | 1 | -3/+4 | |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | |||||
* | Return groups IDs and not Names | John Molakvoæ (skjnldsv) | 2018-06-15 | 1 | -1/+1 | |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | |||||
* | Allow 0 quota by provisioning api | John Molakvoæ (skjnldsv) | 2018-06-07 | 2 | -5/+6 | |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | |||||
* | Disabled fix since new users list | John Molakvoæ (skjnldsv) | 2018-05-24 | 3 | -2/+10 | |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | |||||
* | Added disabled count per groups | John Molakvoæ (skjnldsv) | 2018-05-24 | 1 | -1/+6 | |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | |||||
* | move log constants to ILogger | Arthur Schiwon | 2018-04-26 | 1 | -4/+4 | |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | |||||
* | Merge pull request #9162 from nextcloud/allow-lang-ocs-api | Roeland Jago Douma | 2018-04-17 | 1 | -1/+7 | |
|\ | | | | | Add language support for user creation | |||||
| * | Fixed tests | John Molakvoæ (skjnldsv) | 2018-04-16 | 1 | -1/+2 | |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | |||||
| * | Add language support for user creation | John Molakvoæ (skjnldsv) | 2018-04-16 | 1 | -1/+6 | |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | |||||
* | | Return proper boolean user enabled state api | John Molakvoæ (skjnldsv) | 2018-04-16 | 1 | -1/+1 | |
|/ | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | |||||
* | Revert "Add language support for user creation in api" | Morris Jobke | 2018-04-12 | 1 | -6/+1 | |
| | ||||||
* | Merge pull request #9144 from nextcloud/allow-lang-ocs-api | Morris Jobke | 2018-04-11 | 1 | -1/+6 | |
|\ | | | | | Add language support for user creation in api | |||||
| * | Add language support for user creation | John Molakvoæ (skjnldsv) | 2018-04-11 | 1 | -1/+6 | |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | |||||
* | | The integrationtests expect a string | Roeland Jago Douma | 2018-04-10 | 1 | -1/+1 | |
|/ | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | |||||
* | Merge pull request #9111 from nextcloud/use-proper-bool-user-disabled-state | Morris Jobke | 2018-04-09 | 1 | -1/+1 | |
|\ | | | | | Return proper boolean and do not save enabled state in db | |||||
| * | Properly return boolean on enable state | John Molakvoæ (skjnldsv) | 2018-04-09 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | |||||
* | | Allow user creation with subadmins and quota | John Molakvoæ (skjnldsv) | 2018-04-06 | 1 | -43/+77 | |
|/ | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | |||||
* | Rebase to master | John Molakvoæ (skjnldsv) | 2018-04-05 | 1 | -1/+10 | |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | |||||
* | Use abstract subclass so members can be defined | Joas Schilling | 2018-04-05 | 3 | -52/+61 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Fixed tests | John Molakvoæ (skjnldsv) | 2018-04-05 | 1 | -9/+8 | |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | |||||
* | Trait bump | John Molakvoæ (skjnldsv) | 2018-04-05 | 3 | -126/+175 | |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | |||||
* | Fixed tests | John Molakvoæ (skjnldsv) | 2018-04-05 | 1 | -4/+6 | |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | |||||
* | Cast types directly | John Molakvoæ (skjnldsv) | 2018-04-05 | 1 | -27/+9 | |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | |||||
* | Limit and offset | John Molakvoæ (skjnldsv) | 2018-04-05 | 1 | -1/+5 | |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | |||||
* | Api, return users details by groups | John Molakvoæ (skjnldsv) | 2018-04-05 | 2 | -7/+65 | |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | |||||
* | Merge pull request #8926 from nextcloud/ocs-api-quota-fallback | blizzz | 2018-04-04 | 1 | -1/+10 | |
|\ | | | | | Return quota even if user is not initialised | |||||
| * | Fix quota return if unlimited | John Molakvoæ (skjnldsv) | 2018-03-22 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | |||||
| * | Return quota even if user is not initialized | John Molakvoæ (skjnldsv) | 2018-03-22 | 1 | -1/+10 | |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | |||||
* | | Merge pull request #8865 from nextcloud/ocs-groups-displayname | Joas Schilling | 2018-03-23 | 1 | -0/+27 | |
|\ \ | | | | | | | Return groups displayname in provisioning api |