Commit Graph

837 Commits

Author SHA1 Message Date
Sara
92b728363e rename error util 2023-11-08 16:17:03 +01:00
de4079f611 www: edit from andreas feedback 2023-11-07 18:41:51 +01:00
226b92c347 www/server: introduce share mode 2023-11-07 12:39:48 +01:00
Sara
26330b9de2 Triage error and better websocket handling 2023-11-03 17:15:03 +01:00
Sara
08b6d05f39 WIP triage responses and handle websocket err 2023-11-03 16:17:36 +01:00
Sara
73327d2e9e adds timeout and humanMessage 2023-11-03 16:17:36 +01:00
6282583d92 www: fix vercel build 2023-11-03 15:55:09 +01:00
Koper
e27baeb7f4 Finished UI 2023-11-03 15:55:09 +01:00
Koper
17f10051ad Edit title + summary UI 2023-11-03 15:55:09 +01:00
Sara
e8c867420f Merge pull request #300 from Monadical-SAS/sara/fix-api-auth
fix api auth
2023-11-03 14:14:02 +01:00
Sara
3339368d94 Merge branch 'main' of github.com:Monadical-SAS/reflector into sara/fix-api-auth 2023-11-03 12:27:37 +01:00
Sara
2c86775bc2 fix mp3 auth 2023-11-03 12:20:23 +01:00
Sara
827dd6d406 Merge branch 'fix-mp3-download-while-authenticated' into sara/fix-api-auth 2023-11-03 12:10:48 +01:00
Sara
45287b4d22 Merge pull request #301 from Monadical-SAS/sara/fix-websockets
fixes websockets
2023-11-03 11:53:55 +01:00
907f4be67a www: fix mp3 download while authenticated 2023-11-03 11:47:58 +01:00
Sara
ee49970db1 fix reactivity 2023-11-03 11:46:13 +01:00
22b1ce9fd2 www: fix build with text->transcript and duplication of topics 2023-11-03 11:34:46 +01:00
Sara
fc0ecaa3d5 minor improvements 2023-11-03 11:12:17 +01:00
5f773a1e82 Update forbidden.tsx - edit to trigger vercel build 2023-11-03 10:36:35 +01:00
da926b79a0 Update README.md - trigger vercel build after outage 2023-11-03 10:34:14 +01:00
b9149d6e68 server: ensure retry works even with 303 redirection 2023-11-02 21:00:14 +01:00
c5893e0391 hotfix/server: do not pass a token for diarization/mp3 if there is no user
When decoding the token, if it is invalid (sub cannot be None), it just fail
2023-11-02 20:34:53 +01:00
6f3e3741e7 hotfix/server: fix crash 2023-11-02 20:12:57 +01:00
aee959369f hotfix/server: correctly load old topic 2023-11-02 20:08:47 +01:00
eb76cd9bcd server/www: rename topic text field to transcript
This aleviate the current issue with vercel deployment
2023-11-02 19:59:56 +01:00
9642d0fd1e hotfix/server: fix duplication of topics 2023-11-02 19:40:45 +01:00
Sara
d9cf29123c also fix QR code 2023-11-02 19:19:34 +01:00
37f6fe6345 server: rename migration script for readability 2023-11-02 19:17:34 +01:00
c87c30d339 hotfix/server: add follow_redirect on modal 2023-11-02 19:09:13 +01:00
3424550ea9 hotfix/server: add id in GetTranscriptTopic for the frontend to work 2023-11-02 19:06:30 +01:00
239fae6189 hotfix/server: add migration script to migrate transcript field to text 2023-11-02 19:02:02 +01:00
Sara
fbba20e136 fixes websockets 2023-11-02 18:56:09 +01:00
2e738e9f17 server: remove unused/old post_transcript.py 2023-11-02 17:39:21 +01:00
057c636c56 server: move logging to base implementation, not specialization 2023-11-02 17:39:21 +01:00
19b5ba2c4c server: add diarization logger information 2023-11-02 17:39:21 +01:00
bba5643237 www: update openapi 2023-11-02 17:39:21 +01:00
f5ce3dd75e www: remove auth changes (will be done by sara PR) 2023-11-02 17:39:21 +01:00
dbf3c9fd2c www: fix path 2023-11-02 17:39:21 +01:00
7fca7ae287 ci: add redis service required for celery 2023-11-02 17:39:21 +01:00
3e7031d031 server: do not remove empty or recording transcripts by default
We should have the possibility to delete or hide them later
2023-11-02 17:39:21 +01:00
4da890b95f server: add dummy diarization and fixes instanciation 2023-11-02 17:39:21 +01:00
d0057ae2c4 server: add missing python-jose 2023-11-02 17:39:21 +01:00
e405ccb8f3 server: started updating documentation 2023-11-02 17:39:21 +01:00
d8a842f099 server: full diarization processor implementation based on gokul app 2023-11-02 17:39:21 +01:00
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