aboutsummaryrefslogtreecommitdiffstats
path: root/core/Events
Commit message (Collapse)AuthorAgeFilesLines
* chore: Unify user related events to always provide a `getUid` methodchore/migrate-encryption-away-from-hooksFerdinand Thiessen2024-10-152-0/+14
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: Add SPDX headerAndy Scherzinger2024-05-272-40/+4
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* Uses PHP8's constructor property promotion.Faraz Samapoor2023-06-232-12/+8
| | | | Signed-off-by: Faraz Samapoor <fsa@adlas.at>
* Add password reset typed eventsThomas Citharel2022-06-102-0/+126
These hooks are only used in the Encryption app from what I can see. Signed-off-by: Thomas Citharel <tcit@tcit.fr>