Sean Morley
|
3468e82b04
|
feat: Sanitize FRONTEND_URL by removing quotes for improved URL parsing
|
2025-01-27 09:23:48 -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
|
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
|
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
|
94c3e3d363
|
feat: implement attachment management with upload, delete, and permission checks; update serializers and models
|
2025-01-19 22:22:03 -05: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
|
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
|
75162bbf7b
|
fix: improve error handling for Overpass API connection failures
|
2025-01-17 18:22:03 -05:00 |
|
Sean Morley
|
5b4092ba6c
|
feat: implement pagination, add activity types and stats views; update category management and localization
|
2025-01-17 16:50:01 -05:00 |
|
Sean Morley
|
2b78021155
|
feat: update localization files and add adventure creation messages; refine adventure filtering logic
|
2025-01-16 21:15:22 -05:00 |
|
Sean Morley
|
62efa2478e
|
feat: add OverpassViewSet and implement osmTagToEmoji function; update requirements and aria-labels
|
2025-01-15 15:39:21 -05:00 |
|
Sean Morley
|
0588555707
|
feat: update toast messages and add city updates; enhance geocoding checks and localizations
|
2025-01-15 11:53:04 -05:00 |
|
Lars Lehmann
|
5f1a611671
|
fix: add cities to /stats/countes
|
2025-01-15 14:46:12 +01:00 |
|
Sean Morley
|
21345e0971
|
build(deps): upgrade Django from 5.0.10 to 5.0.11; remove debug print statements in user tests
|
2025-01-14 22:05:43 -05:00 |
|
Sean Morley
|
92a52d65f2
|
Merge branch 'development' into dependabot/pip/backend/server/pip-607b783c7d
|
2025-01-14 22:02:30 -05:00 |
|
Sean Morley
|
2c1b540c20
|
refactor: change visit ordering to use latest visit date; remove unused signup form
|
2025-01-14 20:46:33 -05:00 |
|
dependabot[bot]
|
743774dbca
|
build(deps): bump django
Bumps the pip group with 1 update in the /backend/server directory: [django](https://github.com/django/django).
Updates `django` from 5.0.8 to 5.0.11
- [Commits](https://github.com/django/django/compare/5.0.8...5.0.11)
---
updated-dependencies:
- dependency-name: django
dependency-type: direct:production
dependency-group: pip
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-01-14 22:37:24 +00:00 |
|
Sean Morley
|
16cdda2b82
|
Merge branch 'development' into visited-cities
|
2025-01-14 16:54:42 -05:00 |
|
Lars Lehmann
|
af4026300b
|
fix: mark visited cities based on locations
|
2025-01-14 21:44:10 +01:00 |
|
Lars Lehmann
|
ab2ad829f2
|
fix: visited_city not assigned
|
2025-01-14 20:58:25 +01:00 |
|
Lars Lehmann
|
ce87afeeb9
|
fix: key error
|
2025-01-14 20:33:25 +01:00 |
|
dependabot[bot]
|
b023078e04
|
build(deps): bump django
Bumps the pip group with 1 update in the /backend/server directory: [django](https://github.com/django/django).
Updates `django` from 5.0.8 to 5.0.10
- [Commits](https://github.com/django/django/compare/5.0.8...5.0.10)
---
updated-dependencies:
- dependency-name: django
dependency-type: direct:production
dependency-group: pip
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-01-14 16:36:26 +00:00 |
|
Sean Morley
|
e8f2c7ea81
|
fix: update session cookie domain handling for IP addresses and improve frontend URL configuration
|
2025-01-14 09:38:38 -05:00 |
|
Sean Morley
|
4c84ac0979
|
fix: enhance middleware to set HTTP_X_FORWARDED_PROTO and secure proxy SSL header
|
2025-01-13 19:21:35 -05:00 |
|
Sean Morley
|
4a36fbb4c1
|
fix: dynamically set session cookie domain based on request hostname
|
2025-01-13 18:06:16 -05:00 |
|
Sean Morley
|
062111d7fe
|
fix: configure secure session cookies and dynamic domain for frontend URL
|
2025-01-13 17:52:25 -05:00 |
|
Sean Morley
|
a010afcc43
|
fix: replace psutil with tqdm for progress tracking in country download command
|
2025-01-13 17:07:52 -05:00 |
|
Sean Morley
|
563373dd54
|
fix: implement memory limit and adjust batch size for country downloads
|
2025-01-13 14:42:48 -05:00 |
|
Sean Morley
|
a766a07ea1
|
fix: add warning for interrupted download-countries command due to memory issues
|
2025-01-13 14:12:05 -05:00 |
|
Sean Morley
|
f27453824a
|
fix: add psutil dependency for system resource management
|
2025-01-13 13:03:19 -05:00 |
|
Sean Morley
|
ac37bc98c4
|
fix: add insert_id field to City, Country, and Region models
|
2025-01-13 13:01:36 -05:00 |
|
Sean Morley
|
53d500b7d5
|
fix: add ijson dependency for improved data processing
|
2025-01-13 11:34:56 -05:00 |
|
Sean Morley
|
9a7667fd62
|
fix: increase batch size for country downloads from 10 to 250
|
2025-01-13 11:24:25 -05:00 |
|
Sean Morley
|
7f2c3c33a5
|
fix: switch from json to ijson for efficient country data processing
|
2025-01-13 11:23:57 -05:00 |
|
Sean Morley
|
6252f3cf14
|
fix: reduce batch size for country downloads from 100 to 10
|
2025-01-13 11:19:45 -05:00 |
|
Sean Morley
|
6413b9a985
|
fix: reduce batch size for country downloads from 250 to 100
|
2025-01-13 11:07:59 -05:00 |
|
Sean Morley
|
32125efed4
|
feat: adjust batch size for country updates and include longitude/latitude in bulk update
|
2025-01-12 22:09:55 -05:00 |
|
Sean Morley
|
1f7d75acfc
|
feat: implement batch processing for country, region, and city creation and updates in download command
|
2025-01-12 21:53:16 -05:00 |
|
Sean Morley
|
30f1eaef1c
|
feat: enhance download command with success and warning messages; update Authentik documentation for clarity
|
2025-01-12 20:28:27 -05:00 |
|
Sean Morley
|
de8764499b
|
feat: enhance city and region visit tracking, update AdventureModal and serializers for improved data handling
|
2025-01-09 19:40:23 -05:00 |
|
Sean Morley
|
22790ae7c0
|
feat: add num_cities field to RegionSerializer, update RegionCard to display city count, and enhance CSRF token handling
|
2025-01-09 14:58:45 -05:00 |
|
Sean Morley
|
abe870506f
|
feat: enhance region visit tracking with improved toast messages, update localization, and modify page titles
|
2025-01-09 13:53:16 -05:00 |
|
Sean Morley
|
80cec30fda
|
feat: add VisitedCity model and serializer, update admin interface, and enhance city visit tracking functionality
|
2025-01-09 12:38:29 -05:00 |
|
Sean Morley
|
44810e6343
|
feat: add City model and serializer, update RegionCard and create CityCard component, enhance admin interface for City management
|
2025-01-09 11:11:02 -05:00 |
|
Sean Morley
|
a883d4104d
|
feat: enhance adventure sorting by adding date and rating filters, update admin settings localization for OIDC
|
2025-01-08 17:08:53 -05:00 |
|
Sean Morley
|
f670fbc93a
|
feat: enhance superuser creation with email verification and update settings for two-factor authentication
|
2025-01-07 10:27:11 -05:00 |
|