Commit graph

5100 commits

Author SHA1 Message Date
ggurdin
b4d3d398fd
Merge branch 'main' into filter-analytics-events 2024-07-15 14:07:14 -04:00
ggurdin
c0cd10a0e2 filter out analytics events from syncs. hide space analytics 2024-07-15 14:06:27 -04:00
ggurdin
c05f478189
Merge branch 'main' into matrix-profile-updates 2024-07-15 11:45:10 -04:00
ggurdin
d15d149b87 removed calls to unsafeGetUserFromMemoryOrFallback that was causing stack overflow error 2024-07-15 11:19:19 -04:00
Krille
282188f574
chore: Follow up listtilehovered 2024-07-15 16:57:56 +02:00
Krille
54ba4544af
chore: Follow up listtilehover 2024-07-15 16:57:19 +02:00
Krille
1b95694a58
chore: Follow up spaces design 2024-07-15 16:53:09 +02:00
Krille
47d1165b45
chore: Follow up chat list context menu 2024-07-15 16:34:48 +02:00
Kelrap
7985743382 Fix loading issue when space is selected? 2024-07-15 10:02:05 -04:00
Krille
650f87b1d2
chore: Follow up spaces ui 2024-07-15 15:19:50 +02:00
Krille
3bd7257249
chore: Follow up spaces ui 2024-07-15 13:57:29 +02:00
Krille
942970e049
chore: Follow up spaces design 2024-07-15 13:47:01 +02:00
Krille
8a5cd9bf16
chore: Follow up spaces ui 2024-07-15 13:45:02 +02:00
Krille
7b0e0404c0
chore: Follow up select chats 2024-07-15 13:39:12 +02:00
Krille
64c56f889b
chore: Follow up join space invites 2024-07-15 13:21:35 +02:00
Krille
254f21ce00
chore: Follow up new spaces design 2024-07-15 13:18:15 +02:00
krille-chan
5c23453e66
feat: New spaces and chat list design 2024-07-15 09:36:45 +02:00
dlyrsk
13a39498a3
Fix web base url and privacy url configuration processing 2024-07-14 21:27:52 +09:30
ggurdin
0ac4b664ce changed from string to Map 2024-07-12 17:03:00 -04:00
ggurdin
8acc793f0c added documentation to user controller and user model 2024-07-12 14:26:44 -04:00
ggurdin
3759731d48 code cleanup 2024-07-12 14:06:21 -04:00
ggurdin
ca9dcba4e7 removed any functionality attached to pangea profile, only use it to migrate. Made matrix profile a class with instance members. 2024-07-12 13:52:46 -04:00
bluearevalo
bb32f584f4 Fixed background for login view 2024-07-12 12:48:12 -04:00
bluearevalo
5f59a39c72 removed comment 2024-07-12 11:16:37 -04:00
bluearevalo
35434b09d1 Add mounted check to prevent updates on unmounted widgets 2024-07-12 11:14:00 -04:00
ggurdin
ff468cb4bd remove isFetching flag from user controller and replaced that functionality by making the completer nullable 2024-07-11 13:17:30 -04:00
ggurdin
303d2b1e17 switched accessToken back to be non-nullable 2024-07-11 13:11:20 -04:00
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
bluearevalo
5494019be5 set max char size for input field 2024-07-10 16:47:22 -04:00
bluearevalo
425b7ddcf1 oops formatting fix 2024-07-10 13:37:39 -04:00
bluearevalo
a5cdafcb65 Added null checks, error handling, and used non-null version of l10n 2024-07-10 13:24:13 -04:00
ggurdin
96c641557f Make create space/chat button float 2024-07-09 15:57:03 -04:00
ggurdin
2494827e1d removed block icon on user bottom sheet for bot 2024-07-09 15:37:05 -04:00
ggurdin
ef12529af4 use match data to construct input underlines, without using tokens 2024-07-09 15:28:33 -04:00
ggurdin
8e1423709d warn subscribed users to delete their subscription before deleting their accounts 2024-07-09 11:47:53 -04:00
ggurdin
df0f290c41 Change copy in chat permissions page away from using numbers 2024-07-08 16:33:50 -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
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
9431559e49 removed function that adds dms to spaces 2024-07-08 14:43:36 -04:00
ggurdin
6557da36fc make send button color based on igc state 2024-07-08 14:39:36 -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
William Jordan-Cooley
bca1b87677 added span display details to activity 2024-07-07 19:31:29 -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
Krille
ef5ea57c58
refactor: Omit local types 2024-07-04 15:42:00 +02:00
Krille
e88afdd357
chore: Follow up use 24 hour format 2024-07-04 15:37:28 +02:00