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
collections updated
1 month ago
migrations
utf-8 slug usage updated
1 month ago
templates/ article
feat: article, videos. library, podcasts
1 year ago
__init__.py
feat: article, videos. library, podcasts
1 year ago
admin.py
collections updated
1 month ago
apps.py
feat: article, videos. library, podcasts
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
feat: article, videos. library, podcasts
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
articles views and serializers added for dashboard
3 months ago