aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/lib/Activity
Commit message (Collapse)AuthorAgeFilesLines
* fix(activity): Fix activity object type warningsJoas Schilling2024-11-271-3/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-217-80/+33
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* fix(activity): Update more activity providers to use new exceptionsfollowup/48086/fix-more-activity-providersJoas Schilling2024-09-232-8/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* refactor: move to new activity exceptionrefactor/move-to-new-activity-exceptionAnna Larch2024-09-173-9/+10
| | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-252-4/+4
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* chore: Add SPDX headerAndy Scherzinger2024-06-037-141/+14
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-023-3/+3
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-232-7/+7
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* avoid using the word 'password' in the APP_TOKEN_CREATED activityJulien Veyssier2023-01-021-2/+2
| | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* Get rid of all useless calls to setParsedSubject now that setRichSubject is ↵Côme Chilliet2022-11-292-24/+2
| | | | | | able to do it Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Use user name cache in activity providersJoas Schilling2022-08-192-41/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Differenciate the activity depending on admin vs user actionJoas Schilling2022-03-101-1/+5
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Allow to disable group change notificationMarco Ambrosini2021-07-281-1/+1
| | | | Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-047-15/+8
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix password reset saying Admin changed my password when reset fromThomas Citharel2020-04-101-0/+4
| | | | | | login page Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Format control structures, classes, methods and functionChristoph Wurst2020-04-105-8/+0
| | | | | | | | | | | | | | | To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use elseif instead of else ifChristoph Wurst2020-04-102-12/+12
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-4/+4
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headersChristoph Wurst2019-12-057-11/+18
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move settings to an appChristoph Wurst2019-09-287-0/+863
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>