Commit Graph

15 Commits

Author SHA1 Message Date
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
2025-02-10 11:34:00 +02:00
02d9188aa1 feat: increase task limit (#1161) 2025-01-22 11:22:07 +02:00
5a1e4f25ed fix: issue with create_hls 2024-11-20 15:04:27 +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
aa8a2d92dc Feat/check input (#1089)
* docs: instructions to set frames per seconds on sprites

* feat: add more validation

* remove reduntant line
2024-10-19 14:17:19 +03:00
4992cc425c feat: translations support 2024-10-04 13:17:40 +03:00
e9739bab45 Feat celery run (#860)
* avoid calling post save signals
* remove stale celery ids that prevent new services from starting
2023-11-10 16:06:17 +02:00
029665145e Python requirements and Docker version upgrades (#826)
v3.0.0: Python, Django, Celery and other version upgrades
2023-07-03 13:40:39 +03:00
a3997bfb1c update versions for pre-commit (#741) 2023-03-14 14:09:52 +02:00
8145ba0914 add missing validation for logging 2021-06-18 15:37:09 +03:00
110695ae2f improvements on flake8 (#200) 2021-05-27 17:40:52 +03:00
6df942ac4e format content (#198) 2021-05-26 18:35:21 +03:00
fec21c2f40 allow encoding for small videos 2021-01-26 22:03:06 +02:00
75430de2e0 MediaCMS backend, initial commit 2020-12-15 23:33:43 +02:00