Jim
722e553c6e
Remove rust version requirement from deploy.md
4 years ago
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
4 years ago
Timo Kösters
e70cff196b
Merge branch 'fix-deb-postinst-config' into 'next'
...
Remove the address override in deb generated config
See merge request famedly/conduit!344
4 years ago
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
4 years ago
Radek Stępień
7239243163
Hide users from user directory if they are only in private rooms and they don't share a room
4 years ago
Timo Kösters
124471199c
Merge branch 'registration-without-username' into 'next'
...
Allow registration without username
Closes #111
See merge request famedly/conduit!340
4 years ago
Radek Stępień
84ec057f6e
Allow registration without username
4 years ago
Timo Kösters
8e08a72229
Merge branch 'bump-docker-image-to-alpine-3-16-0' into 'next'
...
chore(docker): Bump base image to alpine 3.16.0
See merge request famedly/conduit!355
4 years ago
Jonas Zohren
e03a2b8636
chore(docker): Bump base image to alpine 3.16.0
4 years ago
Timo Kösters
83d3cbfa99
Merge branch 'rmsthebest-next-patch-62586' into 'next'
...
Added Caddy to the web proxy examples
See merge request famedly/conduit!352
4 years ago
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
4 years ago
Jakub Kubík
c3924b566b
feat: if txn id exists in the db, skip the event
4 years ago
Timo Kösters
0f86506288
Merge branch 'Miepee-next-patch-24570' into 'next'
...
Mention different database backends in DEPLOY.md
See merge request famedly/conduit!358
4 years ago
Miepee
b862283ed9
Mention different databse backends in DEPLOY.md
4 years ago
Timo Kösters
ba682fa3b4
Merge branch 'kubo6472-next-patch-16934' into 'next'
...
Fix FluffyChat Compatibility
See merge request famedly/conduit!357
4 years ago
Jakub Doboš
8a63a2cc68
Fix FluffyChat Compatibility
4 years ago
Timo Kösters
f6dc22127a
Merge branch 'next' into 'next'
...
Add portforwarding + opening to the docs (+recommended extension fix)
See merge request famedly/conduit!356
4 years ago
Dietrich
bd3f9e0dbe
Fix spelling.
4 years ago
Dietrich
58d784aa29
Adding a hint to closed ports in the testing section
4 years ago
Dietrich
ae8e143fe9
Add a section to Ports and forwarding
4 years ago
Dietrich
d9782c508a
rust-analyzer-extension moved to rust-lang
...
The recommended extension id could not be found as rust-analyzer now has the id `rust-lang.rust-analyzer`
4 years ago
Timo Kösters
39bc84d81c
Merge branch 'fix_panic_on_long_message' into 'next'
...
Don't panic when signing event fails.
Closes #232
See merge request famedly/conduit!343
4 years ago
Timo Kösters
89eb54b7ff
Merge branch 'unignore-feddest-doc-test' into 'next'
...
enable FedDest doc-test
See merge request famedly/conduit!349
4 years ago
Jonas Zohren
8bb58061fd
Merge branch 'adopt-aur-patches' into 'next'
...
Adjust some files to the AUR patches
See merge request famedly/conduit!351
4 years ago
Jonas Zohren
8392809eb1
Adjust some files to the AUR patches
4 years ago
=
bb033fe02a
added a command to the admin bot to create a new user, even with registration disabled
4 years ago
rmsthebest
23f29d1bda
Added Caddy to the web proxy examples
4 years ago
Jan Christian Grünhage
efe9d5000e
enable FedDest doc-test
...
Doc rendering is exactly as before, but it now actually tests the code
4 years ago
Zeyphros
090d0fe684
Fix typo
4 years ago
Timo Kösters
2fcb3c8b93
Merge branch '262-missing_room_keys_endpoint' into 'next'
...
feat: re-register missing add_backup_keys route
Closes #262
See merge request famedly/conduit!346
4 years ago
Jakub Kubík
729d66aa11
feat: register missing add_backup_keys route
4 years ago
Paul van Tilburg
b10dbc747b
Remove the address override in deb generated config
...
This override was accidentally introduced by commit de6c331 .
The Debian postinst script will ask for and generate a config with the
address set. This should not be overriden by what is set in the default
config and is thus a deviation from the standard docs.
4 years ago
Zeyphros
07a3a6fa9a
Return an error when signing an event fails
...
Prevents the server from crashing/become unresponsive when overly long
messages are sent
4 years ago
Timo Kösters
6e106b5732
Merge branch 'v9' into 'next'
...
Support all room versions from V3 to V9
Closes #161
See merge request famedly/conduit!257
4 years ago
Timo Kösters
00b362b43b
fix: cors warning
4 years ago
Timo Kösters
b6b27b66c8
fix: don't allow unjoined users to send typing notifications
4 years ago
Timo Kösters
3573d40027
fix warnings
4 years ago
Timo Kösters
e4600ccfef
bump ruma
4 years ago
Timo Kösters
0ae39807a4
Add V9 to list of allowed versions
4 years ago
Timo Kösters
686319e2e3
fix: error handling
4 years ago
Nyaaori
d655f4c1be
Cleanup rooms.rs, globals.rs, and pdu.rs
4 years ago
Nyaaori
4b28146ee7
Support room version 3
4 years ago
Nyaaori
d8a3b257f2
Enable room version 4
4 years ago
Nyaaori
714873694d
Refactor room version support, add default room version config
4 years ago
Timo Kösters
d81216cad7
improvement: preparing for room version 9
4 years ago
Timo Kösters
9e29dc808f
Merge branch '198-support-user-password-resets' into 'next'
...
feat: support user password resets
Closes #198
See merge request famedly/conduit!339
4 years ago
Jakub Kubík
ada07de204
feat: support user password resets
4 years ago
Timo Kösters
2556e29984
Merge branch 'up-ruma-went-too-far' into 'next'
...
Upgrade Ruma
See merge request famedly/conduit!342
4 years ago
Timo Kösters
df4c38cb61
fix: remove warnings
4 years ago
Timo Kösters
2808dd2000
Ruma upgrade
4 years ago