Sean Morley
ae16c12251
feat: update Docker Compose and environment configuration for dynamic port handling
2025-05-29 20:21:13 -04:00
Sean Morley
4e8024051c
feat: implement background geocoding for adventure locations on save
2025-05-29 18:17:15 -04:00
Sean Morley
9d69935f22
Update backend/nginx.conf
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-05-29 18:02:05 -04:00
Sean Morley
787ac4a8b3
feat: add new translations for 'joined' and 'view_profile' in German locale
2025-05-29 17:48:02 -04:00
Sean Morley
81006af027
refactor: enhance UI components with improved styling and layout
...
- Updated CollectionCard, CountryCard, LodgingCard, NoteCard, RegionCard, TransportationCard, UserCard, and ShareModal components for better visual consistency and responsiveness.
- Introduced hover effects and transitions for a more interactive experience.
- Improved accessibility by ensuring proper alt text for images and using semantic HTML elements.
- Refactored date formatting logic into a utility function for reuse across components.
- Added new translations for profile viewing and joined date in the localization files.
2025-05-29 17:47:58 -04:00
Sean Morley
3acfc9f228
Fix banner formatting in AdventureLog installer script for improved aesthetics
2025-05-29 09:52:41 -04:00
Sean Morley
8be723b9ad
Refactor authentication backends to enhance NoPasswordAuthBackend functionality; integrate Allauth for email login and improve password handling logic.
2025-05-28 12:21:43 -04:00
Sean Morley
a7128756bd
Reorder authentication backends to prioritize NoPasswordAuthBackend while retaining Allauth and ModelBackend
2025-05-28 11:54:21 -04:00
Sean Morley
d41d46f15d
Remove commented-out logging statements in login handling for cleaner code
2025-05-28 11:52:53 -04:00
Sean Morley
0adfdfa62f
Refactor login cookie handling to improve parsing and error handling; ensure multiple Set-Cookie headers are processed correctly.
2025-05-28 11:43:03 -04:00
Sean Morley
fa52af8ad1
Add detailed logging for login process and cookie handling
2025-05-28 11:31:38 -04:00
Sean Morley
6be4acb196
Add authentication backends for Allauth and Django's ModelBackend
2025-05-28 11:06:21 -04:00
Sean Morley
9df0338c3d
Add new translations for distance, itinerary, and linked items in multiple languages; update UI to reflect new localization keys.
2025-05-28 10:51:26 -04:00
Sean Morley
069bcfb58a
Enhance dynamic port handling in installer and configuration files; update .env.example and docker-compose.yml to use environment variables for frontend and backend ports.
2025-05-27 22:42:08 -04:00
Sean Morley
1551fba9ab
Refactor migration to set end_date only if start_date is present; improve data integrity during migration process.
2025-05-27 12:43:29 -04:00
Sean Morley
56b8b55b84
Refactor deleteCollection function to use DELETE method for API call; update endpoint to match new API structure.
2025-05-27 12:39:38 -04:00
Sean Morley
57aa2c9916
Enhance download-countries command with temporary SQLite database for efficient data processing; add batch size argument for improved performance and memory management.
2025-05-27 10:12:33 -04:00
Sean Morley
37866660d3
Adjust batch size in download-countries command for improved processing efficiency; update installer banner for better visual alignment.
2025-05-27 09:59:15 -04:00
Sean Morley
d34a9001c0
Enhance AdventureLog installer with Docker container check; improve service readiness feedback and success message formatting.
2025-05-26 21:09:00 -04:00
Sean Morley
bcd1f02131
Enhance download-countries command with batch processing feedback; improve logging for countries, regions, and cities processing.
2025-05-26 20:43:11 -04:00
Sean Morley
f2246921d4
Refactor download-countries command for improved memory efficiency and batch processing; enhance data import logic for countries, regions, and cities.
2025-05-26 20:39:24 -04:00
Sean Morley
575669aedf
Refactor batch processing in download-countries command for clarity and safety; enhance service wait function in installer script by removing unnecessary whitespace.
2025-05-26 18:06:06 -04:00
Sean Morley
9eaaadc0f2
Enhance entrypoint script with a helper function for environment variable retrieval; improve PostgreSQL connection logic. Update installer script to add spacing for readability in service wait function.
2025-05-26 17:36:22 -04:00
Sean Morley
3f6aa67b3f
Refactor database configuration to use a helper function for environment variables, improving compatibility with legacy setups.
2025-05-26 17:18:30 -04:00
Sean Morley
5e6d5305cc
Update docker-compose to use beta images for frontend and backend services; clean up install script
2025-05-26 17:14:12 -04:00
Sean Morley
4fb25f63fd
Update .env.example with additional optional configurations and change docker-compose to use development images for frontend and backend services
2025-05-26 17:07:52 -04:00
Sean Morley
40f54529a4
Refactor environment variable names in .env.example and settings.py for consistency; add install script for streamlined setup
2025-05-26 16:55:00 -04:00
Sean Morley
7707ac7769
Add .env.example and update docker-compose to use env_file for configuration
2025-05-26 14:11:31 -04:00
Sean Morley
b25bf4af27
Add Google Maps integration documentation and update docker-compose for API key
2025-05-26 13:59:18 -04:00
Sean Morley
f355ba48e2
Fix condition for Google Maps integration check in IntegrationView
2025-05-25 22:25:36 -04:00
Sean Morley
e56335d30f
Refactor geocoding and integration handling: remove debug print, streamline reverse geocoding logic, and enhance integration response structure
2025-05-25 22:13:18 -04:00
Sean Morley
c123231bab
Optimize country data import process: increase batch size, implement memory management, and streamline record creation and updates
2025-05-24 19:05:16 -04:00
Sean Morley
9e304f81fe
Fix date display logic to handle undefined visit dates in DateRangeCollapse and adventure page
2025-05-24 18:56:59 -04:00
Sean Morley
1997f164b8
Handle exceptions in search method with a generic error message
2025-05-24 18:08:58 -04:00
Sean Morley
c0b9013576
Remove OpenStreetMap button from recommendations in collections page
2025-05-24 18:06:25 -04:00
Sean Morley
ce9faa28f8
Refactor recommendations feature: add RecommendationsViewSet, update routing, and remove OverpassViewSet
2025-05-24 18:00:05 -04:00
Sean Morley
68ba3c4b4d
Add Google Maps API integration for geocoding and reverse geocoding functionality
2025-05-24 14:59:58 -04:00
Sean Morley
042d034594
Implement reverse geocoding search functionality and update type definitions
2025-05-24 14:12:06 -04:00
Sean Morley
ec2b285d50
Remove logging for error handling in reverse_geocode function
2025-05-23 23:17:47 -04:00
Sean Morley
03c76adc6d
Merge branch 'development' of github.com:seanmorley15/AdventureLog into development
2025-05-23 23:15:41 -04:00
Sean Morley
4404064263
Adjust heading margin for improved layout on adventures page
2025-05-23 23:15:39 -04:00
Sean Morley
7fddca6fb0
Potential fix for code scanning alert no. 16: Information exposure through an exception
...
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2025-05-23 23:13:31 -04:00
Sean Morley
809cf98169
Enhance AdventureCard component with activity type display and rating system; update CardCarousel gradient fallback for no images
2025-05-23 23:00:15 -04:00
Sean Morley
d3d74f9f35
Add localization support for adventure and settings pages; enhance UI elements
...
- Updated Chinese translations in zh.json for various UI components including coordinates, sun times, and authentication settings.
- Refactored adventure page to utilize localization for visit counts, descriptions, and other text elements.
- Improved settings page by integrating localization for profile, security, email management, and integration sections.
- Enhanced visual consistency by updating card backgrounds and adding localized text for buttons and labels.
2025-05-23 17:22:28 -04:00
Sean Morley
e856a57498
Refactor code structure for improved readability and maintainability
2025-05-23 12:15:44 -04:00
Sean Morley
0d5792a99a
Refactor adventure page layout and enhance UI components
...
- Updated the layout of the adventure page to improve visual hierarchy and user experience.
- Reorganized the structure of the hero section, including image navigation and quick info cards.
- Enhanced the display of adventure details, including user info, visit history, and sun times.
- Improved the handling of attachments and external links with better styling and accessibility.
- Added functionality for copying coordinates and links to the clipboard.
- Refined the map section to provide clearer location information and improved marker display.
- Cleaned up unused imports and optimized the code for better readability.
2025-05-23 11:23:24 -04:00
Sean Morley
2ccb8f5e0b
Enhance geocoding functionality with host resolution and improved error handling; update AdventureModal for loading state management; refine LocationDropdown toast display logic; adjust world travel page for better documentation link visibility.
2025-05-23 10:46:37 -04:00
Sean Morley
0d800e8986
Merge pull request #587 from lkiesow/bool-case-sensitivity
...
Make boolean settings case insensitive
2025-05-22 21:22:36 -04:00
Sean Morley
3d9f4545a1
Merge branch 'development' into bool-case-sensitivity
2025-05-22 21:22:27 -04:00
Sean Morley
0a7db8985d
Merge pull request #608 from seanmorley15/dependabot/npm_and_yarn/documentation/npm_and_yarn-1b547a5c31
...
chore(deps): bump the npm_and_yarn group across 2 directories with 1 update
2025-05-22 21:19:41 -04:00