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
dd31a58013
fix(bookmarks): strictly filter playlists by bookmarked ID and eliminate item-level leakage
- video: remove Q(playlist_items__video__id__in=...) to strictly filter by bookmarked playlist ID
- podcast: ensure playlist bookmark filter targets playlist IDs and accepts both PODCAST_PLAYLIST and PODCAST
- security/correctness: return empty queryset if is_bookmark is requested without authentication across video, podcast, library, and article views
6 days ago
..
management
collections updated
2 months ago
migrations
utf-8 slug usage updated
2 months 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
2 months ago
apps.py
feat: article, videos. library, podcasts
1 year ago
models.py
utf-8 slug usage updated
2 months ago
serializers.py
perf(db): resolve N+1 queries across endpoints and optimize gunicorn concurrency
2 weeks ago
serializers_admin.py
feat(watermark): add automatic responsive watermarking on image uploads
3 weeks 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
feat: article, videos. library, podcasts
1 year ago
urls.py
perf(caching): add redis and conditional caching across apps, fix bookmark filtering
2 weeks ago
views.py
fix(bookmarks): strictly filter playlists by bookmarked ID and eliminate item-level leakage
6 days ago
views_admin.py
feat(api): add optional pagination, category search, reference detail and relation management
4 weeks ago