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
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
0d9c063c58
Update .gitignore to exclude .vscode/settings.json
Sean Morley
2024-11-29 17:03:20 -05:00
f119e6fdc2
Refactor settings.py to remove unused authentication configurations and clean up middleware
Sean Morley
2024-11-29 16:55:28 -05:00
53dc57453c
Update README.md
Sean Morley
2024-11-29 15:29:50 -05:00
9bc20be70e
Initial migration to new session based auth system with AllAuth
Sean Morley
2024-11-29 14:41:13 -05:00
bde2e6a82d
Merge pull request #389 from seanmorley15/development
Sean Morley
2024-11-27 18:07:18 -05:00
7defdac3a8
Update documentation and add Polish locale support
Sean Morley
2024-11-27 18:06:16 -05:00
0878008a05
Merge pull request #378 from dymek37/patch-11
Sean Morley
2024-11-27 18:01:58 -05:00
0b08dfbab9
Merge pull request #379 from dymek37/patch-12
Sean Morley
2024-11-27 18:01:49 -05:00
888bde042e
Merge pull request #380 from dymek37/patch-13
Sean Morley
2024-11-27 18:01:35 -05:00
335b5c2498
Merge pull request #381 from dymek37/patch-14
Sean Morley
2024-11-27 18:01:21 -05:00
9f9e4fd12e
Merge pull request #382 from dymek37/patch-15
Sean Morley
2024-11-27 18:01:13 -05:00
30e2606a2f
Merge pull request #383 from dymek37/patch-16
Sean Morley
2024-11-27 18:01:05 -05:00
df0d49298f
Merge pull request #384 from dymek37/patch-17
Sean Morley
2024-11-27 18:00:56 -05:00
2ea3637c4b
Merge pull request #386 from dymek37/patch-18
Sean Morley
2024-11-27 18:00:45 -05:00
84c013fa11
Merge pull request #377 from dymek37/patch-10
Sean Morley
2024-11-27 18:00:35 -05:00
f618c24a7b
Update README.md
Sean Morley
2024-11-27 12:34:56 -05:00
39991c1877
Merge pull request #388 from seanmorley15/development
Sean Morley
2024-11-27 12:19:24 -05:00
483c297af8
Add Umami analytics script to VitePress config for enhanced tracking
Sean Morley
2024-11-27 12:18:29 -05:00
66713ea76d
Merge pull request #387 from seanmorley15/development
Sean Morley
2024-11-27 12:07:50 -05:00
ec4935ecdd
Update VitePress config: set ignoreDeadLinks to 'localhostLinks' for improved link management
Sean Morley
2024-11-27 12:01:53 -05:00
173c6183b3
Simplify VitePress config: set ignoreDeadLinks to true for streamlined link management
Sean Morley
2024-11-27 11:59:24 -05:00
f5a0f388b7
Enhance documentation: update VitePress config to ignore localhost links with any port and correct docker-compose.yml formatting for Nginx Proxy Manager
Sean Morley
2024-11-27 11:58:25 -05:00
9d2f83d4b6
Implement Custom Categories
Sean Morley
2024-11-27 11:28:02 -05:00
7a3ec33fa7
Fix locale fallback logic: ensure valid fallback locale from navigator language or default to 'en'
Sean Morley
2024-11-27 11:27:18 -05:00
958e9de84e
Enhance cookie management: set SameSite attribute for locale and theme cookies, and add comments for clarity
Sean Morley
2024-11-27 11:25:33 -05:00
02f534662b
Merge branch 'main' into development
Sean Morley
2024-11-26 22:11:40 -05:00
477e76a0af
Fix user identification in adventure filtering: update user primary key reference from 'pk' to 'uuid' in search page logic
Sean Morley
2024-11-26 21:59:15 -05:00
f878167a36
Enhance category management: update adventure category assignment logic, improve category display in UI components, and add dynamic sorting for category dropdown
Sean Morley
2024-11-26 20:06:52 -05:00
adf45ff557
Fix general category handling
Sean Morley
2024-11-26 17:39:10 -05:00
ce0b82acb7
Fix custom default category
Sean Morley
2024-11-26 15:10:17 -05:00
17d8784d8c
Migration to new documentation and information site
Sean Morley
2024-11-26 10:31:25 -05:00
b1ec7dc815
Update docker-compose-traefik.yaml
Sean Morley
2024-11-23 13:55:48 -05:00
8e5a20ec62
Refactor adventure category handling: update type definitions, enhance category management in UI components, and implement user-specific category deletion logic in the backend
Sean Morley
2024-11-23 13:42:41 -05:00
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
Sean Morley
2024-11-22 17:03:02 -05:00
a6630b7de2
Update issue templates
Sean Morley
2024-11-22 10:02:43 -05:00