Commit Graph

690 Commits

Author SHA1 Message Date
07c4d080c2 server: refactor with diarization, logic works 2023-11-02 17:39:21 +01:00
1c42473da0 server: refactor with clearer pipeline instanciation and linked to model 2023-11-02 17:39:21 +01:00
433c0500cc server: refactor to separate websocket management + start pipeline runner 2023-11-02 17:39:21 +01:00
a45b30ee70 www: ensure login waited before recording
if you refresh the record page, it does not work and return 404 because the transcript is accessed without token
2023-11-02 17:39:21 +01:00
367912869d server: make processors in broadcast to be executed in parallel 2023-11-02 17:39:21 +01:00
00c06b7971 server: use redis pubsub for interprocess websocket communication 2023-11-02 17:39:21 +01:00
8bebb2a769 server: start moving to an external celery task 2023-11-02 17:39:21 +01:00
Koper
16a8579272 Removed console.log 2023-11-02 17:39:21 +01:00
Koper
5f00673ebd Implemented speaker color functions 2023-11-02 17:39:21 +01:00
f4cffc0e66 server: add tests on segmentation and fix issue with speaker 2023-11-02 17:39:21 +01:00
01d7add6cc www: update openapi and display 2023-11-02 17:39:21 +01:00
21e408b323 server: include transcripts words in database, but keep back compatible api 2023-11-02 17:39:21 +01:00
00eb9bbf3c server: improve split algorithm 2023-11-02 17:39:21 +01:00
6d074ed457 www: update frontend to support new transcript format in topics 2023-11-02 17:39:21 +01:00
b323254376 server: move out profanity filter to transcript, and implement segmentation 2023-11-02 17:39:21 +01:00
0d9f66c097 www: fix edge config to go on default by default 2023-11-02 12:32:55 +01:00
Sara
61d1e6b06b fix local and preview config 2023-11-02 12:24:52 +01:00
5a92080e8c ci: fix path inclusion on test_server 2023-11-02 12:24:52 +01:00
fac04d1db1 www: update openapi 2023-11-02 12:24:52 +01:00
726efbc97a server: allow extra environment variable to ease switch between branch
suggested by Andreas
2023-11-02 12:24:52 +01:00
619c142ee3 www: remove sentry replay 2023-11-02 12:24:52 +01:00
9e6f786eae server: deactivate sentry sample rate 2023-11-02 12:24:52 +01:00
Sara
3a12ebd7e1 tweak prefetch on links 2023-11-02 12:24:52 +01:00
Sara
1e262ff8b4 prevent prefetch of login/logout 2023-11-02 12:24:52 +01:00
Sara
0be1bbe96a fix dot replacement 2023-11-02 12:24:52 +01:00
fe6d096f6f server: do not filter empty and recording for now 2023-11-02 12:24:52 +01:00
Sara
18c0d7a13b fix authentication issue 2023-11-02 12:24:52 +01:00
Sara
7ca152992c fix typings and edge config key issue 2023-11-02 12:24:52 +01:00
Sara
2847ee177b fix readme and env files 2023-11-02 12:24:52 +01:00
Sara
7430996f7f self review 2023-11-02 12:24:52 +01:00
Sara
6d5c042548 remove unessecary file 2023-11-02 12:24:52 +01:00
Sara
4a69bffc9c Implement multi tenancy 2023-11-02 12:24:52 +01:00
6bd5247bab www: fixes login on displaying recorder according to waveform loading 2023-11-02 12:24:52 +01:00
b8df3cde8c server: ensure loading bad topic won't be problematic 2023-11-02 12:24:52 +01:00
93ba1b450c www: fix loading of past transcript before the user is authenticated 2023-11-02 12:24:52 +01:00
220b9811af www: add login on layout and fixes browse 2023-11-02 12:24:52 +01:00
81dc9458ae www: remove privacy on home page too according to feat 2023-11-02 12:24:52 +01:00
8a2ddbd076 www: remove some css
this leak on other page after loaded
2023-11-02 12:24:52 +01:00
76f95aad66 www: add transcripts list 2023-11-02 12:24:52 +01:00
ef2f579fc1 www: add feature to enforce login on transcripts record/past/browse 2023-11-02 12:24:52 +01:00
168e4d6fa4 www: add features for privacy and browsing 2023-11-02 12:24:52 +01:00
a3e9683f1e server: update get_all to filter empty and unfinished transcripts 2023-11-02 12:24:52 +01:00
a5b9e75e21 ci: include only server
This prevent the tests to run when readme is changed.
2023-11-01 15:12:10 +01:00
86f4de7958 server: allow CORS credentials 2023-10-18 12:41:15 +02:00
c55f038ed4 server: allow to configure CORS_ORIGIN 2023-10-17 20:38:44 +02:00
Sara
6c7b165e0c Merge pull request #285 from Monadical-SAS/sara/language-picker
Adds a meeting setup where you can pick the translation language
2023-10-15 19:25:52 +02:00
Sara
33372ba049 Merge branch 'sara/language-picker' of github.com:Monadical-SAS/reflector into sara/language-picker 2023-10-15 19:20:04 +02:00
Sara
be7633b52b remove console log, fix no language select 2023-10-15 19:19:13 +02:00
Koper
a9bbe4eebd Minor text change 2023-10-15 18:14:04 +01:00
Koper
0e8fa7df14 Merge branch 'sara/language-picker' of https://github.com/Monadical-SAS/reflector into sara/language-picker 2023-10-15 18:10:08 +01:00