Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix languages empty array | GretaD | 2020-05-11 | 2 | -47/+62 |
| | | | | Signed-off-by: GretaD <gretadoci@gmail.com> | ||||
* | Add tests for encoded group id | Julius Härtl | 2020-04-11 | 1 | -9/+74 |
| | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com> | ||||
* | Make the groupId url encoded | Julius Härtl | 2020-04-11 | 1 | -0/+7 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Revive the "send email to new users" toggle for the user form | Christoph Wurst | 2020-02-28 | 1 | -1/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | query FederatedFileSharing Application instead of creating it | Robin Appelman | 2019-12-16 | 1 | -1/+1 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Update license headers | Christoph Wurst | 2019-12-05 | 16 | -26/+66 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Fix provisioning_api getUsers types | John Molakvoæ (skjnldsv) | 2019-11-28 | 1 | -2/+2 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Mode to modern phpunit | Roeland Jago Douma | 2019-11-27 | 5 | -249/+253 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Make phpunit8 compatible | Roeland Jago Douma | 2019-11-27 | 6 | -7/+7 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 10 | -13/+17 |
| | | | | | | | | | | | * Order the imports * No leading slash on imports * Empty line before namespace * One line per import * Empty after imports * Emmpty line at bottom of file Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Do not create Application instances directly | Christoph Wurst | 2019-10-11 | 1 | -1/+11 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Allow group displaynames in the database backend (#17221) | John Molakvoæ | 2019-10-05 | 2 | -1/+24 |
|\ | | | | | Allow group displaynames in the database backend | ||||
| * | Allow to set the group display name in the database backend | Joas Schilling | 2019-09-27 | 2 | -1/+24 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Move settings to an app | Christoph Wurst | 2019-09-28 | 3 | -3/+3 |
|/ | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com> | ||||
* | Development is 18 now! | Roeland Jago Douma | 2019-09-05 | 1 | -2/+2 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Only prevent disabling encrytion via the API | Joas Schilling | 2019-07-16 | 2 | -18/+28 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Update tests | Roeland Jago Douma | 2019-07-09 | 1 | -4/+13 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Make it possible to wipe all tokens/devices of a user | Christoph Wurst | 2019-07-09 | 2 | -1/+39 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Do not fail hard on new user mail error | John Molakvoæ (skjnldsv) | 2019-07-02 | 1 | -2/+3 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Don't allow to disable encryption via the API | Joas Schilling | 2019-06-27 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Merge pull request #16024 from ↵ | Roeland Jago Douma | 2019-06-25 | 1 | -1/+8 |
|\ | | | | | | | | | nextcloud/bugfix/15944/fix-return-code-user-provision Forward OCSException to initiator | ||||
| * | Forward OCSException to initiator | Daniel Kesselberg | 2019-06-20 | 1 | -1/+8 |
| | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | | changes the returned key from UserID to id, in accordance with getUserData | Arthur Schiwon | 2019-06-21 | 2 | -7/+7 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | uses "yes" and "no" for config switch over stringified numbers | Arthur Schiwon | 2019-06-21 | 2 | -5/+5 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | makes users management page aware of the introduced options | Arthur Schiwon | 2019-06-19 | 2 | -4/+4 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | extends Provisioning API with optional userid and required email | Arthur Schiwon | 2019-06-19 | 2 | -6/+179 |
|/ | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | fixes misunderstanding of the error message | Arthur Schiwon | 2019-05-16 | 2 | -2/+2 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Bump versions of server and the requirements of apps | Joas Schilling | 2019-04-11 | 1 | -2/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Check if password can be changed for the users backend in OCS api | Julius Härtl | 2019-03-05 | 2 | -0/+7 |
| | | | | 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 | 2 | -86/+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 | 3 | -19/+102 |
| | | | | | | | | 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> | ||||
* | Bump versions of server and the requirements of apps | Joas Schilling | 2018-11-23 | 1 | -2/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Merge pull request #12447 from nextcloud/bugfix/12446/fix-oracle-install-again | Morris Jobke | 2018-11-15 | 1 | -1/+1 |
|\ | | | | | Shorten index name of calendar changes table | ||||
| * | Shorten index name of calendar changes table | Joas Schilling | 2018-11-14 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Fix interaction with groups that contain a slash | Joas Schilling | 2018-11-15 | 1 | -4/+4 |
|/ | | | | 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 | 2 | -4/+52 |
| | | | | | | 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 | 3 | -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 id | Joas Schilling | 2018-09-12 | 3 | -16/+18 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Update version requirements and versions of shipped apps | Joas Schilling | 2018-09-05 | 1 | -2/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Bump autoloaders | Roeland Jago Douma | 2018-08-10 | 1 | -1/+1 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Add optional "displayName" parameter to add user endpoint | Daniel Calviño Sánchez | 2018-07-31 | 2 | -7/+70 |
| | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> | ||||
* | fix tests / mistakes made during rebase | Georg Ehrke | 2018-06-27 | 3 | -20/+8 |
| | | | | 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 | 2 | -6/+11 |
| | | | | 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> |