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
4 weeks ago
..
management/ commands
feat(podcast, video): implement category creation and playlist association for podcasts and videos
10 months ago
migrations
utf-8 slug usage updated
2 months ago
README_COLLECTIONS.md
feat(collections): enhance article and podcast admin interfaces with display position
10 months ago
__init__.py
develop dovoodi
2 years ago
admin.py
collections updated
2 months ago
apps.py
develop dovoodi
2 years ago
models.py
utf-8 slug usage updated
2 months ago
serializers.py
collections updated
2 months ago
serializers_admin.py
feat: add bibliographic fields to Book model and enforce HTTPS for absolute URLs across serializers
1 month ago
serializers_dovodi.py
collections updated
2 months 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.
2 months ago
tests.py
develop dovoodi
2 years ago
urls.py
remove admin panel apis from swagger
3 months ago
views.py
feat: implement REST API views for podcast, video, article, hadis, and library modules
1 month ago
views_admin.py
list of attached items added
2 months ago