1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-21 22:09:36 +02:00
Commit graph

54 commits

Author SHA1 Message Date
Sean Morley
7fbcf170d0 feat: Add file type validation and sanitize markdown input in adventure components 2025-03-15 12:29:12 -04:00
Sean Morley
68924d7ecc feat: Refactor hotel terminology to lodging and update related components 2025-02-08 16:10:01 -05:00
Sean Morley
659c56f02d feat: Add Hotel model and integrate into admin panel; update related components 2025-02-02 10:36:47 -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
aa216f5688 feat: add Attachment model and implement file permission checks for media access 2025-01-18 20:06:12 -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
c6fa603a93 feat: add primary image functionality to AdventureImage model and update related components 2025-01-02 23:25:58 -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
7c68dc839a Add geographic coordinates to Transportation model and update related components 2024-12-19 18:46: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
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
4a7f720773 Initial framework for custom categories 2024-11-14 09:37:35 -05:00
Sean Morley
adb92a1d41 Remove redundant validation checks in Adventure model 2024-11-11 09:38:22 -05: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
fd9ddc1872
Merge branch 'main' into development 2024-10-07 19:27:36 -04:00
Sean Morley
ad195911ff Fix admin page for adventure image 2024-09-24 17:05:16 -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
0664d9434c More sharing feartures and permissions 2024-09-02 10:29:51 -04:00
Sean Morley
d5814fe6df chore: Fix null values for adventure date and end date in Transportation model 2024-08-19 18:41:05 -04:00
Sean Morley
dd8999a45f Transportation changes 2024-08-19 16:32:08 -04:00
Sean Morley
03e0530e90 Add support for end date to adventure 2024-08-18 12:30:12 -04:00
Sean Morley
5621e90665 new image features 2024-08-15 19:36:42 -04:00
Sean Morley
cd55437f91 change name 2024-08-11 09:37:12 -04:00
Sean Morley
78c5331117 temp id 2024-08-11 08:58:23 -04:00
Sean Morley
b5e2211123 temp id 2024-08-11 08:43:58 -04:00
Sean Morley
cc0e50076f temp id 2024-08-11 08:38:46 -04:00
Sean Morley
96eb73a224 Migrate to UUIDs for id PK for adventures 2024-08-10 22:40:57 -04:00
Sean Morley
1858790308 Archive Collections 2024-08-07 13:01:12 -04:00
Sean Morley
f2888f26fe checklists api beta 2024-08-05 16:09:57 -04:00
Sean Morley
d9e554ad42 feat: Add flag URL to Country type and update CountryCard component 2024-08-05 14:17:41 -04:00
Sean Morley
7c2b0e927d notes beta 2024-08-04 09:56:58 -04:00
Sean Morley
4f1ad09470 notes beta 2024-08-03 21:09:49 -04:00
Sean Morley
581e5548d5 refactor: Update validation error message in Transportation model clean method 2024-07-27 21:18:15 -04:00
Sean Morley
ae9a7f5479 transportation 2024-07-27 19:04:55 -04:00
Sean Morley
66a2e30711 lodging beta 2024-07-27 18:42:52 -04:00
Sean Morley
87a804dbc2 lodging beta 2024-07-27 15:41:26 -04:00
Sean Morley
c94a4379c7 collection days 2024-07-27 14:26:15 -04:00
Sean Morley
b3c76b054c chore: Update Navbar component with search form 2024-07-20 21:39:33 -04:00
Sean Morley
c6633a17cb created_at and updated_at fields 2024-07-19 09:05:47 -04:00
Sean Morley
704eb6f6de chore: Add created_at field to Adventure and Collection models 2024-07-18 15:48:14 -04:00
Sean Morley
5e70130000 feat: Convert activity input to lowercase for consistency 2024-07-18 11:26:14 -04:00
Sean Morley
c723d2836d webp 2024-07-18 11:07:24 -04:00
Sean Morley
533453b764 collections v1 2024-07-15 09:36:07 -04:00
Sean Morley
bb1f2d92cf feat: Add country name to region page 2024-07-10 17:27:43 -04:00
Sean Morley
aaa83ea2c0 feat: Add validation for adventure type matching trip type 2024-07-09 13:43:32 -04:00