Commit Graph

302 Commits

Author SHA1 Message Date
Markos Gogoulos ea340b6a2e V7 f4 (#1430) 2025-11-13 12:30:25 +02:00
Markos Gogoulos ba2c31b1e6 fix: static files (#1429) 2025-11-12 14:08:02 +02:00
Yiannis Christodoulou 5eb6fafb8c fix: Show default chapter names in textarea instead of placeholder text (#1428)
* Refactor chapter filtering and auto-save logic

Simplified chapter filtering to only exclude empty titles, allowing default chapter names. Updated auto-save logic to skip saving when there are no chapters or mediaId. Removed unused helper function and improved debug logging.

* Show default chapter title in editor and set initial title

The chapter title is now always displayed in the textarea, including default names like 'Chapter 1'. Also, the initial segment is created with 'Chapter 1' as its title instead of an empty string for better clarity.

* build assets
2025-11-12 14:04:07 +02:00
Markos Gogoulos c035bcddf5 small 7.2.x fixes 2025-11-11 19:51:42 +02:00
Markos Gogoulos 01912ea1f9 fix: adjust poster url for audio 2025-11-11 13:21:10 +02:00
Markos Gogoulos d9f299af4d V7 small fixes (#1426) 2025-11-11 13:15:36 +02:00
Markos Gogoulos e80590a3aa Bulk actions support (#1418) v7.2.0 2025-11-11 11:32:54 +02:00
Yiannis Christodoulou 2a0cb977f2 Video.js fixes and improvements after major upgrade (#1413) 2025-10-27 11:53:35 +02:00
Yiannis Christodoulou a5e6e7b9ca feat: Major Upgrade to Video.js v8 — Chapters Functionality, Fixes and Improvements 2025-10-20 15:30:00 +03:00
Markos Gogoulos b39072c8ae feat: disapprove user 2025-10-09 17:29:29 +03:00
Markos Gogoulos f4ab60e894 fix: extend gitignore 2025-09-26 11:33:44 +03:00
Markos Gogoulos 8656b40c5b fix: url 2025-09-25 08:51:26 +03:00
Markos Gogoulos 553a25a86f feat: pass extra css (#1392) 2025-09-24 19:01:06 +03:00
Markos Gogoulos 1c1af489f1 feat: allow portal logo override (#1391) 2025-09-24 16:26:45 +03:00
Markos Gogoulos c4c5ecf06a update version v6.7.1 2025-09-21 16:18:31 +03:00
Markos Gogoulos 725cc71960 fix migration 2025-09-21 16:17:18 +03:00
Markos Gogoulos 0c1c5bbb09 add new migration 2025-09-21 16:15:46 +03:00
Markos Gogoulos 56182f0a6d feat: allow customizable about page v6.7.0 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) v6.6.0 2025-09-20 15:16:52 +03:00
Bret.S (AKA: CyberGladius) 8e8454d8c2 Docs Update with SAML Deployement Guide and Troubleshooting (#1377)
* Docs update with SAML deployment guide.

* Docs update with SAML deployment guide. URL Fix

---------

Co-authored-by: root <git@tdcme.com>
2025-09-16 14:51:05 +03:00
Markos Gogoulos 8d982ace92 Feat whisper opts (#1368) 2025-09-04 13:39:41 +03:00
Meet Dholakia 6cee02085c Updated the title splicing length to 100 in playlist, category and media models (#1364) 2025-09-02 19:43:46 +03:00
Markos Gogoulos e33aa17911 fix version v6.5.2 2025-09-02 11:32:02 +03:00
Markos Gogoulos a8db23f204 docs: add whisper section 2025-09-02 11:00:17 +03:00
Markos Gogoulos d6428e3334 version bump v6.5.1 v6.5.0.1 2025-09-01 20:34:15 +03:00
Markos Gogoulos fd342fd1d6 version bump 2025-09-01 20:32:11 +03:00
Markos Gogoulos 7a1b32f1ba fix: delete media (#1366) v6.5.0 2025-09-01 20:06:49 +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 v6.4.0 2025-08-07 13:21:12 +03:00
Markos Gogoulos de99d84c18 feat: revert ffmpeg install 2025-07-07 13:33:45 +03:00
Markos Gogoulos 8aa89c0958 feat: use apt for installing ffmpeg 2025-07-07 13:00:33 +03:00
Markos Gogoulos df98b65704 feat: pass version on static files (#1318) v6.3.0 2025-07-07 11:54:02 +03:00
Markos Gogoulos a607996bfa feat: adds minimum resolution of 144p 2025-07-07 11:34:02 +03:00
Markos Gogoulos 79f2e2bb11 feat: replace format with fstrings 2025-07-07 11:26:08 +03:00
Markos Gogoulos d54732040a feat: add DB connection pooling 2025-07-07 11:18:40 +03:00
Andy e8520bc7cd fix: date picker in edit media (#1297)
By default, Django uses type=text for the date input, which respects
the locale settings. However, when changing the input type to date,
it should only accept YYYY-MM-DD format so the input field can be
properly handled.
2025-07-06 11:44:44 +03:00
Markos Gogoulos b6e46e7b62 feat: replace login middleware (#1314) 2025-07-06 11:25:50 +03:00
Adam Stradovnik 36eab954bd feat: Adds support for Slovenian frontend translations (#1306) 2025-07-06 11:05:07 +03:00
Markos Gogoulos 610716533b fix formatting v6.2.0 2025-07-01 15:46:34 +03:00
Yiannis Christodoulou 4f1c4a2b4c fix: Disable Segment Tools and Reset Preview State During Playback (#1305)
* fix: Disable Segment Tools and Reset Preview State During Playback

* chore: remove some unnecessary comments

* chore: build assets

* fix: do not display the handles (left/right) on preview mode

* fix: Disable all tools on preview mode (undo, redo, reset, etc.)

* Update README.md

* feat: Prettier configuration for video editor

* Update README.md

* Update .prettierrc

* style: Format entire codebase (video-editor) with Prettier

* fix: During segments playback mode, disable button interactions but keep hover working

* feat: Add yarn format

* prettier format

* Update package.json

* feat: Install prettier and improve formatting

* build assets

* Update version.py 6.2.0
2025-07-01 15:33:39 +03:00
Markos Gogoulos 83f3eec940 feat: enable editing of media slug, show categories on manage media v6.1.0 2025-06-24 11:13:33 +03:00
Markos Gogoulos a5acce4ab1 fix: single server install issues v6.0.1 2025-06-15 11:19:29 +03:00
Ofek a4e9309350 (FEAT) Add Hebrew Translation (#1295) 2025-06-14 11:08:17 +03:00
Casper Tollund 6beaf0bbe2 Add support for Danish translation (#1293)
Co-authored-by: Casper Tollund <casto@mac.ait.clients.local>
2025-06-12 17:35:37 +03:00
Andy 70168299ba Adds support for Traditional Chinese translation (#1282)
* Adds support for Traditional Chinese translation

* Reformats the style to match black formatter
v6.0.0
2025-06-11 15:10:49 +03:00
Markos Gogoulos b28c2d8271 feat: Video Trimmer and more 2025-06-11 14:48:30 +03:00