Commit graph

3599 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
ceb7fdb24e Fixed code in Fluffchat files to match convention 2024-05-22 16:21:25 -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
ggurdin
0aacd6407c don't add spaceId query parameter if activeSpaceId is null 2024-05-20 16:52:56 -04:00
Kelrap
9a6a58e53c Prevent non-admins of room from toggling class membership 2024-05-20 16:33:33 -04:00
ggurdin
9a11834501
Merge pull request #222 from pangeachat/testing-speech-to-text
ensure speech_to_text endpoint is only called once, round words for p…
2024-05-20 15:24:43 -04:00
ggurdin
8c421d80cc adjusted pangea comments 2024-05-20 14:38:17 -04:00
Kelrap
5f83955544 Archived chats don't show Chat Details or Leave 2024-05-20 14:26:18 -04:00
Kelrap
39c8012137 Archive list does not show spaces/analytics rooms 2024-05-20 13:52:14 -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
ggurdin
e156408a63
Merge pull request #215 from pangeachat/new-group-query-instead-of-path
New group uses query to store space ID
2024-05-17 16:38:02 -04:00
ggurdin
c88970d859 removed unused comments 2024-05-17 16:37:39 -04:00
Kelrap
b2166906c3 Use query parameter to autoselect class 2024-05-17 16:26:04 -04:00
ggurdin
c0a56a3ee6
Merge pull request #219 from pangeachat/limit-name-length
Limit name length
2024-05-17 16:02:45 -04:00
ggurdin
31c128f329
Merge pull request #216 from pangeachat/only-admin-remove-room-from-space
Only admins can remove a room from a space
2024-05-17 15:54:28 -04:00
Kelrap
d247abb320
Limited edited class name length to 32 2024-05-17 15:46:27 -04:00
Kelrap
09f26fb91f
Limit display name length to 32 2024-05-17 15:45:14 -04:00
Kelrap
f84e92d9d0
limit new space name length to 32 2024-05-17 15:43:36 -04:00
Kelrap
c03ca24efe
limit new group name length to 32 2024-05-17 15:42:37 -04:00
Kelrap
c74b2c290a Non-text messages cannot be edited 2024-05-17 14:35:21 -04:00
Kelrap
f27c5981e8 Checks the user is member of room and admin before showing option to remove room from space 2024-05-17 14:06:22 -04:00
Kelrap
19809a6f2d When a user creates a new group from inside a class, the space ID will be stored via query 2024-05-17 12:10:36 -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
40af297bca Merge branch 'main' into learning-settings-icon 2024-05-16 10:20:32 -04:00
ggurdin
ba72857114 merge conflicts 2024-05-16 10:15:22 -04:00
ggurdin
e03beac866 Merge branch 'main' into usability-5-14 2024-05-16 10:09:47 -04:00
ggurdin
ed1a483184 load accuracte number for num chats in space 2024-05-16 10:08:17 -04:00
Kelrap
46d6f9f115 Updated My Learning Settings icon in chat settings menu 2024-05-16 10:03:54 -04:00
ggurdin
48988c19e6
Merge pull request #204 from pangeachat/remove-audio-autoplay-as-default
Change default value of autoplay option to false
2024-05-16 09:31:27 -04:00
Kelrap
00c90ec9a0 Checks that message is not redacted before opening toolbar 2024-05-16 09:24:20 -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
875b98cc5e
Merge pull request #201 from pangeachat/speech-to-text-fixes
fix for JSON datatype error
2024-05-15 14:26:24 -04:00