aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/User
Commit message (Expand)AuthorAgeFilesLines
* dispatch BeforeUserLoggedInEventMaxence Lange2023-03-011-7/+20
* ci: migrate ocp since checker to psalmDaniel Kesselberg2023-01-241-0/+1
* composer run cs:fixCôme Chilliet2023-01-2024-24/+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
* Cleanup avatar related codeCarl Schwan2022-06-221-8/+2
* Fix psalm issues related to the user backendCarl Schwan2022-05-201-1/+1
* Fetch status in heartbeat controller only onceCarl Schwan2022-04-071-11/+20
* allow null password in UserLoggedInEventJulien Veyssier2021-10-131-3/+3
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-0429-58/+31
* Improve search results when only phonebook-matches can we autocompletedJoas Schilling2021-03-172-1/+44
* Compare and store the login name via the eventJoas Schilling2021-01-201-1/+12
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+5
* Streamline user creation and deletion eventsMorris Jobke2020-11-231-65/+0
* Provide correct PHPDoc tags for public namespaceMorris Jobke2020-09-171-2/+10
* add event to allow apps to overwrite user quotaRobin Appelman2020-09-171-0/+64
* Update license headers for Nextcloud 20 (again)Christoph Wurst2020-09-071-0/+1
* Merge pull request #21288 from lmamane/masterRoeland Jago Douma2020-08-281-1/+15
|\
| * Return correct loginname in credentials,Lionel Elie Mamane2020-08-201-1/+15
* | Update the license headers for Nextcloud 20Christoph Wurst2020-08-2411-8/+19
|/
* Use matching parameter names form interfaces and implementationsMorris Jobke2020-08-191-1/+1
* Add PHP doc for eventsMorris Jobke2020-08-108-0/+16
* Add user-status appGeorg Ehrke2020-07-311-0/+101
* Allow user backends to specify a custom logout urlRoeland Jago Douma2020-07-231-0/+43
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-1013-14/+0
* Fix multiline commentsChristoph Wurst2020-04-082-2/+1
* fixes the return type of BeforeUserLoggedInEventArthur Schiwon2020-04-031-2/+4
* Remove unused importsChristoph Wurst2020-03-251-1/+0
* Update license headers for 18Christoph Wurst2019-12-2011-26/+40
* Add typed events for all user hooks and legacy eventsChristoph Wurst2019-12-1112-0/+805
* Update license headersChristoph Wurst2019-12-0514-36/+66
* Add typed create user eventsChristoph Wurst2019-12-032-0/+134
* Make the post login event publicChristoph Wurst2019-11-201-0/+76
* 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