Commit Graph

282 Commits

Author SHA1 Message Date
0b08647c7e feat: Link to comment 2024-08-03 09:02:09 +02:00
b9c2de751d fix: Only trigger notification for subscribers that don't post the comment themeselves 2024-08-03 08:52:49 +02:00
07aa165115 feat: Only display notification counter if there are notifications 2024-08-03 08:48:13 +02:00
79406882ea feat: Make notification counter display actual number of notifications 2024-08-03 08:24:40 +02:00
dda421e557 feat: Add notification counter 2024-08-03 08:21:45 +02:00
9119c1bd3d feat: Style read button to be inline 2024-08-03 08:02:27 +02:00
dc120025e7 feat: Allow marking notifications as read 2024-08-02 21:04:44 +02:00
63f542da81 feat: Show notifications on profile 2024-08-02 20:44:33 +02:00
198fb88bfd feat: add basic subscriptions + emit notification for comment 2024-08-02 20:03:25 +02:00
24b4b1fad0 feat: add basic subscriptions 2024-08-02 19:31:32 +02:00
7c8dcaf171 feat: add basic notifications 2024-08-02 19:11:55 +02:00
91fe53400e feat: make all buttons use margin 2024-08-02 18:52:38 +02:00
d32858fe76 feat: use fontawsome to indicate actions 2024-08-02 18:50:37 +02:00
8fc08deb61 feat: re style right header buttons 2024-08-02 18:42:34 +02:00
b576674098 feat: header iteration 2 2024-06-11 18:37:02 +02:00
1837eca921 feat: Rework profile card a bit 2024-06-08 22:23:22 +02:00
b16cf76208 feat: Add user page to show adoption notices 2024-06-08 22:11:55 +02:00
bbb2d33840 feat: rework status and add correct one to adoption notices 2024-06-08 12:32:57 +02:00
d14b88e99d feat: re-add DateWidget but only if creating 2024-06-08 12:31:22 +02:00
52335d0eb3 refactor: use import that PyCharm understands 2024-06-08 11:44:21 +02:00
a1b287641d feat: Add user to AN automatically 2024-06-08 11:43:55 +02:00
8980cc263b refactor: Rip out member and use custom user model 2024-06-08 09:31:58 +02:00
07fcad0549 fix: query location use correct API 2024-06-08 08:57:14 +02:00
2bd40d1278 feat: Add AN metrics by status 2024-06-06 23:22:05 +02:00
c38f1d2244 feat: Add basic metrics 2024-06-06 23:16:57 +02:00
4857447c29 feat: Add oxitraffic support 2024-05-31 17:30:58 +02:00
f4ac22ba3d feat: Only allow logged-in users to edit adoption notices 2024-05-31 16:42:32 +02:00
0dc391b432 feat: Add proper location to adoption notices 2024-05-31 16:41:44 +02:00
7210847710 feat!: add status to adoption notices, reset migrations because why not 2024-05-31 16:25:50 +02:00
71e69356b8 feat: Filter adoption notices to show only active ones 2024-05-31 16:00:52 +02:00
195a5ab26a feat: Add status, split migration to provide proper default 2024-05-31 15:57:38 +02:00
aa4c4d3c60 translation: Add translations 2024-05-31 15:57:14 +02:00
757943e82f docs: Add translation instruction 2024-05-31 15:53:42 +02:00
8c69bb8717 feat: Display only domain for further information link 2024-05-31 15:47:22 +02:00
c0a89c266a feat: Add command to clean locations 2024-05-31 15:03:33 +02:00
86bfaa0f55 fix: add migration for image 2024-05-31 14:56:55 +02:00
3b9b64c717 fix: table overflow 2024-05-31 14:56:47 +02:00
ed1a7dafa9 feat: Add photo add button to adoption notice 2024-05-31 14:56:23 +02:00
26b16586b8 feat: Add edit buttons to animal 2024-05-31 14:40:35 +02:00
5f13736753 feat: Remove unused title from image 2024-05-31 13:51:14 +02:00
8d92539b22 refactor: Use django form 2024-05-31 13:48:24 +02:00
961c2230a0 fix: fix order 2024-05-31 13:48:22 +02:00
213bb3c45f feat: Add distance based search option 2024-05-31 13:40:06 +02:00
1f87e486e0 feat: Use location when appropriate, otherwise fallback to location string 2024-05-31 13:33:42 +02:00
af4bd9356f feat: Add function to calculate if a given position is within a given distance 2024-05-31 12:53:06 +02:00
5d2e7c395f feat: Add position property that returns coordinates 2024-05-31 12:52:57 +02:00
fb9ed07abc fix: remove double str 2024-05-31 12:44:45 +02:00
d2219188d3 refactor: Move get_location to model to avoid circulari mports 2024-05-31 12:17:53 +02:00
6799dbe901 feat: Use real geo api by default 2024-05-31 12:05:45 +02:00
6b8f223754 Docs: Add todo regarding location strings 2024-05-31 11:58:11 +02:00