Markos Gogoulos
86fa084391
a
2026-02-20 15:59:42 +02:00
Markos Gogoulos
533a30b6cb
ver
2026-02-20 15:26:18 +02:00
Markos Gogoulos
0056e1ed8f
wtv
2026-02-19 19:36:48 +02:00
Markos Gogoulos
2423e9517e
s
2026-02-19 19:25:53 +02:00
Markos Gogoulos
96755af3b2
foo
2026-02-19 11:07:53 +02:00
Markos Gogoulos
209cede39c
wtv
2026-02-12 12:41:59 +02:00
Markos Gogoulos
f226c2fe1e
all
2026-02-11 21:09:15 +02:00
Markos Gogoulos
f6e44f8343
cate
2026-02-10 09:33:52 +02:00
Markos Gogoulos
1b3a58bc60
changes
2026-02-10 09:17:04 +02:00
Markos Gogoulos
6075514ffa
fix
2026-02-07 12:51:40 +02:00
Markos Gogoulos
9c7cc293ce
merge main
2026-02-06 19:34:28 +02:00
Yiannis Christodoulou
74952f68d7
feat: Add video player context menu with share/embed options ( #1472 )
2026-02-06 19:23:51 +02:00
Markos Gogoulos
1c0805748d
wtv
2026-02-01 16:53:21 +02:00
Markos Gogoulos
8e7f1ef15d
changes
2026-02-01 16:43:56 +02:00
Markos Gogoulos
f28ce5990b
all
2026-02-01 13:38:48 +02:00
Markos Gogoulos
27828d798e
all!
2026-02-01 13:24:16 +02:00
Markos Gogoulos
ba53467033
wtv
2026-02-01 13:21:39 +02:00
Markos Gogoulos
223e87073f
feat: Implement persistent "Embed Mode" to hide UI shell via Session Storage ( #1484 )
...
* initial implementation
* updates in ViewerInfoVideoTitleBanner component
* Implement persistent "Embed Mode" to hide UI shell via Session Storage
---------
Co-authored-by: Yiannis <1515939+styiannis@users.noreply.github.com >
2026-01-31 15:27:40 +02:00
Yiannis Stergiou
1c15880ae3
feat: frontend unit tests
2026-01-07 19:47:54 +02:00
Markos Gogoulos
ed5cfa1a84
add icon on media profile page
2025-12-24 17:18:30 +02:00
Markos Gogoulos
fa67ffffb4
replace media, shared state, better category options
2025-12-24 12:14:01 +02:00
Markos Gogoulos
872571350f
static files
2025-12-22 11:14:35 +02:00
Yiannis Christodoulou
d9b1d6cab1
feat: Improve Visual Distinction Between Trim and Chapters Editors ( #1445 )
...
* Update .gitignore
* feat: Improve Visual Distinction Between Trim and Chapters Editors
* fix: Convert timeline header styles to CSS classes
Moved inline styles for timeline headers in chapters and video editors to dedicated CSS classes for better maintainability and consistency.
* Bump version to 7.3.0
Update the VERSION in cms/version.py to 7.3.0 for the new release.
* build assets
* Update segment color schemes in video and chapters editor.
* build assets
* build assets
* fix: Prevent Safari from resetting segments after drag operations
Prevent Safari from resetting segments when loadedmetadata fires multiple times and fix stale state issues in click handlers by using refs instead of closure variables.
* build assets
* Bump version to 7.3.0-beta.3
Update the VERSION string in cms/version.py to reflect the new pre-release version 7.3.0-beta.3.
2025-12-22 11:12:19 +02:00
Yiannis Christodoulou
cd7dd4f72c
fix: Chapter numbering and preserve custom titles on segment reorder ( #1435 )
...
* FIX: Preserve custom chapter titles when renumbering (151)
Updated the renumberAllSegments function to only update chapter titles that match the default 'Chapter X' pattern, preserving any custom titles. Also ensured segments are renumbered after updates for consistent chronological naming.
* build assets (chapters editor)
2025-11-21 12:29:19 +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
d9f299af4d
V7 small fixes ( #1426 )
2025-11-11 13:15:36 +02:00
Markos Gogoulos
e80590a3aa
Bulk actions support ( #1418 )
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
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
Markos Gogoulos
5aa899cef0
Feat translations improvements v1 ( #1076 )
2024-10-04 13:39:28 +03:00
Markos Gogoulos
4992cc425c
feat: translations support
2024-10-04 13:17:40 +03:00
Markos Gogoulos
5fe4d3a9fc
feat: rounded corners
2024-10-02 11:33:17 +03:00
Markos Gogoulos
102414b514
fix issues with comments ( #802 )
...
* fix issues with comments
2023-06-13 19:01:52 +03:00
Markos Gogoulos
6ea8fd12a3
fix issue with uninitialized video player
2023-03-14 13:13:15 +02:00
Markos Gogoulos
b08d493823
static files
2022-09-20 12:27:33 +00:00
Markos Gogoulos
de5bd07a90
Feat videojs update ( #519 )
...
update video.js to 7.20.2
2022-09-07 12:33:11 +03:00