aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/User/Backend
Commit message (Expand)AuthorAgeFilesLines
* 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