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 |
|
Timo Kösters
|
b4755ba15b
|
Merge branch 'tests' into 'next'
Bug fixes
See merge request famedly/conduit!278
|
2022-02-03 10:12:04 +00:00 |
|
Timo Kösters
|
9ef3abacd4
|
fix: initial state deserialize->serialize error
|
2022-02-03 10:57:54 +01:00 |
|
Timo Kösters
|
a5f004d7e9
|
fix: signature mismatch on odd send_join servers
|
2022-02-02 13:25:31 +01:00 |
|
Timo Kösters
|
23aecb78c7
|
fix: use to_lowercase on /register/available username
|
2022-01-31 15:40:31 +01:00 |
|
Andrei Vasiliu
|
677f044d13
|
Refactor admin code to always defer command processing
|
2022-01-31 00:00:05 +02:00 |
|
Andrej Kacian
|
529e88c7f9
|
Do not copy mxc string unnecessarily in db.get_thumbnail()
|
2022-01-27 17:47:09 +01:00 |
|
Andrej Kacian
|
0f6d232cb1
|
Style fixes from 'cargo fmt'
|
2022-01-27 17:13:33 +01:00 |
|
Andrej Kacian
|
ccfc243c2c
|
Make get_remote_content() return Result instead of ConduitResult
|
2022-01-27 17:13:07 +01:00 |
|
Timo Kösters
|
63309e52f8
|
Merge branch 'media-download-with-filename' into 'next'
Media download with filename
See merge request famedly/conduit!266
|
2022-01-27 15:44:56 +00:00 |
|
Andrej Kacian
|
c4317a7a96
|
Reduce code duplication in media download route handlers
|
2022-01-27 16:32:19 +01:00 |
|
Andrej Kacian
|
52873c88b7
|
Fix incorrect HTTP method in doc comments of two media routes
|
2022-01-27 00:31:44 +01:00 |
|
Andrej Kacian
|
8472eff277
|
Implement media download with custom filename
|
2022-01-27 00:31:44 +01:00 |
|