Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-09-01 | add another public wishlist item | Matthew Hodgson | 1 | -0/+1 | |
2014-09-01 | make the little logos clickable for Erik | Matthew Hodgson | 6 | -7/+7 | |
2014-09-01 | Start digging into invite/join/leave sections. | Kegan Dougal | 1 | -10/+51 | |
2014-09-01 | BF: Pass desired_user_id to register API. And update the app header to avoid ↵ | Emmanuel ROHEE | 2 | -2/+10 | |
to display the previous matrix id | |||||
2014-09-01 | licenses, please... | Matthew Hodgson | 2 | -2/+32 | |
2014-09-01 | fix footer on non-room pages | Matthew Hodgson | 1 | -1/+0 | |
2014-08-31 | Add config tree to synapse. Add support for reading config from a file | Mark Haines | 9 | -231/+441 | |
2014-08-31 | don't make HS ports explicit if it's the default for the protocol | Matthew Hodgson | 2 | -2/+8 | |
2014-08-31 | missed a s#/matrix#/_matrix/g | Matthew Hodgson | 1 | -1/+1 | |
2014-08-31 | change the world: make the default matrix API URL prefix /_matrix rather ↵ | Matthew Hodgson | 27 | -93/+93 | |
than /matrix to make it easier for existing websites to mount a HS in their namespace without collisions. perl -pi -e 's#/matrix#/_matrix#g' ./cmdclient/console.py ./docs/client-server/howto.rst ./docs/client-server/specification.rst ./docs/client-server/swagger_matrix/directory ./docs/cl |