1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-08-05 21:25:19 +02:00
Commit graph

1683 commits

Author SHA1 Message Date
Sean Morley
fae928252a Refactor adventure references to locations across the backend and frontend
- Updated CategoryViewSet to reflect location context instead of adventures.
- Modified ChecklistViewSet to include locations in retrieval logic.
- Changed GlobalSearchView to search for locations instead of adventures.
- Adjusted IcsCalendarGeneratorViewSet to handle locations instead of adventures.
- Refactored LocationImageViewSet to remove unused import.
- Updated LocationViewSet to clarify public access for locations.
- Changed LodgingViewSet to reference locations instead of adventures.
- Modified NoteViewSet to prevent listing all locations.
- Updated RecommendationsViewSet to handle locations in parsing and response.
- Adjusted ReverseGeocodeViewSet to search through user locations.
- Updated StatsViewSet to count locations instead of adventures.
- Changed TagsView to reflect activity types for locations.
- Updated TransportationViewSet to reference locations instead of adventures.
- Added new translations for search results related to locations in multiple languages.
- Updated dashboard and profile pages to reflect location counts instead of adventure counts.
- Adjusted search routes to handle locations instead of adventures.
2025-06-24 17:23:02 -04:00
Sean Morley
5c74203103 feat: Enable credentials for GPX file fetch and add CORS_ALLOW_CREDENTIALS setting 2025-06-24 16:52:32 -04:00
Sean Morley
e6e14e8d83 docs: Clarify collection examples in usage documentation 2025-06-24 10:28:05 -04:00
Sean Morley
43f00a164e Merge remote-tracking branch 'origin/development' into adventure_location_rename 2025-06-23 23:09:16 -04:00
Sean Morley
6c7df9b719 docs: Update terminology from "Adventure" to "Location" and enhance project overview 2025-06-23 23:01:53 -04:00
Sean Morley
30c1e2deb6 feat: Implement location details page with server-side loading and deletion functionality
- Added +page.server.ts to handle server-side loading of additional location info.
- Created +page.svelte for displaying location details, including images, visits, and maps.
- Integrated GPX file handling and rendering on the map.
- Updated map route to link to locations instead of adventures.
- Refactored profile and search routes to use LocationCard instead of AdventureCard.
2025-06-23 22:29:37 -04:00
taninme
5308ec21d6
added-fix-image-deletion (#681)
* added-fix-image-deletion

* feat(commands): add image cleanup command to find and delete unused files

* fix(models): ensure associated AdventureImages are deleted and files cleaned up on Adventure deletion

* fix(models): ensure associated Attachment files are deleted and their filesystem cleaned up on Adventure deletion

---------

Co-authored-by: ferdousahmed <taninme@gmail.com>
Co-authored-by: Sean Morley
2025-06-23 18:48:35 -04:00
Sean Morley
8a5d7665df Refactor code structure for improved readability and maintainability 2025-06-23 18:06:50 -04:00
Sean Morley
748769e00d
Merge branch 'development' into adventure_location_rename 2025-06-23 18:00:34 -04:00
Sean Morley
295ecd1362 fix(workflows): remove MEDIUM severity from Trivy scans in security workflow 2025-06-23 17:41:21 -04:00
Sean Morley
666542266a fix(workflows): add missing severity parameter for Docker image scans in Trivy workflow 2025-06-23 17:34:56 -04:00
Sean Morley
b4407dc737 fix(workflows): add missing severity parameter for Trivy filesystem scan 2025-06-23 17:33:47 -04:00
Sean Morley
ed11d29d2e fix(package): add missing pnpm overrides for esbuild in package.json 2025-06-23 17:27:19 -04:00
Sean Morley
b6e5e4abc0 refactor(workflows): simplify trigger paths for backend and frontend workflows
fix(dependencies): add overrides for esbuild in frontend package.json
2025-06-23 17:24:27 -04:00
Sean Morley
00a6e67a5f feat(workflows): add paths to push and pull_request triggers for backend and frontend workflows 2025-06-23 17:14:18 -04:00
Sean Morley
c76488d326
Merge branch 'development' into adventure_location_rename 2025-06-23 17:07:42 -04:00
Sean Morley
e335d7dba6 refactor(workflows): remove path filters from pull_request and push triggers in backend and frontend workflows 2025-06-23 16:56:10 -04:00
Sean Morley
3a781225b9 refactor: rename adventures to locations across the application
- Updated localization files to replace adventure-related terms with location-related terms.
- Refactored TypeScript types and variables from Adventure to Location in various routes and components.
- Adjusted UI elements and labels to reflect the change from adventures to locations.
- Ensured all references to adventures in the codebase are consistent with the new location terminology.
2025-06-23 10:49:27 -04:00
Sean Morley
b8d30d2471 feat(workflows): add job names for clarity in backend and frontend test workflows 2025-06-23 08:35:26 -04:00
Sean Morley
d797095037 style(workflows): standardize quotes and fix typo in frontend-test.yml 2025-06-23 08:33:43 -04:00
Sean Morley
502624366e fix(dependencies): update Django version to 5.2.2 2025-06-23 08:27:28 -04:00
Sean Morley
d865454cb0 feat(security): restructure Trivy scans for improved clarity and organization 2025-06-23 08:17:50 -04:00
Sean Morley
12a5221b76 feat(security): add Trivy security scans for Docker images and source code 2025-06-23 08:15:51 -04:00
Sean Morley
dc67ad1156
Merge pull request #694 from Ycer0n/patch-1
Update nl.json
2025-06-23 08:15:20 -04:00
Ycer0n
0723ad778f
Update nl.json
Fix Dutch translations.
2025-06-23 11:06:24 +02:00
Sean Morley
84b01b9749 Refactor adventure-related views and components to use "Location" terminology
- Updated GlobalSearchView to replace AdventureSerializer with LocationSerializer.
- Modified IcsCalendarGeneratorViewSet to use LocationSerializer instead of AdventureSerializer.
- Created new LocationImageViewSet for managing location images, including primary image toggling and image deletion.
- Introduced LocationViewSet for managing locations with enhanced filtering, sorting, and sharing capabilities.
- Updated ReverseGeocodeViewSet to utilize LocationSerializer.
- Added ActivityTypesView to retrieve distinct activity types from locations.
- Refactored user views to replace AdventureSerializer with LocationSerializer.
- Updated frontend components to reflect changes from "adventure" to "location", including AdventureCard, AdventureLink, AdventureModal, and others.
- Adjusted API endpoints in frontend routes to align with new location-based structure.
- Ensured all references to adventures are replaced with locations across the codebase.
2025-06-20 12:10:14 -04:00
Sean Morley
4bc7f3b6c4 Implement code changes to enhance functionality and improve performance 2025-06-20 09:30:25 -04:00
Sean Morley
241d27a1a6 Refactor user_id to user in adventures and related models, views, and components
- Updated all instances of user_id to user in the adventures app, including models, serializers, views, and frontend components.
- Adjusted queries and filters to reflect the new user field naming convention.
- Ensured consistency across the codebase for user identification in adventures, collections, notes, and transportation entities.
- Modified frontend components to align with the updated data structure, ensuring proper access control and rendering based on user ownership.
2025-06-19 16:50:11 -04:00
Sean Morley
7a17e0e1d8 feat(calendar): add markdown rendering for event descriptions in modal 2025-06-19 11:53:24 -04:00
Sean Morley
6516bc56ef refactor(lodging): remove unused icon imports and add comment for check-out date logic 2025-06-19 11:40:04 -04:00
Sean Morley
a6b39f64d6 feat(calendar): add adventure detail link in event modal 2025-06-19 11:37:08 -04:00
Sean Morley
36f9022872 fix(lodging): remove console log and improve all-day event checks in lodging modal 2025-06-19 11:33:04 -04:00
Sean Morley
3b0ccdb6d3 feat(DateRangeCollapse): auto-detect all-day setting for transportation and lodging types 2025-06-18 22:29:37 -04:00
Sean Morley
9964398e25 feat(lodging): add check-in and check-out labels and enhance date handling for lodging events 2025-06-18 22:21:34 -04:00
Sean Morley
df24316837 feat(lodging): improve lodging date handling with all-day event support and timezone adjustments 2025-06-18 21:10:10 -04:00
Sean Morley
63e8e96d52 feat(collections): enhance lodging date handling with timezone support and all-day event formatting 2025-06-18 19:57:23 -04:00
Sean Morley
08cd3912c7 fix(config): correct appVersion string formatting 2025-06-18 19:24:51 -04:00
Sean Morley
eef8c92e82 feat(calendar): enhance event handling with timezone support and filtering capabilities 2025-06-18 19:03:32 -04:00
Sean Morley
8b108c5797 refactor(CollectionAllView): enhance mobile responsiveness and clean up unused imports 2025-06-18 14:28:03 -04:00
Sean Morley
93a489a778 feat: add CollectionAllView component for unified display of adventures, transportations, lodging, notes, and checklists with filtering and sorting capabilities
i18n: update translations for collection contents and sorting options in multiple languages

refactor: replace individual sections for adventures, transportations, lodging, notes, and checklists in the collection page with the new CollectionAllView component
2025-06-18 14:05:39 -04:00
Sean Morley
7ec4e5d0f5 fix(adventure): add collection ID to adventure when creating a new adventure 2025-06-18 10:20:30 -04:00
Sean Morley
4f7d408460
Merge pull request #674 from nordtektiger/patch-1
update readme to reflect username changes (sorry sean!)
2025-06-17 16:03:44 -04:00
Sean Morley
aed76a5689 fix(integration): update image entry retrieval to handle multiple collections and improve access control logic 2025-06-17 15:49:27 -04:00
Jacob
a556c49147
chore: update readme to reflect username changes (sorry sean!) 2025-06-17 18:59:13 +00:00
Sean Morley
2fb1548f9f fix(recommendations): update Google Places API integration to new endpoint and response structure 2025-06-16 17:35:38 -04:00
Sean Morley
be8ac67161 fix(geocoding): update search_google function to use new Places API and improve response handling 2025-06-16 17:31:17 -04:00
Sean Morley
0636f0ec8c docs: update maintainer information and add testimonial from Open Source Daily 2025-06-16 14:00:58 -04:00
Sean Morley
09ffb6cdff fix(docker.md): update frontend configuration table for clarity and consistency 2025-06-16 12:12:37 -04:00
Sean Morley
930c98a607 fix(geocoding): improve error handling and response validation in search_google function 2025-06-16 11:47:36 -04:00
Sean Morley
cee9345bf1 feat: Enhance CollectionLink component with search functionality and statistics display
- Implemented search functionality to filter collections based on user input.
- Added statistics display for linked collections and total collections.
- Updated modal layout for better user experience, including a search bar and clear filters option.
- Improved accessibility and visual design of the modal and its components.

refactor: Update localization files for multiple languages

- Removed outdated delete collection warning messages.
- Added new keys for adventures available, collections linked, and other relevant phrases in various languages.
- Ensured consistency across localization files for better user experience.

fix: Adjust styles in worldtravel and collections pages

- Updated styles for quick stats section in worldtravel page for improved visibility.
- Ensured proper handling of sorting parameters in collections page navigation.
2025-06-15 18:28:48 -04:00