This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
AdventureLog
Watch
1
Star
0
Fork
0
You've already forked AdventureLog
mirror of
https://github.com/seanmorley15/AdventureLog.git
synced
2026-05-12 08:52:57 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a010afcc4385e623b88512c3931eab235c83eaa8
AdventureLog
/
backend
/
server
/
users
History
Sean Morley
e19781d7ac
feat: add public URL endpoint and update user type to include password status
2025-01-06 18:53:08 -05:00
..
migrations
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
__init__.py
…
adapters.py
Initial migration to new session based auth system with AllAuth
2024-11-29 14:41:13 -05:00
admin.py
Enhance admin security by integrating secure_admin_login from AllAuth and updating settings for new dependencies
2024-11-29 17:51:32 -05:00
apps.py
…
form_overrides.py
Initial migration to new session based auth system with AllAuth
2024-11-29 14:41:13 -05:00
forms.py
Initial migration to new session based auth system with AllAuth
2024-11-29 14:41:13 -05:00
models.py
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
serializers.py
feat: add public URL endpoint and update user type to include password status
2025-01-06 18:53:08 -05:00
tests.py
…
views.py
feat: add social authentication support with enabled providers endpoint and UI integration
2025-01-06 14:25:57 -05:00