aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/lib/Listener
Commit message (Collapse)AuthorAgeFilesLines
* feat: mail provider settingsfeat/mail-provider-settingsSebastianKrupinski2024-11-121-0/+61
| | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-214-50/+14
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-192-2/+2
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* chore: Add SPDX headerAndy Scherzinger2024-06-034-77/+9
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* chore: Fix missing template parameter for IEventListenerCôme Chilliet2024-01-303-0/+3
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-2/+2
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* Differenciate the activity depending on admin vs user actionJoas Schilling2022-03-101-1/+7
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add admin privilege delegation for admin settingsCarl Schwan2021-09-291-0/+51
| | | | | | | This makes it possible for selected groups to access some settings pages. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-043-9/+7
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Move group activities to eventsRoeland Jago Douma2021-03-032-0/+192
| | | | | | | | | | Use the fancy events. Nicer code Nicely isolated code win-win Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move app_password_created to a typed eventChristoph Wurst2021-02-091-0/+73
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>