1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-24 15:29:36 +02:00
Commit graph

649 commits

Author SHA1 Message Date
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
433599dc20 feat: implement protected media serving and permission checks for adventure images 2025-01-18 17:03:03 -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
1a7643b8a7 fix: include Referer header in user-related API requests 2025-01-17 20:20:56 -05: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
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
4a1e51e12a fix: update TOTP input type and attributes for better user experience 2025-01-14 13:10:14 -05:00
Sean Morley
e8f2c7ea81 fix: update session cookie domain handling for IP addresses and improve frontend URL configuration 2025-01-14 09:38:38 -05:00
Sean Morley
ef44836328 fix: remove unused console log import from page server file 2025-01-13 19:55:00 -05:00
Sean Morley
96ff727b57 fix: include Referer header and ensure CSRF token is set in request headers 2025-01-13 19:47:19 -05:00
Sean Morley
a8e84be28e docs: update known issues for Redirect URI and authorization callback URL in Authentik and GitHub configurations
fix: enhance session cookie deletion logic with dynamic domain handling
2025-01-13 19:34:19 -05:00
Sean Morley
4a36fbb4c1 fix: dynamically set session cookie domain based on request hostname 2025-01-13 18:06:16 -05:00
Sean Morley
0f828dd0bf fix: update conditionals in AdventureModal and CategoryDropdown for improved logic 2025-01-13 10:51:33 -05:00
Sean Morley
30f1eaef1c feat: enhance download command with success and warning messages; update Authentik documentation for clarity 2025-01-12 20:28:27 -05:00
Sean Morley
b04a8b8a9e feat: implement multiple image upload functionality in AdventureModal 2025-01-11 21:25:29 -05:00
Sean Morley
de8764499b feat: enhance city and region visit tracking, update AdventureModal and serializers for improved data handling 2025-01-09 19:40:23 -05:00
Sean Morley
013a2cc751 feat: add password validation and error messages, enhance CityCard styling, and update localization for email and password prompts 2025-01-09 18:25:51 -05:00
Sean Morley
22790ae7c0 feat: add num_cities field to RegionSerializer, update RegionCard to display city count, and enhance CSRF token handling 2025-01-09 14:58:45 -05:00
Sean Morley
abe870506f feat: enhance region visit tracking with improved toast messages, update localization, and modify page titles 2025-01-09 13:53:16 -05:00
Sean Morley
80cec30fda feat: add VisitedCity model and serializer, update admin interface, and enhance city visit tracking functionality 2025-01-09 12:38:29 -05:00
Sean Morley
44810e6343 feat: add City model and serializer, update RegionCard and create CityCard component, enhance admin interface for City management 2025-01-09 11:11:02 -05:00
Sean Morley
a883d4104d feat: enhance adventure sorting by adding date and rating filters, update admin settings localization for OIDC 2025-01-08 17:08:53 -05:00
Sean Morley
f670fbc93a feat: enhance superuser creation with email verification and update settings for two-factor authentication 2025-01-07 10:27:11 -05:00
Sean Morley
548702890d feat: update NGINX configuration for improved proxy handling and enable social account login on GET requests 2025-01-07 09:58:39 -05:00
Sean Morley
e19781d7ac feat: add public URL endpoint and update user type to include password status 2025-01-06 18:53:08 -05:00
Sean Morley
59b41c01df feat: enhance CSRF token handling and add format=json to API requests 2025-01-06 14:49:23 -05:00
Sean Morley
128c33d9a1 feat: add social authentication support with enabled providers endpoint and UI integration 2025-01-06 14:25:57 -05:00
Sean Morley
4fdc16da58 feat: update locale info for immich integration text 2025-01-03 19:28:18 -05:00
Sean Morley
9e4846a66a feat: enhance Immich integration documentation and add warnings for localhost usage 2025-01-03 18:46:45 -05:00
Sean Morley
a4df852744 feat: update .env.example for demo database setup and add image search functionality in AdventureModal 2025-01-03 16:42:27 -05:00
Sean Morley
259f2e75c2 feat: version bump for release v0.8.0 2025-01-03 12:24:17 -05:00
Sean Morley
82a1134019 fix: prevent marking adventure as visited if the place is already visited 2025-01-03 12:15:39 -05:00
Sean Morley
50e0d4a34e feat: add localization for adventure visit confirmation message in multiple languages 2025-01-03 12:12:09 -05:00
Sean Morley
3a024e1e18 feat: implement logic to determine if an adventure will be marked as visited based on visit dates 2025-01-03 12:05:02 -05:00
Sean Morley
57e367d112 refactor: update AdventureSerializer to handle visits data more gracefully and remove visits from request body in AdventureCard 2025-01-03 09:53:23 -05:00
Sean Morley
6651557738 feat: include adventure visits in collection update requests 2025-01-03 09:47:05 -05:00
Sean Morley
c6fa603a93 feat: add primary image functionality to AdventureImage model and update related components 2025-01-02 23:25:58 -05:00
Sean Morley
73036dcef8 fix: put languages in locale selection dropdown into native language 2025-01-02 18:38:29 -05:00
Sean Morley
eea87e59a5 feat: update Immich integration migrations and enhance localization strings for user feedback 2025-01-02 18:34:13 -05:00
Sean Morley
386014db92 feat: add Immich album retrieval functionality and implement album selection component 2025-01-02 17:56:47 -05:00
Sean Morley
81b60d6021 feat: enhance settings page with text-neutral styling for labels and messages 2025-01-02 13:40:02 -05:00