Commit graph

7131 commits

Author SHA1 Message Date
ggurdin
6e5d97c4ef Merge branch 'main' into login-loading 2024-05-27 15:55:01 -04:00
Kelrap
5249947ae5 Shows loading screen after login 2024-05-27 12:50:42 -04:00
ggurdin
62d221c68c
Merge pull request #235 from pangeachat/ellipses-on-text-overflow
Overflowing text is shortened
2024-05-27 09:46:59 -04:00
ggurdin
de443179be Merge branch 'main' into ellipses-on-text-overflow 2024-05-27 09:46:23 -04:00
ggurdin
a72197c805 increased max chat / space name length 2024-05-27 09:45:50 -04:00
ggurdin
ad5275c3e0
Merge pull request #240 from pangeachat/range-error-handling
better error handling for range errors in span cards
2024-05-23 11:47:36 -04:00
ggurdin
c1090925d1 better error handling for range errors in span cards 2024-05-23 11:46:55 -04:00
ggurdin
6eb9f8c9d2
Merge pull request #239 from pangeachat/concurrent-modification-fix
fix for concurrent modification of list error
2024-05-23 09:39:35 -04:00
ggurdin
340e90ac38 fix for concurrent modification of list error 2024-05-23 09:39:01 -04:00
ggurdin
e25b90c6db
Merge pull request #238 from pangeachat/translations
Spanish translations
2024-05-23 09:25:32 -04:00
ggurdin
208a5ef095 Spanish translations 2024-05-23 09:24:54 -04:00
ggurdin
075f7deb13
Merge pull request #208 from pangeachat/196-ui-to-allow-changing-different-bot-modes
196 UI to allow changing different bot modes
2024-05-23 09:14:55 -04:00
ggurdin
0454e1419d merge conflicts 2024-05-23 09:14:21 -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
Kelrap
aaeb72c398 Overflowing text is shortened, with ellipsis 2024-05-22 14:34:27 -04:00
ggurdin
d8d9f75393
Merge pull request #231 from pangeachat/language-detect-api
[WIP] Language-detect-api
2024-05-22 13:29:27 -04:00
WilsonLe
e935ba33f1 change discussion topic and keywords input to use dialog input 2024-05-22 13:27:44 -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
a1fa4a2d0b
Merge pull request #234 from pangeachat/show-rich-text-fixes
Show rich text fixes
2024-05-22 13:06:13 -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
4b88b263c0
Merge pull request #232 from pangeachat/word-data-fix
fix for empty data returned from wordnet
2024-05-22 10:06:08 -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
WilsonLe
1724871de4 remove discussion mode selects 2024-05-22 09:01:36 -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
ggurdin
10bc0e6d72
Merge pull request #226 from pangeachat/update-learning-settings
Updates learning settings
2024-05-21 11:56:58 -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
46a71d46d8
Merge pull request #224 from pangeachat/only-admins-toggle-spaces
Only admins toggle spaces
2024-05-20 16:53:18 -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
4466c64436
Merge pull request #223 from pangeachat/archive-only-show-chats
Archive list only shows chats
2024-05-20 14:38:52 -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
WilsonLe
6210f743b0 remove excess bot options 2024-05-20 13:22:13 -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