Commit graph

4115 commits

Author SHA1 Message Date
ggurdin
aedf79a96d
Merge branch 'main' into translate-warning-criteria 2024-07-19 15:06:03 -04:00
ggurdin
88e01b5ac9
Merge branch 'main' into show-new-rooms-in-spaces 2024-07-19 15:04:09 -04:00
ggurdin
3a874902d3 added some comments with justification for changes to how space view is auto loaded 2024-07-19 15:03:12 -04:00
ggurdin
798d936315 update space view when space children change 2024-07-19 14:56:18 -04:00
ggurdin
6378c59a2b reduced the number of calls to postLoad and the number of awaits for analytics room management 2024-07-19 13:06:19 -04:00
Kelrap
9baabbe5b9 Changes criteria for showing translate warning 2024-07-19 10:33:26 -04:00
ggurdin
23d2f131de
Merge branch 'main' into load-visible-space-hierarchy 2024-07-18 13:49:51 -04:00
ggurdin
56d1f853c3
Merge branch 'main' into save-new-space-avatar 2024-07-18 13:40:43 -04:00
ggurdin
65b4c1667d replaced commented out fluffychat code to set avatar in initial state when creating a new space 2024-07-18 13:40:07 -04:00
ggurdin
d1c046091b repeatedly call getSpaceHierarchy until a sufficiently high number of visible space children have loaded 2024-07-18 13:31:29 -04:00
Kelrap
ab7a8e2582 Changed implementation to use initialstate 2024-07-18 11:32:59 -04:00
Kelrap
9e6a3fd21c Saves avatar when creating new space 2024-07-17 15:06:46 -04:00
Kelrap
e24293432e Not show option to add students to subspace 2024-07-17 12:42:39 -04:00
ggurdin
6648999317 commented out references to rooms rule editor in new_space.dart 2024-07-17 11:03:33 -04:00
ggurdin
36fc580c45 replace setting of room id in choreographer 2024-07-17 10:10:18 -04:00
ggurdin
f9adab52a2
Merge branch 'main' into optimizations 2024-07-17 09:29:37 -04:00
ggurdin
4adbb1b335 commented out pangea room rules editor in new space and chat details view 2024-07-17 09:27:58 -04:00
ggurdin
4f1445d975 fixes for null check / disposed widget errors 2024-07-17 09:21:55 -04:00
ggurdin
37f0c819b6
Merge branch 'main' into no-subspace-welcome-chat 2024-07-16 15:41:37 -04:00
ggurdin
c9e023e684 rate limited builds for unread room badge, don't call to load chat counts until it's needed for the UI 2024-07-16 15:28:56 -04:00
Kelrap
5a06e70802 Do not create welcome chats under any circumstance 2024-07-16 14:36:15 -04:00
Kelrap
2fbc4e2016 Doesn't add welcome chat to subspace 2024-07-16 13:59:45 -04:00
ggurdin
75ebd028c5
Merge branch 'main' into space-view-loading 2024-07-16 13:48:34 -04:00
ggurdin
280915fc96 removed excessive calls to setState in chat.dart and replaced them with smaller, stateful widgets 2024-07-16 13:43:11 -04:00
Kelrap
899a128118 Fix loading issue for realsies 2024-07-16 12:23:40 -04:00
ggurdin
ad71fec48e
Merge branch 'main' into hide-find-convo-partner 2024-07-16 10:40:09 -04:00
ggurdin
8f08646623 merge conflict 2024-07-16 10:34:40 -04:00
ggurdin
057f07d210 removed debugger statement from my_analytics_controller update function - not an error state 2024-07-16 10:04:34 -04:00
ggurdin
70de0fc866 Merge branch 'main' into blue7/08 2024-07-16 09:58:25 -04:00
ggurdin
08faf399cc added fix for pangea profile toJson method 2024-07-16 09:53:19 -04:00
Kelrap
4e3f00f9b8 Remove Find Conversation Partner button from menu 2024-07-16 09:41:12 -04:00
ggurdin
7e87c3154c fix for orange box error in learning settings, updated instructions to base their toggle status on matrix profile 2024-07-16 09:38:54 -04:00
William Jordan-Cooley
c4ef728578 client will consume lemma as single object but be capable of handling json lemma as list 2024-07-16 09:06:58 -04:00
bluearevalo
e6fa69df39 add back #pangea comment tags 2024-07-15 15:28:16 -04:00
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
Kelrap
7985743382 Fix loading issue when space is selected? 2024-07-15 10:02:05 -04:00
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