Commit Graph

99 Commits (fd3fb3a7ed8bc4bd3130f3f99da372ab594ac59f)

Author SHA1 Message Date
Timo Kösters 265fab843a
feature: push rule settings 3 years ago
Timo Kösters edfd3c1f34
improvement: better config, better logs 4 years ago
Timo Kösters 6606e41dde
feat: improved state store 4 years ago
Timo Kösters 6e5b35ea92
feat: implement appservices
this also reverts some stateres changes
4 years ago
Timo Kösters d62f17a91a
improvement: cache actual destination 4 years ago
Timo Kösters 45086b54b3
improvement: upgrade dependencies, fix timeline reload bug 4 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
4 years ago
Timo Kösters bcd1fe1856
feat: admin room 4 years ago
Timo Kösters 0d6159c2da
improvement: get_missing_events route and cleanup 4 years ago
Timo Kösters ea3aaa6b5c
improvement: more efficient /sync with gaps 4 years ago
Timo Kösters 005e00e9b1
fix: remove well-known 4 years ago
Timo Kösters b7ab57897b
fix: sending slowness 4 years ago
Faelar df55e8ed0b
Add room upgrade. 4 years ago
Timo Kösters 3f4cb753ee
improvement: add remaining key backup endpoints 4 years ago
timokoesters e457e19088
feat: search pdus 4 years ago
Timo 3ff17f69ad
fmt 4 years ago
Timo 4be68eba76
feat: allow querying conduit's room list over federation 4 years ago
Timo 04eee089e0
feat: first steps towards joining rooms over federation 4 years ago
timokoesters f40f1d9f75
docs: endpoint documentation 4 years ago
Jonas Platte 75ea0b3163
Update ruma 4 years ago
timokoesters c1c62b7eb4
refactor: put endpoints into modules 4 years ago
timokoesters 66bc25fcd3
feat: implement /keys/changes 4 years ago
timokoesters dd3dab39ae
feat: whoami route 4 years ago
timokoesters 489cbc0a93
refactor: use <_> instead of <_parameter_name> 4 years ago
Devin Ragotzy 42e0102a2a
Conditionally emit rocket::http_verb attr macros if lib/bin 4 years ago
CapsizeGlimmer 4d4969862a
Implement /rooms/<room_id>/joined_members 4 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>
4 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>
4 years ago
timokoesters d8e1248df6
improvement: switch to stable rust 4 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>
4 years ago
CapsizeGlimmer 76aa44ead3 Add logout/all route to main 4 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>
4 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>
4 years ago
timokoesters a49a572d76
feat: cross-signing 4 years ago
timokoesters 02fe030b2a
improvement: better default push rules 4 years ago
timokoesters db685e0cf7
fix: update rocket version 4 years ago
timokoesters 2368a90584
refactor: better error handling 4 years ago
timokoesters b7f7a39973
feat: kick,ban,unban user route 4 years ago
timokoesters a8df1acdfd
feat: load replies, forward pagination 4 years ago
timokoesters 8328eeb5ac
Make sytest not fail 4 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>
4 years ago
timokoesters 4e507ef706
feat: room visibility and aliases 4 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>
4 years ago
timokoesters 61f4f2c716
improvement: implement GET publicRooms 4 years ago
timokoesters 821c608c6a
feat: media 4 years ago
timokoesters 56dd6cb16f
improvement: get state 4 years ago
timokoesters 7fc71b3968
feat: end to end encryption 4 years ago
timokoesters 4fb79ebb4c
chore: update dependencies 4 years ago
Rudi Floren 00a9424719
feat: sytests 4 years ago
timokoesters 8e041f90dd
refactor: make cargo clippy happier 4 years ago