73 Commits

Author SHA1 Message Date
Yiannis Christodoulou
002016a9dd fix: Do not use rounded corners in embed modal 2025-10-03 11:24:32 +03:00
Yiannis Christodoulou
e816d71cbc build assets 2025-10-03 11:24:32 +03:00
Yiannis Christodoulou
6224738198 build assets 2025-10-03 11:24:32 +03:00
Yiannis Christodoulou
ed07da1783 feat: Change autoplay icons and improve switch on/off functionality 2025-10-03 11:24:31 +03:00
Yiannis Christodoulou
218f6ae49e build assets 2025-10-03 11:24:31 +03:00
Yiannis Christodoulou
ff160ae487 Update video-js.css 2025-10-03 11:24:30 +03:00
Yiannis Christodoulou
467f2cf1c6 build assets 2025-10-03 11:24:30 +03:00
Yiannis Christodoulou
68fa1efe87 feat: Add Embed Info Overlay Component (for embed player only) 2025-10-03 11:24:30 +03:00
Yiannis Christodoulou
a89ee7b0e0 fix: Fullscreeen left/right/play/pause arrow keys doesn't work
BUG3. Fullscreeen left / right arrows doesn't work. Even if they work, if i leave the fullscreen and then enter again they are lost.
2025-10-03 11:24:30 +03:00
Yiannis Christodoulou
641ee66e59 fix z-index for embed (show embed modal in front of video js) 2025-10-03 11:24:30 +03:00
Yiannis Christodoulou
44095ee19c build assets 2025-10-03 11:24:30 +03:00
Yiannis Christodoulou
a80fac1df4 fix: Remove social icons from embed modal 2025-10-03 11:24:30 +03:00
Yiannis Christodoulou
5fda4610da fix: Chapter title, next video icon, play video with sound, dark opacity, fix hls, cleanup logs 2025-10-03 11:24:30 +03:00
Yiannis Christodoulou
098bdce125 build assets after cleanup 2025-10-03 11:24:29 +03:00
Yiannis Christodoulou
1c4254ba35 refactor: Remove all files /static/lib/video-js/7.20.2 2025-10-03 11:24:29 +03:00
Yiannis Christodoulou
e780ffd5f9 build and uplod JS/CSS assets for video.js 2025-10-03 11:24:28 +03:00
Yiannis Christodoulou
1501c3d49e update video.js readme file 2025-10-03 11:24:27 +03:00
Markos Gogoulos
e34bd55e7a wtv 2025-10-03 11:24:27 +03:00
Markos Gogoulos
8f45afc1fe update 2025-10-03 11:24:27 +03:00
Yiannis Christodoulou
4b2d85522f build assets 2025-10-03 11:24:27 +03:00
Yiannis Christodoulou
31bc0ac0b2 build assets for video.js 2025-10-03 11:24:26 +03:00
Yiannis Christodoulou
ca830788ca fix: Video.js (chaptersData conditions, separate sprite preview, add close icon in modal settings) 2025-10-03 11:24:26 +03:00
Yiannis Christodoulou
0eb9b5ce1b chore: Add a sample video for chapters editor 2025-10-03 11:24:26 +03:00
Yiannis Christodoulou
6eab5bf7b7 fix: Change endpoint save_chapters to chapters [POST] 2025-10-03 11:24:26 +03:00
Yiannis Christodoulou
0dda684c3f prepare the __chapter_data 2025-10-03 11:24:26 +03:00
Yiannis Christodoulou
5d99a4e23d feat: Video.js (qualities, css improvements)
- Settings menu content - split into separate variables for maintainability
- Only include qualities that have actual sources
- hls_info vs encodings_info
2025-10-03 11:24:26 +03:00
Yiannis Christodoulou
543085c38f fix: Video.js improve browser/device compatibility, fixes and a lot improvements 2025-10-03 11:24:25 +03:00
Yiannis Christodoulou
b14e1f609d video.js build assets 2025-10-03 11:24:25 +03:00
Yiannis Christodoulou
1f20d49353 upload build assets 2025-10-03 11:24:25 +03:00
Yiannis Christodoulou
694c1aa637 build chapters_editor assets 2025-10-03 11:24:25 +03:00
Yiannis Christodoulou
197e5969aa build chapters_editor assets 2025-10-03 11:24:25 +03:00
Yiannis Christodoulou
8a87aad647 feat: Chapters Editor (init) [copy from video editor] 2025-10-03 11:24:25 +03:00
Yiannis Christodoulou
e65e8c2055 build assets 2025-10-03 11:24:24 +03:00
Yiannis Christodoulou
eaf87e20d8 feat: Autoplay functionality 2025-10-03 11:24:24 +03:00
Yiannis Christodoulou
11465523b1 feat: Add the sprites functionality 2025-10-03 11:24:23 +03:00
Yiannis Christodoulou
dca9ef4014 static files after build 2025-10-03 11:24:23 +03:00
Yiannis Christodoulou
aeb0455fa7 update static files after build 2025-10-03 11:24:22 +03:00
Yiannis Christodoulou
e6c5a826ca build assets (video.js) 2025-10-03 11:24:22 +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
817e16ac60
feat: whisper STT and record screen (#1363) 2025-09-01 15:11:38 +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 2025-06-24 11:13:33 +03:00
Markos Gogoulos
b28c2d8271
feat: Video Trimmer and more 2025-06-11 14:48:30 +03:00
Markos Gogoulos
05414f66c7
feat: RBAC + SAML support 2025-04-05 12:44:21 +03:00
Yiannis Christodoulou
20f305e69e
feat: Frontend Dependencies Upgrade +Fix Timestamps in videos 2025-03-18 19:01:50 +02:00
Markos Gogoulos
21f76dbb6e
feat: playlist optimizations (#1216) 2025-03-09 20:44:04 +02:00
aleensd
6db01932e1
feat: fullscreen images slideshow (#1120) 2025-01-22 19:02:01 +02:00
aleensd
cf93a77802
feat: integrate react-pdf-viewer for PDF display (#1112) 2024-11-21 12:15:25 +02:00
Nathan Hyde
98adb22205
Fixes mediacms-io/mediacms#1046 - submition => submission (#1094) 2024-10-30 19:49:26 +02:00