7 Commits

Author SHA1 Message Date
05414f66c7 feat: RBAC + SAML support 2025-04-05 12:44:21 +03: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) 2025-02-12 14:27:27 +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
2025-02-10 11:34:00 +02:00
4992cc425c feat: translations support 2024-10-04 13:17:40 +03:00
dcbfaca91c Developer Experience (#911)
local dev environment
2023-11-13 11:13:08 +02:00