| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert isset ternary to null coalescing operator | Hamid Dehnavi | 2023-09-28 | 1 | -2/+2 |
* | fix(phonenumber): Use the newly introduced API to limit 3rdparty lib usage | Joas Schilling | 2023-09-25 | 1 | -5/+14 |
* | feat(users): Store and load a user's manager | Christoph Wurst | 2023-05-12 | 1 | -0/+3 |
* | fix(provisioning_api): Don't allow to configure the same additional email mul... | Joas Schilling | 2023-04-26 | 1 | -0/+157 |
* | adjust tests after #36665 | Julien Veyssier | 2023-03-23 | 1 | -1/+7 |
* | Fix a few tests that were using too big int values for 32bits | Côme Chilliet | 2023-02-07 | 1 | -2/+1 |
* | Only expose storage location to admins | Vincent Petry | 2023-01-13 | 1 | -8/+4 |
* | Fix tests | Carl Schwan | 2022-11-22 | 1 | -0/+14 |
* | Fix errors from PHP 8.2 testing | Côme Chilliet | 2022-11-14 | 1 | -1/+2 |
* | Fix test failure introduced in https://github.com/nextcloud/server/pull/33819 | Christopher Ng | 2022-09-16 | 1 | -0/+6 |
* | Remove OCP\App and OCP\BackgroundJob | Carl Schwan | 2022-08-01 | 1 | -1/+1 |
* | Fix unit tests | Joas Schilling | 2022-07-06 | 1 | -1/+2 |
* | Fix exception handling when profile data is too long | Joas Schilling | 2022-06-09 | 1 | -26/+28 |
* | Merge pull request #26725 from nextcloud/fix-federated-scope-not-shown-when-p... | John Molakvoæ | 2021-10-22 | 1 | -9/+15 |
|\ |
|
| * | Split capability | Daniel Calviño Sánchez | 2021-08-18 | 1 | -9/+15 |
* | | Add new account properties | Christopher Ng | 2021-10-19 | 1 | -10/+84 |
* | | Add support for Delegation Settings for more apps | Carl Schwan | 2021-10-15 | 2 | -11/+62 |
* | | use specific email getter where necessary | Arthur Schiwon | 2021-09-09 | 1 | -5/+8 |
|/ |
|
* | fix UserController tests failing because of max_quota app value not provided ... | Julien Veyssier | 2021-07-30 | 1 | -0/+27 |
* | cleanup | Arthur Schiwon | 2021-06-30 | 1 | -8/+0 |
* | prov api reports multiple mail as editable field | Arthur Schiwon | 2021-06-30 | 1 | -0/+3 |
* | prov api reports additional emails on getUser | Arthur Schiwon | 2021-06-30 | 1 | -3/+6 |
* | Effectively return a valid group as it would be the case in a real | Dries Mys | 2021-06-05 | 1 | -2/+6 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 7 | -13/+7 |
* | Merge pull request #26679 from nextcloud/bugfix/noid/fix-unauthorized-ocs-sta... | blizzz | 2021-05-13 | 2 | -10/+10 |
|\ |
|
| * | Fix unauthorized OCS status in provisioning | Joas Schilling | 2021-05-12 | 2 | -10/+10 |
* | | provAPI to use only public API of IAccountManager | Arthur Schiwon | 2021-05-08 | 2 | -31/+56 |
|/ |
|
* | Also check implementsAction method | Joas Schilling | 2021-04-27 | 1 | -2/+85 |
* | Only return display name as editable when the user backend allows it | Joas Schilling | 2021-04-27 | 1 | -5/+30 |
* | Capability for federated scope | Vincent Petry | 2021-03-26 | 1 | -0/+92 |
* | Add property scope tests for AccountManager | Vincent Petry | 2021-03-26 | 1 | -0/+3 |
* | Enhance UsersControllerTest of provisioning API with scopes | Vincent Petry | 2021-03-26 | 1 | -37/+140 |
* | Make extra user profile fields always editable | Vincent Petry | 2021-03-26 | 1 | -29/+3 |
* | Add a service to find out if a user knows another user | Joas Schilling | 2021-03-10 | 1 | -0/+23 |
* | Remove deprecated \OCP\API | Roeland Jago Douma | 2021-03-03 | 1 | -1/+2 |
* | LoggerInterface for provisioning API Controllers | Roeland Jago Douma | 2021-03-02 | 2 | -12/+13 |
* | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 1 | -0/+1 |
* | Unit tests for searching by phone number | Joas Schilling | 2020-12-07 | 1 | -8/+41 |
* | Add an endpoint to search for accounts based on phone number | Joas Schilling | 2020-12-07 | 1 | -3/+19 |
* | Make code strict | Joas Schilling | 2020-12-07 | 2 | -28/+30 |
* | Merge pull request #23189 from nextcloud/enhancement/cs/binary_operator_spaces | Morris Jobke | 2020-10-05 | 1 | -1/+1 |
|\ |
|
| * | Format code to a single space around binary operators | Christoph Wurst | 2020-10-05 | 1 | -1/+1 |
* | | Fix the user email issue while creating a user | Sujith Haridasan | 2020-10-05 | 1 | -1/+5 |
|/ |
|
* | Update the license headers for Nextcloud 20 | Christoph Wurst | 2020-08-24 | 3 | -0/+4 |
* | Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU... | Morris Jobke | 2020-08-12 | 4 | -33/+32 |
* | Generate password on addUser by password_policy app | Daniel Kesselberg | 2020-08-09 | 1 | -1/+50 |
* | Use IBootstrap for the app federatedfilesharing | Morris Jobke | 2020-07-14 | 1 | -16/+10 |
* | Use the new method everywhere | Joas Schilling | 2020-07-03 | 2 | -37/+23 |
* | Fix languages empty array | GretaD | 2020-05-08 | 1 | -46/+61 |
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 2 | -0/+2 |