Commit graph

268 commits

Author SHA1 Message Date
Matthew
fdbbd0e603 improve ITStep Transitions 2024-05-23 23:48:08 -04:00
ggurdin
629b5e48e3
Merge pull request #236 from pangeachat/prevent-empty-chats
Prevent Empty Chats
2024-05-22 16:41:02 -04:00
ggurdin
46aca69e8b Merge branch 'main' into prevent-empty-chats 2024-05-22 16:40:10 -04:00
ggurdin
c203071a7d removed unused delete room files 2024-05-22 16:39:32 -04:00
Kelrap
f79203a47e Mark chats as read before leaving them 2024-05-22 16:12:10 -04:00
ggurdin
20853ef547 Merge branch 'main' into language-detect-api 2024-05-22 13:23:42 -04:00
ggurdin
20733e6645 fix for API key 2024-05-22 13:21:08 -04:00
ggurdin
087c0d05e9 fix for showRichText function 2024-05-22 13:04:23 -04:00
ggurdin
ab33ec2b3f don't show rich text for own messages if they're not overlay 2024-05-22 12:58:35 -04:00
ggurdin
38634b8dc7 fix for empty data returned from wordnet 2024-05-22 10:05:33 -04:00
ggurdin
392aad50bb added language detection controller to pangea controller 2024-05-22 09:43:56 -04:00
William Jordan-Cooley
757e9be212 allowing user_l1 and user_l2 to be nullable in request 2024-05-21 17:56:18 -04:00
William Jordan-Cooley
aea0c9ccec added language detection controller, edited README, and removed some old code 2024-05-21 17:44:09 -04:00
Kelrap
8b0104db06 Moved state-related functionality to controller 2024-05-21 11:51:30 -04:00
Kelrap
733f37717c When user changes languages, updates learning settings 2024-05-21 11:11:55 -04:00
Kelrap
9a6a58e53c Prevent non-admins of room from toggling class membership 2024-05-20 16:33:33 -04:00
ggurdin
f797cdbb4a ensure speech_to_text endpoint is only called once, round words for per minute string, always auto-speech-to-text for audio message toolbar 2024-05-20 12:34:36 -04:00
Kelrap
d247abb320
Limited edited class name length to 32 2024-05-17 15:46:27 -04:00
Kelrap
0b0d40c13e Fixed bug where redacted messages sometimes showed in chat subtitle 2024-05-16 16:24:09 -04:00
ggurdin
d5fc7b5e78 fix for error with msg events with multiple of the same type of pangea match only showing the first instance 2024-05-16 14:46:08 -04:00
ggurdin
ba72857114 merge conflicts 2024-05-16 10:15:22 -04:00
Kelrap
25daaad305
Change default value of autoplay option to false 2024-05-15 16:49:47 -04:00
ggurdin
a2fe15ae6a
Merge pull request #203 from pangeachat/words-per-ms
converting actually to words per hour so its an int
2024-05-15 15:29:28 -04:00
William Jordan-Cooley
fa0639b5d6 converting actually to words per hour so its an int 2024-05-15 15:17:30 -04:00
ggurdin
48445a5bf9 Merge branch 'main' into usability-5-14 2024-05-15 15:06:04 -04:00
ggurdin
f15d79179d usability test updates - don't stack space details, always suggest new chats in spaces 2024-05-15 15:03:35 -04:00
ggurdin
b26d786d95 fix for JSON datatype error 2024-05-15 14:18:08 -04:00
ggurdin
bc47e84de2 uncommented error handling so warning message shows on card, instead of loading circle 2024-05-15 13:58:57 -04:00
ggurdin
7131fd47a8 fix for speech to text matrix event 2024-05-15 13:43:21 -04:00
William Jordan-Cooley
daaa83b00d fixing two oops 2024-05-15 11:01:20 -04:00
William Jordan-Cooley
326d2b5fbd adding words per minute to speech to text feedback 2024-05-15 10:57:34 -04:00
ggurdin
5855cb2de5 updated record package version for iOS fix 2024-05-14 14:59:58 -04:00
ggurdin
536d3ddfd8 added helper functions to reduce duplications in functions to add analytics rooms to spaces and to join analytics rooms via spaces 2024-05-14 12:16:00 -04:00
ggurdin
61bcf059d3 removed unused function 2024-05-14 11:14:04 -04:00
ggurdin
308bd9ee49 ensure that users' analytics rooms are consistently made for users and that teachers are added to analytics rooms are soon as possible 2024-05-14 11:12:23 -04:00
ggurdin
f7fa048bde
Merge pull request #191 from pangeachat/sentry-warnings
allow sentry error levels to be set
2024-05-14 10:16:04 -04:00
ggurdin
ffb532b1dd allow sentry error levels to be set 2024-05-14 10:14:41 -04:00
Kelrap
a4c930c629
Checks if teacher is user before adding to invite list 2024-05-14 09:58:39 -04:00
ggurdin
8d75d74aab don't translate chat list subtitle if users' langauges aren't set 2024-05-13 14:27:36 -04:00
William Jordan-Cooley
821fda7365 Merge branch 'main' into speech-to-text 2024-05-08 17:14:48 -04:00
ggurdin
8c108f6708 When enabling the bot, the Language level of the bot should default to that of the class 2024-05-08 15:36:11 -04:00
ggurdin
5ad48def7c When adding a chat to a class, default to 'suggested' set to true 2024-05-08 15:23:35 -04:00
ggurdin
c2f785795e refresh toolbar / input bar after activating free trial 2024-05-08 14:53:41 -04:00
ggurdin
f6a45323e0 make join_with_link work for users who are logged in or logged out 2024-05-08 14:26:34 -04:00
ggurdin
7d3a7103c5 If the user highlights a word and they’re not actively defining, then it should automatically switch to translation 2024-05-08 09:28:20 -04:00
ggurdin
4c00c73bea Merge branch 'main' into sentry 2024-05-08 09:09:56 -04:00
ggurdin
76544d1f0b updated speech to text card icons 2024-05-07 16:48:35 -04:00
ggurdin
86c4818b8b merge conflicts 2024-05-07 16:13:25 -04:00
William Jordan-Cooley
191fc69628 now displaying score for pronunciation 2024-05-07 16:10:53 -04:00
ggurdin
5974334a6e don't should no info necessary message if user is not in trial period 2024-05-07 16:10:01 -04:00