1
0
Fork 0
forked from Nexus/nexus
Commit graph

184 commits

Author SHA1 Message Date
148bc8f95c
improve creation of editSource 2026-06-23 11:32:37 -04:00
3c7c74f745
hide URL previews if generating them throws an error 2026-06-23 10:50:20 -04:00
1986e2a627
fixes to creator power level logic 2026-06-17 23:24:25 -04:00
ab40600746 Take into account creators when checking power levels (#44)
Fixes #40.

Reviewed-on: Nexus/nexus#44
Reviewed-by: Henry Hiles <henry@henryhiles.com>
2026-06-17 23:16:51 -04:00
e1d7a30a06
Support one level of subspaces 2026-06-06 15:11:40 -04:00
457de3c77c
more performant member list 2026-06-06 10:51:56 -04:00
5f9622e1c9
try to fix android build 2026-06-05 21:39:51 -04:00
6e02cce84f
WIP subspace support 2026-06-05 21:23:06 -04:00
735a3357d7
fix logic for deciding when to fetch members 2026-06-05 18:38:27 -04:00
02b7892fb0
better handle when room is null 2026-06-05 18:33:16 -04:00
3afb4befa5
add null check in room chat controller 2026-06-05 18:10:41 -04:00
fcdada6f3e
add support for v12 creators 2026-06-05 18:10:41 -04:00
0c950247b0
improve UI of member list, sort by power level 2026-06-05 18:10:41 -04:00
27dca24889
better login flow
Co-authored-by: Henry-Hiles <henry@henryhiles.com>
2026-06-05 17:28:53 -04:00
a87c9dc678
warm up emojis controller 2026-06-03 10:24:05 -04:00
99270f4bd1
don't reverse CustomScrollView
Reviewed-on: Nexus/nexus#34
2026-06-02 21:09:35 -04:00
d2ec5f035b
treewide: use dot shorthands where possible
Now this feature is stable, we should use it. I might have missed some usecases, but these can be added in future commits.
2026-06-02 12:50:56 -04:00
6281c1d13a
make UrlPreviewController not autoDispose 2026-05-31 22:13:46 -04:00
eb87cbc17b
more elegantly handle empty displaynames 2026-05-31 21:46:29 -04:00
b836c3b06e
show messages whilst sending 2026-05-26 12:07:43 -04:00
8b310c955d
Mark windows support as added 2026-05-25 12:01:12 -04:00
16cf126df4 Remove flutter chat (#26)
Had to squash merge manually as Forgejo was erroring
2026-05-21 17:02:08 -04:00
4dc16a5529
Revert "WIP removal of new_events_controller"
This reverts commit 5a99616e9c.
2026-05-03 12:10:37 -04:00
5a99616e9c
WIP removal of new_events_controller [skip ci] 2026-04-28 20:44:12 -04:00
313dc377ec
fetch emoji list from gemoji for a more complete emoji list 2026-04-13 22:44:22 -04:00
3e8eba0872
disable react button while last action is pending 2026-04-12 15:07:49 -04:00
4954fb8c09
allow redacting/removing reactions 2026-04-12 14:56:08 -04:00
4ff507e93f
fix spellchecker complaining 2026-04-12 14:20:26 -04:00
1dcf3018a2
Allow sending reactions
(but not redacting them yet)
2026-04-12 14:15:00 -04:00
6b8eef3f17
fix reactions on edited messages 2026-04-12 13:23:05 -04:00
07decc10e2
potential loading time optimization 2026-04-10 16:33:53 -04:00
e9b78a14d5
Update reactions as they are modified 2026-04-10 16:31:55 -04:00
5154e0fc6b
Try to fix error handling on sync 2026-04-10 11:53:32 -04:00
3cfbe7c078
make errors on sync noisy 2026-04-10 11:12:22 -04:00
5f5ad911c2
Reaction support, currently readonly 2026-04-08 15:47:53 -04:00
f4b2669f3d
Fix link sending 2026-04-06 09:20:54 -04:00
b80bd557dd
add redact PL check 2026-04-05 22:00:34 -04:00
7fc314036e
Refactor content handling in message controller 2026-04-05 16:30:40 -04:00
aac843d793
Continuously load more messages until there are 20 or no more 2026-04-05 13:32:59 -04:00
639d27a5fc
refactor url previews 2026-04-05 11:26:03 -04:00
185ee37f04
fix checks for memberships 2026-04-04 17:52:42 -04:00
f38715c8ef
Add powerlevel checks 2026-04-04 17:44:55 -04:00
8154d41dc5
don't preview matrix.to urls 2026-04-04 11:39:15 -04:00
d70c439278
clickable user mentions 2026-04-04 11:34:40 -04:00
35bf379f03
only render message as html when content is set to html 2026-04-03 20:01:20 -04:00
f4624c2866
Add server-generated URL preview support 2026-04-03 19:39:39 -04:00
3a1bcb5b8f
Add (WIP) ban/klck ability 2026-04-02 17:37:27 -04:00
0b9ddbfbc8
add profile popovers 2026-04-01 16:29:19 -04:00
55ecbc3590
Add better error handling, send messages early and update when delivered 2026-03-30 13:08:57 -04:00
60be7aaf72
don't pass room around, use many watches 2026-03-29 14:14:11 -04:00