Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-02-13 | GIN reindex: Fix syntax errors, improve exception handling | Richard van der Hoff | 1 | -13/+27 | |
2018-02-02 | Reinstate event_search_postgres_gist handler | Richard van der Hoff | 3 | -6/+31 | |
People may have queued updates for this, so we can't just delete it. | |||||
2018-01-09 | fix GIST->GIN switch | Matthew Hodgson | 3 | -14/+37 | |
2018-01-09 | switch back from GIST to GIN indexes | Matthew Hodgson | 1 | -8/+13 | |
2017-12-18 | Implement listen_tcp method in remaining workers | Silke | 10 | -192/+155 | |
Signed-off-by: Silke <silke@slxh.eu> | |||||
2017-12-18 | Remove logger argument and do not catch replication listener | Silke | 2 | -24/+18 | |
Signed-off-by: Silke <silke@slxh.eu> | |||||
2017-12-17 | Add methods for listening on multiple addresses | Silke Hofstra | 2 | -51/+90 | |
Add listen_tcp and listen_ssl which implement Twisted's reactor.listenTCP and reactor.listenSSL for multiple addresses. Signed-off-by: Silke Hofstra <silke@slxh.eu> | |||||
2017-12-17 | Allow binds to both :: and 0.0.0.0 | Silke Hofstra | 2 | -42/+61 | |
Binding on 0.0.0.0 when :: is specified in the bind_addresses is now allowed. This causes a warning explaining the behaviour. Configuration changed to match. See #2232 Signed-off-by: Silke Hofstra <silke@slxh.eu> | |||||
2017-12-17 | Adapt the default config to bind on IPv6. | Willem Mulder | 1 | -8/+9 | |
Most deployments are on Linux (or Mac OS), so this would actually bind on both IPv4 and IPv6. Resolves #1886. Signed-off-by: Willem Mulder <willemmaster@hotmail.com> | |||||
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 | -48/+103 | |
Instead of returning False when auth is incomplete, throw an exception which can be caught with a wrapper. | |||||
2017-12-04 | speed up the rate of initial spam for users | Matthew Hodgson | 1 | -11/+12 | |
2017-12-04 | better doc | Matthew Hodgson | 1 | -1/+4 | |