Commit Graph

21 Commits

Author SHA1 Message Date
426f4b3d8b fix: Make sure e-mail is sent when comment is reported 2025-08-09 12:30:42 +02:00
a4b8486bd4 feat: make use of new notification mapping 2025-07-13 00:00:30 +02:00
1ea04e98e8 fix: fucking wired bug where the url is not displayed in plaintext
that how an e-mail looked before:
Moin,

es wurde ein neuer Useraccount erstellt.

[admin] sgsfg (2025-07-12 09:44:27.251212+00:00)
Related:

http://localhost:8000/user/9/
User anzeigen:

---
2025-07-12 11:46:47 +02:00
551b5ed6be feat: add plaintext versions of the e-mail 2025-07-12 09:17:58 +02:00
9858dfc1bd fix: search notification 2025-07-11 18:34:30 +02:00
d53c5707b8 feat: remove notification bell that might not get displayed 2025-07-11 17:34:55 +02:00
8a691d59e7 feat: add base url in order to properly do URLs in e-mails 2025-07-11 16:53:01 +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
648466aa70 feat: Move report e-mail to html 2025-07-07 21:45:49 +02:00
1dd53a87e9 feat: Notify admins of new user via notification framework #10 2024-11-20 23:02:41 +01:00
40bb2e54bd fix: Readjust trust level 2024-11-20 23:01:19 +01:00
231c27819d feat: Send e-mail notifications to user 2024-11-20 20:26:44 +01:00
7aa364fc38 refactor: remove unnecessary print 2024-11-14 07:10:49 +01:00
b9bfa8e359 feat: Add mail to admins when new user registers 2024-11-12 13:12:45 +01:00
43f48e5659 fix: Don't use backslash in f-strings
https://stackoverflow.com/questions/66173070/how-to-put-backslash-escape-sequence-into-f-string
2024-09-15 09:00:27 +02:00
2bf6d0cb66 fix: Filter for trust level correctly, use new user model 2024-08-04 15:34:06 +02:00
8980cc263b refactor: Rip out member and use custom user model 2024-06-08 09:31:58 +02:00
a6b9c9f094 fix: Reported rule list needs string 2024-05-30 15:28:23 +02:00
8cd326663c translation: Define new stings and continue translation 2024-04-13 13:25:09 +02:00
8942d029d1 feat: Add basic translation support 2024-04-12 23:37:03 +02:00
8b06a2045d feat: Send mail when new report comes in 2024-03-25 10:49:56 +01:00