13d3b24ec2
chore: Reduce Gunicorn worker count from 4 to 2 for optimized resource usage
Sean Morley
2025-03-21 20:27:46 -04:00
113d41ca30
Merge branch 'main' of github.com:ClumsyAdmin/AdventureLog
ClumsyAdmin
2025-03-21 20:25:40 -04:00
b71109fd09
potential fix: set Supervisor priorities to ensure Gunicorn starts before nginx to prevent 502 errors
ClumsyAdmin
2025-03-21 20:25:25 -04:00
a3cd940065
feat: Pass collection data to adventure, transportation, lodging, and checklist components
Sean Morley
2025-03-21 17:35:58 -04:00
6eebd5b70a
chore(docker): Refactor service startup to use supervisord and foreground processes
Sean Morley
2025-03-21 17:34:23 -04:00
44ede92b92
Merge branch 'development' into main
Sean Morley
2025-03-21 17:34:03 -04:00
fe25f8e2c8
feat: Add start_date to collection ordering and enhance localization for itinerary features
Sean Morley
2025-03-21 17:31:33 -04:00
794df82ec6
feat: Enhance AdventureModal date handling for all-day events and improve localization in collections page
Sean Morley
2025-03-21 16:30:03 -04:00
db63b6e7d8
feat: Add usage guide for AdventureLog and enhance overview with personal message from the maintainer
Sean Morley
2025-03-21 13:35:29 -04:00
4ccfa6e42c
refactor docker startup to use supervisord
ClumsyAdmin
2025-03-21 12:02:23 -04:00
f79b06f6b3
feat: Add troubleshooting guide for unresponsive login and registration, enhance collection modal alerts, and improve localization for itinerary features
Sean Morley
2025-03-20 22:28:23 -04:00
1042a3edcc
refactor: Remove debug print statement from NoPasswordAuthBackend authentication method
Sean Morley
2025-03-20 22:08:22 -04:00
771579ef3d
feat: Improve adventure date grouping to handle all-day events and enhance date formatting
Sean Morley
2025-03-20 10:26:41 -04:00
dbd417ca87
fix: Pass collection prop to various card components in the collections page
Sean Morley
2025-03-19 13:50:32 -04:00
6e1fbbfc3a
feat: Pass collection prop to various card components in the collections page
Sean Morley
2025-03-19 13:49:46 -04:00
76ee4c73e0
feat: Add changelog for v0.9.0 and update configuration to include it in the documentation
Sean Morley
2025-03-19 09:58:53 -04:00
c402dff9a7
chore: Bump app version to v0.9.0 and update changelog link
Sean Morley
2025-03-19 09:29:35 -04:00
f554bb8777
feat: Enhance date handling in AdventureModal and related components for improved localization and all-day event support
Sean Morley
2025-03-18 21:07:34 -04:00
876c5e83b4
feat: Implement chronological itinerary path visualization with GeoJSON for adventures, transportation, and lodging
Sean Morley
2025-03-18 18:16:25 -04:00
1dc8e10758
feat: Add "all day" localization strings for multiple languages and enhance transportation date handling
Sean Morley
2025-03-18 17:40:32 -04:00
9fd2a142cb
feat: Update Visit model to use DateTimeField for start and end dates, and enhance AdventureModal with datetime-local inputs
Sean Morley
2025-03-18 14:04:31 -04:00
6eb57d1d6e
Add Lodging to Map, Sanitize MD, Optional Password Disable
Sean Morley
2025-03-17 15:20:44 -04:00
6f720a154f
feat: Add password disable functionality and update localization files
Sean Morley
2025-03-17 14:40:33 -04:00
585f050a30
feat: Add disable_password field to CustomUserDetailsSerializer and update PublicUserListView
Sean Morley
2025-03-17 14:38:10 -04:00
3b6d437f29
feat: Add search functionality for regions and cities in World Travel pages
Sean Morley
2025-03-17 14:31:22 -04:00
b82e4b6f0d
feat: Add country name to Region serializer and update RegionCard component
Sean Morley
2025-03-17 14:23:10 -04:00
4e543fad55
feat: Enhance City and Lodging components with region and country names, and improve password disable functionality
Sean Morley
2025-03-17 10:38:41 -04:00
eb541225bd
Merge branch 'development' of github.com:seanmorley15/AdventureLog into development
Sean Morley
2025-03-16 21:49:02 -04:00
a38828eb45
feat: Implement disable password authentication for users with social accounts
Sean Morley
2025-03-16 21:49:00 -04:00
9adf1d158a
Improved German translation
Sean Morley
2025-03-16 13:30:42 -04:00
ea61b5e67a
Update translation to German
Marc Schumacher
2025-03-16 18:17:30 +01:00
189cd0ee69
feat: Add origin and destination markers with connecting line for transportation routes
Sean Morley
2025-03-16 12:35:42 -04:00
c2fc249c92
feat: Add lodging types icons and update related components
Sean Morley
2025-03-15 23:55:53 -04:00
a640934370
[REQUEST] Add Lodgings to Map #509
Sean Morley
2025-03-15 23:44:22 -04:00
7fbcf170d0
feat: Add file type validation and sanitize markdown input in adventure components
Sean Morley
2025-03-15 12:29:12 -04:00
d26d3a2128
GPX file fixes, improved translations, and fixed itinerary view elements
Sean Morley
2025-03-13 17:37:02 -04:00
50a732b4d7
refactor: Optimize GPX file processing with concurrent fetching and improved error handling
Sean Morley
2025-03-13 17:26:42 -04:00
d9a88b644f
Merge pull request #514 from jyyyeung/fix/zh-translation
Sean Morley
2025-03-03 23:43:53 -05:00
b7d6d6af56
Merge branch 'development' into fix/zh-translation
Sean Morley
2025-03-03 23:37:56 -05:00
4db72d9719
refactor: Remove duplicated notes display from collection page
Sean Morley
2025-03-03 08:50:09 -05:00
eaab1f8a7c
refactor: Remove duplicate checklist display in collection page
Sean Morley
2025-03-01 23:18:31 -05:00
ed76c1426e
Open Locations in Maps and new API Routes
Sean Morley
2025-02-28 15:50:49 -05:00
a16df1640d
Merge branch 'development' of github.com:seanmorley15/AdventureLog into development
Sean Morley
2025-02-28 15:50:26 -05:00
fee6c66eab
feat: Add "Open in Maps" translations for multiple languages
Sean Morley
2025-02-28 15:50:25 -05:00
6d3b4c1e8e
Merge branch 'main' into development
Sean Morley
2025-02-28 15:47:56 -05:00
4759ff71a1
fix: Update URL path for user stats counts and remove email from response
Sean Morley
2025-02-28 14:50:32 -05:00
7a63e1227f
fix: fixing Chinese translation with context
JYYYeung
2025-02-26 09:28:30 +00:00
3e0639e6f7
fix: Update URL path regex in StatsViewSet for username counts action
Sean Morley
2025-02-25 10:55:08 -05:00
3c9aec4bfb
refactor: Simplify location name assignment logic in LocationDropdown component
Sean Morley
2025-02-23 17:15:37 -05:00
b1068d27b0
refactor: Update API endpoint paths from "_allauth" to "auth" for consistency
Sean Morley
2025-02-23 17:04:20 -05:00
d5311bb71e
feat: Add "Open in Maps" button for adventures with location coordinates
Sean Morley
2025-02-22 20:36:25 -05:00
00e4ec64ae
Hotel tracking, new profile system, UI improvements and lots of bug fixes
Sean Morley
2025-02-22 17:22:31 -05:00
b61083f7df
refactor: Remove initial and key achievement migrations for cleanup
Sean Morley
2025-02-22 17:06:40 -05:00
d80805a181
feat: Add current timezone and airport description fields to localization files
Sean Morley
2025-02-22 17:00:40 -05:00
ea36b104b6
feat: Add Transportation and Lodging models to AdventureViewSet; update Avatar and TransportationModal components for improved user experience
Sean Morley
2025-02-22 10:37:22 -05:00
232e01bf8f
fix: Correct button closing tags in Navbar component for proper rendering
Sean Morley
2025-02-20 14:53:05 -05:00
1c15e85986
feat: Enhance session cookie domain handling for IP addresses and single-label hostnames
Sean Morley
2025-02-20 10:21:48 -05:00
7cea432353
Merge pull request #493 from Cathnan/Modified-german-translation
Sean Morley
2025-02-17 10:35:08 -05:00
a7513d6c06
Merge pull request #495 from Cathnan/main
Sean Morley
2025-02-17 10:34:26 -05:00
b4496508dd
Korean i18n (#503)
Sean Morley
2025-02-17 10:32:18 -05:00
2713b3640f
feat: Set SESSION_COOKIE_SAMESITE to 'Lax' for improved security
Sean Morley
2025-02-16 15:35:10 -05:00
670e499d8f
feat: Localize text in calendar and adventure pages, and update CountryCard component
Sean Morley
2025-02-16 13:57:46 -05:00
16fc9bc70e
feat: Fetch categories and check for Immich integration on modal mount
Sean Morley
2025-02-16 13:45:08 -05:00
577eb9cceb
feat: Improve is_visited parameter handling in AdventureViewSet
Sean Morley
2025-02-16 13:11:35 -05:00
af33acec66
feat: Add session cookie to API requests in profile page server load
Sean Morley
2025-02-16 12:53:58 -05:00
00f0fc9acf
feat: Remove locations API call and implement random background image in stats view
Sean Morley
2025-02-16 12:27:49 -05:00
d31b95289d
feat: Add reservation number and price fields to lodging information across multiple languages
Sean Morley
2025-02-16 09:35:07 -05:00
b5d6788c11
feat: Add location_name to ReverseGeocode type and implement location fetching in stats view
Sean Morley
2025-02-15 19:44:11 -05:00
9e5e2456fa
Modified german translation
Cathnan
2025-02-10 13:31:54 +01:00
60b5bbb3c8
feat: Enhance Navbar with new icons and improved button layout
Sean Morley
2025-02-09 15:42:46 -05:00
299b190f69
Modified translation to make it more natural und understandable
Cathnan
2025-02-09 18:47:16 +01:00
cf4691beaf
Merge branch 'development' of github.com:seanmorley15/AdventureLog into development
Sean Morley
2025-02-08 16:10:03 -05:00
68924d7ecc
feat: Refactor hotel terminology to lodging and update related components
Sean Morley
2025-02-08 16:10:01 -05:00
1351f26ba0
Merge pull request #489 from ThomasDetemmerman/main
Sean Morley
2025-02-08 10:15:24 -05:00
57db1e088f
Merge branch 'development' into main
Sean Morley
2025-02-08 10:14:11 -05:00
cbcf2a70d7
improved locals for dutch
Thomas
2025-02-08 08:04:01 +01:00
d4f9abd158
Improved dutch language
Thomas
2025-02-08 07:58:25 +01:00
a899579a02
Started work on norwegian translations
Nikolai Eidsheim
2025-02-06 21:33:17 +00:00
d2cb862103
feat: Add favicon link to CDN index.html
Sean Morley
2025-02-06 10:49:58 -05:00
d1f50dfa17
feat: Add hotel management functionality with serializer and UI integration
Sean Morley
2025-02-05 19:38:04 -05:00
271cba9abc
feat: Add GitHub Actions workflows for uploading CDN images to GHCR and Docker Hub
Sean Morley
2025-02-05 16:55:07 -05:00
921e756aef
feat: Enhance CDN management with entrypoint script and update country data handling
Sean Morley
2025-02-05 16:50:05 -05:00
f7ff8f30b0
feat: Add CODEOWNERS file to define repository ownership
Sean Morley
2025-02-04 18:06:03 -05:00
9b54af8d40
feat: Update country data management to use AdventureLog CDN for fetching flags and JSON files
Sean Morley
2025-02-04 17:43:41 -05:00
5f344cad83
feat: Implement CDN update process with country data download and flag management
Sean Morley
2025-02-04 17:19:58 -05:00
a00d2abe0d
feat: Add achievements app with models, admin, and management command for seeding data
Sean Morley
2025-02-04 10:37:15 -05:00
e93909e7ea
Merge pull request #487 from seanmorley15/cdn
Sean Morley
2025-02-04 10:36:59 -05:00
8ea8043beb
feat: Update stats API endpoint to include username for personalized user statistics
Sean Morley
2025-02-03 19:57:22 -05:00
9c3a52ae85
feat: Refactor user detail view and enhance localization strings for multiple languages
Sean Morley
2025-02-03 19:56:25 -05:00
ad5fb02ebb
feat: Enhance AdventureViewSet to filter adventures based on visit status with improved boolean handling
Sean Morley
2025-02-03 19:38:24 -05:00
ed1e24252c
feat: Enhance HotelModal with geocoding, custom location handling, and improved hotel initialization
Sean Morley
2025-02-03 19:18:46 -05:00
df60184f23
feat: Implement Hotel model with CRUD operations and integrate into views and serializers
Sean Morley
2025-02-03 12:28:42 -05:00
da9c2ba80a
feat: Add linking instructions for existing accounts in Authentik and GitHub documentation
Sean Morley
2025-02-03 11:10:14 -05:00
5b42e8b372
Merge pull request #469 from mcguirepr89/patch-1
Sean Morley
2025-02-03 09:23:40 -05:00
28b2a918e8
Merge pull request #486 from motox986/patch-1
Sean Morley
2025-02-03 09:05:25 -05:00