You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Mohsen Taba
cb9588de5c
fix(auth): resolve user registration password persistence, OTP validation, and login authentication
- Add password field to UserRegisterSerializer for general registration
- Safely persist and hash passwords during OTP verification in UserVerifyView
- Upgrade RedisManager serialization to JSON format for reliable temporary data storage
- Support 5 and 6 digit OTP verification codes
- Normalize email lookups and handle case-insensitive auth in UserLoginView
- Unify AdminUserViewSet and AdminUserDirectoryViewSet soft-delete handling
23 hours ago
..
management/ commands
feat(podcast, video): implement category creation and playlist association for podcasts and videos
9 months ago
migrations
utf-8 slug usage updated
1 month ago
README_COLLECTIONS.md
feat(collections): enhance article and podcast admin interfaces with display position
9 months ago
__init__.py
develop dovoodi
1 year ago
admin.py
collections updated
1 month ago
apps.py
develop dovoodi
1 year ago
models.py
utf-8 slug usage updated
1 month ago
serializers.py
collections updated
1 month ago
serializers_admin.py
feat: add bibliographic fields to Book model and enforce HTTPS for absolute URLs across serializers
2 weeks ago
serializers_dovodi.py
collections updated
1 month ago
sitemaps.py
SEO : seo tools and normalizations added for code base and Article, Hadis (optimized to prefetch transmitters, references, and book authors), Library (Books), Podcast, and Video apps.
1 month ago
tests.py
develop dovoodi
1 year ago
urls.py
remove admin panel apis from swagger
2 months ago
views.py
feat: implement REST API views for podcast, video, article, hadis, and library modules
2 weeks ago
views_admin.py
list of attached items added
1 month ago