Anthony LC
393e7a06e2
🔖 (minor) release 3.3.0
...
Added:
- ✨ (backend) add endpoint checking media status
- ✨ (backend) allow setting session cookie age via env var
- ✨ (backend) allow theme customnization using a
configuration file
- ✨ (frontend) Add a custom callout block to the editor
- 🚩 (frontend) version MIT only
- ✨ (backend) integrate maleware_detection from django-lasuite
- 🏗️ (frontend) Footer configurable
- 🩺 (CI) add lint spell mistakes
- ✨ (frontend) create generic theme
- 🛂 (frontend) block edition to not connected users
- 🚸 (frontend) Let loader during upload analyze
- 🚩 (frontend) feature flag on blocking edition
Changed:
- 📝 (frontend) Update documentation
- ✅ (frontend) Improve tests coverage
- ⬆️ (docker) upgrade backend image to python 3.13
- ⬆️ (docker) upgrade node images to alpine 3.21
Fixed:
- 🐛 (y-provider) increase JSON size limits for
transcription conversion
Removed:
- 🔥 (back) remove footer endpoint
2025-05-23 11:41:24 +02:00
Anthony LC
53be6de5f8
🔖 (major) release 3.0.0
...
Added:
- 📄 (legal) Require contributors to sign a DCO
Changed:
- ♻️ (frontend) Integrate UI kit
- 🏗️ (y-provider) manage auth in y-provider app
Fixed:
- 🐛 (backend) compute ancestor_links in get_abilities
if needed
- 🔒 ️(back) restrict access to document accesses
2025-03-28 15:32:08 +01:00
Samuel Paccoud - DINUM
91cf5f9367
🔧 (backend) make AI feature reach configurable
...
We want to be able to define whether AI features are available to
anonymous users who gained editor access on a document, or if we
demand that they be authenticated or even if we demand that they
gained their editor access via a specific document access.
Being authenticated is now the default value. This will change the
default behavior on your existing instance (see UPGRADE.md)
2025-02-11 10:54:55 +01:00
Samuel Paccoud - DINUM
62df0524ac
✨ (project) first proof of concept printing pdf from markdown
...
This is a boilerplate inspired from https://github.com/openfun/joanie
2024-01-09 15:30:36 +01:00