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
Age
Commit message (
Expand
)
Author
2019-07-12
Fix #661 appservice can't set aliases in its own namespace (#731)
Alex Chen
2019-07-12
Fix response to /rooms/{roomId}/join v2 (#734)
Andrew Morgan
2019-07-12
Backup and restore go.mod & go.sum during linting (#735)
Andrew Morgan
2019-07-09
Add back missing returns for httputil.LogThenError calls (#730)
Alex Chen
2019-07-09
Fix getAliasesForRoomID has no HTTP handler in aliasAPI (#705)
Alex Chen
2019-07-09
Fix http responses in validateRecaptcha (#431)
Anant Prakash
2019-07-08
Content-Disposition HTTP header in mediaapi's responses added (#685)
Behouba Manassé
2019-07-05
Update testfile and fix empty warning in show-expected-fail-tests.sh (#729)
Alex Chen
2019-07-03
Encode URLs properly (#728)
Andrew Morgan
2019-07-01
Don't print Sending EDU if there is noone to send to (#721)
Andrew Morgan
2019-06-25
rommserver/alias: Do not call appserviceAPI in GetRoomIDForAlias if local ali...
Serra Allgood
2019-06-25
Fix testfile path hardcoded in show-expected-fail-tests.sh (#719)
Alex Chen
2019-06-25
Make federation state request 404 when event not in the room - fixes #625 (#716)
Alex Chen
2019-06-24
Not all systems have bash (#720)
Andrew Morgan
2019-06-22
Update dependency gomatrixserverlib to 178ed5e (#695)
Alex Chen
2019-06-21
Refine config and docs for sytest (#714)
Alex Chen
2019-06-19
Fix pipeline, emoji and syntax (#713)
Andrew Morgan
2019-05-29
Switch to Buildkite (#712)
Andrew Morgan
2019-05-29
Fix CircleCI badge (#711)
Brendan Abolivier
2019-05-29
Run CircleCI on pull request branches (#710)
Andrew Morgan
2019-05-29
Add CircleCI build status
Andrew Morgan
2019-05-24
Add SyTest support to CI (#704)
Andrew Morgan
2019-05-22
Update Docker files and remove references to gb (#703)
Brendan Abolivier
2019-05-21
use go module for dependencies (#594)
ruben
2019-03-27
Add #dendrite-dev to the README (#699)
Andrew Morgan
2019-03-21
Ensure appservices have their devices checked (#554)
Travis Ralston
2019-03-04
Fix build conflict between docker environment and host - #596 (#598)
Alex Chen
2019-03-04
Improved clarity for setup in INSTALL.md (#691)
Sumukha Pk
2019-01-31
Bump to go version 1.10 (#690)
Andrew Morgan
2019-01-31
Remove riot.im from the list of trusted ID servers in the default config (#688)
Aaron Raimist
2019-01-28
Add matrix chatroom badge to readme (#689)
Andrew Morgan
2019-01-28
Fix PR templates and use matrix.to instead of riot.im/develop (#687)
Aaron Raimist
2019-01-25
Add PR template (#686)
Andrew Morgan
2019-01-17
"v1" replaced with "r0" in pathPrefixR0 in mediaapi's routing (#681)
MANASSE
2019-01-15
POST /join/{roomId}: Allow joining even when not invited #663 (#680)
Alex Chen
2019-01-14
Fix POST /get_missing_events/{roomId} #622 (#678)
Alex Chen
2019-01-10
Fix default timeout for /sync (#615) (#679)
Reto
2018-12-18
Fix the sync api returning an empty sync response when reaching timeout, rega...
Brendan Abolivier
2018-11-12
Bump dependencies (#592)
Brendan Abolivier
2018-11-08
Fill the prev_batch property in responses from /sync (#589)
Brendan Abolivier
2018-11-07
Fix the ordering of events in a response to /sync (#588)
Brendan Abolivier
2018-11-07
Implement the /backfill federation endpoint (#585)
Brendan Abolivier
2018-11-06
make docker work on current codebase (#584)
Matthew Hodgson
2018-11-06
Fix interactive registration failing (#583)
Brendan Abolivier
2018-09-04
Add Go 1.11 to .travis.yml (#580)
Zero King
2018-09-01
Fix typo (#579)
Zero King
2018-08-22
Propagate error with wrong ?ts= param back to client (#576)
krombel
2018-08-20
Make use of /users/{userID} in relevant APIs (#522)
Andrew Morgan
2018-08-20
Include appservice namespace in username available check (#504)
Andrew Morgan
2018-08-20
return same device as sent from client if it exists in db (#414)
mohit kumar singh
[next]