| Commit message (Expand) | Author | Files | Lines |
2018-05-23 | bump version and changelog | Neil Johnson | 2 | -1/+37 |
2018-05-22 | Remove unused string formatting param | Erik Johnston | 1 | -1/+0 |
2018-05-22 | Don't support limitless pagination | Erik Johnston | 1 | -8/+6 |
2018-05-22 | fix synchrotron | hera | 1 | -1/+1 |
2018-05-22 | custom error code for not leaving server notices room | Richard van der Hoff | 2 | -0/+2 |
2018-05-22 | comment typo | David Baker | 1 | -1/+1 |
2018-05-22 | Add a 'has_consented' template var to consent forms | Richard van der Hoff | 3 | -4/+21 |
2018-05-22 | Enable auto-escaping for the consent templates | Richard van der Hoff | 1 | -1/+4 |
2018-05-22 | Fix dependency on jinja2 | Richard van der Hoff | 1 | -1/+1 |
2018-05-22 | Reject attempts to send event before privacy consent is given | Richard van der Hoff | 6 | -2/+179 |
2018-05-22 | Stub out ServerNoticesSender on the workers | Richard van der Hoff | 6 | -8/+66 |
2018-05-22 | Move consent config parsing into ConsentConfig | Richard van der Hoff | 4 | -15/+21 |
2018-05-22 | Send users a server notice about consent | Richard van der Hoff | 11 | -11/+255 |
2018-05-22 | Rename 'version' param on user consent config | Richard van der Hoff | 2 | -5/+7 |
2018-05-22 | Comment | Erik Johnston | 1 | -1/+1 |
2018-05-22 | Fix logcontext resource usage tracking | Erik Johnston | 1 | -11/+27 |
2018-05-22 | Don't store context | Erik Johnston | 1 | -8/+5 |
2018-05-22 | Move in_flight_requests_count to be a callback metric | Erik Johnston | 1 | -10/+21 |
2018-05-21 | Fix logcontext leak in HttpTransactionCache | Richard van der Hoff | 2 | -25/+42 |
2018-05-21 | Stop the transaction cache caching failures | Richard van der Hoff | 2 | -9/+67 |
2018-05-21 | Add in flight request metrics | Erik Johnston | 2 | -2/+154 |
2018-05-18 | Tighter filtering for user_daily_visits | Neil Johnson | 1 | -1/+5 |
2018-05-18 | fix psql compatability bug | Neil Johnson | 1 | -1/+1 |
2018-05-18 | Add lxml to docker image for web previews | Paul Tötterman | 1 | -2/+2 |
2018-05-18 | Better docstrings | Richard van der Hoff | 1 | -0/+16 |
2018-05-18 | Make sure we reject attempts to invite the notices user | Richard van der Hoff | 3 | -0/+20 |
2018-05-18 | Replace inline docstrings with "Attributes" in class docstring | Richard van der Hoff | 1 | -23/+15 |
2018-05-18 | Fix error in handling receipts | Richard van der Hoff | 1 | -7/+11 |
2018-05-17 | bump version, change log | Neil Johnson | 2 | -2/+8 |
2018-05-17 | fix missing yield for server_notices_room | Richard van der Hoff | 1 | -3/+4 |
2018-05-17 | Remove unused `update_external_syncs` | Richard van der Hoff | 1 | -55/+0 |
2018-05-17 | light grammar changes | Neil Johnson | 1 | -4/+4 |
2018-05-17 | Note that secrets need to be retained. | Michael Kaye | 1 | -2/+7 |
2018-05-17 | Document macaroon env var correctly | Michael Kaye | 1 | -2/+2 |
2018-05-17 | Reference synapse docker image and docker-compose | Michael Kaye | 1 | -2/+3 |
2018-05-17 | Infrastructure for a server notices room | Richard van der Hoff | 9 | -7/+280 |
2018-05-17 | postgres.rst: Add instructions how to setup the postgres user and clarify the... | rubo77 | 1 | -9/+23 |
2018-05-17 | Move RoomCreationHandler out of synapse.handlers.Handlers | Richard van der Hoff | 6 | -11/+19 |
2018-05-16 | bump version and changelog for 0.29.0 v0.29.0 | Neil Johnson | 2 | -1/+5 |
2018-05-16 | Clarify comment | Erik Johnston | 1 | -1/+2 |
2018-05-16 | Comments | Erik Johnston | 1 | -0/+8 |
2018-05-16 | Move and rename variable | Erik Johnston | 1 | -3/+3 |
2018-05-16 | remove empty line | Neil Johnson | 1 | -1/+0 |
2018-05-16 | remove unused method recurring_user_daily_visit_stats | Neil Johnson | 1 | -3/+0 |
2018-05-16 | style and further contraining query | Neil Johnson | 1 | -8/+12 |
2018-05-15 | pep8 | Neil Johnson | 1 | -1/+0 |
2018-05-15 | Limit query load of generate_user_daily_visits | Neil Johnson | 2 | -27/+54 |
2018-05-15 | Make purge_history operate on tokens | Erik Johnston | 3 | -21/+25 |
2018-05-15 | Use events_to_purge table rather than token | Erik Johnston | 1 | -15/+34 |
2018-05-15 | ConsentResource to gather policy consent from users | Richard van der Hoff | 14 | -5/+446 |
2018-05-14 | further musical chairs | Neil Johnson | 1 | -2/+3 |
2018-05-14 | rearrange and collect related PRs | Neil Johnson | 1 | -26/+27 |
2018-05-14 | v0.29.0-rc1: bump version and change log v0.29.0-rc1 | Neil Johnson | 2 | -3/+65 |
2018-05-14 | instead of inserting user daily visit data at the end of the day, instead ins... | Neil Johnson | 2 | -43/+30 |
2018-05-11 | Use stream rather depth ordering for push actions | Erik Johnston | 3 | -40/+18 |
2018-05-10 | transaction_id, destination twice | Damir Manapov | 1 | -2/+0 |
2018-05-10 | Set Server header in SynapseRequest | Richard van der Hoff | 23 | -27/+28 |
2018-05-10 | Catch failure to part user from room | David Baker | 1 | -7/+13 |
2018-05-10 | Many docstrings | David Baker | 2 | -0/+36 |
2018-05-10 | Remove redundant request_handler decorator | Richard van der Hoff | 7 | -38/+42 |
2018-05-10 | Factor wrap_request_handler_with_logging out of wrap_request_handler | Richard van der Hoff | 1 | -54/+66 |
2018-05-10 | Remove include_metrics param | Richard van der Hoff | 1 | -17/+7 |
2018-05-10 | Move outgoing_responses_counter handling to RequestMetrics | Richard van der Hoff | 2 | -4/+2 |
2018-05-10 | Bump requests_counter in wrapped_request_handler | Richard van der Hoff | 1 | -4/+11 |
2018-05-10 | Move RequestMetrics handling into SynapseRequest.processing() | Richard van der Hoff | 2 | -24/+64 |
2018-05-10 | Make RequestMetrics take a raw time rather |