Commit Graph

1068 Commits

Author SHA1 Message Date
d12989d195 feat: Add display of when last checked 2025-07-13 09:11:51 +02:00
a9f384b50e feat: add subscribe functionality again 2025-07-13 01:08:43 +02:00
afedf2d0bd feat: add button to mark all notifications as read and fix action 2025-07-13 00:31:21 +02:00
a4b8486bd4 feat: make use of new notification mapping 2025-07-13 00:00:30 +02:00
d8bcb8ece6 refactor: remove redundant imports 2025-07-12 17:45:21 +02:00
b01ac219a3 feat: Add notification partials including new mapping system for templates 2025-07-12 17:43:40 +02:00
42320866c4 feat: Show nicer time of creating the notification 2025-07-12 16:46:56 +02:00
e2e6c14d57 feat: Show newest notification first 2025-07-12 16:46:17 +02:00
4761c38cd2 feat: Move cards to bulma notifications 2025-07-12 16:31:15 +02:00
e2bef3efe2 feat: Add dedicated notification page 2025-07-12 14:01:40 +02:00
bbfd4c3800 feat: re-add notification badge 2025-07-12 13:34:18 +02:00
b671d8fbb4 fix: fix filters 2025-07-12 13:34:02 +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
c1a7d6790b feat: Reorder notification fields for nicer display in admin 2025-07-12 11:25:08 +02:00
f519f78922 feat: Add unsubscribe link 2025-07-12 11:24:44 +02:00
551b5ed6be feat: add plaintext versions of the e-mail 2025-07-12 09:17:58 +02:00
20cbb0397a Merge branch 'notification_rework' into develop
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2025-07-11 22:12:57 +02:00
26f999c4cf fix: url 2025-07-11 18:37:43 +02:00
9858dfc1bd fix: search notification 2025-07-11 18:34:30 +02:00
2d1df879dc fix: use complete URL 2025-07-11 18:26:41 +02:00
2f12dc6a5e fix: use complete URL 2025-07-11 18:19:28 +02:00
4b3286f12d fix: revert allowing an empty user to notify 2025-07-11 17:51:39 +02:00
d53c5707b8 feat: remove notification bell that might not get displayed 2025-07-11 17:34:55 +02:00
ba64661217 refactor: remove prints 2025-07-11 17:34:39 +02:00
554de17e9e fix: Add missing migration 2025-07-11 17:34:18 +02:00
5bc4b538e6 refactor: formatting 2025-07-11 17:33:58 +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
caa962700b feat: add link to admin site 2025-07-10 20:51:49 +02:00
648466aa70 feat: Move report e-mail to html 2025-07-07 21:45:49 +02:00
25f84bf2ad try: remove html password reset 2025-07-07 21:10:03 +02:00
ac2147095a try: add html password reset 2025-07-07 21:09:36 +02:00
4856c720b1 feat: Make account activation use html e-mail 2025-07-07 21:01:21 +02:00
ba8ff743f2 feat: Add option to send test-html e-mail 2025-07-07 20:23:00 +02:00
1e827af2dd feat: Ensure Default from is always set 2025-07-07 19:57:53 +02:00
7d107abc6a fix: var name 2025-07-07 19:57:16 +02:00
3bb1cd29cd fix: spacing 2025-07-07 19:18:04 +02:00
0388367c7a fix: card styling 2025-07-07 18:39:27 +02:00
a8843dfc8f fix: ensure heading styling 2025-07-07 17:56:30 +02:00
9d1264b6e6 fix: ensure heading styling 2025-07-07 17:56:02 +02:00
8df04519b9 fix: ensure heading styling 2025-07-07 17:54:04 +02:00
112a731cd6 fix: ensure heading styling 2025-07-07 17:51:45 +02:00
8b4ff83921 fix: ensure heading styling 2025-07-07 17:51:00 +02:00
2249b615f4 fix: ensure heading styling 2025-07-07 17:50:06 +02:00
fbfc800453 feat: Add submit functionality and styling 2025-07-07 17:41:52 +02:00
752aaf9b89 fix: format search overview result a bit 2025-07-07 17:24:09 +02:00
f1a0d5f475 fix: ensure heading is styled 2025-07-07 17:17:40 +02:00
fb5f38b3e6 fix: make sure main content does not overwrite content class of bulma 2025-07-07 17:13:50 +02:00
ded5299387 fix: stop overwriting of page number (is string when coming in) 2025-07-07 17:13:26 +02:00
090548905f feat: Add annotations to drf spectacular 2025-07-07 16:59:13 +02:00