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
9b56a20180
feat(api): enable OptionalPagination, status filtering, and newest-first ordering for categories and collections
- Add OptionalPagination to Dovodi Category and Collection viewsets (podcast, video, article)
- Support status query filtering (status=true/false) in category and collection viewsets
- Sort categories and collections by newest first (-created_at, -id) across podcast, video, article, and library admin viewsets
3 weeks ago
..
migrations
feat: implement custom user admin interface and update field constraints for bookmark, video, and user models
5 months ago
models
feat: add Rate model to allow users to rate content across various services. and fix the round value of avg ratings.
6 months ago
serializers
fix: bookmark
1 year ago
views
Add API views for bulk adding and removing bookmarks, with corresponding URL routes.
5 months ago
__init__.py
feat: library models
1 year ago
admin.py
bookmarks added to dovoodi panel.
9 months ago
apps.py
feat: library models
1 year ago
tests.py
feat: library models
1 year ago
urls.py
Add API views for bulk adding and removing bookmarks, with corresponding URL routes.
5 months ago