Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update proxy github/anoa/synapse_coap_proxy anoa/synapse_coap_proxy | Erik Johnston | 2019-02-13 | 1 | -0/+0 |
| | |||||
* | Update proxy | Erik Johnston | 2019-02-13 | 1 | -0/+0 |
| | |||||
* | Update proxy | Erik Johnston | 2019-02-13 | 2 | -0/+1 |
| | |||||
* | Update flate file | Erik Johnston | 2019-02-13 | 1 | -0/+1 |
| | |||||
* | Compress some client data | Erik Johnston | 2019-02-13 | 1 | -0/+40 |
| | |||||
* | Update maps and proxy | Brendan Abolivier | 2019-02-13 | 3 | -9/+18 |
| | |||||
* | Update proxy maps | Brendan Abolivier | 2019-02-13 | 2 | -8/+30 |
| | |||||
* | Update proxy & maps | Brendan Abolivier | 2019-02-13 | 2 | -0/+3 |
| | |||||
* | Update proxy | Brendan Abolivier | 2019-02-13 | 1 | -0/+0 |
| | |||||
* | Update proxy | Brendan Abolivier | 2019-02-13 | 3 | -1/+9 |
| | |||||
* | Remove riot.im from the list of trusted Identity Servers in the default ↵ | Neil Johnson | 2019-02-13 | 1 | -1/+3 |
| | | | | configuration (#4207) | ||||
* | Update coap-proxy | Erik Johnston | 2019-02-13 | 1 | -0/+0 |
| | |||||
* | Update proxy version and maps | Brendan Abolivier | 2019-02-13 | 3 | -1/+16 |
| | |||||
* | Strip signatures and hashes on outgoing events | Erik Johnston | 2019-02-13 | 1 | -0/+0 |
| | |||||
* | use right script | Matthew Hodgson | 2019-02-13 | 1 | -1/+1 |
| | |||||
* | switch to registering users via add_users.sh | Matthew Hodgson | 2019-02-13 | 2 | -2/+4 |
| | |||||
* | add basic jaeger support | Erik Johnston | 2019-02-13 | 2 | -2/+2 |
| | |||||
* | Fix proxy | Brendan Abolivier | 2019-02-13 | 1 | -0/+0 |
| | |||||
* | Use UDP-able proxy | Brendan Abolivier | 2019-02-13 | 1 | -0/+0 |
| | |||||
* | Fix cbor encoding in the proxy and enable it by default | Brendan Abolivier | 2019-02-13 | 2 | -1/+1 |
| | |||||
* | Update proxy | Brendan Abolivier | 2019-02-13 | 4 | -1/+17 |
| | |||||
* | Start synapse + proxy in the same container | Brendan Abolivier | 2019-02-13 | 3 | -3/+3 |
| | |||||
* | Make the Docker image run both synapse and the proxy | Brendan Abolivier | 2019-02-13 | 8 | -3/+627 |
| | |||||
* | Add SYNAPSE_LOG_HOST to enable HTTP logging for PDU tracking | Erik Johnston | 2019-02-13 | 1 | -0/+13 |
| | |||||
* | secret password; more timeout | Matthew Hodgson | 2019-02-13 | 1 | -1/+1 |
| | |||||
* | meshsim Dockerfile | Matthew Hodgson | 2019-02-13 | 3 | -23/+59 |
| | |||||
* | Make Docker image listening on ipv6 as well as ipv4 | Cédric Laudrel | 2018-10-25 | 1 | -2/+2 |
| | | | | Signed-off-by: Cédric Laudrel <dek@iono.me> | ||||
* | Ship the email templates as package_data | Richard van der Hoff | 2018-10-17 | 1 | -1/+3 |
| | | | | | | | | | | move the example email templates into the synapse package so that they can be used as package data, which should mean that all of the packaging mechanisms (pip, docker, debian, arch, etc) should now come with the example templates. In order to grandfather in people who relied on the templates being in the old place, check for that situation and fall back to using the defaults if the templates directory does not exist. | ||||
* | Further reduce the size of the docker image (#3972) | Richard van der Hoff | 2018-10-01 | 1 | -25/+46 |
| | | | | Rewrite the dockerfile as a multistage build: this means we can get rid of a whole load of cruft which we don't need. | ||||
* | Update Dockerfile | Jan Christian Grünhage | 2018-09-25 | 1 | -1/+0 |
| | |||||
* | make python 3 work in the docker container | Jan Christian Grünhage | 2018-09-20 | 2 | -2/+5 |
| | |||||
* | Add a way to run tests in PostgreSQL in Docker (#3699) | Amber Brown | 2018-09-20 | 2 | -0/+32 |
| | |||||
* | Added description for "SYNAPSE_MAX_UPLOAD_SIZE" variable. | Simon Dwyer | 2018-09-16 | 1 | -1/+1 |
| | |||||
* | Added description for "SYNAPSE_MAX_UPLOAD_SIZE" variable. | Simon Dwyer | 2018-09-16 | 1 | -0/+1 |
| | |||||
* | Added 'MAX_UPLOAD_SIZE' variable and set default to "10M" | Simon Dwyer | 2018-09-16 | 1 | -1/+1 |
| | |||||
* | add runtime dependencies | Jan Christian Grünhage | 2018-09-10 | 1 | -5/+10 |
| | |||||
* | Move COPY before RUN and merge RUNs | Mathijs van Gorcum | 2018-09-10 | 1 | -5/+5 |
| | |||||
* | Remove build requirements after building | Mathijs van Gorcum | 2018-09-10 | 1 | -2/+3 |
| | |||||
* | update docker base-image to alpine 3.8 | Jan Christian Grünhage | 2018-08-09 | 1 | -1/+1 |
| | |||||
* | Update README.md | Michael Kaye | 2018-08-03 | 1 | -1/+1 |
| | | | Link to contrib/docker | ||||
* | Address SPAG issues | Michael Kaye | 2018-08-02 | 1 | -2/+4 |
| | |||||
* | Refactor docker locations and README. | Michael Kaye | 2018-08-02 | 5 | -0/+471 |
This addresses #3224 |