Commit Graph

  • 9b28d9a315 Update issue templates Sean Morley 2024-11-22 10:01:53 -05:00
  • 86d213bb8b Refactor user ID handling to use UUIDs; update related components and serializers for consistency Sean Morley 2024-11-17 16:34:46 -05:00
  • 129c76078e Fetch and display categories in CategoryFilterDropdown; update adventure details to include category information Sean Morley 2024-11-16 23:32:23 -05:00
  • 42f07dc2fb Implement user-specific category filtering in AdventureViewSet and update AdventureCard to display category details Sean Morley 2024-11-16 22:31:39 -05:00
  • ae92fc2027 Fix bug where num_visits was not user specific Sean Morley 2024-11-16 16:47:21 -05:00
  • 4a7f720773 Initial framework for custom categories Sean Morley 2024-11-14 09:37:35 -05:00
  • 0ea948c62c Merge pull request #356 from seanmorley15/development Sean Morley 2024-11-13 09:06:32 -05:00
  • c3f37b66d0 Fix detection of custom locations in AdventureModal Sean Morley 2024-11-12 23:12:08 -05:00
  • 954c154add Add Umami Analytics documentation for configuration Sean Morley 2024-11-12 09:23:23 -05:00
  • 10a0963a1e Update motivational message in adventurelog.txt Sean Morley 2024-11-12 00:02:49 -05:00
  • f16a7f1e94 Add adventurelog.txt with motivational message and display it on entrypoint Sean Morley 2024-11-11 23:56:16 -05:00
  • 39fce5ace7 Add guides category to documentation and rename nginx migration guide Sean Morley 2024-11-11 23:46:22 -05:00
  • 0a7704aade Add support link to documentation and format sidebar configuration Sean Morley 2024-11-11 23:38:35 -05:00
  • adb92a1d41 Remove redundant validation checks in Adventure model Sean Morley 2024-11-11 09:38:22 -05:00
  • bde33260fa Show tabs in description box Sean Morley 2024-11-09 22:25:47 -05:00
  • 3dc193d098 Update nginx migration documentation and change package name to adventurelog-docs Sean Morley 2024-11-09 22:09:58 -05:00
  • 742cb9dd94 Fix formatting in README.md for backend container configuration options Sean Morley 2024-11-08 17:53:46 -05:00
  • 6132b1c0d6 Update nginx migration documentation and enhance AdventureModal component functionality Sean Morley 2024-11-08 17:15:53 -05:00
  • efd19da10b Add custom location handling in AdventureModal component Sean Morley 2024-11-08 09:39:03 -05:00
  • 98e545be6f Add 'set_to_pin' translation to multiple language files Sean Morley 2024-11-07 20:03:54 -05:00
  • add691b678 Update outline style for adventure markers on map Sean Morley 2024-11-07 19:58:36 -05:00
  • b32c780266 Fix issues determined from testing series Sean Morley 2024-11-07 19:48:44 -05:00
  • c7207ccf52 Add internationalization support for profile and shared collections; update translations in multiple languages Sean Morley 2024-11-05 14:40:32 -05:00
  • bcba4f4425 Remove unused command from Dockerfile Sean Morley 2024-11-05 14:07:12 -05:00
  • 2c3fb41e5c Add staticfiles directory to Dockerfile Sean Morley 2024-11-05 11:24:42 -05:00
  • 04b332e031 Add creation command to dockerfile Sean Morley 2024-11-05 11:15:57 -05:00
  • de45296dc1 Refactor media and static file paths; update countries JSON download URL to use COUNTRY_REGION_JSON_VERSION Sean Morley 2024-11-05 10:55:06 -05:00
  • c27bf4baba Update COUNTRY_REGION_JSON_VERSION to v2.4 and adjust download URL in management command Sean Morley 2024-11-05 10:41:01 -05:00
  • 87928932c2 Update download URL for countries JSON to use tagged version Sean Morley 2024-11-05 10:27:06 -05:00
  • 6eff9f6456 Update STATIC_ROOT path to use 'staticfiles' directory Sean Morley 2024-11-05 10:15:38 -05:00
  • 44c0ffc1d7 Refactor static file path and update theme selection text in Navbar; change localization keys for login and signup buttons Sean Morley 2024-11-05 10:13:30 -05:00
  • 40cb5daa07 Add i18n support for ImageInfoModal and update localization strings Sean Morley 2024-11-04 19:56:54 -05:00
  • 9c6e11b16d Add language selection and share localization for multiple languages Sean Morley 2024-11-04 19:41:25 -05:00
  • 9ac4a8f4e9 Update localization for activities and adventures; change links and placeholders Sean Morley 2024-11-04 19:25:07 -05:00
  • 7cd869a507 Merge pull request #354 from seanmorley15/dependabot/npm_and_yarn/documentation/npm_and_yarn-b2e09fc846 Sean Morley 2024-11-03 23:12:13 -05:00
  • 7988ba4d68 Remove unused GeoJSONView and related URL path; clean up README links Sean Morley 2024-11-03 22:57:07 -05:00
  • 3df124b250 Add i18n support for transportation, notes, checklist, and collection components Sean Morley 2024-11-03 22:55:38 -05:00
  • c0aaec1436 More settings localization Sean Morley 2024-11-03 15:45:29 -05:00
  • 4bbbc10097 Bump version to 0.7.1, update COUNTRY_REGION_JSON_VERSION, and add nginx migration guide Sean Morley 2024-11-03 15:12:28 -05:00
  • 172f07acca Add popup toggle and card carousel for adventure details in map view Sean Morley 2024-11-02 21:45:23 -04:00
  • 6137411b84 Update adventure type label handling and improve map marker display Sean Morley 2024-11-02 21:29:42 -04:00
  • 07263c5697 Refactor map page Sean Morley 2024-11-02 21:18:52 -04:00
  • e6c5bc9ca8 Add localization strings for visited regions feature and update UI components Sean Morley 2024-11-01 20:12:43 -04:00
  • b60455b50a Add mark_visited_region action to ReverseGeocodeViewSet and update AdventureModal for region tracking Sean Morley 2024-11-01 20:08:23 -04:00
  • a7a49227c4 Add display_name to ReverseGeocode response and update AdventureModal Sean Morley 2024-10-31 23:47:02 -04:00
  • 25ed72afbc Add is_visited filtering to AdventureViewSet and update frontend components Sean Morley 2024-10-31 09:59:56 -04:00
  • 727daf0cfd is visited Sean Morley 2024-10-31 09:51:04 -04:00
  • 9d42dbac98 Add functionality to mark regions as visited in AdventureModal Sean Morley 2024-10-30 18:40:49 -04:00
  • 83d06fc0a4 Remove AUTHORS and MANIFEST.in files; add ReverseGeocodeViewSet and localization updates Sean Morley 2024-10-30 15:11:00 -04:00
  • 05076a6732 Refactor localization strings and add missing translations Sean Morley 2024-10-29 10:29:03 -04:00
  • fcd2d27221 more localization Sean Morley 2024-10-28 19:59:44 -04:00
  • 5011829e6e Refactor frontend configuration and add optional Umami Analytics integration Sean Morley 2024-10-28 19:10:40 -04:00
  • 4f40d0de63 Add Italian and Dutch localization files Sean Morley 2024-10-28 15:28:49 -04:00
  • 8068fe93f7 more localization Sean Morley 2024-10-28 15:10:14 -04:00
  • 91c0ec8c07 localization v2 Sean Morley 2024-10-28 13:56:57 -04:00
  • 6cf62cfb82 localization v1 Sean Morley 2024-10-26 23:03:35 -04:00
  • 6f8864a13d Refactor Docker Compose configuration and add email backend documentation Sean Morley 2024-10-26 19:43:27 -04:00
  • 6daacabc1b Refactor Docker Compose configuration and update environment variables Sean Morley 2024-10-26 10:57:52 -04:00
  • ae70c96ddc Trigger workflows Sean Morley 2024-10-26 09:47:46 -04:00
  • 5435208d3e Bump http-proxy-middleware dependabot[bot] 2024-10-26 13:47:41 +00:00
  • f03c74cd74 Add workflows for uploading beta backend and frontend images to GHCR and Docker Hub Sean Morley 2024-10-26 09:46:14 -04:00
  • de873c9eb5 Add backend and frontend beta deployment workflows Sean Morley 2024-10-26 09:44:36 -04:00
  • ef3f2aee10 Fast. Easy. Fun. Deployment 🚀 Sean Morley 2024-10-25 22:57:10 -04:00
  • 78ab387055 Refactor Docusaurus configuration and frontend components Sean Morley 2024-10-25 14:20:51 -04:00
  • 874a384477 Migrate Django server to guicorn Sean Morley 2024-10-21 19:59:01 -04:00
  • 075257c846 Refactor login and signup pages to improve code readability and remove unused imports Sean Morley 2024-10-21 19:42:46 -04:00
  • 1e67de6e14 Add type to map tag Sean Morley 2024-10-21 15:58:39 -04:00
  • 0a8ff18560 Merge pull request #348 from seanmorley15/fix-sorting-by-date Sean Morley 2024-10-21 15:55:30 -04:00
  • e22e175ae5 Merge pull request #347 from seanmorley15/ghcw-session-58ae Sean Morley 2024-10-21 15:55:05 -04:00
  • 53cfd276f2 Refactor adventure and map pages to display visit dates Sean Morley 2024-10-21 15:52:57 -04:00
  • fdf4f07156 Update apply_sorting and get_queryset methods in adventures/views.py Sean Morley 2024-10-21 15:28:45 -04:00
  • f34d533dc6 Load background from server page Sean Morley 2024-10-20 21:56:16 -04:00
  • c084f348d9 New login screen with featured images Sean Morley 2024-10-17 21:35:55 -04:00
  • 792d9bcda2 Change over to Voyager map styles Sean Morley 2024-10-17 15:14:15 -04:00
  • a9b42439cc Filter worldtravel by subregion Sean Morley 2024-10-16 22:37:37 -04:00
  • 8175daf773 Filter countries by visit status Sean Morley 2024-10-16 22:23:59 -04:00
  • 3a66a433ca Conditional rendering to the country card to show visited status as a badge Sean Morley 2024-10-16 20:02:28 -04:00
  • ca0d54034f Merge pull request #341 from seanmorley15/development Sean Morley 2024-10-15 23:54:31 -04:00
  • aa8d456e41 Version bump Sean Morley 2024-10-15 23:47:02 -04:00
  • c7653e59a5 Merge pull request #340 from seanmorley15/development Sean Morley 2024-10-15 23:44:07 -04:00
  • daa05c1fc7 Add funding information for buy me a coffee Sean Morley 2024-10-15 23:43:46 -04:00
  • cb94c2ece8 Merge pull request #339 from seanmorley15/development Sean Morley 2024-10-15 23:41:30 -04:00
  • 8acc781bcf Add funding information for buy me a coffee Sean Morley 2024-10-15 23:41:05 -04:00
  • 3508b3b04f Merge pull request #338 from seanmorley15/development Sean Morley 2024-10-14 10:12:13 -04:00
  • 2601b07b5f Refactor AdventureCard and CardCarousel components Sean Morley 2024-10-14 08:58:23 -04:00
  • 3ee9625fe8 Refactor AdventureCard component and add CardCarousel Sean Morley 2024-10-13 23:23:32 -04:00
  • 5b7aaa6aad Fix profile stats Sean Morley 2024-10-09 14:48:59 -04:00
  • 7621c55896 new screenshots Sean Morley 2024-10-08 19:52:43 -04:00
  • 01797bdeb9 Merge pull request #329 from seanmorley15/dependabot/npm_and_yarn/documentation/npm_and_yarn-57f830caa6 Sean Morley 2024-10-08 11:20:21 -04:00
  • 63fe90070e Bump the npm_and_yarn group across 2 directories with 8 updates dependabot[bot] 2024-10-08 15:17:25 +00:00
  • 3856b4840f Merge pull request #328 from seanmorley15/dependabot/npm_and_yarn/frontend/rollup-4.24.0 Sean Morley 2024-10-08 11:13:33 -04:00
  • 17ecf20cdf Bump rollup from 4.18.0 to 4.24.0 in /frontend dependabot[bot] 2024-10-08 15:13:10 +00:00
  • 70c78635fc Refactor code to remove unused variable and add meta tags for shared collections page Sean Morley 2024-10-07 23:39:05 -04:00
  • 1e61032692 Add link field to collection and fix the visited counter in collection page Sean Morley 2024-10-07 23:16:27 -04:00
  • eaeff3c42a Merge pull request #327 from seanmorley15/development Sean Morley 2024-10-07 19:52:01 -04:00
  • 7d9bc16588 fixed Sean Morley 2024-10-07 19:51:45 -04:00
  • 30d1bd14c0 Merge pull request #326 from seanmorley15/development Sean Morley 2024-10-07 19:43:41 -04:00
  • 8a1acb5d04 fix Sean Morley 2024-10-07 19:43:25 -04:00
  • 670d27921a Merge pull request #325 from seanmorley15/development Sean Morley 2024-10-07 19:39:38 -04:00
  • 81998d5e84 Fix Sean Morley 2024-10-07 19:39:18 -04:00