index
:
slackcoder/dendrite
main
Dendrite is a second-generation Matrix homeserver written in Go
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
internal
/
httputil
/
httpapi.go
Age
Commit message (
Expand
)
Author
2024-09-22
Make OPTIONS method on MSC3916 endpoints available without auth (#3431)
arenekosreal
2024-08-16
Implement MSC3916 (#3397)
Till
2024-01-24
Update sentry reporting (#3305)
Till
2023-05-09
Move json errors over to gmsl (#3080)
devonh
2023-03-13
Add basic runtime tracing (#2996)
Till
2022-12-23
Add clientapi tests (#2916)
Till
2022-12-22
Fix reset password endpoint (#2921)
Till
2022-12-05
Enable/Disable internal metrics (#2899)
Till
2022-11-11
Deny guest access on several endpoints (#2873)
Till
2022-09-05
Tweak Sentry again
Neil Alexander
2022-09-05
Set Sentry user where known
Neil Alexander
2022-09-05
Improve Sentry reporting
Neil Alexander
2022-08-12
Use `/admin/v1/register` in `create-account` (#2484)
Till
2022-05-06
Clean up interface definitions (#2427)
kegsay
2022-05-05
syncapi: define specific interfaces for internal HTTP communications (#2416)
kegsay
2022-04-08
Add metrics for internal API requests (#2310)
Till
2022-01-28
Add debug logging for incoming CSAPI calls on authentication failure (#2116)
kegsay
2021-11-24
Merge `federationapi`, `federationsender`, `signingkeyserver` components (#2055)
Neil Alexander
2021-03-24
Add Sentry support (#1803)
Kegsay
2020-08-13
API setup refactoring (#1266)
Neil Alexander
2020-08-10
Configuration format v1 (#1230)
Neil Alexander
2020-06-16
Make userapi responsible for checking access tokens (#1133)
Kegsay
2020-06-15
Fix rooms v3 url paths for good - with tests (#1130)
Kegsay
2020-06-12
Rehuffle where things are in the internal package (#1122)
Kegsay