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
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-04-08
Return correct Content-Type for unrecognized requests (#3355)
Till
2024-01-24
Update sentry reporting (#3305)
Till
2023-05-17
Move MakeJoin logic to GMSL (#3081)
devonh
2023-05-09
Move json errors over to gmsl (#3080)
devonh
2023-03-17
Preparations for removing `BaseDendrite` (#3016)
Till
2023-03-13
Add basic runtime tracing (#2996)
Till
2023-02-14
Remove polylith/API mode (#2967)
Till
2023-01-26
Added Landing Page (#2885)
Lukas
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-07
Handle errors differently in the `DeviceListUpdater` (#2695)
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-08-11
Generic-based internal HTTP API (#2626)
Neil Alexander
2022-06-07
Rate limiting changes (#2519)
Neil Alexander
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-03-25
Healthcheck endpoints (#2303)
Neil Alexander
2022-01-28
Add debug logging for incoming CSAPI calls on authentication failure (#2116)
kegsay
2021-12-03
Add missing HTTP mode for userapi (#1982)
S7evinK
2021-11-24
Ratelimit requests to /media/r0/download|upload (#2020)
S7evinK
2021-11-24
Merge `federationapi`, `federationsender`, `signingkeyserver` components (#2055)
Neil Alexander
2021-09-10
Added .well-known/matrix/server endpoint (#1988)
Ryan W
2021-09-08
- Removed double imports (#1989)
Ryan W
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