Commit Graph

837 Commits

Author SHA1 Message Date
Andreas
a0392edaf9 Update README.md 2023-12-18 20:42:36 +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
8804383af2 Merge pull request #334 from Monadical-SAS/feat-api-speaker-reassignment
API to reassign speakers, and get topics with words
2023-12-15 18:15:02 +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
bde67581d8 Merge pull request #337 from Monadical-SAS/feat-transcript-upload-audio
Upload an audio file
2023-12-15 11:12:33 +01:00
Andreas Bonini
69443603fb Merge pull request #329 from Monadical-SAS/better-speaker-name-colors
Speaker Names Have Better Contrast (but less variety)
2023-12-15 16:57:29 +07:00
Sara
6048339c26 Merge pull request #332 from Monadical-SAS/sara/move-config
Move config
2023-12-14 16:36:38 +01:00
Sara
c693857dcc fix non-dev 2023-12-14 16:34:41 +01:00
Sara
c4557bb9e2 fix non-dev 2023-12-14 16:21:59 +01:00
Sara
4869e760a8 fix readme 2023-12-14 16:04:31 +01:00
Sara
84d06348e5 move config 2023-12-14 16:04:29 +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
f0a217a4dc www: fix mockup data 2023-12-13 15:44:06 +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
Andreas Bonini
bcbd990958 Merge pull request #333 from Monadical-SAS/post-to-zulip
Post to zulip
2023-12-12 23:36:57 +07:00
Sara
44352ab5e3 generate api 2023-12-12 11:40:56 +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
Koper
e89db60b58 My last commit while I am still 35 2023-12-07 23:57:02 +07:00
6f3d7df507 server: add API to reassign speakers, and get topics with words 2023-12-06 16:41:18 +01:00
Koper
e17bc4c708 Simplified code 2023-12-06 21:02:23 +07:00
Koper
6f48aa8835 If sendToZulip is disabled, then <ShareModal /> won't be loaded 2023-12-05 21:28:38 +07:00
Koper
556a8cea80 Removed console.log 2023-12-05 20:42:04 +07:00
Koper
7b9eedc170 Update README.md 2023-12-05 20:37:50 +07:00
Koper
ea72ca42fd Removed top <hr/> 2023-12-05 20:34:17 +07:00
Koper
e6516943a4 Resolved hook problem 2023-12-05 20:32:52 +07:00
Koper
9df6ab4429 Added feature for "sendToZulip", fixed visual issue, .gitignore for db dump files 2023-12-05 20:17:25 +07:00
Koper
702dd5968b Changed to use cloud hosted streams.json 2023-12-05 00:11:02 +07:00
Koper
8178f45a9a Update edgeConfig.ts 2023-12-04 22:02:42 +07:00
Koper
f2c69b041a Update .gitignore 2023-12-04 21:57:45 +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
Koper
7e29a0bf14 Merge branch 'main' into post-to-zulip 2023-12-04 21:06:10 +07:00
Koper
999a3e05a4 Temp commit to merge main into this branch 2023-12-04 20:54:54 +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