16 Commits

Author SHA1 Message Date
Yiannis Christodoulou
2b7fdca417 Refactor media type check in edit_video view
Replaced 'not in' comparison with a more Pythonic 'not in' syntax for checking media type in the edit_video view.
2025-10-13 01:56:12 +03:00
Yiannis Christodoulou
cd9fc51619 Enable audio files in video edit and navigation
Updated logic in both the edit_video view and media navigation template to allow audio media types, in addition to video, to access video editing features and navigation links.
2025-10-13 00:53:47 +03:00
Yiannis Christodoulou
8d31ff71e0 fix pre-commit issues in django 2025-10-03 11:24:29 +03:00
Yiannis Christodoulou
0456051a11 feat: The correct way to get/post chapters in django 2025-10-03 11:24:29 +03:00
Markos Gogoulos
e34bd55e7a wtv 2025-10-03 11:24:27 +03:00
Markos Gogoulos
32f61cf566 chapters 2025-10-03 11:24:27 +03:00
Markos Gogoulos
d88f4a27cc chapters 2025-10-03 11:24:25 +03:00
Markos Gogoulos
56182f0a6d feat: allow customizable about page 2025-09-21 15:47:04 +03:00
Markos Gogoulos
208f0b338b
feat: update versions for python packages, add Pages functionality (#1386)
This PR updates Django core version and also brings html pages support (that admins can create)
2025-09-21 15:38:43 +03:00
Markos Gogoulos
cbef629baf
feat: approve users, edit users through manage users page (#1383) 2025-09-20 15:16:52 +03:00
Markos Gogoulos
8d982ace92
Feat whisper opts (#1368) 2025-09-04 13:39:41 +03:00
Markos Gogoulos
817e16ac60
feat: whisper STT and record screen (#1363) 2025-09-01 15:11:38 +03:00
Markos Gogoulos
8cbeb72dd2
feat: add fily type and max user media uplod limits 2025-08-19 11:35:49 +03:00
Markos Gogoulos
e9f862a0ff
feat: 3 small fixes (#1347)
* fix: datetime input

* show message on upload user only

* show all media of user for editors/managers/admins
2025-08-17 19:18:47 +03:00
Markos Gogoulos
02eac68b51
fix: swagger (#1345)
* fix: swagger

* fix: swagger
2025-08-12 12:24:26 +03:00
Markos Gogoulos
e790795bfd
feat: bulk actions API 2025-08-07 13:21:12 +03:00