Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix languages empty array | GretaD | 2020-05-11 | 1 | -46/+61 |
* | Add tests for encoded group id | Julius Härtl | 2020-04-11 | 1 | -9/+74 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 6 | -7/+16 |
* | Mode to modern phpunit | Roeland Jago Douma | 2019-11-27 | 5 | -249/+253 |
* | Make phpunit8 compatible | Roeland Jago Douma | 2019-11-27 | 6 | -7/+7 |
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 3 | -6/+7 |
* | Move settings to an app | Christoph Wurst | 2019-09-28 | 1 | -1/+1 |
* | Only prevent disabling encrytion via the API | Joas Schilling | 2019-07-16 | 1 | -14/+19 |
* | Update tests | Roeland Jago Douma | 2019-07-09 | 1 | -4/+13 |
* | changes the returned key from UserID to id, in accordance with getUserData | Arthur Schiwon | 2019-06-21 | 1 | -6/+6 |
* | uses "yes" and "no" for config switch over stringified numbers | Arthur Schiwon | 2019-06-21 | 1 | -3/+3 |
* | makes users management page aware of the introduced options | Arthur Schiwon | 2019-06-19 | 1 | -2/+2 |
* | extends Provisioning API with optional userid and required email | Arthur Schiwon | 2019-06-19 | 1 | -4/+155 |
* | fixes misunderstanding of the error message | Arthur Schiwon | 2019-05-16 | 1 | -1/+1 |
* | Check if password can be changed for the users backend in OCS api | Julius Härtl | 2019-03-05 | 1 | -0/+4 |
* | Expose subadmin to OCP | Roeland Jago Douma | 2019-01-29 | 1 | -76/+0 |
* | ignore non existing users when retrieving details of group members | Arthur Schiwon | 2019-01-17 | 1 | -8/+76 |
* | do not offer to change display name or password, if not possible. | Arthur Schiwon | 2018-11-07 | 1 | -4/+43 |
* | Get l10n within NewUserMailHelper to ensure it always uses the new user's lan... | zulan | 2018-10-15 | 1 | -66/+3 |
* | Add optional "displayName" parameter to add user endpoint | Daniel Calviño Sánchez | 2018-07-31 | 1 | -7/+64 |
* | fix tests / mistakes made during rebase | Georg Ehrke | 2018-06-27 | 1 | -7/+7 |
* | Fix review & tests | Thomas Citharel | 2018-06-27 | 1 | -5/+8 |
* | New user support, provisionning api and design fixes | John Molakvoæ (skjnldsv) | 2018-06-19 | 1 | -2/+13 |
* | Fixed tests | John Molakvoæ (skjnldsv) | 2018-06-15 | 1 | -3/+3 |
* | Fixed tests | John Molakvoæ (skjnldsv) | 2018-05-24 | 1 | -2/+18 |
* | move log constants to ILogger | Arthur Schiwon | 2018-04-26 | 1 | -1/+1 |
* | Return proper boolean user enabled state api | John Molakvoæ (skjnldsv) | 2018-04-16 | 1 | -2/+2 |
* | Fix tests | Roeland Jago Douma | 2018-04-11 | 1 | -3/+3 |
* | Fixed tests | John Molakvoæ (skjnldsv) | 2018-04-09 | 1 | -2/+2 |
* | Fixed tests | John Molakvoæ (skjnldsv) | 2018-04-05 | 2 | -40/+46 |
* | Fixed tests | John Molakvoæ (skjnldsv) | 2018-04-05 | 1 | -7/+14 |
* | Api, return users details by groups | John Molakvoæ (skjnldsv) | 2018-04-05 | 1 | -2/+2 |
* | Merge pull request #8865 from nextcloud/ocs-groups-displayname | Joas Schilling | 2018-03-23 | 1 | -0/+31 |
|\ | |||||
| * | Return groups displayname in provisioning api | John Molakvoæ (skjnldsv) | 2018-03-23 | 1 | -0/+31 |
* | | Allow admin to create users withoutpassword by sending mail automatically | John Molakvoæ (skjnldsv) | 2018-03-22 | 1 | -10/+17 |
* | | fixup! Check if groups is array, return empty do not throw | John Molakvoæ (skjnldsv) | 2018-03-19 | 1 | -30/+3 |
* | | Fixed tests and improved code | John Molakvoæ (skjnldsv) | 2018-03-16 | 1 | -28/+98 |
|/ | |||||
* | Fix tests | Roeland Jago Douma | 2018-02-27 | 2 | -8/+8 |
* | Fix tests | Roeland Jago Douma | 2018-01-26 | 1 | -3/+72 |
* | Fix risky tests without assertions | Joas Schilling | 2018-01-25 | 1 | -2/+2 |
* | Properly log the full exception instead of only the message | Morris Jobke | 2018-01-23 | 1 | -3/+8 |
* | Update license headers | Morris Jobke | 2017-11-06 | 2 | -0/+4 |
* | Use ::class in test mocks of encryption app | Morris Jobke | 2017-10-26 | 1 | -1/+1 |
* | Use ::class in test mocks | Morris Jobke | 2017-10-24 | 3 | -78/+79 |
* | throw 101 when an empty group string is provided | Arthur Schiwon | 2017-09-18 | 1 | -0/+14 |
* | Fix tests | Roeland Jago Douma | 2017-08-01 | 1 | -0/+1 |
* | Some app fixes of phpstorm inspections | Roeland Jago Douma | 2017-07-24 | 2 | -2/+7 |
* | Add unit tests for the new code | Joas Schilling | 2017-06-21 | 1 | -0/+180 |
* | Allow to force a language and set it via the ocs api | Joas Schilling | 2017-06-21 | 1 | -8/+26 |
* | Don't allow the user to set fields they can't see | Joas Schilling | 2017-06-02 | 1 | -2/+9 |