Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-02-04 | Provide an example docker compose file | kaiyou | 2 | -0/+34 | |
2018-02-04 | Install the postgres dependencies | kaiyou | 1 | -2/+2 | |
2018-02-04 | Support an external postgresql config in the Docker image | kaiyou | 1 | -2/+11 | |
2018-02-04 | Generate shared secrets if not defined in the environment | kaiyou | 1 | -4/+11 | |
2018-02-04 | Generate any missing keys before starting synapse | kaiyou | 1 | -12/+13 | |
2018-02-04 | Allow for a wheel cache and include missing files in the build | kaiyou | 3 | -6/+13 | |
2018-02-03 | Add template config files for the Docker image | kaiyou | 2 | -0/+217 | |
2018-02-03 | Initial commit including a Dockerfile for synapse | kaiyou | 2 | -0/+45 | |
2018-01-16 | Note that Synapse is available in Fedora | Jeremy Cline | 1 | -0/+4 | |
Signed-off-by: Jeremy Cline <jeremy@jcline.org> | |||||
2018-01-05 | Bump version and changelog github/release-v0.26.0 release-v0.26.0 | Erik Johnston | 2 | -1/+7 | |
2017-12-16 | mention federation tester more prominently in the readme | Vincent Breitmoser | 1 | -0/+5 | |
2017-12-13 | Fix rc version number v0.26.0-rc1 | Erik Johnston | 1 | -2/+2 | |
2017-12-13 | Bump changelog and version | Erik Johnston | 2 | -1/+38 | |
2017-12-07 | Copy dict in update_membership too | Erik Johnston | 1 | -0/+4 | |
2017-12-05 | fix StoreError syntax | Matthew Hodgson | 1 | -1/+1 | |
2017-12-05 | Fix error when deleting devices | Richard van der Hoff | 1 | -1/+1 | |
This was introduced in d7ea8c4 / PR #2728 | |||||
2017-12-05 | support custom login types for validating users | Richard van der Hoff | 1 | -24/+57 | |
Wire the custom login type support from password providers into the UI-auth user-validation flows. | |||||
2017-12-05 | Factor out a validate_user_via_ui_auth method | Richard van der Hoff | 3 | -74/+102 | |
Collect together all the places that validate a logged-in user via UI auth. | |||||
2017-12-05 | Refactor UI auth implementation | Richard van der Hoff | 7 |