1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-25 07:49:37 +02:00
Commit graph

1259 commits

Author SHA1 Message Date
Sean Morley
db077b5fd7
Merge pull request #460 from seanmorley15/development
Attachments, GPX Maps, Global Search, Security
2025-01-27 09:50:00 -05:00
Sean Morley
3468e82b04 feat: Sanitize FRONTEND_URL by removing quotes for improved URL parsing 2025-01-27 09:23:48 -05:00
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
Sean Morley
8fef53fd24
Merge pull request #466 from larsl-net/calendar-collection-range
Calendar collection range
2025-01-23 17:44:00 -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
6ea0e07775
Merge pull request #462 from seanmorley15/dependabot/npm_and_yarn/documentation/npm_and_yarn-1d5806dca3
build(deps): bump the npm_and_yarn group across 2 directories with 1 update
2025-01-21 23:53:13 -05:00
dependabot[bot]
d5fe7eeff8
build(deps): bump the npm_and_yarn group across 2 directories with 1 update
Bumps the npm_and_yarn group with 1 update in the /documentation directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/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.4.11 to 5.4.14
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.14/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.14/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.14/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.14/packages/vite)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-22 04:51:56 +00: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
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