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

241 commits

Author SHA1 Message Date
Sean Morley
b32c780266 Fix issues determined from testing series 2024-11-07 19:48:44 -05:00
Sean Morley
bcba4f4425 Remove unused command from Dockerfile 2024-11-05 14:07:12 -05:00
Sean Morley
2c3fb41e5c Add staticfiles directory to Dockerfile 2024-11-05 11:24:42 -05:00
Sean Morley
04b332e031 Add creation command to dockerfile 2024-11-05 11:15:57 -05:00
Sean Morley
de45296dc1 Refactor media and static file paths; update countries JSON download URL to use COUNTRY_REGION_JSON_VERSION 2024-11-05 10:55:06 -05:00
Sean Morley
c27bf4baba Update COUNTRY_REGION_JSON_VERSION to v2.4 and adjust download URL in management command 2024-11-05 10:41:01 -05:00
Sean Morley
87928932c2 Update download URL for countries JSON to use tagged version 2024-11-05 10:27:06 -05:00
Sean Morley
6eff9f6456 Update STATIC_ROOT path to use 'staticfiles' directory 2024-11-05 10:15:38 -05:00
Sean Morley
44c0ffc1d7 Refactor static file path and update theme selection text in Navbar; change localization keys for login and signup buttons 2024-11-05 10:13:30 -05:00
Sean Morley
7988ba4d68 Remove unused GeoJSONView and related URL path; clean up README links 2024-11-03 22:57:07 -05:00
Sean Morley
4bbbc10097 Bump version to 0.7.1, update COUNTRY_REGION_JSON_VERSION, and add nginx migration guide 2024-11-03 15:12:28 -05:00
Sean Morley
07263c5697 Refactor map page 2024-11-02 21:18:52 -04:00
Sean Morley
b60455b50a Add mark_visited_region action to ReverseGeocodeViewSet and update AdventureModal for region tracking 2024-11-01 20:08:23 -04:00
Sean Morley
a7a49227c4 Add display_name to ReverseGeocode response and update AdventureModal 2024-10-31 23:47:02 -04:00
Sean Morley
25ed72afbc Add is_visited filtering to AdventureViewSet and update frontend components 2024-10-31 09:59:56 -04:00
Sean Morley
727daf0cfd is visited 2024-10-31 09:51:04 -04:00
Sean Morley
83d06fc0a4 Remove AUTHORS and MANIFEST.in files; add ReverseGeocodeViewSet and localization updates 2024-10-30 15:11:00 -04:00
Sean Morley
ae70c96ddc Trigger workflows 2024-10-26 09:47:46 -04:00
Sean Morley
ef3f2aee10 Fast. Easy. Fun. Deployment 🚀 2024-10-25 22:57:10 -04:00
Sean Morley
874a384477 Migrate Django server to guicorn 2024-10-21 19:59:01 -04:00
Sean Morley
0a8ff18560
Merge pull request #348 from seanmorley15/fix-sorting-by-date
Update `apply_sorting` and `get_queryset` methods in `adventures/view…
2024-10-21 15:55:30 -04:00
Sean Morley
fdf4f07156 Update apply_sorting and get_queryset methods in adventures/views.py
* Change `apply_sorting` method to reference `start_date` field instead of `date` field
* Remove references to `date` field in `get_queryset` method
2024-10-21 15:28:45 -04:00
Sean Morley
3a66a433ca Conditional rendering to the country card to show visited status as a badge 2024-10-16 20:02:28 -04:00
Sean Morley
5b7aaa6aad Fix profile stats 2024-10-09 14:48:59 -04:00
Sean Morley
1e61032692 Add link field to collection and fix the visited counter in collection page 2024-10-07 23:16:27 -04:00
Sean Morley
7d9bc16588 fixed 2024-10-07 19:51:45 -04:00
Sean Morley
8a1acb5d04 fix 2024-10-07 19:43:25 -04:00
Sean Morley
81998d5e84 Fix 2024-10-07 19:39:18 -04:00
Sean Morley
fd9ddc1872
Merge branch 'main' into development 2024-10-07 19:27:36 -04:00
Sean Morley
ed37ad45e4 Being back /all view for map AdventureLink 2024-10-04 21:56:43 -04:00
Sean Morley
b9cae8a687 Fix adventure grouping in collections 2024-10-01 09:32:02 -04:00
Sean Morley
6cb31aa125 New AdventureModal Accordian 2024-09-30 18:03:10 -04:00
Sean Morley
c6ecfca91d Refactor adventure type field in migrations 2024-09-29 20:42:52 -04:00
Sean Morley
e41d9382ab Fix for all other collection types 2024-09-27 22:21:36 -04:00
Sean Morley
7e110d8670 Fix multiple adventures when shared with multiple users! 2024-09-27 22:16:56 -04:00
Sean Morley
c1664e82bf Fix multiple adventures when shared with multiple users! 2024-09-27 22:14:34 -04:00
Sean Morley
ad195911ff Fix admin page for adventure image 2024-09-24 17:05:16 -04:00
Sean Morley
9a672e51cd Valid types fixing 2024-09-23 18:19:25 -04:00
Sean Morley
0fdc119028 Fix migrations 2024-09-23 14:12:19 -04:00
Sean Morley
0911826501 Migrate to visits 2024-09-22 14:12:41 -04:00
Sean Morley
6dec37d3b9 Add new adventure types to the model 2024-09-22 10:29:23 -04:00
Sean Morley
7c5b448c64 Revert "Add new model fields and remove old ones"
This reverts commit eab312e94e.
2024-09-22 10:26:55 -04:00
Sean Morley
eab312e94e Add new model fields and remove old ones 2024-09-22 00:07:45 -04:00
Sean Morley
78f56a3a5f Fix max url length, adds line breaks to display, truncates long urls. Remove old seed command. 2024-09-17 10:34:31 -04:00
Sean Morley
f12f9c06e5 Venv Setup 2024-09-16 13:24:35 -04:00
Sean Morley
3c353fed14 Make comments clearer for self hosting 2024-09-15 11:10:34 -04:00
Sean Morley
3c43f3cfad
Merge pull request #314 from seanmorley15/worldtravel-v2
WorldTravel v2
2024-09-13 20:57:34 -04:00
Sean Morley
cc7c04b0ec Redownload when region data version changes 2024-09-13 20:33:44 -04:00
Sean Morley
6ac3f0541f Add capital to countries 2024-09-11 16:08:10 -04:00
Sean Morley
4dc11db21d Add region markers to the map 2024-09-11 14:56:52 -04:00