1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-08-08 14:45:17 +02:00

Commit graph

  • 59b41c01df feat: enhance CSRF token handling and add format=json to API requests Sean Morley 2025-01-06 14:49:23 -05:00
  • 128c33d9a1 feat: add social authentication support with enabled providers endpoint and UI integration Sean Morley 2025-01-06 14:25:57 -05:00
  • a9c2af9649
    Immich Integration v0.8.0 Sean Morley 2025-01-05 19:08:37 -05:00
  • 4fdc16da58 feat: update locale info for immich integration text Sean Morley 2025-01-03 19:28:18 -05:00
  • 604cfa05b3 feat: adds banner image to brand folder Sean Morley 2025-01-03 19:24:10 -05:00
  • 3d22621a26 fix: update screenshot paths and descriptions in README.md Sean Morley 2025-01-03 19:04:17 -05:00
  • 9e4846a66a feat: enhance Immich integration documentation and add warnings for localhost usage Sean Morley 2025-01-03 18:46:45 -05:00
  • a4df852744 feat: update .env.example for demo database setup and add image search functionality in AdventureModal Sean Morley 2025-01-03 16:42:27 -05:00
  • 56244329f5 feat: configure REST framework renderers based on DEBUG setting Sean Morley 2025-01-03 16:29:39 -05:00
  • 230a786d6e docs: add instructions for customizing email subject in admin site Sean Morley 2025-01-03 15:58:52 -05:00
  • 259f2e75c2 feat: version bump for release v0.8.0 Sean Morley 2025-01-03 12:24:17 -05:00
  • 82a1134019 fix: prevent marking adventure as visited if the place is already visited Sean Morley 2025-01-03 12:15:39 -05:00
  • 50e0d4a34e feat: add localization for adventure visit confirmation message in multiple languages Sean Morley 2025-01-03 12:12:09 -05:00
  • 3a024e1e18 feat: implement logic to determine if an adventure will be marked as visited based on visit dates Sean Morley 2025-01-03 12:05:02 -05:00
  • 57e367d112 refactor: update AdventureSerializer to handle visits data more gracefully and remove visits from request body in AdventureCard Sean Morley 2025-01-03 09:53:23 -05:00
  • 6651557738 feat: include adventure visits in collection update requests Sean Morley 2025-01-03 09:47:05 -05:00
  • c6fa603a93 feat: add primary image functionality to AdventureImage model and update related components Sean Morley 2025-01-02 23:25:58 -05:00
  • 991efa8d08 docs: add Immich integration documentation and update configuration menu Sean Morley 2025-01-02 19:00:11 -05:00
  • 73036dcef8 fix: put languages in locale selection dropdown into native language Sean Morley 2025-01-02 18:38:29 -05:00
  • eea87e59a5 feat: update Immich integration migrations and enhance localization strings for user feedback Sean Morley 2025-01-02 18:34:13 -05:00
  • 386014db92 feat: add Immich album retrieval functionality and implement album selection component Sean Morley 2025-01-02 17:56:47 -05:00
  • 81b60d6021 feat: enhance settings page with text-neutral styling for labels and messages Sean Morley 2025-01-02 13:40:02 -05:00
  • cee9f16cf5 feat: implement Immich integration with CRUD API, add serializer, and enhance frontend components Sean Morley 2025-01-02 13:34:51 -05:00
  • 5d12d103fc feat: enhance AdventureImage model with custom upload path and add latitude/longitude fields to Country model Sean Morley 2025-01-01 19:27:33 -05:00
  • 67f6af8ca3 feat: add Immich integration view and API documentation, enhance error handling, and include SVG asset Sean Morley 2025-01-01 16:24:44 -05:00
  • 15fd15ba40 feat: update Immich integration to use OneToOneField for user and enhance image retrieval functionality Sean Morley 2025-01-01 11:00:11 -05:00
  • dc89743569 feat: add Immich integration module with API endpoints and admin interface Sean Morley 2024-12-31 10:38:15 -05:00
  • 66ce80226e
    Merge pull request #422 from seanmorley15/development Sean Morley 2024-12-29 20:47:50 -05:00
  • 79db20a903
    Merge pull request #418 from nordtechtiger/development Sean Morley 2024-12-29 20:46:55 -05:00
  • d5ff2fc6b7 fix: slightly improve swedish locale RedTechTiger 2024-12-29 15:50:21 -05:00
  • fd7f285c57 Update session cookie deletion to conditionally use secure flag based on HTTPS protocol Sean Morley 2024-12-29 12:55:45 -05:00
  • b5ac66a1cc Update secure cookie setting to conditionally use HTTPS protocol in authentication flows Sean Morley 2024-12-29 12:38:54 -05:00
  • bc6cf42b8e
    Markdown, New Transportation Modals/Card and Collection Improvements Sean Morley 2024-12-28 15:10:50 -05:00
  • 8716efb613 Increase Gunicorn timeout and worker count in entrypoint script for improved performance Sean Morley 2024-12-28 15:06:29 -05:00
  • 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. Sean Morley 2024-12-28 14:48:30 -05:00
  • 697c40fca0 Enhance TransportationCard unlinked state logic and improve date handling; update TransportationModal for conditional rendering and add new background image in JSON. Sean Morley 2024-12-28 10:56:25 -05:00
  • 5d3ec181a0 Fix date validation logic in CollectionModal to ensure start date is before end date and handle missing start date Sean Morley 2024-12-27 22:27:17 -05:00
  • 46e3e91679 Enhance unlinked state logic in TransportationCard to account for missing dates Sean Morley 2024-12-26 22:10:03 -05:00
  • 8f7551f4be Enhance unlinked state logic for checklists and notes; update button layout in modals Sean Morley 2024-12-26 22:09:17 -05:00
  • df2ce01910 Update note and checklist modals as well as add an unlinked state in the collection page for better organization Sean Morley 2024-12-26 21:56:14 -05:00
  • f7c998ab58 UI changes and updates, collection page refresh Sean Morley 2024-12-26 11:07:59 -05:00
  • c3782cc9d7
    Merge pull request #413 from PascalBru/feature_traefik Sean Morley 2024-12-23 20:16:42 -05:00
  • c11395cbd6
    fix Django Admin with traefik Pascal Bruckert 2024-12-23 22:06:35 +01:00
  • c9dd5fe33d Add region map to worldtravel region page Sean Morley 2024-12-20 15:55:30 -05:00
  • d6eb4edddd Refactor map component styles and update transportation location formatting Sean Morley 2024-12-19 21:44:31 -05:00
  • c3fddb1889 Add delete confirmation modals for notes, checklists, and transportation Sean Morley 2024-12-19 19:07:23 -05:00
  • 7c68dc839a Add geographic coordinates to Transportation model and update related components Sean Morley 2024-12-19 18:46:52 -05:00
  • 57f2bdb8ba
    Merge pull request #407 from seanmorley15/dependabot/npm_and_yarn/documentation/npm_and_yarn-36c5dcd58e Sean Morley 2024-12-17 19:03:51 -05:00
  • dd08a6fe24 Add Markdown editor component and integrate it into AdventureModal Sean Morley 2024-12-17 18:58:38 -05:00
  • 4de6fa675f
    Add check for missing start dates in calendar event loading Sean Morley 2024-12-15 13:29:08 -05:00
  • 7d609d01ea Add check for missing start dates in calendar event loading Sean Morley 2024-12-15 13:28:33 -05:00
  • e0296543b6
    Improve ICS calendar generation by handling missing and invalid dates Sean Morley 2024-12-15 13:05:40 -05:00
  • edc5fdf1cc Improve ICS calendar generation by handling missing and invalid start dates Sean Morley 2024-12-15 13:04:52 -05:00
  • f3c3e19d51
    Enhance styling for no recent adventures message in dashboard Sean Morley 2024-12-15 12:34:58 -05:00
  • 54c859b2a8 Enhance styling for no recent adventures message in dashboard Sean Morley 2024-12-15 12:34:35 -05:00
  • 6cf17ce56e
    Replace SVG icons with corresponding icon components in dashboard stats Sean Morley 2024-12-15 12:32:35 -05:00
  • c77b3573d4 Replace SVG icons with corresponding icon components in dashboard stats Sean Morley 2024-12-15 12:31:55 -05:00
  • febbdfa252
    Bump the npm_and_yarn group across 2 directories with 2 updates dependabot[bot] 2024-12-15 17:15:18 +00:00
  • 148568fca4
    Auth Migration, Calendar and Other Misc. Fixes Sean Morley 2024-12-15 12:13:56 -05:00
  • 10dbafd1ee Update button label in NewTransportation component to Create Sean Morley 2024-12-14 17:27:10 -05:00
  • c966b73eba Fix formatting in README.md for better readability Sean Morley 2024-12-14 17:18:38 -05:00
  • 0c27f4b8a4 Add download adventures as ICS calendar Sean Morley 2024-12-14 14:37:16 -05:00
  • 4839edde7b Update password reset form and add more localization for error messages Sean Morley 2024-12-14 13:36:15 -05:00
  • c0fd91ef8d Add emoji picker to category dropdown; implement toggle functionality and handle emoji selection Sean Morley 2024-12-14 11:30:34 -05:00
  • 0376709325 Enhance localization support; update error messages and add translations for adventure calendar Sean Morley 2024-12-14 09:56:12 -05:00
  • 9bf0849b92 Add multi-factor authentication (MFA) support; update localization and error handling Sean Morley 2024-12-13 20:21:44 -05:00
  • 1b54f8ed69 Implement TOTP 2FA modal; add QR code generation and recovery codes management Sean Morley 2024-12-13 10:48:18 -05:00
  • 7b7db1c530 Refactor email management and localization; update requirements and settings for MFA support Sean Morley 2024-12-12 19:20:58 -05:00
  • 673a56c6a0 Add MFA to login screen Sean Morley 2024-12-12 15:45:19 -05:00
  • 54d7a1a229 Update forgot password link to point to user reset-password route Sean Morley 2024-12-12 15:22:23 -05:00
  • 2ccbf4be83 Update email verification and password reset flows; refactor Docker Compose and enhance email management Sean Morley 2024-12-12 11:01:09 -05:00
  • 0272c6b076 Refactor user admin settings and enhance email management functionality Sean Morley 2024-12-11 20:46:20 -05:00
  • f7742ca37d Filter visited regions by user ID in ReverseGeocodeViewSet Sean Morley 2024-12-07 20:10:24 -05:00
  • 2f321517a6
    Update getting_started.md Sean Morley 2024-12-07 17:45:26 -05:00
  • 57f3be0938
    Merge pull request #398 from MaximUltimatum/adding-kustomize-documentation Sean Morley 2024-12-07 16:27:46 -05:00
  • 914028ea2f Update Kubernetes and Kustomize documentation Sean Morley 2024-12-07 16:25:31 -05:00
  • 6a00a2ed55 Refactor Docker Compose configuration and enhance email management in settings Sean Morley 2024-12-07 16:15:41 -05:00
  • 91a51515dd
    Removing extraneous env variable info that is externally linked MaximUltimatum 2024-12-07 14:31:13 -05:00
  • 56a4292f4f
    Adding kustomize documentation MaximUltimatum 2024-12-07 14:26:18 -05:00
  • 64105808b5 Add calendar route and integrate calendar component in Navbar Sean Morley 2024-12-04 18:11:57 -05:00
  • ca66b85838 Add Admin Panel guide to documentation Sean Morley 2024-12-04 12:43:26 -05:00
  • d44cb06e31 Refactor AdventureCard usage and integrate event calendar components Sean Morley 2024-12-04 12:38:01 -05:00
  • f0603f7dbd
    Update README.md Sean Morley 2024-12-03 15:44:38 -05:00
  • 0616fe19f3 Remove printing in backend Sean Morley 2024-12-03 14:02:01 -05:00
  • a39e22b0a8 Add new dashboard Sean Morley 2024-12-03 14:00:48 -05:00
  • 82040d5c85
    Update README.md Sean Morley 2024-12-03 13:23:17 -05:00
  • 88dbd41b92
    Merge pull request #375 from seanmorley15/dependabot/npm_and_yarn/frontend/npm_and_yarn-330f789f30 Sean Morley 2024-12-02 19:50:29 -05:00
  • 21d8b376b3
    Merge pull request #395 from seanmorley15/update-nl Sean Morley 2024-12-02 15:47:37 -05:00
  • dc29f48ab2 Add 'Northern Lights' theme and update localization and Tailwind configuration Sean Morley 2024-12-02 15:47:09 -05:00
  • 4ecad7f46d Update nl.json Sean Morley 2024-12-02 13:16:48 -05:00
  • 1b010cc390 Max size increase needs to go inside server block MaximUltimatum 2024-12-01 13:37:16 -06:00
  • 0a2b172405
    Merge pull request #393 from seanmorley15/fix-nginx-upload Sean Morley 2024-12-01 09:53:04 -05:00
  • 6ba047d2a5 Increase client_max_body_size to 100M in nginx configuration Sean Morley 2024-12-01 09:52:34 -05:00
  • 50dc0424a9 Refactor user serializers, update Docker configurations, and remove unused Nginx files Sean Morley 2024-12-01 09:52:04 -05:00
  • 84566b8ec1 User profile settings API and remove old Dj-Rest-Auth code Sean Morley 2024-11-30 10:24:27 -05:00
  • c65fcc2558 Migrate to session based auth Sean Morley 2024-11-29 18:20:51 -05:00
  • b86c7258e7 Enhance admin security by integrating secure_admin_login from AllAuth and updating settings for new dependencies Sean Morley 2024-11-29 17:51:32 -05:00
  • 1f4a02467b
    Merge pull request #392 from seanmorley15/fix-390 Sean Morley 2024-11-29 17:12:49 -05:00
  • aecb3ca70e Update adventure display to show category name and icon Sean Morley 2024-11-29 17:08:52 -05:00
  • 2d24cb8aba Merge branch 'main' of github.com:seanmorley15/AdventureLog Sean Morley 2024-11-29 17:03:23 -05:00