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
f82a30b630
fix(podcast): resolve audio playback redirect loop with HTTPS enforcement and cache-buster
- Enforce HTTPS for podcast audio files in serializers and admin field
- Add cache-busting version query param to bypass Cloudflare 301 cached redirect
- Configure SECURE_PROXY_SSL_HEADER and USE_X_FORWARDED_HOST/PORT in settings
- Update nginx config with HTTP to HTTPS redirect, media range/CORS headers and X-Forwarded-Proto handling
12 hours 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(cache): implement automatic cache invalidation and smart cache bypass
4 days 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
1 week ago
serializers_admin.py
fix(watermark): remove watermark from narrators, authors, article and collection thumbnails
4 days ago
serializers_dovodi.py
collections updated
2 months ago
signals.py
feat(cache): implement automatic cache invalidation and smart cache bypass
4 days 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
feat(cache): implement automatic cache invalidation and smart cache bypass
4 days ago
views.py
fix(bookmarks): strictly filter playlists by bookmarked ID and eliminate item-level leakage
5 days ago
views_admin.py
feat(cache): implement automatic cache invalidation and smart cache bypass
4 days ago