1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-08-02 19:55:18 +02:00
Commit graph

1259 commits

Author SHA1 Message Date
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
Sean Morley
21d8b376b3
Merge pull request #395 from seanmorley15/update-nl
Update nl.json
2024-12-02 15:47:37 -05:00
Sean Morley
dc29f48ab2 Add 'Northern Lights' theme and update localization and Tailwind configuration 2024-12-02 15:47:09 -05:00
Sean Morley
4ecad7f46d Update nl.json 2024-12-02 13:16:48 -05:00
Sean Morley
0a2b172405
Merge pull request #393 from seanmorley15/fix-nginx-upload
Increase client_max_body_size to 100M in nginx configuration
2024-12-01 09:53:04 -05:00
Sean Morley
6ba047d2a5 Increase client_max_body_size to 100M in nginx configuration 2024-12-01 09:52:34 -05:00
Sean Morley
50dc0424a9 Refactor user serializers, update Docker configurations, and remove unused Nginx files 2024-12-01 09:52:04 -05:00
Sean Morley
84566b8ec1 User profile settings API and remove old Dj-Rest-Auth code 2024-11-30 10:24:27 -05:00
Sean Morley
c65fcc2558 Migrate to session based auth 2024-11-29 18:20:51 -05:00
Sean Morley
b86c7258e7 Enhance admin security by integrating secure_admin_login from AllAuth and updating settings for new dependencies 2024-11-29 17:51:32 -05:00
Sean Morley
1f4a02467b
Merge pull request #392 from seanmorley15/fix-390
Update adventure display to show category name and icon
2024-11-29 17:12:49 -05:00
Sean Morley
aecb3ca70e Update adventure display to show category name and icon 2024-11-29 17:08:52 -05:00
Sean Morley
2d24cb8aba Merge branch 'main' of github.com:seanmorley15/AdventureLog 2024-11-29 17:03:23 -05:00
Sean Morley
0d9c063c58 Update .gitignore to exclude .vscode/settings.json 2024-11-29 17:03:20 -05:00
Sean Morley
f119e6fdc2 Refactor settings.py to remove unused authentication configurations and clean up middleware 2024-11-29 16:55:28 -05:00
Sean Morley
53dc57453c
Update README.md 2024-11-29 15:29:50 -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
bde2e6a82d
Merge pull request #389 from seanmorley15/development
Add Polish Localization and Update Docs
2024-11-27 18:07:18 -05:00
Sean Morley
7defdac3a8 Update documentation and add Polish locale support 2024-11-27 18:06:16 -05:00
Sean Morley
0878008a05
Merge pull request #378 from dymek37/patch-11
Update de.json
2024-11-27 18:01:58 -05:00
Sean Morley
0b08dfbab9
Merge pull request #379 from dymek37/patch-12
Update en.json
2024-11-27 18:01:49 -05:00
Sean Morley
888bde042e
Merge pull request #380 from dymek37/patch-13
Update es.json
2024-11-27 18:01:35 -05:00
Sean Morley
335b5c2498
Merge pull request #381 from dymek37/patch-14
Update fr.json
2024-11-27 18:01:21 -05:00
Sean Morley
9f9e4fd12e
Merge pull request #382 from dymek37/patch-15
Update it.json
2024-11-27 18:01:13 -05:00
Sean Morley
30e2606a2f
Merge pull request #383 from dymek37/patch-16
Update nl.json
2024-11-27 18:01:05 -05:00
Sean Morley
df0d49298f
Merge pull request #384 from dymek37/patch-17
Update sv.json
2024-11-27 18:00:56 -05:00
Sean Morley
2ea3637c4b
Merge pull request #386 from dymek37/patch-18
Update zh.json
2024-11-27 18:00:45 -05:00
Sean Morley
84c013fa11
Merge pull request #377 from dymek37/patch-10
Create pl.json
2024-11-27 18:00:35 -05:00
Sean Morley
f618c24a7b
Update README.md 2024-11-27 12:34:56 -05:00
Sean Morley
39991c1877
Merge pull request #388 from seanmorley15/development
Add Umami analytics script to VitePress
2024-11-27 12:19:24 -05:00
Sean Morley
483c297af8 Add Umami analytics script to VitePress config for enhanced tracking 2024-11-27 12:18:29 -05:00