1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-08-02 11:45:17 +02:00
Commit graph

1334 commits

Author SHA1 Message Date
Sean Morley
30c58ca118 feat: refactor AttachmentCard component to handle delete action locally and simplify adventure page logic 2025-01-20 09:01:11 -05:00
Sean Morley
25edec460b feat: enhance search page with reactive data updates and simplify component usage 2025-01-19 23:09:28 -05:00
Sean Morley
1f3abf7f32 feat: replace placeholder image with gradient background and text for no image available state in CardCarousel component 2025-01-19 22:33:35 -05:00
Sean Morley
94c3e3d363 feat: implement attachment management with upload, delete, and permission checks; update serializers and models 2025-01-19 22:22:03 -05:00
Lars Lehmann
a88e59869e
Fix service worker 2025-01-19 22:43:31 +01:00
Lars Lehmann
3ccd078508
Add Service Worker 2025-01-19 11:51:04 +01:00
Lars Lehmann
e9538b707f
Add basic PWA 2025-01-19 11:36:28 +01:00
Sean Morley
e0fa62c1ea feat: add GSAP animations to signup, login, and dashboard pages; include Attachment serializer in backend 2025-01-19 00:05:08 -05:00
Sean Morley
aa216f5688 feat: add Attachment model and implement file permission checks for media access 2025-01-18 20:06:12 -05:00
Sean Morley
433599dc20 feat: implement protected media serving and permission checks for adventure images 2025-01-18 17:03:03 -05:00
Sean Morley
f7e183f9a3
Update README.md 2025-01-18 14:30:05 -05:00
Sean Morley
f10e171a8e fix: update RegionCard component to handle undefined visited state and refactor global search API to return structured results 2025-01-18 12:57:56 -05:00
Sean Morley
d60945d5b7 feat: implement global search functionality for adventures, collections, users, and locations 2025-01-18 12:28:14 -05:00
Sean Morley
9132ef39ec fix: add 'finding_recommendations' key and update 'no_adventures_to_recommendations' in multiple locale files 2025-01-18 09:19:21 -05:00
Sean Morley
8f6e655378
AdventureLog Smart Recommendations 2025-01-17 21:09:04 -05:00
Sean Morley
1a7643b8a7 fix: include Referer header in user-related API requests 2025-01-17 20:20:56 -05:00
Sean Morley
fcec4a420c
Update README.md 2025-01-17 19:38:18 -05:00
Sean Morley
75162bbf7b fix: improve error handling for Overpass API connection failures 2025-01-17 18:22:03 -05:00
Sean Morley
ae8617a9fb fix: update formatting in Authentik documentation for clarity 2025-01-17 18:15:26 -05:00
Sean Morley
8af53f8f01
Merge pull request #455 from UndyingSoul/main
Fixes gap in docker-compose example/docs with working oidc implementation
2025-01-17 18:13:53 -05:00
Corbin Whitton
a508dd8d96 update documentation for authentik 2025-01-17 15:55:31 -07:00
Corbin Whitton
8f1f2e139a updated traefik config to work with oidc 2025-01-17 15:47:48 -07:00
Sean Morley
e9084db832 fix: remove default adventure type and streamline image upload form 2025-01-17 17:33:16 -05:00
Sean Morley
6289c7e305
Merge pull request #454 from seanmorley15/csrf_error
Csrf error
2025-01-17 17:15:42 -05:00
Sean Morley
0cee4c386d fix: update deleteAdventure function to use DELETE method for API call 2025-01-17 17:15:18 -05:00
Sean Morley
f4450b6a38 fix: include Referer header in API requests 2025-01-17 16:58:08 -05:00
Sean Morley
5b4092ba6c feat: implement pagination, add activity types and stats views; update category management and localization 2025-01-17 16:50:01 -05:00
Sean Morley
2b78021155 feat: update localization files and add adventure creation messages; refine adventure filtering logic 2025-01-16 21:15:22 -05:00
Sean Morley
9ceee13edc
Merge pull request #453 from bucherfa/main
fix: container relations
2025-01-16 19:38:51 -05:00
Fabian Bucher
f56abd2312
fix: container relations 2025-01-16 22:24:31 +01:00
Sean Morley
62efa2478e feat: add OverpassViewSet and implement osmTagToEmoji function; update requirements and aria-labels 2025-01-15 15:39:21 -05:00
Sean Morley
0588555707 feat: update toast messages and add city updates; enhance geocoding checks and localizations 2025-01-15 11:53:04 -05:00
Sean Morley
bcbe7657ad
Merge pull request #450 from larsl-net/city-stats-api
fix: add cities to /stats/countes
2025-01-15 11:34:43 -05:00
Lars Lehmann
5f1a611671
fix: add cities to /stats/countes 2025-01-15 14:46:12 +01:00
Sean Morley
21345e0971 build(deps): upgrade Django from 5.0.10 to 5.0.11; remove debug print statements in user tests 2025-01-14 22:05:43 -05:00
Sean Morley
b4c9cd1f27
Merge pull request #449 from seanmorley15/dependabot/pip/backend/server/pip-607b783c7d
build(deps): bump django from 5.0.8 to 5.0.11 in /backend/server in the pip group across 1 directory
2025-01-14 22:02:38 -05:00
Sean Morley
92a52d65f2
Merge branch 'development' into dependabot/pip/backend/server/pip-607b783c7d 2025-01-14 22:02:30 -05:00
Sean Morley
2c1b540c20 refactor: change visit ordering to use latest visit date; remove unused signup form 2025-01-14 20:46:33 -05:00
dependabot[bot]
743774dbca
build(deps): bump django
Bumps the pip group with 1 update in the /backend/server directory: [django](https://github.com/django/django).


Updates `django` from 5.0.8 to 5.0.11
- [Commits](https://github.com/django/django/compare/5.0.8...5.0.11)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-14 22:37:24 +00:00
Sean Morley
5cce76274a
Merge pull request #448 from larsl-net/visited-cities
fix: mark visited cities based on locations
2025-01-14 16:54:49 -05:00
Sean Morley
16cdda2b82
Merge branch 'development' into visited-cities 2025-01-14 16:54:42 -05:00
Sean Morley
611509a289
Merge pull request #447 from larsl-net/development
fix small python errors
2025-01-14 16:53:50 -05:00
Lars Lehmann
af4026300b
fix: mark visited cities based on locations 2025-01-14 21:44:10 +01:00
Lars Lehmann
ab2ad829f2
fix: visited_city not assigned 2025-01-14 20:58:25 +01:00
Lars Lehmann
ce87afeeb9
fix: key error 2025-01-14 20:33:25 +01:00
Sean Morley
5965b82780
Merge pull request #444 from seanmorley15/dependabot/pip/backend/server/pip-59524fe9f2
build(deps): bump django from 5.0.8 to 5.0.10 in /backend/server in the pip group across 1 directory
2025-01-14 13:12:40 -05:00
Sean Morley
4a1e51e12a fix: update TOTP input type and attributes for better user experience 2025-01-14 13:10:14 -05:00
Sean Morley
7be21fcace fix: update image paths in Unraid installation documentation 2025-01-14 12:23:36 -05:00
Sean Morley
c084a40cab
Dual stack Backend 2025-01-14 12:19:03 -05:00
Sean Morley
b16b1a1e44
Merge pull request #445 from larsl-net/development
fix: make backend dual-stack ready
2025-01-14 11:52:36 -05:00