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

1089 commits

Author SHA1 Message Date
Sean Morley
fd7f285c57 Update session cookie deletion to conditionally use secure flag based on HTTPS protocol 2024-12-29 12:55:45 -05:00
Sean Morley
b5ac66a1cc Update secure cookie setting to conditionally use HTTPS protocol in authentication flows 2024-12-29 12:38:54 -05:00
Sean Morley
8716efb613 Increase Gunicorn timeout and worker count in entrypoint script for improved performance 2024-12-28 15:06:29 -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
57f2bdb8ba
Merge pull request #407 from seanmorley15/dependabot/npm_and_yarn/documentation/npm_and_yarn-36c5dcd58e
Bump the npm_and_yarn group across 2 directories with 2 updates
2024-12-17 19:03:51 -05:00
Sean Morley
dd08a6fe24 Add Markdown editor component and integrate it into AdventureModal 2024-12-17 18:58:38 -05:00
Sean Morley
7d609d01ea Add check for missing start dates in calendar event loading 2024-12-15 13:28:33 -05:00
Sean Morley
edc5fdf1cc Improve ICS calendar generation by handling missing and invalid start dates 2024-12-15 13:04:52 -05:00
Sean Morley
54c859b2a8 Enhance styling for no recent adventures message in dashboard 2024-12-15 12:34:35 -05:00
Sean Morley
c77b3573d4 Replace SVG icons with corresponding icon components in dashboard stats 2024-12-15 12:31:55 -05:00
dependabot[bot]
febbdfa252
Bump the npm_and_yarn group across 2 directories with 2 updates
Bumps the npm_and_yarn group with 1 update in the /documentation directory: [nanoid](https://github.com/ai/nanoid).
Bumps the npm_and_yarn group with 2 updates in the /frontend directory: [nanoid](https://github.com/ai/nanoid) and [cross-spawn](https://github.com/moxystudio/node-cross-spawn).


Updates `nanoid` from 3.3.7 to 3.3.8
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ai/nanoid/compare/3.3.7...3.3.8)

Updates `nanoid` from 3.3.7 to 3.3.8
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ai/nanoid/compare/3.3.7...3.3.8)

Updates `cross-spawn` from 7.0.3 to 7.0.6
- [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md)
- [Commits](https://github.com/moxystudio/node-cross-spawn/compare/v7.0.3...v7.0.6)

---
updated-dependencies:
- dependency-name: nanoid
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: nanoid
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: cross-spawn
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-15 17:15:18 +00:00
Sean Morley
148568fca4
Auth Migration, Calendar and Other Misc. Fixes 2024-12-15 12:13:56 -05:00
Sean Morley
10dbafd1ee Update button label in NewTransportation component to Create 2024-12-14 17:27:10 -05:00
Sean Morley
c966b73eba Fix formatting in README.md for better readability 2024-12-14 17:18:38 -05:00
Sean Morley
0c27f4b8a4 Add download adventures as ICS calendar 2024-12-14 14:37:16 -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
0376709325 Enhance localization support; update error messages and add translations for adventure calendar 2024-12-14 09:56:12 -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
7b7db1c530 Refactor email management and localization; update requirements and settings for MFA support 2024-12-12 19:20:58 -05:00
Sean Morley
673a56c6a0 Add MFA to login screen 2024-12-12 15:45:19 -05:00
Sean Morley
54d7a1a229 Update forgot password link to point to user reset-password route 2024-12-12 15:22:23 -05:00
Sean Morley
2ccbf4be83 Update email verification and password reset flows; refactor Docker Compose and enhance email management 2024-12-12 11:01:09 -05:00
Sean Morley
0272c6b076 Refactor user admin settings and enhance email management functionality 2024-12-11 20:46:20 -05:00
Sean Morley
f7742ca37d Filter visited regions by user ID in ReverseGeocodeViewSet 2024-12-07 20:10:24 -05:00
Sean Morley
2f321517a6
Update getting_started.md 2024-12-07 17:45:26 -05:00
Sean Morley
57f3be0938
Merge pull request #398 from MaximUltimatum/adding-kustomize-documentation
Adding kustomize documentation
2024-12-07 16:27:46 -05:00
Sean Morley
914028ea2f Update Kubernetes and Kustomize documentation 2024-12-07 16:25:31 -05:00
Sean Morley
6a00a2ed55 Refactor Docker Compose configuration and enhance email management in settings 2024-12-07 16:15:41 -05:00
MaximUltimatum
91a51515dd
Removing extraneous env variable info that is externally linked 2024-12-07 14:31:13 -05:00
MaximUltimatum
56a4292f4f
Adding kustomize documentation 2024-12-07 14:26: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
ca66b85838 Add Admin Panel guide to documentation 2024-12-04 12:43:26 -05:00
Sean Morley
d44cb06e31 Refactor AdventureCard usage and integrate event calendar components 2024-12-04 12:38:01 -05:00
Sean Morley
f0603f7dbd
Update README.md 2024-12-03 15:44:38 -05:00
Sean Morley
0616fe19f3 Remove printing in backend 2024-12-03 14:02:01 -05:00
Sean Morley
a39e22b0a8 Add new dashboard 2024-12-03 14:00:48 -05:00
Sean Morley
82040d5c85
Update README.md 2024-12-03 13:23:17 -05:00
Sean Morley
88dbd41b92
Merge pull request #375 from seanmorley15/dependabot/npm_and_yarn/frontend/npm_and_yarn-330f789f30
Bump @sveltejs/kit from 2.5.17 to 2.8.3 in /frontend in the npm_and_yarn group across 1 directory
2024-12-02 19:50:29 -05:00