(back) add endpoint checking media status

With the usage of a malware detection system, we need a way to know the
file status. The front will use it to display a loader while the analyse
is not ended.
This commit is contained in:
Manuel Raynaud
2025-05-21 14:22:31 +02:00
committed by Anthony LC
parent d1f73f18cd
commit f1b398e1ae
7 changed files with 311 additions and 4 deletions

View File

@@ -8,8 +8,9 @@ and this project adheres to
## [Unreleased]
## Added
### Added
- ✨(back) add endpoint checking media status
- ✨(backend) allow setting session cookie age via env var #977
- ✨(backend) allow theme customnization using a configuration file #948
- ✨ Add a custom callout block to the editor #892
@@ -18,7 +19,7 @@ and this project adheres to
- 🩺(CI) add lint spell mistakes #954
- 🛂(frontend) block edition to not connected users #945
## Changed
### Changed
- 📝(frontend) Update documentation
- ✅(frontend) Improve tests coverage