Commit Graph

427 Commits

Author SHA1 Message Date
Sara
1116a0e484 fix folder deletion 2024-01-13 18:33:21 +01:00
Sara
6fe61cd5e3 fix transcript delete 2024-01-13 18:27:12 +01:00
Sara
eecb91ccdd minor fixes 2024-01-02 19:46:00 +01:00
Sara
de88425a02 Merge branch 'main' of github.com:Monadical-SAS/reflector into sara/feat-speaker-reassign 2024-01-02 19:20:56 +01:00
projects-g
3d87a13e0f Upgrade libs to bypass security vulnerabilities (#344)
update libraries
2023-12-28 11:56:21 +05:30
Sara
89dc6ebb01 switch to chackra, bugfixes 2023-12-21 13:56:37 +01:00
Sara
7ebeaf0eb9 Merge branch 'main' of github.com:Monadical-SAS/reflector into sara/feat-speaker-reassign 2023-12-19 13:26:05 +01:00
7bb44ac88b server: fix openapi generation with duplicate route for audio/mp3 2023-12-18 15:42:42 +01:00
Andreas Bonini
bb142cd763 Update .env_template 2023-12-18 21:17:01 +07:00
Andreas
e9192770b5 Updated documentation 2023-12-18 20:22:15 +07:00
a1be489704 Merge pull request #339 from Monadical-SAS/dependabot/pip/server/aiohttp-3.9.0
build(deps): bump aiohttp from 3.8.6 to 3.9.0 in /server
2023-12-15 18:17:43 +01:00
dependabot[bot]
802a7c5b22 build(deps): bump aiohttp from 3.8.6 to 3.9.0 in /server
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.6 to 3.9.0.
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](https://github.com/aio-libs/aiohttp/compare/v3.8.6...v3.9.0)

---
updated-dependencies:
- dependency-name: aiohttp
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-15 14:46:44 +00:00
eba60b7de4 Merge branch 'main' into feat-api-speaker-reassignment 2023-12-15 11:14:19 +01:00
Sara
47762e9b05 implement done button 2023-12-13 16:45:49 +01:00
Sara
66d4470306 Merge branch 'feat-api-speaker-reassignment' of github.com:Monadical-SAS/reflector into sara/feat-speaker-reassign 2023-12-13 16:19:43 +01:00
0976cf3eb5 server: fix migration script 2023-12-13 15:58:03 +01:00
e5d0984363 server: add reviewed in the object output 2023-12-13 15:54:51 +01:00
Sara
8ca8fb141b Merge branch 'feat-api-speaker-reassignment' of github.com:Monadical-SAS/reflector into sara/feat-speaker-reassign 2023-12-13 15:47:17 +01:00
a15a63bc8d server: add reviewed field in transcript 2023-12-13 15:42:17 +01:00
b664b5fff6 server: ensure upload is removed 2023-12-13 12:30:59 +01:00
5dac1dd121 server: fix detection of default celery 2023-12-13 12:26:03 +01:00
6585002dfa tests/upload: use shorter audio 2023-12-13 12:09:56 +01:00
f7f67521fc server: try reconcile both tests webrtc and upload with celery worker 2023-12-13 11:25:46 +01:00
e5e1b70213 server: include endpoint to upload a audio/video file 2023-12-12 20:39:15 +01:00
Sara
d8c4f29d72 Merge branch 'feat-api-speaker-reassignment' of github.com:Monadical-SAS/reflector into sara/feat-speaker-reassign 2023-12-12 11:48:20 +01:00
37b11fdcb8 server: allow reassign speaker range using participant_id 2023-12-12 10:57:21 +01:00
d790308ec7 server: add an endpoint to merge speaker 2023-12-11 19:56:24 +01:00
07b29d42a7 server: add topic duration, and endpoint for getting words group per speaker on a topic 2023-12-11 19:46:05 +01:00
Sara
c12f396b82 quick fix participant get create 2023-12-08 19:44:47 +01:00
6f3d7df507 server: add API to reassign speakers, and get topics with words 2023-12-06 16:41:18 +01:00
Koper
9df6ab4429 Added feature for "sendToZulip", fixed visual issue, .gitignore for db dump files 2023-12-05 20:17:25 +07:00
Koper
a27220ea37 Remove unnecessary files 2023-12-04 21:57:30 +07:00
Koper
de72d43301 delete .aws-sam 2023-12-04 21:16:07 +07:00
84a1350df7 hotfix/server: fix participants loading on old meetings 2023-12-01 18:18:09 +01:00
689ceb8ffd Merge pull request #331 from Monadical-SAS/feat-healthcheck
Add healthcheck for worker
2023-12-01 16:19:47 +01:00
b69369f7f4 Merge pull request #330 from Monadical-SAS/feat-participants
Participant API
2023-12-01 14:23:55 +01:00
f9771427e2 server: add healthcheck for worker 2023-11-30 19:43:19 +01:00
8b1b71940f hotfix/server: update diarization settings to increase timeout, reduce idle timeout on the minimum 2023-11-30 19:25:09 +01:00
7ac6d25217 server: add participant API
Also break out views into different files for easier reading
2023-11-30 19:13:37 +01:00
f9ca92a15c Merge pull request #328 from Monadical-SAS/feat-enhance-diarization
Enhance diarization results
2023-11-30 17:31:50 +01:00
projects-g
eae01c1495 Change diarization internal flow (#320)
* change diarization internal flow
2023-11-30 22:00:06 +05:30
3ebb21923b server: enhance diarization algorithm 2023-11-29 20:34:43 +01:00
f8407874f7 server: fixes share_mode script 2023-11-23 12:41:39 +01:00
Sara
2212d440d4 Merge branch 'main' of github.com:Monadical-SAS/reflector into feat-sharing 2023-11-22 19:28:45 +01:00
0e5c0f66d9 server: move waveform out of the live pipeline 2023-11-22 14:41:40 +01:00
794d08c3a8 server: redirect to storage url 2023-11-22 14:41:40 +01:00
99b973f36f server: fix tests 2023-11-22 14:41:40 +01:00
5ffa931822 server: update backend tests results (rpc does not work with chords) 2023-11-22 14:41:40 +01:00
06b29d9bd4 server: add audio_location and move to external storage if possible 2023-11-22 14:41:40 +01:00
88f443e2c2 server: revert change on storage folder 2023-11-22 14:41:40 +01:00