Commit Graph

6 Commits

Author SHA1 Message Date
8c5099f14a fix (test): Notification framework changed 2025-08-09 12:16:13 +02:00
e99798ba5c feat: Completely rework notification framework
This change is needed as
a) there are many different types of notifications. A notification about a new comment does not only relate the comment but also adoption notice and a user that made the comment. Therefore, I introduce a new general notification that has optional links to other objects.
b) this change allows to define a different representation of e-mails vs. display on the website. The new notification type is in charge of representation from now on. Title and text will be deprecated and eventually removed
2025-07-11 11:39:55 +02:00
424f91e919 feat: Add a timestamp for when a notification is read 2025-01-14 07:30:36 +01:00
8ccdf50bc5 refactor: Use new trust level class 2024-11-20 23:08:02 +01:00
03d40a5092 test: Add test for creating a standard user 2024-11-12 22:38:31 +01:00
e5a5fd5a10 feat: add announcements 2024-05-31 09:58:03 +02:00