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

475 commits

Author SHA1 Message Date
Sean Morley
680a2378d9
Merge pull request #458 from larsl-net/basic-pwa
Basic PWA support
2025-01-26 20:20:47 -05:00
Sean Morley
f5dc0ceb0a feat: Refactor session cookie domain handling to use psl for improved domain parsing 2025-01-26 20:18:50 -05:00
Sean Morley
d326d38329 feat: Update session cookie domain handling using publicsuffix2 and psl libraries 2025-01-26 20:06:47 -05:00
Sean Morley
6a5bfbda2d feat: Enhance adventure marker popup with image carousel and visit details 2025-01-23 17:51:56 -05:00
Sean Morley
37fca9ba1d Merge branch 'development' of github.com:seanmorley15/AdventureLog into development 2025-01-23 17:49:03 -05:00
Sean Morley
abaee8c9c4 feat: Add attachments array to recommendation object and update options with collection start date 2025-01-23 17:48:55 -05:00
Sean Morley
6b090096d6
Merge pull request #465 from larsl-net/collection-map-icons
Display adventure category icon also on collection maps
2025-01-23 17:46:05 -05:00
Lars Lehmann
8fee537d8b
feat: Open collection calendar on start date 2025-01-23 21:56:19 +01:00
Lars Lehmann
69967b759f
fix: Error loading calender when transport has no date 2025-01-23 21:29:49 +01:00
Lars Lehmann
f04a6e30a7
Remove package-lock.json 2025-01-23 20:14:10 +01:00
Lars Lehmann
9e66c67c62
fix: Display adventure category icon also on collection maps 2025-01-23 20:07:16 +01:00
Sean Morley
12a6429812 Merge branch 'development' of github.com:seanmorley15/AdventureLog into development 2025-01-22 08:36:03 -05:00
Sean Morley
0eb4bc706a feat: enhance adventure handling with user ID support in serializers and attachment view; refactor saveEdit function and clean up Avatar component 2025-01-22 08:36:02 -05:00
Sean Morley
1447a948c2
Merge pull request #461 from seanmorley15/dependabot/npm_and_yarn/frontend/npm_and_yarn-f25c717a0f
build(deps-dev): bump vite from 5.3.6 to 5.4.12 in /frontend in the npm_and_yarn group across 1 directory
2025-01-21 22:51:01 -05:00
dependabot[bot]
10230e926c
build(deps-dev): bump vite
Bumps the npm_and_yarn group with 1 update in the /frontend directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.3.6 to 5.4.12
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.12/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.12/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-22 03:28:49 +00:00
Sean Morley
3f30819d25 feat: add GPX file support in AdventureModal and improve map marker handling 2025-01-21 19:40:56 -05:00
Sean Morley
6e28e5234e feat: enhance attachment handling with new localization strings and GPX upload tips 2025-01-21 19:33:48 -05:00
Sean Morley
1b3cf6ab39 feat: add keyboard shortcut to focus search input in Navbar and clean up dashboard animations 2025-01-21 19:17:51 -05:00
Sean Morley
f9cf92041d feat: enhance CategoryModal with loading state and remove unused activities route 2025-01-21 19:01:45 -05:00
Sean Morley
64d2bdebce feat: add GPX file handling and GeoJSON integration in adventure page; update dependencies and AttachmentCard component 2025-01-20 20:03:00 -05:00
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
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