1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-08-07 22:25:19 +02:00

Commit graph

  • 7ad3da6455 feat(commands): add image cleanup command to find and delete unused files Sean Morley 2025-06-23 18:25:25 -04:00
  • 8a5d7665df Refactor code structure for improved readability and maintainability Sean Morley 2025-06-23 18:06:50 -04:00
  • 748769e00d
    Merge branch 'development' into adventure_location_rename Sean Morley 2025-06-23 18:00:34 -04:00
  • 1609c9e225
    Merge branch 'development' into feat/docs_haproy Sean Morley 2025-06-23 17:45:40 -04:00
  • 7a76bda76f
    Merge branch 'development' into enhanc#561 Sean Morley 2025-06-23 17:41:34 -04:00
  • 295ecd1362 fix(workflows): remove MEDIUM severity from Trivy scans in security workflow Sean Morley 2025-06-23 17:41:21 -04:00
  • cb5294a1a5
    Merge branch 'development' into enhanc#561 Sean Morley 2025-06-23 17:35:01 -04:00
  • 666542266a fix(workflows): add missing severity parameter for Docker image scans in Trivy workflow Sean Morley 2025-06-23 17:34:56 -04:00
  • f180fe19ff
    Merge branch 'development' into enhanc#561 Sean Morley 2025-06-23 17:33:57 -04:00
  • b4407dc737 fix(workflows): add missing severity parameter for Trivy filesystem scan Sean Morley 2025-06-23 17:33:47 -04:00
  • 76d664d5bc
    Merge branch 'development' into enhanc#561 Sean Morley 2025-06-23 17:27:50 -04:00
  • ed11d29d2e fix(package): add missing pnpm overrides for esbuild in package.json Sean Morley 2025-06-23 17:27:19 -04:00
  • 2b0eb4d63f
    Merge branch 'development' into enhanc#561 Sean Morley 2025-06-23 17:24:37 -04:00
  • b6e5e4abc0 refactor(workflows): simplify trigger paths for backend and frontend workflows fix(dependencies): add overrides for esbuild in frontend package.json Sean Morley 2025-06-23 17:24:27 -04:00
  • bad702160e
    Merge branch 'development' into feat/docs_haproy Sean Morley 2025-06-23 17:14:36 -04:00
  • 00a6e67a5f feat(workflows): add paths to push and pull_request triggers for backend and frontend workflows Sean Morley 2025-06-23 17:14:18 -04:00
  • 42982d5f21
    Merge branch 'development' into feat/docs_haproy Sean Morley 2025-06-23 17:11:26 -04:00
  • c76488d326
    Merge branch 'development' into adventure_location_rename Sean Morley 2025-06-23 17:07:42 -04:00
  • 354ad57e90
    Merge branch 'development' into enhanc#561 Sean Morley 2025-06-23 17:06:17 -04:00
  • e335d7dba6 refactor(workflows): remove path filters from pull_request and push triggers in backend and frontend workflows Sean Morley 2025-06-23 16:56:10 -04:00
  • 3a781225b9 refactor: rename adventures to locations across the application Sean Morley 2025-06-23 10:49:27 -04:00
  • b8d30d2471 feat(workflows): add job names for clarity in backend and frontend test workflows Sean Morley 2025-06-23 08:35:26 -04:00
  • d797095037 style(workflows): standardize quotes and fix typo in frontend-test.yml Sean Morley 2025-06-23 08:33:43 -04:00
  • 502624366e fix(dependencies): update Django version to 5.2.2 Sean Morley 2025-06-23 08:27:28 -04:00
  • d865454cb0 feat(security): restructure Trivy scans for improved clarity and organization Sean Morley 2025-06-23 08:17:50 -04:00
  • 12a5221b76 feat(security): add Trivy security scans for Docker images and source code Sean Morley 2025-06-23 08:15:51 -04:00
  • dc67ad1156
    Merge pull request #694 from Ycer0n/patch-1 Sean Morley 2025-06-23 08:15:20 -04:00
  • 0723ad778f
    Update nl.json Ycer0n 2025-06-23 11:06:24 +02:00
  • 3c3288eab9 feat(devsecops): optimized runtime containers organized docker-compose files updated pipelines to fix created date using nonroot user in runtime environment synced .env.example and docker compose file normalized usage of PG variables Corbin Whitton 2025-06-22 20:52:37 -06:00
  • 84b01b9749 Refactor adventure-related views and components to use "Location" terminology Sean Morley 2025-06-20 12:10:14 -04:00
  • 4bc7f3b6c4 Implement code changes to enhance functionality and improve performance Sean Morley 2025-06-20 09:30:25 -04:00
  • 241d27a1a6 Refactor user_id to user in adventures and related models, views, and components Sean Morley 2025-06-19 16:50:11 -04:00
  • 0a3ca75dd0 added-fix-image-deletion ferdousahmed 2025-06-19 13:42:17 -04:00
  • cadea118d3
    Merge pull request #680 from seanmorley15/development Sean Morley 2025-06-19 11:54:41 -04:00
  • 7a17e0e1d8 feat(calendar): add markdown rendering for event descriptions in modal Sean Morley 2025-06-19 11:53:24 -04:00
  • 6516bc56ef refactor(lodging): remove unused icon imports and add comment for check-out date logic Sean Morley 2025-06-19 11:40:04 -04:00
  • a6b39f64d6 feat(calendar): add adventure detail link in event modal Sean Morley 2025-06-19 11:37:08 -04:00
  • 36f9022872 fix(lodging): remove console log and improve all-day event checks in lodging modal Sean Morley 2025-06-19 11:33:04 -04:00
  • 3b0ccdb6d3 feat(DateRangeCollapse): auto-detect all-day setting for transportation and lodging types Sean Morley 2025-06-18 22:29:37 -04:00
  • 9964398e25 feat(lodging): add check-in and check-out labels and enhance date handling for lodging events Sean Morley 2025-06-18 22:21:34 -04:00
  • df24316837 feat(lodging): improve lodging date handling with all-day event support and timezone adjustments Sean Morley 2025-06-18 21:10:10 -04:00
  • 63e8e96d52 feat(collections): enhance lodging date handling with timezone support and all-day event formatting Sean Morley 2025-06-18 19:57:23 -04:00
  • 08cd3912c7 fix(config): correct appVersion string formatting Sean Morley 2025-06-18 19:24:51 -04:00
  • eef8c92e82 feat(calendar): enhance event handling with timezone support and filtering capabilities Sean Morley 2025-06-18 19:03:32 -04:00
  • 3306b799df
    Merge pull request #678 from seanmorley15/development Sean Morley 2025-06-18 14:29:01 -04:00
  • 8b108c5797 refactor(CollectionAllView): enhance mobile responsiveness and clean up unused imports Sean Morley 2025-06-18 14:28:03 -04:00
  • 93a489a778 feat: add CollectionAllView component for unified display of adventures, transportations, lodging, notes, and checklists with filtering and sorting capabilities Sean Morley 2025-06-18 14:05:39 -04:00
  • 44ea7dff0c
    Merge pull request #677 from seanmorley15/development Sean Morley 2025-06-18 10:23:02 -04:00
  • 7ec4e5d0f5 fix(adventure): add collection ID to adventure when creating a new adventure Sean Morley 2025-06-18 10:20:30 -04:00
  • fb5bd09c93 feat(import): enhance import functionality with confirmation check and improved city/region/country handling Sean Morley 2025-06-18 09:45:17 -04:00
  • 380fe1364f
    Merge pull request #676 from blitzdose/main Sean Morley 2025-06-17 18:05:20 -04:00
  • 69631848cf
    Fixed frontend returning corrupt binary data Christian Zäske 2025-06-18 00:00:51 +02:00
  • 7f285f2b1d
    Merge pull request #675 from seanmorley15/development Sean Morley 2025-06-17 16:11:12 -04:00
  • 4f7d408460
    Merge pull request #674 from nordtektiger/patch-1 Sean Morley 2025-06-17 16:03:44 -04:00
  • aed76a5689 fix(integration): update image entry retrieval to handle multiple collections and improve access control logic Sean Morley 2025-06-17 15:49:27 -04:00
  • 3ad5455731 feat(backup): add BackupViewSet for data export and import functionality Sean Morley 2025-06-17 15:34:48 -04:00
  • a556c49147
    chore: update readme to reflect username changes (sorry sean!) Jacob 2025-06-17 18:59:13 +00:00
  • ea4b6bd715
    Add Adventures to Multiple Collections Sean Morley 2025-06-16 18:19:43 -04:00
  • 2fb1548f9f fix(recommendations): update Google Places API integration to new endpoint and response structure Sean Morley 2025-06-16 17:35:38 -04:00
  • be8ac67161 fix(geocoding): update search_google function to use new Places API and improve response handling Sean Morley 2025-06-16 17:31:17 -04:00
  • 0636f0ec8c docs: update maintainer information and add testimonial from Open Source Daily Sean Morley 2025-06-16 14:00:58 -04:00
  • 09ffb6cdff fix(docker.md): update frontend configuration table for clarity and consistency Sean Morley 2025-06-16 12:12:37 -04:00
  • 930c98a607 fix(geocoding): improve error handling and response validation in search_google function Sean Morley 2025-06-16 11:47:36 -04:00
  • cee9345bf1 feat: Enhance CollectionLink component with search functionality and statistics display Sean Morley 2025-06-15 18:28:48 -04:00
  • ced1f94473 fix(adventure_view): restrict queryset to user-owned adventures only Sean Morley 2025-06-15 17:40:43 -04:00
  • da65235277 Update screenshots for adventures, countries, dashboard, details, edit, itinerary, map, and regions Sean Morley 2025-06-15 13:24:18 -04:00
  • ab5082317e Add "invalid_credentials" message to multiple language files Sean Morley 2025-06-15 12:56:53 -04:00
  • c2074c1581 fix(collections): ensure linked collections are sorted correctly after fetching Sean Morley 2025-06-14 22:16:39 -04:00
  • 977843cbc6 fix(collections): remove debug log for API URL fetching Sean Morley 2025-06-14 22:01:56 -04:00
  • b0e8000cf8 Refactor UI components for improved localization and styling Sean Morley 2025-06-14 18:55:59 -04:00
  • b5931c6c23 refactor(worldtravel): remove insert_id fields from city, country, and region models; update related migration feat(search): enhance search results display with total results count and improved layout fix(profile): update achievement levels based on adventure count; remove unused quick actions refactor(shared): delete unused shared collections route and related components feat(worldtravel): improve interactive map functionality and layout in world travel detail view Sean Morley 2025-06-14 14:05:30 -04:00
  • 151c76dbd1 Enhance user profile and world travel pages with improved UI and functionality Sean Morley 2025-06-14 11:10:59 -04:00
  • d4c76f8718 feat(map): implement dynamic basemap URL based on theme; update map styles across components Sean Morley 2025-06-13 23:49:14 -04:00
  • badeac867d fix(worldtravel): remove unnecessary hover scale effect on country cards Sean Morley 2025-06-13 21:48:35 -04:00
  • a99553ba0d refactor: remove archived collections page and related components; enhance world travel pages with improved UI and filtering options Sean Morley 2025-06-13 21:41:10 -04:00
  • b19d667d51 feat: allow user to override SESSION_COOKIE_DOMAIN with env variable kraftnix 2025-06-14 02:17:47 +02:00
  • 14eb4ca802 feat(collections): enhance collections page with sorting, filtering, and pagination features Sean Morley 2025-06-13 12:11:42 -04:00
  • 7eb96bcc2a
    Merge pull request #663 from seanmorley15/dependabot/npm_and_yarn/frontend/npm_and_yarn-6ea9762674 Sean Morley 2025-06-13 09:50:39 -04:00
  • 24cf3f844d
    Merge pull request #665 from DesarrolloAntonio/fix-spanish-translations Sean Morley 2025-06-13 09:49:35 -04:00
  • c60ced09c4
    Merge branch 'development' into fix-spanish-translations Sean Morley 2025-06-13 09:48:18 -04:00
  • 05db98f968 fix: correct Spanish translations Antonio Corrales 2025-06-13 09:14:28 +02:00
  • 3f9a6767bd feat: Enhance Adventure and Collection Management Sean Morley 2025-06-12 15:54:01 -04:00
  • f6b9802ba7
    chore(deps): bump brace-expansion dependabot[bot] 2025-06-12 05:57:26 +00:00
  • 71ff217323
    Delete documentation/public/funding.json Sean Morley 2025-06-11 19:45:30 -04:00
  • ef5dca79e5
    Create funding.json Sean Morley 2025-06-11 19:42:45 -04:00
  • d9070e68bb
    Merge pull request #660 from ShalunBdk/patch-1 Sean Morley 2025-06-11 19:12:42 -04:00
  • f72fb50eb0
    Update ru.json Sean Morley 2025-06-11 19:11:23 -04:00
  • b59dcade3b
    Merge pull request #661 from jlcs-es/patch-1 Sean Morley 2025-06-11 12:53:43 -04:00
  • 164627b35b
    Update es.json José Luis Cánovas 2025-06-11 17:17:47 +02:00
  • 3f89fad67f
    Update +layout.svelte Александр 2025-06-11 14:59:41 +07:00
  • 871e265001
    Update Navbar.svelte Александр 2025-06-11 14:58:55 +07:00
  • 2cab28e921
    Create ru.json Александр 2025-06-11 14:49:55 +07:00
  • 8a46bd7ed3
    Bug fixes, UI enhancements, Google Maps, Immich Integration Improvements v0.10.0 Sean Morley 2025-06-09 09:18:47 -04:00
  • f36de76501 fix: clarify instruction in PUBLIC_SERVER_URL comment in .env.example Sean Morley 2025-06-08 21:05:31 -04:00
  • 55f501d939 fix: handle user_id correctly in ChecklistItem creation and updates to avoid constraint issues Sean Morley 2025-06-08 13:15:43 -04:00
  • 0037d037cf fix: add Authelia to the list of supported social authentication services Sean Morley 2025-06-07 11:16:17 -04:00
  • 19baf6ab35 chore: update version to v0.10.0 across Dockerfiles, package.json, and configuration files; add changelog for v0.10.0 release Sean Morley 2025-06-07 11:14:27 -04:00
  • 20cdc2405f feat: add alert message in AdventureModal for GPX file tips Sean Morley 2025-06-07 10:58:02 -04:00
  • 297eb2916a fix: improve Docker installation documentation for clarity and completeness Sean Morley 2025-06-06 19:07:47 -04:00
  • 27a27545ca fix: update button styles in CategoryModal for improved UI consistency Sean Morley 2025-06-06 18:39:46 -04:00