Timo Kösters
45086b54b3
improvement: upgrade dependencies, fix timeline reload bug
5 years ago
Timo Kösters
9439f2c183
feat: send logs into admin room
...
Log entries will automatically be deduplicated, so a message won't be
sent if the same line has already been sent in the last 30 mins
5 years ago
Timo Kösters
bcd1fe1856
feat: admin room
5 years ago
Timo Kösters
0d6159c2da
improvement: get_missing_events route and cleanup
5 years ago
Timo Kösters
ea3aaa6b5c
improvement: more efficient /sync with gaps
5 years ago
Timo Kösters
005e00e9b1
fix: remove well-known
5 years ago
Timo Kösters
b7ab57897b
fix: sending slowness
5 years ago
Faelar
df55e8ed0b
Add room upgrade.
5 years ago
Timo Kösters
3f4cb753ee
improvement: add remaining key backup endpoints
5 years ago
timokoesters
e457e19088
feat: search pdus
5 years ago
Timo
3ff17f69ad
fmt
5 years ago
Timo
4be68eba76
feat: allow querying conduit's room list over federation
5 years ago
Timo
04eee089e0
feat: first steps towards joining rooms over federation
5 years ago
timokoesters
f40f1d9f75
docs: endpoint documentation
5 years ago
Jonas Platte
75ea0b3163
Update ruma
5 years ago
timokoesters
c1c62b7eb4
refactor: put endpoints into modules
5 years ago
timokoesters
66bc25fcd3
feat: implement /keys/changes
5 years ago
timokoesters
dd3dab39ae
feat: whoami route
5 years ago
timokoesters
489cbc0a93
refactor: use <_> instead of <_parameter_name>
5 years ago
Devin Ragotzy
42e0102a2a
Conditionally emit rocket::http_verb attr macros if lib/bin
6 years ago
CapsizeGlimmer
4d4969862a
Implement /rooms/<room_id>/joined_members
6 years ago
gnieto
5a8705bd25
Add room tags ( #140 )
...
Merge branch 'master' into task/add-tags
Add room tagging support
Co-authored-by: Timo Kösters <timo@koesters.xyz>
Co-authored-by: Guillem Nieto <gnieto.talo@gmail.com>
Reviewed-on: https://git.koesters.xyz/timo/conduit/pulls/140
Reviewed-by: Timo Kösters <timo@koesters.xyz>
6 years ago
aura
630196f0a3
Implement get_joined_rooms ( #155 )
...
whitelist /joined_rooms in sytest
Signed-off-by: Aurabindo Pillai <mail@aurabindo.in>
style: fmt
feat: implement /joined_rooms (#78 )
Signed-off-by: Aurabindo Pillai <mail@aurabindo.in>
Co-authored-by: Aurabindo Pillai <mail@aurabindo.in>
Co-authored-by: timokoesters <timo@koesters.xyz>
Reviewed-on: https://git.koesters.xyz/timo/conduit/pulls/155
Reviewed-by: Timo Kösters <timo@koesters.xyz>
6 years ago
timokoesters
d8e1248df6
improvement: switch to stable rust
6 years ago
the0
469071e105
feat: implement /event ( #144 )
...
Merge branch 'master' into event-route
Event: Implement /event
Co-authored-by: the0 <theo@localhost>
Reviewed-on: https://git.koesters.xyz/timo/conduit/pulls/144
Reviewed-by: Timo Kösters <timo@koesters.xyz>
6 years ago
CapsizeGlimmer
76aa44ead3
Add logout/all route to main
6 years ago
the0
b81939841b
feat: account deactivation ( #137 )
...
Deactivation: swap unwrap_or(false) to .ok()?
feat: implement deactivate account route
Implement error code on login to deactivated account
Deactivation: Changes requested
Add missing .clone()
Deactivation: Requested changes
Remove unneeded .filter()
Deactivation: badly named signature leads to confusion
Co-authored-by: the0 <theo@localhost>
Reviewed-on: https://git.koesters.xyz/timo/conduit/pulls/137
Reviewed-by: Timo Kösters <timo@koesters.xyz>
6 years ago
the0
67a1f21f5d
feat: implement password changing ( #138 )
...
Password: Fixes
Password: Implement logging out all devices except current
Password: Implement password changing
Co-authored-by: the0 <theo@localhost>
Reviewed-on: https://git.koesters.xyz/timo/conduit/pulls/138
Reviewed-by: Timo Kösters <timo@koesters.xyz>
6 years ago
timokoesters
a49a572d76
feat: cross-signing
6 years ago
timokoesters
02fe030b2a
improvement: better default push rules
6 years ago
timokoesters
db685e0cf7
fix: update rocket version
6 years ago
timokoesters
2368a90584
refactor: better error handling
6 years ago
timokoesters
b7f7a39973
feat: kick,ban,unban user route
6 years ago
timokoesters
a8df1acdfd
feat: load replies, forward pagination
6 years ago
timokoesters
8328eeb5ac
Make sytest not fail
6 years ago
gnieto
ed9b544ace
Implement devices API ( #20 )
...
small improvements
Cargo fmt
Simplify insert and update methods
Review feedback
Remove has_device method calls
Load all devices with a single db call
Remove device as in logout
Put all metadata on the same tree
Create userdevice key fucntion
Implement devices API
Implement all the devices endpoints. There's a couple of pending tasks:
- Integrate the "logout" logic once it lands to master (this should
remove the given device from the database).
- Track and store last seen timestamp and IP.
Co-authored-by: timokoesters <timo@koesters.xyz>
Co-authored-by: Guillem Nieto <gnieto.talo@gmail.com>
6 years ago
timokoesters
4e507ef706
feat: room visibility and aliases
6 years ago
josias
b106d1393b
Add logout route and database methods ( #21 )
...
Condense keys
Move remove methods to remove_device
Code cleanup
Add method for removing todevice events
Remove unnecessary existence checks
Add logout route and database methods
Co-authored-by: Josias <justjosias@tutanota.com>
6 years ago
timokoesters
61f4f2c716
improvement: implement GET publicRooms
6 years ago
timokoesters
821c608c6a
feat: media
6 years ago
timokoesters
56dd6cb16f
improvement: get state
6 years ago
timokoesters
7fc71b3968
feat: end to end encryption
6 years ago
timokoesters
4fb79ebb4c
chore: update dependencies
6 years ago
Rudi Floren
00a9424719
feat: sytests
6 years ago
timokoesters
8e041f90dd
refactor: make cargo clippy happier
6 years ago
timokoesters
8f67c01efd
refactor: split database into multiple files, more error handling, cleaner code
6 years ago
Marcel
4bc7712ee4
[ClientServer] Add /_matrix/client/r0/register/available endpoint
...
Took 1 hour 25 minutes
6 years ago
timokoesters
b02c568941
feat: notifications, simple permission systems
6 years ago
timokoesters
1cdf30f38c
Add hostname to Rocket.toml config
6 years ago
timokoesters
23cb550d00
forget rooms, load history
6 years ago