aboutsummaryrefslogtreecommitdiff
path: root/clientapi/routing/routing.go
AgeCommit message (Collapse)Author
2019-10-02Add missing servers field in /directory/room/:alias response (#732)Alex Chen
2019-08-15Add auth fallback endpoint (#405)Parminder Singh
Also adds support for the recaptcha auth type.
2019-08-09Implement client single event retrieval (#693)Alex Chen
2019-08-07Implement profile retrieval over federation (#726)Alex Chen
2019-08-06Replace membership and visibility values with constants (#774)Alex Chen
Signed-off-by: Alex Chen <minecnly@gmail.com>
2019-08-02Implements room tagging. (#694)Sumukha Pk
2019-07-03Encode URLs properly (#728)Andrew Morgan
We were escaping the URL before performing any pattern matching on it. This meant that if you sent data that URLdecoded to a "/", it would count as a "/" in the URL, potentially causing a 404. This was causing some flaky tests with some randomly-generated query parameters. Now, we keep URLs encoded while doing the pattern matching, and only afterwards do we URL decode each query parameter individually before passing them to their respective handler functions. github.com/gorilla/mux was also updated to v1.7.3 to fix a bug with URL encoding and subrouters.
2019-05-21use go module for dependencies (#594)ruben