Commit Graph

1855 Commits

Author SHA1 Message Date
leo 765625c6f0 wip: replace created_at by started_at. may want to revert 2026-03-26 00:30:12 +01:00
leo e64b2901f9 Changed diarization (dict) to Transcription object 2026-03-25 17:49:23 +01:00
leo 7dc7da9109 plug user assign + replace recording_date, recording_time by recording_datetime 2026-03-25 17:14:52 +01:00
leo 1889fe6505 Add user assignment 2026-03-25 15:20:14 +01:00
leo bf54feac9a fix Dockerfile 2026-03-25 14:29:36 +01:00
leo f08ae06c5c fix lint-agents install 2026-03-25 14:23:04 +01:00
leo d05a4da470 fix tests for linting 2026-03-25 14:16:07 +01:00
leo b16062dcc7 fix linting 2026-03-25 11:55:57 +01:00
leo 665cb0edde fix conditions for transcription 2026-03-25 11:46:15 +01:00
leo 12851d940e fix frontend transcribe flag 2026-03-25 11:46:15 +01:00
leo f82f9dacd6 fix test 2026-03-25 11:46:15 +01:00
leo 96bd8cc06e enable metadata collection by default 2026-03-25 11:46:15 +01:00
leo 8261b8cff8 add tests 2026-03-25 11:46:15 +01:00
leo 18d77bc491 fix bug 2026-03-25 11:46:15 +01:00
leo 7c1624cfaa modify metadata recording conditions 2026-03-25 11:46:15 +01:00
leo 1b02bfcc63 changes to Dockerfile and compose 2026-03-25 11:46:15 +01:00
leo b350ff5650 fix bug 2026-03-25 11:46:15 +01:00
leo 399ea0f2d0 update Dockerfile and compose 2026-03-25 11:46:12 +01:00
leo d894215f48 fix async bug 2026-03-25 11:44:52 +01:00
leo 9914a87387 update docstrings 2026-03-25 11:44:52 +01:00
leo a671054186 add exception for missing conf 2026-03-25 11:44:52 +01:00
leo fef4745c77 add Recording type to variables 2026-03-25 11:44:52 +01:00
leo ca8220aa1a store dispatch id instead of search 2026-03-25 11:44:52 +01:00
leo eb3923cde3 consistently name metadata collector 2026-03-25 11:44:52 +01:00
leo c274c005ce consistently name metadata collector 2026-03-25 11:44:52 +01:00
leo 5a0344ff08 clean up 2026-03-25 11:44:52 +01:00
lebaudantoine 74cf4bf538 wip align env variable in metadata agent 2026-03-25 11:44:52 +01:00
lebaudantoine 78124dd589 wip create a temporary service to trigger the metadata agent 2026-03-25 11:44:52 +01:00
lebaudantoine a67daf1b58 wip persist metadata in the right folder with the right name 2026-03-25 11:44:52 +01:00
lebaudantoine 2aaa9b6999 wip lint the metadata agent 2026-03-25 11:44:52 +01:00
lebaudantoine 62dd62235f wip start when requested the metadata agent 2026-03-25 11:44:52 +01:00
lebaudantoine 37eabc6d8b wip create timestamp on utc timezone 2026-03-25 11:44:52 +01:00
lebaudantoine a4d741c3a8 wip rename to_dict to serialize 2026-03-25 11:44:52 +01:00
lebaudantoine cbf7842cc5 wip track chat message 2026-03-25 11:44:52 +01:00
lebaudantoine 9c5b60a19e wip listen to participant rename event 2026-03-25 11:44:52 +01:00
lebaudantoine 4d682f9715 wip rename participants_seen 2026-03-25 11:44:52 +01:00
lebaudantoine 5019ed5c9e wip temporary deploy the metadata agetn 2026-03-25 11:44:52 +01:00
lebaudantoine 7e41d54a3e wip introduce metadata agent 2026-03-25 11:44:40 +01:00
lebaudantoine d15e09997f wip align script naming 2026-03-25 11:43:59 +01:00
lebaudantoine 108db2e3e5 📌(backend) pin brevo-python to v2.x.x. in renovate
The SDK introduced breaking changes in newer versions. Lock the
dependency to v2.x.x to maintain compatibility.
2026-03-25 11:18:58 +01:00
renovate[bot] 73496406e8 ⬆️(dependencies) update python dependencies 2026-03-25 11:18:57 +01:00
lebaudantoine c5c96369c8 🔊(backend) remove email addresses from invitation failure logs
Email addresses are PII and should not appear in technical or
error logs.

Sanitize logging to avoid exposing sensitive user data when
invitation sending fails.
2026-03-25 09:52:43 +01:00
lebaudantoine e9f90e95b1 🔒️(backend) fix email disclosure in room invitation endpoint
Prevent invited participants from seeing each other's email
addresses when sending room invitations.

Ensure invitations are sent with proper isolation to avoid
mass PII disclosure.

This mitigates risks of email harvesting, spam, and phishing
through the platform.
2026-03-25 09:52:43 +01:00
lebaudantoine f57fbf2d35 🔖(minor) bump release to 1.12.0 v1.12.0 2026-03-24 23:37:41 +01:00
Martin Weinelt 920f4558fc 🐛(backend): fix module inclusion with uv-build
After migrating to uv-build only the module matching the project name was
included in sdist/wheel packages. Without a src layout additional modules
need to be tracked manually to ship them in built packages.
2026-03-24 16:14:31 +01:00
lebaudantoine 9df901b9d6 📝(backend) clarify trailing slash requirement in API Swagger doc
Specify that POST routes require a trailing slash to avoid
confusion and incorrect usage from API consumers.
2026-03-24 15:31:58 +01:00
dependabot[bot] c09c440631 ⬆️️️(frontend) bump dompurify from 3.3.1 to 3.3.2 in /src/frontend
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.3.1 to 3.3.2.
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](https://github.com/cure53/DOMPurify/compare/3.3.1...3.3.2)

---
updated-dependencies:
- dependency-name: dompurify
  dependency-version: 3.3.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-23 18:23:18 +01:00
dependabot[bot] cd7ce77074 ⬆️️️(frontend) bump hono from 4.12.2 to 4.12.7 in /src/frontend
Bumps [hono](https://github.com/honojs/hono) from 4.12.2 to 4.12.7.
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](https://github.com/honojs/hono/compare/v4.12.2...v4.12.7)

---
updated-dependencies:
- dependency-name: hono
  dependency-version: 4.12.7
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-23 18:08:38 +01:00
dependabot[bot] 6d3c26419d ⬆️️️(frontend) bump undici from 6.23.0 to 6.24.1 in /src/frontend
Bumps [undici](https://github.com/nodejs/undici) from 6.23.0 to 6.24.1.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v6.23.0...v6.24.1)

---
updated-dependencies:
- dependency-name: undici
  dependency-version: 6.24.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-23 17:59:51 +01:00
dependabot[bot] 9dbc38984e ⬆️ Bump flatted from 3.3.1 to 3.4.2 in /src/frontend
Bumps [flatted](https://github.com/WebReflection/flatted) from 3.3.1 to 3.4.2.
- [Commits](https://github.com/WebReflection/flatted/compare/v3.3.1...v3.4.2)

---
updated-dependencies:
- dependency-name: flatted
  dependency-version: 3.4.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-23 17:50:57 +01:00