Mohsen Taba
79af0467f6
feat(watermark): add automatic responsive watermarking on image uploads
- Create reusable watermark utility in utils/watermark.py supporting PIL, UploadedFile, bytes, and DRF serializer fields
- Default position set to bottom-left with responsive 32% width scaling and alpha blending
- Auto-resolve SVG watermark to high-resolution PNG
- Integrate automatic watermarking into Article thumbnails, Hadith/Book Reference images, Corrections, Original Texts, and Interpretations
2 weeks ago
Mohsen Taba
749260079c
feat(videos and podcasts):thumbnail returns from playlist objects
2 weeks ago
Mohsen Taba
b9cf002fe1
narrators sons and fathers added
3 weeks ago
Mohsen Taba
9906343381
feat(hadis): add file field to BookVolume model and serializers
3 weeks ago
Mohsen Taba
c94f0d7bc3
build fix
3 weeks ago
Mohsen Taba
fe7d468a59
fix(serializers): handle non-dict and string items safely in LocalizedField and reference author names
3 weeks ago
Mohsen Taba
094d6f12e0
feat(hadis): update xmind transmission tree endpoint and safe chain seeding
3 weeks ago
Mohsen Taba
a291290c42
feat(media): auto-fetch YouTube metadata, filter empty playlists, and dynamic edition volume counts
- auto-extract YouTube duration and thumbnail on Video save using yt-dlp
- filter out empty playlists and playlists with inactive items in video and podcast public/app views
- dynamically calculate number_of_volumes for BookEditionV2 based on assigned volumes
3 weeks ago
Mohsen Taba
1840a3a8fe
fix(hadis): support author and authors payload compatibility in admin reference serializer
3 weeks ago
Mohsen Taba
021085b866
feat(hadis): add bulk delete endpoint for admin hadis reference images
3 weeks ago
Mohsen Taba
44f06762c1
feat(hadis, reference): filter empty editions & categories in client APIs and order admin transmitters descending
3 weeks ago
Mohsen Taba
f9a8ef0e17
feat(hadis): auto update slug on title change and synchronize share_link
3 weeks ago
Mohsen Taba
4d9c84be05
feat(hadis): add uncertain narrators support and prefetching in HadisSync API
3 weeks ago
Mohsen Taba
4e3fe9b5b4
feat(hadis): add uncertain multi-narrator support to transmitter chains
3 weeks ago
Mohsen Taba
3924ead9d1
docs(xmind): add Flutter WebView & PWA integration guide for XMind mind-map page
3 weeks ago
Mohsen Taba
9560f18c72
feat(hadis): add lightweight on-demand source details endpoint and documentation
3 weeks ago
Mohsen Taba
a14945c41e
references api updated + narrator layer id added
3 weeks ago
Mohsen Taba
415c10bea0
feat(hadis): ensure address, images, and links are present in sync and detail serializers
3 weeks ago
Mohsen Taba
dd12d10bf4
feat(hadis): support list/JSON address storage and serialization for original texts, explanations, and corrections
3 weeks ago
Mohsen Taba
d86f05ea4f
feat(hadis): expose address, images, and links in correction serializers
3 weeks ago
Mohsen Taba
f18a3b8c6c
feat(hadis): expose address and images in HadisInterpretationDetailSerializer
3 weeks ago
Mohsen Taba
bf7c079d39
feat(hadis): expose address and reference images in TransmitterOriginalTextSerializer
3 weeks ago
Mohsen Taba
81efd0c8b2
feat(hadis): include scholar_detail in AdminTransmitterOpinionSerializer
3 weeks ago
Mohsen Taba
aaa27d086c
feat(hadis): filter root categories by default in CategoriesBySectView for accurate total counts
- Add is_root query param filter defaulting to true (parent__isnull=True) in CategoriesBySectView
- Ensure pagination count returns total count of root categories for the sect
3 weeks ago
Mohsen Taba
3c692f128f
feat(hadis): support source image upload, newest-first category ordering, and sync layer description
3 weeks ago
Mohsen Taba
af2f3d61b4
feat(sync): add content version management endpoints and fix author serializer
3 weeks ago
Mohsen Taba
1f3a13861b
feat(references): add volume unique images and source/edition single tag system
3 weeks ago
Mohsen Taba
bf07701b24
feat: naraytor layer logic updated to connect to hadith directly
3 weeks ago
Mohsen Taba
406eedd5bc
fix(hadis): order transmitter reliability and opinion status by -id
3 weeks ago
Mohsen Taba
d8670128ff
Optimize category admin API queries and include status description in hadis sync/list serializers
3 weeks ago
Mohsen Taba
44b5f68c24
fix(transmitters): add slug and legacy_id to search and prevent empty string unique collision on legacy_id
3 weeks ago
Mohsen Taba
8f45feeeb3
fix(api): exclude empty playlists without items from public video and podcast endpoints
3 weeks ago
Mohsen Taba
9422073bcc
feat(hadis): add ancestors category_path serialization from MPTT root to leaf
3 weeks ago
Mohsen Taba
f0559ba9c3
fix: allow unicode and non-ascii characters in slug serializer fields for video and podcast
3 weeks ago
Mohsen Taba
c40d783822
feat: automatic smart unique slug generation for video and podcast models and serializers
3 weeks ago
Mohsen Taba
840f996f5a
feat: add atomic assign-items endpoints for video and podcast playlists and update author ordering
3 weeks ago
Mohsen Taba
417619ea5a
fix(collections): order admin collections by newest first (-created_at, -id)
3 weeks ago
Mohsen Taba
73862bb3b7
feat(library): add atomic bulk assign-books action to AdminAuthorViewSet
- Add assign-books action to AdminAuthorViewSet for bulk adding and removing book associations in a single SQL query
3 weeks ago
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
Mohsen Taba
94f0c4c6fa
ci: enhance Jenkinsfile SSH retry/port and add runner process cleanup
3 weeks ago
Mohsen Taba
2a8cf66c8a
fix(article, library): fix article admin slug generation, detail unicode url routing, and category active books count
- Make slug optional in AdminArticle serializers with auto-generation fallback
- Support unicode and URL-encoded slugs with case-insensitive lookup in ArticleDetailAPIView
- Count only active books (status=True) in library Category.books_count and CategoryListView
3 weeks ago
Mohsen Taba
6fa5171639
book library create update
3 weeks ago
nwhco
2cc6da137a
ci/docker: optimize dockerignore, runner script, and Jenkinsfile
4 weeks ago
nwhco
c042b9f763
ci: update Jenkinsfile with port 2244 and nwhco user
4 weeks ago
Mohsen Taba
af6d1d9a2c
sources filters fixed
4 weeks ago
Mohsen Taba
55bb015e32
fix(account): persist client IP, device OS, and user agent on auth and add serializer fallbacks
4 weeks ago
Mohsen Taba
4a756394cc
feat(repository-admin): enable optional server-side pagination for dovodi video and podcast items
4 weeks ago
Mohsen Taba
56ff4f37a0
feat(hadis-admin): enable optional pagination and multipart/json parser for interpretations and corrections
4 weeks ago
Mohsen Taba
7c2d1c106f
feat(api): add optional pagination, category search, reference detail and relation management
4 weeks ago
Mohsen Taba
8c5f707736
feat(hadis): add collections_detail to AdminHadisListSerializer for collection management
4 weeks ago