Sean Morley
|
57e367d112
|
refactor: update AdventureSerializer to handle visits data more gracefully and remove visits from request body in AdventureCard
|
2025-01-03 09:53:23 -05:00 |
|
Sean Morley
|
6651557738
|
feat: include adventure visits in collection update requests
|
2025-01-03 09:47:05 -05:00 |
|
Sean Morley
|
c6fa603a93
|
feat: add primary image functionality to AdventureImage model and update related components
|
2025-01-02 23:25:58 -05:00 |
|
Sean Morley
|
73036dcef8
|
fix: put languages in locale selection dropdown into native language
|
2025-01-02 18:38:29 -05:00 |
|
Sean Morley
|
eea87e59a5
|
feat: update Immich integration migrations and enhance localization strings for user feedback
|
2025-01-02 18:34:13 -05:00 |
|
Sean Morley
|
386014db92
|
feat: add Immich album retrieval functionality and implement album selection component
|
2025-01-02 17:56:47 -05:00 |
|
Sean Morley
|
cee9f16cf5
|
feat: implement Immich integration with CRUD API, add serializer, and enhance frontend components
|
2025-01-02 13:34:51 -05:00 |
|
Sean Morley
|
5d12d103fc
|
feat: enhance AdventureImage model with custom upload path and add latitude/longitude fields to Country model
|
2025-01-01 19:27:33 -05:00 |
|
Sean Morley
|
67f6af8ca3
|
feat: add Immich integration view and API documentation, enhance error handling, and include SVG asset
|
2025-01-01 16:24:44 -05:00 |
|
Sean Morley
|
15fd15ba40
|
feat: update Immich integration to use OneToOneField for user and enhance image retrieval functionality
|
2025-01-01 11:00:11 -05:00 |
|
Sean Morley
|
7cf634def8
|
Fix date handling in CollectionModal to set null values for missing start and end dates; update localization files to add new confirmation messages and labels.
|
2024-12-28 14:48:30 -05:00 |
|
Sean Morley
|
697c40fca0
|
Enhance TransportationCard unlinked state logic and improve date handling; update TransportationModal for conditional rendering and add new background image in JSON.
|
2024-12-28 10:56:25 -05:00 |
|
Sean Morley
|
5d3ec181a0
|
Fix date validation logic in CollectionModal to ensure start date is before end date and handle missing start date
|
2024-12-27 22:27:17 -05:00 |
|
Sean Morley
|
46e3e91679
|
Enhance unlinked state logic in TransportationCard to account for missing dates
|
2024-12-26 22:10:03 -05:00 |
|
Sean Morley
|
8f7551f4be
|
Enhance unlinked state logic for checklists and notes; update button layout in modals
|
2024-12-26 22:09:17 -05:00 |
|
Sean Morley
|
df2ce01910
|
Update note and checklist modals as well as add an unlinked state in the collection page for better organization
|
2024-12-26 21:56:14 -05:00 |
|
Sean Morley
|
f7c998ab58
|
UI changes and updates, collection page refresh
|
2024-12-26 11:07:59 -05:00 |
|
Sean Morley
|
c9dd5fe33d
|
Add region map to worldtravel region page
|
2024-12-20 15:55:30 -05:00 |
|
Sean Morley
|
d6eb4edddd
|
Refactor map component styles and update transportation location formatting
|
2024-12-19 21:44:31 -05:00 |
|
Sean Morley
|
c3fddb1889
|
Add delete confirmation modals for notes, checklists, and transportation
|
2024-12-19 19:07:23 -05:00 |
|
Sean Morley
|
7c68dc839a
|
Add geographic coordinates to Transportation model and update related components
|
2024-12-19 18:46:52 -05:00 |
|
Sean Morley
|
dd08a6fe24
|
Add Markdown editor component and integrate it into AdventureModal
|
2024-12-17 18:58:38 -05:00 |
|
Sean Morley
|
10dbafd1ee
|
Update button label in NewTransportation component to Create
|
2024-12-14 17:27:10 -05:00 |
|
Sean Morley
|
4839edde7b
|
Update password reset form and add more localization for error messages
|
2024-12-14 13:36:15 -05:00 |
|
Sean Morley
|
c0fd91ef8d
|
Add emoji picker to category dropdown; implement toggle functionality and handle emoji selection
|
2024-12-14 11:30:34 -05:00 |
|
Sean Morley
|
9bf0849b92
|
Add multi-factor authentication (MFA) support; update localization and error handling
|
2024-12-13 20:21:44 -05:00 |
|
Sean Morley
|
1b54f8ed69
|
Implement TOTP 2FA modal; add QR code generation and recovery codes management
|
2024-12-13 10:48:18 -05:00 |
|
Sean Morley
|
64105808b5
|
Add calendar route and integrate calendar component in Navbar
|
2024-12-04 18:11:57 -05:00 |
|
Sean Morley
|
d44cb06e31
|
Refactor AdventureCard usage and integrate event calendar components
|
2024-12-04 12:38:01 -05:00 |
|
Sean Morley
|
a39e22b0a8
|
Add new dashboard
|
2024-12-03 14:00:48 -05:00 |
|
Sean Morley
|
9bc20be70e
|
Initial migration to new session based auth system with AllAuth
|
2024-11-29 14:41:13 -05:00 |
|
Sean Morley
|
958e9de84e
|
Enhance cookie management: set SameSite attribute for locale and theme cookies, and add comments for clarity
|
2024-11-27 11:25:33 -05:00 |
|
Sean Morley
|
f878167a36
|
Enhance category management: update adventure category assignment logic, improve category display in UI components, and add dynamic sorting for category dropdown
|
2024-11-26 20:06:52 -05:00 |
|
Sean Morley
|
adf45ff557
|
Fix general category handling
|
2024-11-26 17:39:10 -05:00 |
|
Sean Morley
|
ce0b82acb7
|
Fix custom default category
|
2024-11-26 15:10:17 -05:00 |
|
Sean Morley
|
8e5a20ec62
|
Refactor adventure category handling: update type definitions, enhance category management in UI components, and implement user-specific category deletion logic in the backend
|
2024-11-23 13:42:41 -05:00 |
|
Sean Morley
|
736ede2417
|
Enhance adventure management: add error handling for category fetch, implement unique email constraint in user model, and update adventure save logic to ensure category assignment
|
2024-11-22 17:03:02 -05:00 |
|
Sean Morley
|
86d213bb8b
|
Refactor user ID handling to use UUIDs; update related components and serializers for consistency
|
2024-11-17 16:34:46 -05:00 |
|
Sean Morley
|
129c76078e
|
Fetch and display categories in CategoryFilterDropdown; update adventure details to include category information
|
2024-11-16 23:32:23 -05:00 |
|
Sean Morley
|
42f07dc2fb
|
Implement user-specific category filtering in AdventureViewSet and update AdventureCard to display category details
|
2024-11-16 22:31:39 -05:00 |
|
Sean Morley
|
c3f37b66d0
|
Fix detection of custom locations in AdventureModal
|
2024-11-12 23:12:08 -05:00 |
|
Sean Morley
|
6132b1c0d6
|
Update nginx migration documentation and enhance AdventureModal component functionality
|
2024-11-08 17:15:53 -05:00 |
|
Sean Morley
|
efd19da10b
|
Add custom location handling in AdventureModal component
|
2024-11-08 09:39:03 -05:00 |
|
Sean Morley
|
b32c780266
|
Fix issues determined from testing series
|
2024-11-07 19:48:44 -05:00 |
|
Sean Morley
|
c7207ccf52
|
Add internationalization support for profile and shared collections; update translations in multiple languages
|
2024-11-05 14:40:32 -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
|
40cb5daa07
|
Add i18n support for ImageInfoModal and update localization strings
|
2024-11-04 19:56:54 -05:00 |
|
Sean Morley
|
9c6e11b16d
|
Add language selection and share localization for multiple languages
|
2024-11-04 19:41:25 -05:00 |
|
Sean Morley
|
9ac4a8f4e9
|
Update localization for activities and adventures; change links and placeholders
|
2024-11-04 19:25:07 -05:00 |
|
Sean Morley
|
3df124b250
|
Add i18n support for transportation, notes, checklist, and collection components
|
2024-11-03 22:55:38 -05:00 |
|