Commit graph

7864 commits

Author SHA1 Message Date
ggurdin
91e2aa2dfd remove updatePermissions function that is not called 2024-07-11 12:39:03 -04:00
ggurdin
6c2d90f8f8 prevent recursion when migrating from old matrix account data format 2024-07-11 11:42:00 -04:00
ggurdin
6ab62e2eff added functionality to look for data in the only matrix format if it's missing in the new format, make matrixProfile an instance member of userController 2024-07-11 10:02:53 -04:00
ggurdin
f69ab79c9d made matrix profile save one json value instead of one value per field, added documentation to user controller and user model 2024-07-10 16:55:52 -04:00
ggurdin
87b1b98f0e
Merge pull request #455 from pangeachat/float-create-button
Make create space/chat button float
2024-07-09 15:58:04 -04:00
ggurdin
96c641557f Make create space/chat button float 2024-07-09 15:57:03 -04:00
ggurdin
05a938a069
Merge pull request #454 from pangeachat/dont-block-bot
removed block icon on user bottom sheet for bot
2024-07-09 15:37:42 -04:00
ggurdin
2494827e1d removed block icon on user bottom sheet for bot 2024-07-09 15:37:05 -04:00
ggurdin
f59372a5e2
Merge pull request #453 from pangeachat/spans-from-matches
use match data to construct input underlines, without using tokens
2024-07-09 15:29:57 -04:00
ggurdin
ef12529af4 use match data to construct input underlines, without using tokens 2024-07-09 15:28:33 -04:00
ggurdin
6dd189c38f
Merge pull request #451 from pangeachat/delete-subscription-with-account
warn subscribed users to delete their subscription before deleting th…
2024-07-09 11:48:39 -04:00
ggurdin
8e1423709d warn subscribed users to delete their subscription before deleting their accounts 2024-07-09 11:47:53 -04:00
ggurdin
3d8c3f73be
Merge pull request #446 from pangeachat/permissions-copy
Change copy in chat permissions page away from using numbers
2024-07-08 16:34:27 -04:00
ggurdin
df0f290c41 Change copy in chat permissions page away from using numbers 2024-07-08 16:33:50 -04:00
ggurdin
373474c8f3
Merge pull request #445 from pangeachat/l1-tooltip
when user sees message translation for messages being dispalying in l…
2024-07-08 16:06:07 -04:00
ggurdin
bd55811883 when user sees message translation for messages being dispalying in l1, show inline tooltip with explanation 2024-07-08 16:05:20 -04:00
ggurdin
628871ed3d
Merge pull request #443 from pangeachat/only-one-direct-parent
prevent adding a room to multiple spaces
2024-07-08 15:20:54 -04:00
ggurdin
530443b4c6
Merge branch 'main' into only-one-direct-parent 2024-07-08 15:20:31 -04:00
ggurdin
9fa9078ea4 prevent adding a room to multiple spaces 2024-07-08 15:19:55 -04:00
ggurdin
be730a4054
Merge pull request #441 from pangeachat/dont-add-dms-to-spaces
removed function that adds dms to spaces
2024-07-08 14:44:17 -04:00
ggurdin
9431559e49 removed function that adds dms to spaces 2024-07-08 14:43:36 -04:00
ggurdin
71b804e23d
Merge pull request #440 from pangeachat/send-button-color
make send button color based on igc state
2024-07-08 14:40:52 -04:00
ggurdin
6557da36fc make send button color based on igc state 2024-07-08 14:39:36 -04:00
ggurdin
9099fbf37b
Merge pull request #380 from pangeachat/blue-branch
Shows code version in settings as well as environment
2024-07-08 10:47:42 -04:00
ggurdin
3f1632e7ff
Merge branch 'main' into blue-branch 2024-07-08 10:43:53 -04:00
ggurdin
4bc49420c2 some formatting fixes 2024-07-08 10:43:31 -04:00
bluearevalo
fbbbf5e740 added missing comma in intl_es, same thing for chat.dart as it was missing trailing comma, for my_analytics i added some error catches for that minified:tm
bug
2024-07-05 14:26:36 -04:00
William Jordan-Cooley
6113b901ce lemma factory hot-fix 2024-07-03 19:48:24 -04:00
bluearevalo
150eb9533a Merge branch 'main' into blue-branch 2024-07-03 15:35:57 -04:00
ggurdin
04537a38ec
Merge pull request #433 from pangeachat/fix-env
removed incorrect env file references
2024-07-03 15:33:38 -04:00
ggurdin
347adaf059 removed incorrect env file references 2024-07-03 15:33:09 -04:00
bluearevalo
2901c2a3c5 Merge branch 'main' into blue-branch 2024-07-03 15:12:57 -04:00
ggurdin
d61ae4e059
Merge pull request #432 from pangeachat/message-info
uncommented message info button
2024-07-03 15:10:50 -04:00
ggurdin
20333046c8
Merge branch 'main' into message-info 2024-07-03 15:10:38 -04:00
ggurdin
9362f9c915 uncommented message info button 2024-07-03 15:09:16 -04:00
William Jordan-Cooley
8ab62fed3b update lemma factory 2024-07-03 14:42:51 -04:00
bluearevalo
49251774cc try/catches added for minified:a7t sentry error, added back translationsfor l10n, added more to error_handler to get more info 2024-07-03 14:28:41 -04:00
bluearevalo
b1bf8ce02a Merge branch 'main' into blue-branch 2024-07-03 14:13:41 -04:00
William Jordan-Cooley
266826fd0e take out hasInfo 2024-07-03 14:01:54 -04:00
William Jordan-Cooley
4d34b390d5 simplify logic of message translation 2024-07-03 14:00:11 -04:00
bluearevalo
d4c24e2639 Merged main into blue-branch 2024-07-03 12:13:01 -04:00
William Jordan-Cooley
1163c1d5cd adding pos and morph to lemmas 2024-07-03 12:01:22 -04:00
ggurdin
a28b43d922
Merge pull request #424 from pangeachat/set-source-text
don't set source text to l1 translation
2024-07-02 09:56:57 -04:00
ggurdin
6ca6b19b39 don't set source text to l1 translation 2024-07-02 09:56:26 -04:00
ggurdin
35d909d3cd
Merge pull request #402 from pangeachat/blue-error-handling
error handling for error found by blue
2024-07-01 15:24:09 -04:00
ggurdin
3c4ed1a821 formatting pangea rich text file 2024-07-01 15:23:36 -04:00
bluearevalo
e5c818de5c changed code so getAppVersion supported l10n, added en and es translations 2024-07-01 15:19:32 -04:00
ggurdin
a394cece5c
Merge branch 'main' into blue-error-handling 2024-07-01 15:17:57 -04:00
ggurdin
a37dc8a439
Merge pull request #417 from pangeachat/remove-view-selection-page
removed view selection page in analytics
2024-07-01 15:12:42 -04:00
ggurdin
744549f26d Merge branch 'main' into remove-view-selection-page 2024-07-01 15:11:24 -04:00