Zeyphros
f6183e457d
Implement command to deactivate user from admin channel
...
Use `leave_room` in `leave_all_rooms`
WIP: Add command to delete a list of users
also implements a flag to prevent the user from being removed from their joined rooms.
Report user deactivation failure reason
Don't send leave events by default when mass deactivating user accounts
Don't stop leaving rooms if an error was encountered
WIP: Rename command, make flags consistent, don't deactivate admin accounts.
Accounts should be deactivated as fast as possible and removing users from joined groups is completed afterwards.
Fix admin safety logic, improve command output
Continue leaving rooms if a room_id is invalid
Ignore errors from leave_room
Add notice to the list-local-users command
Output form list-local-users can be used directly without modification with the deactivate-all command
Only get mutex lock for admin room when sending message
2022-06-19 18:59:48 +02:00
Timo Kösters
0bc03e90a1
improvement: make more things async
2022-06-18 22:55:37 +02:00
Timo Kösters
9b898248c7
feat: more admin commands, better logging
2022-06-18 22:55:34 +02:00
Timo Kösters
f8547ecba4
Merge branch 'create-user-command' into 'next'
...
added a command to the admin bot to create a new user, even with registration disabled
See merge request famedly/conduit!354
2022-06-18 13:08:51 +00:00
Timo Kösters
0286a804f4
Merge branch 'filter-users' into 'next'
...
Hide users from user directory if they are only in private rooms and they don't share a room
Closes #24
See merge request famedly/conduit!325
2022-06-18 11:17:09 +00:00
Radek Stępień
7239243163
Hide users from user directory if they are only in private rooms and they don't share a room
2022-06-18 11:17:09 +00:00
Timo Kösters
124471199c
Merge branch 'registration-without-username' into 'next'
...
Allow registration without username
Closes #111
See merge request famedly/conduit!340
2022-06-18 11:13:37 +00:00
Radek Stępień
84ec057f6e
Allow registration without username
2022-06-18 11:13:37 +00:00
Timo Kösters
84cb0667f3
Merge branch 'to_device-existing-txn-id' into 'next'
...
feat: if txn id exists in the db, skip the event
See merge request famedly/conduit!353
2022-06-18 11:04:16 +00:00
Jakub Kubík
c3924b566b
feat: if txn id exists in the db, skip the event
2022-06-18 11:04:16 +00:00
Jakub Doboš
8a63a2cc68
Fix FluffyChat Compatibility
2022-06-15 13:07:07 +00:00
=
bb033fe02a
added a command to the admin bot to create a new user, even with registration disabled
2022-05-01 17:49:02 +02:00
Timo Kösters
00b362b43b
fix: cors warning
2022-04-07 17:09:07 +02:00
Timo Kösters
b6b27b66c8
fix: don't allow unjoined users to send typing notifications
2022-04-07 17:07:33 +02:00
Timo Kösters
3573d40027
fix warnings
2022-04-07 17:04:29 +02:00
Nyaaori
4b28146ee7
Support room version 3
2022-04-07 16:44:50 +02:00
Nyaaori
d8a3b257f2
Enable room version 4
2022-04-07 16:36:27 +02:00
Nyaaori
714873694d
Refactor room version support, add default room version config
2022-04-07 16:35:10 +02:00
Timo Kösters
df4c38cb61
fix: remove warnings
2022-04-07 13:22:32 +02:00
Timo Kösters
2808dd2000
Ruma upgrade
2022-04-07 12:58:48 +02:00
Timo Kösters
b8411ae2fd
refactor: rename endpoints to match ruma
2022-04-07 12:56:17 +02:00
Timo Kösters
566833111c
refactor: small improvements
2022-04-07 12:56:16 +02:00
chenyuqide
ee96a03d60
Update ruma
2022-04-07 12:56:16 +02:00
chenyuqide
21bc099ccf
Update ruma
2022-04-07 12:56:12 +02:00
Timo Kösters
554146f46e
Merge branch 'notify-admin-room-on-user-register' into 'next'
...
Notify admin room for user registrations, deactivations and password changes
See merge request famedly/conduit!318
2022-04-01 08:41:51 +00:00
Timo Kösters
d89141100c
Merge branch 'insensitive-login' into 'next'
...
Case insensitive username login
Closes #248
See merge request famedly/conduit!323
2022-04-01 08:20:45 +00:00
LordMZTE
4a12a7cbc8
Fix crash when a bad user ID is in the database
...
To my understanding, a bad user ID can sometimes make it into the
database, which lead to a panic prior to this change.
2022-03-31 20:59:59 +02:00
Andrej Kacian
b5b8181851
Notify admin room for user registrations, deactivations and password changes
2022-03-13 09:13:45 +01:00
reti4
8bafdc4623
fixed location of lowercase fn
2022-03-02 02:25:15 +00:00
reti4
9385ea0e7c
fmt fix
2022-03-01 21:23:34 +00:00
reti4
9f059ad4c3
make username login case insensitive
2022-03-01 21:03:55 +00:00
Jonathan de Jong
557d119bee
change search_events_v3 to search_events::v3
2022-02-18 19:54:26 +01:00
Jonathan de Jong
e9f87e1952
update ruma
2022-02-18 15:33:14 +01:00
Jonas Platte
27692a2f14
Remove useless serde roundtrips
2022-02-18 11:52:00 +01:00
Timo Kösters
2b644ef7b7
Merge branch 'tracing-cleanup' into 'next'
...
Remove unnecessary tracing::instrument attributes
See merge request famedly/conduit!302
2022-02-12 15:50:24 +00:00
Jonas Platte
accdb77315
Clean up tracing::instrument attributes
...
Remove it from request handler since there's already the context of the
request path, added through TraceLayer.
2022-02-12 16:38:47 +01:00
Timo Kösters
914152fcbd
Merge branch 'syncfast' into 'next'
...
improvement: faster /syncs
Closes #231
See merge request famedly/conduit!297
2022-02-12 15:11:03 +00:00
Timo Kösters
2a00c547a1
improvement: faster /syncs
2022-02-12 15:57:54 +01:00
Jonas Platte
50b24b37c2
Upgrade Ruma
2022-02-12 12:56:18 +01:00
Jonas Platte
5fa9190117
Simplify return type of most route handlers
2022-02-12 12:56:08 +01:00
Jonas Platte
1f7b3fa4ac
Port from Rocket to axum
2022-02-12 12:56:07 +01:00
Jonas Platte
5db4c001d1
Remove another unnecessary use of an event enum
2022-02-12 01:58:47 +01:00
Jonas Platte
583ec51f9f
Remove unnecessary use of event enum
2022-02-12 01:58:47 +01:00
Timo Kösters
eb0b2c429f
fix: crash on empty search
2022-02-04 17:15:52 +01:00
Timo Kösters
72cd52e57c
fix: lazy loading for /context
2022-02-04 13:33:04 +01:00
Andrei Vasiliu
e1c0dcb6bb
Create admin room and hide migration messages on first run
2022-02-03 22:50:11 +02:00
Jonas Platte
d23d6fbb37
Upgrade Ruma
2022-02-03 20:24:02 +01:00
Andrei Vasiliu
b56efcdc2a
Merge remote-tracking branch 'origin/next' into command-refactor
...
Fixed a small conflict in admin.rs
2022-02-03 20:31:06 +02:00
Jonas Platte
abb4b4cf0b
Remove TryFrom, TryInto imports
...
They are no longer needed in the 2021 edition.
2022-02-03 13:24:04 +01:00
Andrei Vasiliu
4bbff69a24
Merge remote-tracking branch 'origin/next' into command-refactor
...
Fixed conflict with commit 78502aa6b1
2022-02-03 13:12:55 +02:00