aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/User/Backend
Commit message (Expand)AuthorAgeFilesLines
* chore(IGetRealUIDBackend): Fix typo in doc blockFerdinand Thiessen2024-09-021-1/+1
* docs: Add info for the password hashesChristopher Ng2024-07-081-0/+5
* feat: Add IPasswordHashBackendChristopher Ng2024-07-081-0/+25
* chore: Add SPDX headerAndy Scherzinger2024-05-2415-288/+30
* feat: Add back searching in disabled user listCôme Chilliet2024-05-231-1/+2
* Invert parameter order in getDisabledUserList to be consistentCôme Chilliet2023-11-301-1/+1
* Add method to list disabled users to IProvideEnabledStateBackendCôme Chilliet2023-06-291-0/+9
* Fix since annotations and add boolean return type for setUserEnabledCôme Chilliet2023-06-201-4/+4
* Add user enabled state backend featureCôme Chilliet2023-05-231-0/+47
* ci: migrate ocp since checker to psalmDaniel Kesselberg2023-01-241-0/+1
* composer run cs:fixCôme Chilliet2023-01-2010-10/+0
* Merge branch 'master' into fix/clean-ldap-access-factory-usageCôme Chilliet2022-11-211-0/+39
|\
| * Update lib/public/User/Backend/ICountMappedUsersBackend.phpCôme Chilliet2022-10-251-2/+2
| * Add missing fileCôme Chilliet2022-10-241-0/+39
* | Fix return type for countUsers methodCôme Chilliet2022-10-251-2/+1
|/
* Fix creation of new user and display the correct error messageChristopher Ng2022-08-221-0/+3
* Fix psalm issues related to the user backendCarl Schwan2022-05-201-1/+1
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-0413-26/+14
* Improve search results when only phonebook-matches can we autocompletedJoas Schilling2021-03-172-1/+44
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-242-1/+3
* Use matching parameter names form interfaces and implementationsMorris Jobke2020-08-191-1/+1
* Allow user backends to specify a custom logout urlRoeland Jago Douma2020-07-231-0/+43
* Fix multiline commentsChristoph Wurst2020-04-081-1/+1
* Update license headersChristoph Wurst2019-12-0511-29/+52
* Get the proper UIDRoeland Jago Douma2019-08-131-0/+44
* New user backend interface to check if a user can confirm passwordsRoeland Jago Douma2018-11-021-0/+36
* Document parametersRoeland Jago Douma2018-03-229-0/+30
* Move to ABackendRoeland Jago Douma2018-03-221-1/+1
* Remove type declarations where not yet possibleRoeland Jago Douma2018-03-224-4/+4
* Fix phpdocRoeland Jago Douma2018-03-229-0/+62
* Add abstract bakend to still be backwards compatible with the old logicRoeland Jago Douma2018-03-221-0/+62
* Add interfaces for user backend functionalityRoeland Jago Douma2018-03-228-0/+232