de99d84c18
feat: revert ffmpeg install
2025-07-07 13:33:45 +03:00
8aa89c0958
feat: use apt for installing ffmpeg
2025-07-07 13:00:33 +03:00
df98b65704
feat: pass version on static files ( #1318 )
v6.3.0
2025-07-07 11:54:02 +03:00
a607996bfa
feat: adds minimum resolution of 144p
2025-07-07 11:34:02 +03:00
79f2e2bb11
feat: replace format with fstrings
2025-07-07 11:26:08 +03:00
d54732040a
feat: add DB connection pooling
2025-07-07 11:18:40 +03:00
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
b6e46e7b62
feat: replace login middleware ( #1314 )
2025-07-06 11:25:50 +03:00
36eab954bd
feat: Adds support for Slovenian frontend translations ( #1306 )
2025-07-06 11:05:07 +03:00
610716533b
fix formatting
v6.2.0
2025-07-01 15:46:34 +03:00
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
83f3eec940
feat: enable editing of media slug, show categories on manage media
v6.1.0
2025-06-24 11:13:33 +03:00
a5acce4ab1
fix: single server install issues
v6.0.1
2025-06-15 11:19:29 +03:00
a4e9309350
(FEAT) Add Hebrew Translation ( #1295 )
2025-06-14 11:08:17 +03:00
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
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
b28c2d8271
feat: Video Trimmer and more
2025-06-11 14:48:30 +03:00
d34fc328bf
feat: IT traslation added ( #1267 )
...
* Create it.py
* feat: IT traslation added
2025-05-15 13:30:07 +03:00
ab4d9d67df
fix: issue with import ( #1245 )
v5.0.1
2025-04-07 18:36:38 +03:00
f7a2f049bd
Update README.md ( #1244 )
2025-04-05 12:52:29 +03:00
05414f66c7
feat: RBAC + SAML support
v5.0.0
2025-04-05 12:44:21 +03:00
8fecccce1c
feat: move docker compose files
2025-03-18 19:21:39 +02:00
2a7123ca0b
feat: move docker compose files in dir ( #1231 )
v4.6.0
2025-03-18 19:05:04 +02:00
20f305e69e
feat: Frontend Dependencies Upgrade +Fix Timestamps in videos
2025-03-18 19:01:50 +02:00
d1fda05fdc
fix: flake8
v4.5.1
2025-03-09 20:50:07 +02:00
a02e0a8a66
fix: flake8
2025-03-09 20:48:09 +02:00
21f76dbb6e
feat: playlist optimizations ( #1216 )
2025-03-09 20:44:04 +02:00
50e9f3103f
feat: better support for subtitles ( #1215 )
2025-03-09 20:29:26 +02:00
0b9a203123
revert head changes
v4.4.1
v4.4.0
2025-02-13 20:31:19 +02:00
5cbd815496
fix: Fix Docker WARN: FromAsCasing ( #1196 )
...
Fixes: L27 'as' and 'FROM' keywords' casing do not match
Signed-off-by: Sven-Thorsten Dietrich <thebigcorporation@gmail.com >
2025-02-13 13:57:14 +02:00
3a8cacc847
feat: Bulk fixes ( #1195 )
...
remove ckeditor - not in use
add more strict default password validators
set Django admin as configurable URL
add nginx HSTS and CSP headers
enable moving from private to unlisted in the PORTAL_WORKFLOW private
on default comments listing, show only comments for public media
in case of a private media, dont expose any unneeded metadata
2025-02-13 13:41:53 +02:00
5402ee7bc5
fix: crispy forms ( #1194 )
v4.3.1
2025-02-12 14:27:27 +02:00
a6a2b50c8d
remove redundant message
2025-02-10 22:25:24 +02:00
23e48a8bb7
remove redundant message
2025-02-10 22:24:42 +02:00
313cd9cbc6
fix issue with static files in dev
2025-02-10 22:04:14 +02:00
0392dbe1ed
feat: lib updates and more ( #1187 )
...
This PR performs the following changes:
- update python in Dockerfile
- updates all python libraries (including Django)
- makes md5sum calculation redundant by default
- updates Postgresql used in Docker. For new installations this is ok. For existing ones this is backwards incompatible, and restore through pg_dump+pg_restore has to be performed in order to utilize Postgres 17 (since its not compatible with previous versions and will complain)
- fixes issues with HLS, and adds test to ensure they won't happen again
- allows . and @ in usernames
v4.3.0
2025-02-10 11:34:00 +02:00
a7562c244e
fix: black ( #1164 )
2025-01-22 20:16:21 +02:00
d2ee12087c
feat: Re-Arranged Subtitles by first letter of language ( #863 )
2025-01-22 19:25:47 +02:00
6db01932e1
feat: fullscreen images slideshow ( #1120 )
2025-01-22 19:02:01 +02:00
53d8215346
feat: comment URL ( #1163 )
2025-01-22 14:55:43 +02:00
1b960b28f8
feat: Update insert login_required middleware to allow auth middleware ( #1082 )
2025-01-22 14:54:25 +02:00
02d9188aa1
feat: increase task limit ( #1161 )
2025-01-22 11:22:07 +02:00
8d9a4618f0
feat: support for reading environment variables on Docker
2024-11-22 18:35:47 +02:00
cf93a77802
feat: integrate react-pdf-viewer for PDF display ( #1112 )
2024-11-21 12:15:25 +02:00
5a1e4f25ed
fix: issue with create_hls
v4.2.0
2024-11-20 15:04:27 +02:00
9fc7597e73
fix: GH action
2024-11-20 13:47:29 +02:00
9b3e0250d4
fix: GH action
2024-11-20 13:36:58 +02:00
1384471745
fix: flake8
2024-11-20 13:29:37 +02:00
29b362c8ce
fix: flake8
2024-11-20 13:27:57 +02:00
b8ee2e9fb8
fix: pre-commit
2024-11-20 13:17:25 +02:00