aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/User/Events
Commit message (Expand)AuthorAgeFilesLines
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-044-4/+4
* feat(dav): dispatch out-of-office started and ended eventsRichard Steinmetz2023-11-232-0/+102
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-236-11/+11
* feat: Add out-of-office message APIChristoph Wurst2023-11-093-0/+150
* fix!: Move getEventDispatcher usage to IEventDispatcherJoas Schilling2023-07-281-0/+50
* Fix typos in lib/public subdirectorySimon L2023-05-101-1/+1
* dispatch BeforeUserLoggedInEventMaxence Lange2023-03-011-7/+20
* composer run cs:fixCôme Chilliet2023-01-2014-14/+0
* Cleanup avatar related codeCarl Schwan2022-06-221-8/+2
* 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-0415-30/+16
* Compare and store the login name via the eventJoas Schilling2021-01-201-1/+12
* Streamline user creation and deletion eventsMorris Jobke2020-11-231-65/+0
* 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-249-7/+16
|/
* Add PHP doc for eventsMorris Jobke2020-08-108-0/+16
* Add user-status appGeorg Ehrke2020-07-311-0/+101
* 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-081-1/+0
* 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-053-7/+14
* Add typed create user eventsChristoph Wurst2019-12-032-0/+134
* Make the post login event publicChristoph Wurst2019-11-201-0/+76