Commit Graph

1050 Commits (f47a5cd5d5ce20b5996d28e37415771ee6d8a34b)

Author SHA1 Message Date
timokoesters 873d191569
fix: http body as content when signing 4 years ago
timokoesters 1af6dd984a
More work on federation 4 years ago
timokoesters b0d9ccdb2d
Signing, basis for federation 4 years ago
timokoesters 9b79798e56
start work on signing 4 years ago
timokoesters 80ddf80f17
work 4 years ago
TheCycoONE 6d858c39ca Fix typo in password message 4 years ago
gnieto fa9e127a1e Store hashed passwords (#7)
Use if let instead of unwrap

Default to invalid password if could not calculate

Move hash password methdo and return Result

Rename get_password method

Default to empty password when no pwd is received

Store hashed passwords

Store passwords hashed with Argon2 and verify password with that stored
hash.

Co-authored-by: Guillem Nieto <gnieto.talo@gmail.com>
4 years ago
timokoesters abcce95dd8
feat: invites, better public room dir, user search 4 years ago
timokoesters 3debb6203c
feat: handle typing events 4 years ago
timokoesters 3b9cadeec2
feat: read receipts 4 years ago
timokoesters ab8c2f1e5e
Rename pduid_pdus to pduid_pdu 4 years ago
timokoesters fd829bfa0d
move client_server code into own file 4 years ago
timokoesters 040296c711
Add test support and impl dummy /read_markers 4 years ago
timo 3f2bf208a9
Merge pull request 'Add displayname and avatar_url endpoints' (#5) from MTRNord/matrixserver:accountdata into master 4 years ago
Marcel 57264f72e9 Fix avatar_url error message if not starting with mxc://
Took 8 minutes
4 years ago
Marcel 8bcbc983c3 Change and add Comments to the profile endpoints
Add missing docs

Took 9 minutes
4 years ago
Marcel 49fe5e3271 Rename userid_avatar_url to userid_avatarurl and fix debug print
Run cargo fmt

Took 5 minutes
4 years ago
Marcel b1284fd509 Replace profile_* with userid_*
Add a missing dot in the errormessage
Require mxc:// to be present at the start of an avatar_url
Update mxc check TODO
Show displayname or avatar_url if either is available when getting the profile Endpoint
Return the correct data in case of a empty displayname or an empty avatar_url

Took 50 minutes

Took 34 seconds
4 years ago
timokoesters cd55220a75
fix: room directory duplicates 4 years ago
Marcel 062c5521f0 Add displayname and avatar_url endpoints
Add PUT and GET /_matrix/client/r0/profile/{userId}/displayname Endpoint
Add PUT and GET /_matrix/client/r0/profile/{userId}/avatar_url Endpoint
Add GET /_matrix/client/r0/profile/{userId} Endpoint

Took 2 hours 16 minutes
4 years ago
timokoesters 11e75e7081
make room directory work 4 years ago
timokoesters 5ac45eac59
public rooms dir 4 years ago
timokoesters 9214a62dde
better room creation 4 years ago
Jonas Platte 38ab7c843e
Update error type of /register route 4 years ago
Jonas Platte c60402bf0d
Update ruma-client-api 4 years ago
timokoesters 8557278b90
better riot.im support 4 years ago
timokoesters fdeee7fdb5
More dummy endpoints 4 years ago
timokoesters 215a31c513
Add a few dummy endpoints to make riot progress further 4 years ago
timokoesters ddcd423e6f
feat: random tokens, sessions, guest usernames and device ids 4 years ago
timokoesters 64223b8812
register login flow 4 years ago
timokoesters e55a63629c
feat: state event support 4 years ago
timokoesters 10bb96fcf7
feat: room joining, room based /sync responses 4 years ago
timokoesters 4d4cff7120
Allow all kinds of messages in /send 4 years ago
timokoesters 884dc2867d
Move to rocket's async branch 4 years ago
timokoesters 8b8381bcc0
New PduEvent struct 4 years ago
timokoesters f9cfede2a8
fix: deserialize sync event body 4 years ago
timokoesters fa3226898c
feat: save pdus
PDUs are saved in a pduid -> pdus map. roomid -> pduleaves keeps track
of the leaves of the event graph and eventid -> pduid maps event ids to
pdus.
4 years ago
timokoesters 22cca206ba
Todo: ruma signatures
This commit will get force pushed away later
4 years ago
timokoesters dba6c46667
Use sled::Tree::prefix_search for deviceids 4 years ago
timokoesters b508b4d1e7
Start work on message events 4 years ago
timokoesters 533260edd8
Add auth 4 years ago
Jonas Platte 1183105f15
Make Endpoint bound work for ruma_wrapper::Ruma 4 years ago
timokoesters 73e04e71d7
Start work on event creation 4 years ago
timokoesters 744e0adfcf
Try to impl auth in ruma_wrapper 4 years ago
timokoesters 34a53ce20a
Better database structure 4 years ago
timokoesters 6d27f15516
More logging 4 years ago
timokoesters 1679da7784 RUST_LOG=info by default 4 years ago
timokoesters c2c18b4651 feat: database 4 years ago
timokoesters cd777af41c feat: simple endpoint handlers 4 years ago
timokoesters 6264628c11 Initial commit 4 years ago