| Commit message (Expand) | Author | Age | Files | Lines |
* | fix: Add missing interface from previous commit and update autoloaders | Côme Chilliet | 2025-01-14 | 1 | -0/+23 |
* | feat(updatenotification): Add a limit to user count from LDAP so save perform... | Côme Chilliet | 2025-01-14 | 1 | -0/+1 |
* | chore(IGetRealUIDBackend): Fix typo in doc block | Ferdinand Thiessen | 2024-09-02 | 1 | -1/+1 |
* | docs: Add info for the password hashes | Christopher Ng | 2024-07-08 | 1 | -0/+5 |
* | feat: Add IPasswordHashBackend | Christopher Ng | 2024-07-08 | 1 | -0/+25 |
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-24 | 15 | -288/+30 |
* | feat: Add back searching in disabled user list | Côme Chilliet | 2024-05-23 | 1 | -1/+2 |
* | Invert parameter order in getDisabledUserList to be consistent | Côme Chilliet | 2023-11-30 | 1 | -1/+1 |
* | Add method to list disabled users to IProvideEnabledStateBackend | Côme Chilliet | 2023-06-29 | 1 | -0/+9 |
* | Fix since annotations and add boolean return type for setUserEnabled | Côme Chilliet | 2023-06-20 | 1 | -4/+4 |
* | Add user enabled state backend feature | Côme Chilliet | 2023-05-23 | 1 | -0/+47 |
* | ci: migrate ocp since checker to psalm | Daniel Kesselberg | 2023-01-24 | 1 | -0/+1 |
* | composer run cs:fix | Côme Chilliet | 2023-01-20 | 10 | -10/+0 |
* | Merge branch 'master' into fix/clean-ldap-access-factory-usage | Côme Chilliet | 2022-11-21 | 1 | -0/+39 |
|\ |
|
| * | Update lib/public/User/Backend/ICountMappedUsersBackend.php | Côme Chilliet | 2022-10-25 | 1 | -2/+2 |
| * | Add missing file | Côme Chilliet | 2022-10-24 | 1 | -0/+39 |
* | | Fix return type for countUsers method | Côme Chilliet | 2022-10-25 | 1 | -2/+1 |
|/ |
|
* | Fix creation of new user and display the correct error message | Christopher Ng | 2022-08-22 | 1 | -0/+3 |
* | Fix psalm issues related to the user backend | Carl Schwan | 2022-05-20 | 1 | -1/+1 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 13 | -26/+14 |
* | Improve search results when only phonebook-matches can we autocompleted | Joas Schilling | 2021-03-17 | 2 | -1/+44 |
* | Update the license headers for Nextcloud 20 | Christoph Wurst | 2020-08-24 | 2 | -1/+3 |
* | Use matching parameter names form interfaces and implementations | Morris Jobke | 2020-08-19 | 1 | -1/+1 |
* | Allow user backends to specify a custom logout url | Roeland Jago Douma | 2020-07-23 | 1 | -0/+43 |
* | Fix multiline comments | Christoph Wurst | 2020-04-08 | 1 | -1/+1 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 11 | -29/+52 |
* | Get the proper UID | Roeland Jago Douma | 2019-08-13 | 1 | -0/+44 |
* | New user backend interface to check if a user can confirm passwords | Roeland Jago Douma | 2018-11-02 | 1 | -0/+36 |
* | Document parameters | Roeland Jago Douma | 2018-03-22 | 9 | -0/+30 |
* | Move to ABackend | Roeland Jago Douma | 2018-03-22 | 1 | -1/+1 |
* | Remove type declarations where not yet possible | Roeland Jago Douma | 2018-03-22 | 4 | -4/+4 |
* | Fix phpdoc | Roeland Jago Douma | 2018-03-22 | 9 | -0/+62 |
* | Add abstract bakend to still be backwards compatible with the old logic | Roeland Jago Douma | 2018-03-22 | 1 | -0/+62 |
* | Add interfaces for user backend functionality | Roeland Jago Douma | 2018-03-22 | 8 | -0/+232 |