Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sanity-checking for events used in state res (#6531) | Richard van der Hoff | 2019-12-16 | 6 | -43/+128 |
* | Sanity-check room ids in event auth (#6530) | Richard van der Hoff | 2019-12-16 | 2 | -0/+14 |
* | Check the room_id of events when fetching room state/auth (#6524) | Richard van der Hoff | 2019-12-16 | 2 | -24/+56 |
* | Add `include_event_in_state` to _get_state_for_room (#6521) | Richard van der Hoff | 2019-12-16 | 2 | -18/+22 |
* | Move get_state methods into FederationHandler (#6503) | Richard van der Hoff | 2019-12-16 | 3 | -86/+107 |
* | Refactor get_events_from_store_or_dest to return a dict (#6501) | Richard van der Hoff | 2019-12-16 | 2 | -29/+16 |
* | More rewording of changelog. v1.7.0 github/release-v1.7.0 release-v1.7.0 | Erik Johnston | 2019-12-13 | 1 | -1/+1 |
* | Reword changelog | Erik Johnston | 2019-12-13 | 1 | -2/+2 |
* | Add deprecation notes | Erik Johnston | 2019-12-13 | 1 | -1/+7 |
* | 1.7.0 | Erik Johnston | 2019-12-13 | 3 | -1/+13 |
* | 1.7.0rc2 v1.7.0rc2 | Erik Johnston | 2019-12-11 | 6 | -5/+12 |
* | Back out change preventing setting null avatar URLs | Erik Johnston | 2019-12-11 | 2 | -7/+7 |
* | Merge branch 'erikj/fix_sqlite_7' of github.com:matrix-org/synapse into relea... | Erik Johnston | 2019-12-11 | 8 | -14/+51 |
|\ | |||||
| * | Drop unused index | Erik Johnston | 2019-12-10 | 4 | -13/+18 |
| * | Convert _censor_redactions to async since it awaits on coroutines | Erik Johnston | 2019-12-10 | 1 | -11/+9 |
| * | Only start censor background job after indices are created | Erik Johnston | 2019-12-10 | 2 | -2/+9 |
| * | Newsfile | Erik Johnston | 2019-12-09 | 1 | -0/+1 |
| * | Fix support for SQLite 3.7. | Erik Johnston | 2019-12-09 | 3 | -2/+22 |
| * | Merge tag 'v1.7.0rc1' into develop | Neil Johnson | 2019-12-09 | 55 | -54/+80 |
| |\ | |||||
| * | | Better errors regarding changing avatar_url (#6497) | Andrew Morgan | 2019-12-09 | 2 | -3/+9 |
* | | | Fixup changelogs | Brendan Abolivier | 2019-12-10 | 2 | -2/+2 |
* | | | Merge pull request #6509 from matrix-org/babolivier/fix-room-store-config | Erik Johnston | 2019-12-10 | 2 | -0/+6 |
|\ \ \ | |||||
| * | | | Changelog | Brendan Abolivier | 2019-12-10 | 1 | -0/+1 |
| * | | | Give the server config to the RoomWorkerStore | Brendan Abolivier | 2019-12-10 | 1 | -0/+5 |
|/ / / | |||||
* | | | Merge pull request #6507 from matrix-org/babolivier/pusher-room-store | Erik Johnston | 2019-12-10 | 2 | -1/+7 |
|\ \ \ | |||||
| * | | | Changelog | Brendan Abolivier | 2019-12-10 | 1 | -0/+1 |
| * | | | Make the PusherSlaveStore inherit from the slave RoomStore | Brendan Abolivier | 2019-12-10 | 1 | -1/+6 |
|/ / / | |||||
* | | | Fix erroneous reference for new room directory defaults. | Neil Johnson | 2019-12-10 | 1 | -1/+1 |
* | | | Update CHANGES.md | Neil Johnson | 2019-12-09 | 1 | -11/+5 |
| |/ |/| | |||||
* | | 1.7.0rc1 v1.7.0rc1 | Neil Johnson | 2019-12-09 | 55 | -54/+79 |
* | | Systemd documentation (#6490) | Clifford Garwood II | 2019-12-09 | 2 | -1/+2 |
|/ | |||||
* | Back out perf regression from get_cross_signing_keys_from_cache. (#6494) | Neil Johnson | 2019-12-09 | 4 | -30/+20 |
* | Merge pull request #6487 from matrix-org/erikj/pass_in_db | Erik Johnston | 2019-12-09 | 56 | -244/+242 |
|\ | |||||
| * | Fix comment | Erik Johnston | 2019-12-09 | 1 | -1/+1 |
| * | Fix port db script | Erik Johnston | 2019-12-06 | 4 | -37/+5 |
| * | Newsfile | Erik Johnston | 2019-12-06 | 1 | -0/+1 |
| * | Fixup tests | Erik Johnston | 2019-12-06 | 6 | -23/+20 |
| * | Move start up DB checks to main data store. | Erik Johnston | 2019-12-06 | 2 | -18/+12 |
| * | Pass Database into the data store | Erik Johnston | 2019-12-06 | 5 | -28/+24 |
| * | Move are_all_users_on_domain checks to main data store. | Erik Johnston | 2019-12-06 | 3 | -24/+24 |
| * | Change DataStores to accept 'database' param. | Erik Johnston | 2019-12-06 | 41 | -114/+156 |
* | | Merge pull request #6493 from matrix-org/erikj/invite_state_config | Erik Johnston | 2019-12-09 | 2 | -1/+4 |
|\ \ | |||||
| * | | Newsfile | Erik Johnston | 2019-12-09 | 1 | -0/+1 |
| * | | Pull out room_invite_state_types config option once. | Erik Johnston | 2019-12-09 | 1 | -1/+3 |
| |/ | |||||
* | | Fix inaccurate per-block metrics (#6491) | Richard van der Hoff | 2019-12-09 | 2 | -42/+19 |
* | | Remove fallback for missing /federation/v1/state_ids API (#6488) | Richard van der Hoff | 2019-12-09 | 3 | -96/+18 |
* | | Merge pull request #6484 from matrix-org/erikj/port_sync_handler | Erik Johnston | 2019-12-09 | 12 | -202/+208 |
|\ \ | |/ |/| | |||||
| * | Fixup functions to consistently return deferreds | Erik Johnston | 2019-12-06 | 6 | -14/+28 |
| * | Newsfile | Erik Johnston | 2019-12-05 | 1 | -0/+1 |
| * | Port SyncHandler to async/await | Erik Johnston | 2019-12-05 | 6 | -191/+182 |
* | | Merge pull request #6469 from matrix-org/erikj/make_database_class | Erik Johnston | 2019-12-06 | 68 | -2514/+2685 |
|\ \ | |||||
| * \ | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/make_datab... | Erik Johnston | 2019-12-06 | 56 | -823/+766 |
| |\ \ | |/ / |/| | | |||||
* | | | Replace /admin/v1/users_paginate endpoint with /admin/v2/users (#5925) | Manuel Stahl | 2019-12-05 | 9 | -109/+161 |
| |/ |/| | |||||
* | | Merge pull request #6483 from matrix-org/erikj/port_rest_v2 | Erik Johnston | 2019-12-05 | 24 | -505/+362 |
|\ \ | |||||
| * | | Newsfile | Erik Johnston | 2019-12-05 | 1 | -0/+1 |
| * | | Port rest.client.v2 | Erik Johnston | 2019-12-05 | 23 | -505/+361 |
|/ / | |||||
* | | Merge pull request #6482 from matrix-org/erikj/port_rest_v1 | Erik Johnston | 2019-12-05 | 15 | -169/+134 |
|\ \ | |||||
| * | | Newsfile | Erik Johnston | 2019-12-05 | 1 | -0/+1 |
| * | | Fixup tests | Erik Johnston | 2019-12-05 | 3 | -2/+15 |
| * | | Port rest/v1 to async/await | Erik Johnston | 2019-12-05 | 11 | -167/+118 |
* | | | Merge branch 'master' of github.com:matrix-org/synapse into develop | Andrew Morgan | 2019-12-05 | 3 | -2/+23 |
|\ \ \ | |||||
| * | | | Modify systemd unit file reference to align with installation instruction (#6... | Clifford Garwood II | 2019-12-05 | 3 | -2/+23 |
* | | | | Revert "Modify systemd unit file reference to align with installation instruc... | Andrew Morgan | 2019-12-05 | 3 | -23/+2 |
* | | | | Modify systemd unit file reference to align with installation instruction (#6... | Clifford Garwood II | 2019-12-05 | 3 | -2/+23 |
| |/ / |/| | | |||||
* | | | Stronger typing in the federation handler (#6480) | Richard van der Hoff | 2019-12-05 | 2 | -24/+58 |
* | | | Sanity-check the rooms of auth events before pulling them in. (#6472) | Richard van der Hoff | 2019-12-05 | 2 | -9/+26 |
| | * | Remove unused var | Erik Johnston | 2019-12-06 | 3 | -4/+2 |
| | * | Fix DB scripts | Erik Johnston | 2019-12-05 | 2 | -15/+16 |
| | * | Newsfile | Erik Johnston | 2019-12-05 | 1 | -0/+1 |
| | * | Move background update handling out of store | Erik Johnston | 2019-12-05 | 27 | -200/+281 |
| | * | Comments | Erik Johnston | 2019-12-05 | 3 | -5/+16 |
| | * | Move DB pool and helper functions into dedicated Database class | Erik Johnston | 2019-12-05 | 62 | -2295/+2377 |
| |/ |/| | |||||
* | | Merge pull request #6464 from matrix-org/erikj/make_public_sql_base | Erik Johnston | 2019-12-05 | 59 | -576/+570 |
|\ \ | |||||
| * | | Newsfile | Erik Johnston | 2019-12-04 | 1 | -0/+1 |
| * | | Remove underscore from SQLBaseStore functions | Erik Johnston | 2019-12-04 | 56 | -558/+550 |
| * | | Don't call SQLBaseStore methods from outside stores | Erik Johnston | 2019-12-04 | 4 | -19/+20 |
* | | | Merge pull request #6470 from matrix-org/babolivier/port_db_ci_failure | Brendan Abolivier | 2019-12-04 | 3 | -2/+14 |
|\ \ \ | |||||
| * | | | Fix background updates for synapse_port_db | Brendan Abolivier | 2019-12-04 | 2 | -2/+12 |
| * | | | Changelog | Brendan Abolivier | 2019-12-04 | 1 | -0/+1 |
| * | | | Make synapse_port_db exit with a non-0 code if something failed | Brendan Abolivier | 2019-12-04 | 1 | -0/+1 |
| |/ / | |||||
* / / | get rid of (most of) have_events from _update_auth_events_and_context_for_aut... | Richard van der Hoff | 2019-12-04 | 3 | -72/+25 |
|/ / | |||||
* | | Merge pull request #6454 from matrix-org/erikj/clean_base_Store | Erik Johnston | 2019-12-04 | 9 | -192/+222 |
|\ \ | |||||
| * | | Revert "Move get_user_count_txn out of base store" | Erik Johnston | 2019-12-04 | 2 | -12/+12 |
| * | | _CURRENT_STATE_CACHE_NAME is public | Erik Johnston | 2019-12-04 | 2 | -5/+5 |
| * | | Move get_user_count_txn out of base store | Erik Johnston | 2019-12-04 | 2 | -12/+12 |
| * | | Newsfile | Erik Johnston | 2019-12-04 | 1 | -0/+1 |
| * | | Move cache invalidation to main data store | Erik Johnston | 2019-12-04 | 6 | -113/+143 |
| * | | Move event fetch vars to EventWorkStore | Erik Johnston | 2019-12-04 | 4 | -14/+15 |
| * | | Move account validity bg updates to registration store | Erik Johnston | 2019-12-04 | 2 | -66/+64 |
* | | | Merge pull request #6441 from syamgk/fix-parameter-mismatch | Erik Johnston | 2019-12-04 | 2 | -1/+2 |
|\ \ \ | |||||
| * | | | Add changelog file | Syam G Krishnan | 2019-12-04 | 1 | -0/+1 |
| * | | | Issue #6406 Fix parameter mismatch | Syam G Krishnan | 2019-12-04 | 1 | -1/+1 |
* | | | | Merge pull request #6329 from matrix-org/babolivier/context_filters | Brendan Abolivier | 2019-12-04 | 10 | -103/+408 |
|\ \ \ \ | |||||
| * | | | | Un-remove room purge test | Brendan Abolivier | 2019-12-04 | 1 | -0/+72 |
| * | | | | Merge branch 'babolivier/context_filters' of github.com:matrix-org/synapse in... | Brendan Abolivier | 2019-12-04 | 1 | -1/+1 |
| |\ \ \ \ | |||||
| | * \ \ \ | Merge branch 'develop' into babolivier/context_filters | Brendan Abolivier | 2019-11-26 | 125 | -1166/+2323 |
| | |\ \ \ \ | |||||
| * | \ \ \ \ | Merge branch 'develop' into babolivier/context_filters | Brendan Abolivier | 2019-12-04 | 189 | -1451/+4493 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | Incorporate review | Brendan Abolivier | 2019-12-04 | 3 | -3/+2 |
| | |/ / / / / | |/| | | | | | |||||
| * | | | | | | Format changelog | Brendan Abolivier | 2019-11-20 | 1 | -1/+1 |
| * | | | | | | Update changelog since this isn't going to be featured in 1.6.0 | Brendan Abolivier | 2019-11-20 | 1 | -1/+1 |
| * | | | | | | Also filter state events | Brendan Abolivier | 2019-11-06 | 1 | -1/+7 |
| * | | | | | | Only filter if a filter was provided | Brendan Abolivier | 2019-11-05 | 1 | -4/+6 |
| * | | | | | | Update copyright | Brendan Abolivier | 2019-11-05 | 1 | -1/+2 |
| * | | | | | | Lint | Brendan Abolivier | 2019-11-05 | 1 | -30/+41 |
| * | | | | | | Update copyrights | Brendan Abolivier | 2019-11-05 | 8 | -2/+21 |
| * | | | | | | Changelog | Brendan Abolivier | 2019-11-05 | 1 | -0/+1 |
| * | | | | | | Add tests for /search | Brendan Abolivier | 2019-11-05 | 1 | -44/+143 |
| * | | | | | | Merge labels tests for /context and /messages | Brendan Abolivier | 2019-11-05 | 1 | -146/+130 |
| * | | | | | | Add test case | Brendan Abolivier | 2019-11-05 | 1 | -0/+182 |
| * | | | | | | Filter events_before and events_after in /context requests | Brendan Abolivier | 2019-11-05 | 1 | -2/+4 |
* | | | | | | | Markdownification and other fixes to CONTRIBUTING (#6461) | Andrew Morgan | 2019-12-04 | 4 | -210/+215 |
* | | | | | | | Fix error when using synapse_port_db on a vanilla synapse db (#6449) | Andrew Morgan | 2019-12-04 | 2 | -1/+5 |
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | |||||
| * | | | | | | Update changelog.d/6449.bugfix | Andrew Morgan | 2019-12-04 | 1 | -1/+1 |
| * | | | | | | Add changelog | Andrew Morgan | 2019-12-02 | 1 | -0/+1 |
| * | | | | | | Fix error when using synapse_port_db on a vanilla synapse db | Andrew Morgan | 2019-12-02 | 1 | -1/+4 |
* | | | | | | | Merge pull request #6451 from matrix-org/uhoreg/cross_signing_signatures_index | Erik Johnston | 2019-12-04 | 3 | -1/+25 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | apply changes from review | Hubert Chathi | 2019-12-03 | 2 | -2/+3 |
| * | | | | | | | add changelog | Hubert Chathi | 2019-12-02 | 1 | -0/+1 |
| * | | | | | | | make cross signing signature index non-unique | Hubert Chathi | 2019-12-02 | 2 | -1/+23 |
| |/ / / / / / | |||||
* | | | | | | | privacy by default for room dir (#6355) | Neil Johnson | 2019-12-04 | 5 | -18/+91 |
* | | | | | | | Fix exception when a cross-signed device is deleted (#6462) | Richard van der Hoff | 2019-12-04 | 2 | -4/+20 |
* | | | | | | | Add ephemeral messages support (MSC2228) (#6409) | Brendan Abolivier | 2019-12-03 | 8 | -7/+379 |
* | | | | | | | write some docs for the quarantine_media api (#6458) | Richard van der Hoff | 2019-12-03 | 2 | -0/+18 |
| |_|/ / / / |/| | | | | | |||||
* | | | | | | Add benchmarks for structured logging performance (#6266) | Amber Brown | 2019-12-03 | 7 | -0/+294 |
|/ / / / / | |||||
* | | | | | Transfer power level state events on room upgrade (#6237) | Andrew Morgan | 2019-12-02 | 2 | -5/+32 |
* | | | | | Use python3 packages for Ubuntu (#6443) | Andrew Morgan | 2019-12-02 | 2 | -2/+3 |
* | | | | | Fix: Pillow error when uploading RGBA image (#3325) (#6241) | Filip Štědronský | 2019-12-02 | 2 | -1/+5 |
| |_|/ / |/| | | | |||||
* | | | | Add User-Interactive Auth to /account/3pid/add (#6119) | Andrew Morgan | 2019-11-29 | 2 | -0/+6 |
* | | | | Merge pull request #6434 from matrix-org/erikj/msc2367_membership_reasons | Erik Johnston | 2019-11-29 | 7 | -10/+162 |
|\ \ \ \ | |||||
| * | | | | Newsfile | Erik Johnston | 2019-11-28 | 1 | -0/+1 |
| * | | | | Add tests | Erik Johnston | 2019-11-28 | 1 | -0/+140 |
| * | | | | Propagate reason in remotely rejected invites | Erik Johnston | 2019-11-28 | 4 | -9/+20 |
| * | | | | MSC2367 Allow reason field on all member events | Erik Johnston | 2019-11-28 | 1 | -1/+1 |
* | | | | | Merge pull request #6436 from matrix-org/babolivier/fix-state-retrieval | Brendan Abolivier | 2019-11-29 | 3 | -9/+20 |
|\ \ \ \ \ | |||||
| * | | | | | Lint | Brendan Abolivier | 2019-11-28 | 1 | -4/+8 |
| * | | | | | Changelog | Brendan Abolivier | 2019-11-28 | 1 | -0/+1 |
| * | | | | | Discard retention policies when retrieving state | Brendan Abolivier | 2019-11-28 | 2 | -9/+15 |
| |/ / / / | |||||
* | | | | | blacklist more tests | Richard van der Hoff | 2019-11-28 | 1 | -0/+7 |
* | | | | | Merge branch 'master' into develop | Andrew Morgan | 2019-11-28 | 3 | -1/+22 |
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| | | |||||
| * | | | 1.6.1 v1.6.1 github/release-v1.6.1 release-v1.6.1 | Andrew Morgan | 2019-11-28 | 5 | -3/+22 |
| * | | | Remove local threepids on account deactivation (#6426) | Andrew Morgan | 2019-11-28 | 3 | -0/+17 |
| * | | | Fix startup error when http proxy is defined. (#6421) | Richard van der Hoff | 2019-11-27 | 3 | -4/+5 |
* | | | | Remove local threepids on account deactivation (#6426) | Andrew Morgan | 2019-11-28 | 3 | -0/+17 |
* | | | | Clarifications for the email configuration settings. (#6423) | Richard van der Hoff | 2019-11-28 | 3 | -2/+33 |
* | | | | Implementation of MSC2314 (#6176) | Amber Brown | 2019-11-28 | 13 | -65/+174 |
* | | | | add etag and count to key backup endpoints (#5858) | Hubert Chathi | 2019-11-27 | 7 | -124/+297 |
* | | | | Add more tests to the worker blacklist (#6429) | Richard van der Hoff | 2019-11-27 | 2 | -0/+30 |
* | | | | Merge pull request #6358 from matrix-org/babolivier/message_retention | Brendan Abolivier | 2019-11-27 | 13 | -8/+1055 |
|\ \ \ \ | |||||
| * \ \ \ | Merge branch 'develop' into babolivier/message_retention | Brendan Abolivier | 2019-11-26 | 138 | -1274/+2600 |
| |\ \ \ \ | |||||
| * | | | | | Don't restrict the tests to v1 rooms | Brendan Abolivier | 2019-11-26 | 1 | -2/+0 |
| * | | | | | Fix worker mode | Brendan Abolivier | 2019-11-19 | 1 | -56/+56 |
| * | | | | | Fix 3PID invite exchange | Brendan Abolivier | 2019-11-19 | 1 | -1/+1 |
| * | | | | | Lint again | Brendan Abolivier | 2019-11-19 | 1 | -1/+1 |
| * | | | | | Lint again | Brendan Abolivier | 2019-11-19 | 2 | -11/+3 |
| * | | | | | Lint | Brendan Abolivier | 2019-11-19 | 4 | -101/+77 |
| * | | | | | Don't apply retention policy based filtering on state events | Brendan Abolivier | 2019-11-06 | 2 | -6/+19 |
| * | | | | | Implement per-room message retention policies | Brendan Abolivier | 2019-11-04 | 13 | -6/+1074 |
* | | | | | | clean up buildkite output | Richard van der Hoff | 2019-11-26 | 1 | -1/+3 |
* | | | | | | Remove assertion and provide a clear warning on startup for missing public_ba... | Andrew Morgan | 2019-11-26 | 4 | -0/+11 |
* | | | | | | Merge pull request #6343 from matrix-org/rav/event_auth/4 | Richard van der Hoff | 2019-11-26 | 2 | -37/+45 |
|\ \ \ \ \ \ | |||||
| * | | | | | | remove confusing fixme | Richard van der Hoff | 2019-11-26 | 1 | -6/+0 |
| * | | | | | | Merge remote-tracking branch 'origin/develop' into rav/event_auth/4 | Richard van der Hoff | 2019-11-18 | 30 | -47/+85 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | newsfile | Richard van der Hoff | 2019-11-08 | 1 | -0/+1 |
| * | | | | | | | Use get_events_as_list rather than lots of calls to get_event | Richard van der Hoff | 2019-11-08 | 1 | -16/+8 |
| * | | | | | | | Update some docstrings and comments | Richard van der Hoff | 2019-11-08 | 1 | -8/+31 |
| * | | | | | | | Simplify _update_auth_events_and_context_for_auth | Richard van der Hoff | 2019-11-08 | 1 | -11/+9 |
* | | | | | | | | Fix startup error when http proxy is defined. (#6421) | Richard van der Hoff | 2019-11-26 | 3 | -4/+5 |
| |_|_|/ / / / |/| | | | | | | |||||
* | | | | | | | Merge pull request #6420 from matrix-org/erikj/fix_find_next_generated_user_i... | Erik Johnston | 2019-11-26 | 2 | -12/+7 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Don't construct a set | Erik Johnston | 2019-11-26 | 1 | -6/+3 |
| * | | | | | | | Newsfile | Erik Johnston | 2019-11-26 | 1 | -0/+1 |
| * | | | | | | | Fix find_next_generated_user_id_localpart | Erik Johnston | 2019-11-26 | 1 | -10/+7 |
|/ / / / / / / | |||||
* | | | | | | | Merge branch 'master' into develop | Andrew Morgan | 2019-11-26 | 4 | -2/+17 |
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | |||||
| * | | | | | | 1.6.0 v1.6.0 github/release-v1.6.0 release-v1.6.0 | Andrew Morgan | 2019-11-26 | 4 | -2/+16 |
| * | | | | | | Fix phone home stats (#6418) | Erik Johnston | 2019-11-26 | 2 | -1/+2 |
* | | | | | | | Prevent account_data content from being sent over TCP replication (#6333) | Andrew Morgan | 2019-11-26 | 3 | -7/+7 |
|\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'develop' of github.com:matrix-org/synapse into anoa/fix_account... | Andrew Morgan | 2019-11-14 | 5 | -2/+6 |
| |\ \ \ \ \ \ \ | |||||
| * | | | | | | | | lint | Andrew Morgan | 2019-11-08 | 1 | -2/+1 |
| * | | | | | | | | Add changelog | Andrew Morgan | 2019-11-08 | 1 | -0/+1 |
| * | | | | | | | | Remove content from being sent for account data rdata stream | Andrew Morgan | 2019-11-08 | 2 | -6/+6 |
| | |_|/ / / / / | |/| | | | | | | |||||
* | | | | | | | | Merge pull request #6332 from matrix-org/erikj/query_devices_fix | Erik Johnston | 2019-11-26 | 4 | -4/+99 |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | | |||||
| * | | | | | | | Fixup docs | Erik Johnston | 2019-11-26 | 2 | -2/+6 |
| * | | | | | | | Newsfile | Erik Johnston | 2019-11-05 | 1 | -0/+1 |
| * | | | | | | | Fix caching devices for remote servers in worker. | Erik Johnston | 2019-11-05 | 3 | -4/+94 |
* | | | | | | | | Make sure that we close cursors before returning from a query (#6408) | Richard van der Hoff | 2019-11-25 | 3 | -10/+44 |
* | | | | | | | | Merge tag 'v1.6.0rc2' into develop | Richard van der Hoff | 2019-11-25 | 3 | -19/+35 |
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | | |||||
| * | | | | | | | 1.6.0rc2 v1.6.0rc2 | Richard van der Hoff | 2019-11-25 | 3 | -2/+10 |
| * | | | | | | | Fix exceptions from background database update for event labels. (#6407) | Richard van der Hoff | 2019-11-25 | 2 | -18/+26 |
* | | | | | | | | Improve the performance of structured logging (#6322) | Amber Brown | 2019-11-26 | 4 | -30/+93 |
* | | | | | | | | Merge pull request #6392 from matrix-org/babolivier/fix-1623 | Brendan Abolivier | 2019-11-25 | 2 | -0/+75 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Lint | Brendan Abolivier | 2019-11-20 | 1 | -6/+8 |
| * | | | | | | | | Changelog | Brendan Abolivier | 2019-11-20 | 1 | -0/+1 |
| * | | | | | | | | Test if a purge can make /messages return 500 responses | Brendan Abolivier | 2019-11-20 | 1 | -0/+72 |
* | | | | | | | | | Add working build command for docker image (#6390) | Andrew Morgan | 2019-11-23 | 2 | -0/+13 |
* | | | | | | | | | Fix link to user_dir_populate.sql in the user directory docs (#6388) | Aaron Raimist | 2019-11-21 | 2 | -2/+2 |
* | | | | | | | | | Clean up newline quote marks around the codebase (#6362) | Andrew Morgan | 2019-11-21 | 26 | -46/+43 |
* | | | | | | | | | update macOS installation instructions | Matthew Hodgson | 2019-11-20 | 1 | -2/+10 |
| |/ / / / / / / |/| | | | | | | | |||||
* | | | | | | | | 1.6.0rc1 v1.6.0rc1 | Andrew Morgan | 2019-11-20 | 62 | -61/+75 |
* | | | | | | | | Docker: Change permissions for data dir before attempting to write to it (#6389) | Andrew Morgan | 2019-11-20 | 2 | -3/+4 |
* | | | | | | | | Move admin endpoints into separate files (#6308) | Manuel Stahl | 2019-11-20 | 5 | -555/+622 |
* | | | | | | | | Merge pull request #6335 from matrix-org/erikj/rc_login_cleanups | Brendan Abolivier | 2019-11-20 | 3 | -70/+126 |
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | |||||
| * | | | | | | | Lint | Brendan Abolivier | 2019-11-20 | 1 | -1/+3 |
| * | | | | | | | Apply suggestions from code review | Erik Johnston | 2019-11-18 | 2 | -3/+3 |
| * | | | | | | | Newsfile | Erik Johnston | 2019-11-06 | 1 | -0/+1 |
| * | | | | | | | Add failed auth ratelimiting to UIA | Erik Johnston | 2019-11-06 | 1 | -1/+32 |
| * | | | | | | | Only do `rc_login` ratelimiting on succesful login. | Erik Johnston | 2019-11-06 | 2 | -72/+94 |
| | |/ / / / / | |/| | | | | | |||||
* | | | | | | | Replace UPDATE with UPSERT on device_max_stream_id table (#6363) | Andrew Morgan | 2019-11-15 | 2 | -2/+16 |
* | | | | | | | Add optional python dependencies to snap packaging (#6317) | James | 2019-11-14 | 2 | -0/+21 |
* | | | | | | | Fix guest -> real account upgrade with account validity enabled (#6359) | Andrew Morgan | 2019-11-14 | 2 | -6/+4 |
* | | | | | | | Replace instance variations of homeserver with correct case/spacing (#6357) | Andrew Morgan | 2019-11-14 | 21 | -37/+38 |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | |||||
| * | | | | | | Merge branch 'develop' of github.com:matrix-org/synapse into anoa/homeserver_... | Andrew Morgan | 2019-11-14 | 5 | -2/+6 |
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
* | | | | | | | Merge pull request #6220 from matrix-org/neilj/set_room_version_default_to_5 | Brendan Abolivier | 2019-11-14 | 3 | -2/+3 |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | |||||
| * | | | | | | Set room version default to 5 | Neil Johnson | 2019-10-19 | 3 | -2/+3 |
* | | | | | | | Blacklist PurgeRoomTestCase (#6361) | Andrew Morgan | 2019-11-13 | 2 | -0/+3 |
| |_|_|/ / / |/| | | | | | |||||
| | * | | | | sample config | Andrew Morgan | 2019-11-12 | 1 | -4/+4 |
| | * | | | | Add changelog | Andrew Morgan | 2019-11-12 | 1 | -0/+1 |
| | * | | | | A couple more instances | Andrew Morgan | 2019-11-12 | 2 | -2/+2 |
| | * | | | | Replace instance variations of homeserver with correct case/spacing | Andrew Morgan | 2019-11-12 | 18 | -31/+31 |
| |/ / / / |/| | | | | |||||
* | | | | | Merge pull request #6340 from matrix-org/babolivier/pagination_query | Brendan Abolivier | 2019-11-08 | 2 | -8/+33 |
|\ \ \ \ \ | |||||
| * | | | | | Incorporate review | Brendan Abolivier | 2019-11-08 | 1 | -12/+12 |
| * | | | | | Lint | Brendan Abolivier | 2019-11-07 | 1 | -2/+2 |
| * | | | | | Only join on event_labels if we're filtering on labels | Brendan Abolivier | 2019-11-07 | 1 | -9/+24 |
| * | | | | | Handle lack of filter | Brendan Abolivier | 2019-11-07 | 1 | -5/+3 |
| * | | | | | Changelog | Brendan Abolivier | 2019-11-07 | 1 | -0/+1 |
| * | | | | | Fix the SQL SELECT query in _paginate_room_events_txn | Brendan Abolivier | 2019-11-07 | 1 | -2/+13 |
* | | | | | | Merge pull request #6295 from matrix-org/erikj/split_purge_history | Erik Johnston | 2019-11-08 | 8 | -182/+335 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Move type annotation into docstring | Erik Johnston | 2019-11-08 | 1 | -3/+3 |
| * | | | | | | Fix deleting state groups during room purge. | Erik Johnston | 2019-11-06 | 2 | -14/+17 |
| * | | | | | | Use correct type annotation | Erik Johnston | 2019-11-06 | 1 | -2/+2 |
| * | | | | | | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/split_purg... | Erik Johnston | 2019-11-05 | 5 | -83/+146 |
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | | | |||||
| * | | | | | | Change to not require a state_groups.room_id index. | Erik Johnston | 2019-11-04 | 4 | -53/+45 |
| * | | | | | | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/split_purg... | Erik Johnston | 2019-11-04 | 96 | -369/+2050 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | Fix up comment | Erik Johnston | 2019-11-01 | 1 | -2/+1 |
| * | | | | | | | Update log line to lie a little less | Erik Johnston | 2019-10-31 | 1 | -1/+1 |
| * | | | | | | | Add state_groups.room_id index | Erik Johnston | 2019-10-31 | 2 | -0/+24 |
| * | | | | | | | Docstrings | Erik Johnston | 2019-10-31 | 1 | -3/+11 |
| * | | | | | | | Fix purge room API | Erik Johnston | 2019-10-31 | 1 | -5/+8 |
| * | | | | | | | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/split_purg... | Erik Johnston | 2019-10-31 | 94 | -282/+781 |
| |\ \ \ \ \ \ \ | |||||
| * | | | | | | | | Newsfile | Erik Johnston | 2019-10-30 | 1 | -0/+1 |
| * | | | | | | | | Split purge API into events vs state | Erik Johnston | 2019-10-30 | 6 | -184/+308 |
* | | | | | | | | | Merge pull request #6310 from matrix-org/babolivier/msc2326_bg_update | Brendan Abolivier | 2019-11-07 | 3 | -0/+81 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Update synapse/storage/data_stores/main/events_bg_updates.py | Brendan Abolivier | 2019-11-07 | 1 | -1/+1 |
| * | | | | | | | | | Update synapse/storage/data_stores/main/events_bg_updates.py | Brendan Abolivier | 2019-11-07 | 1 | -1/+1 |
| * | | | | | | | | | Copy results | Brendan Abolivier | 2019-11-07 | 1 | -1/+3 |
| * | | | | | | | | | Revert "Back to using cursor_to_dict" | Brendan Abolivier | 2019-11-07 | 1 | -9/+9 |
| * | | | | | | | | | Back to using cursor_to_dict | Brendan Abolivier | 2019-11-07 | 1 | -9/+9 |
| * | | | | | | | | | Initialise value before looping | Brendan Abolivier | 2019-11-07 | 1 | -4/+8 |
| * | | | | | | | | | Incorporate review | Brendan Abolivier | 2019-11-07 | 1 | -14/+9 |
| * | | | | | | | | | Fix field name | Brendan Abolivier | 2019-11-06 | 1 | -1/+1 |
| * | | | | | | | | | Update insert | Brendan Abolivier | 2019-11-06 | 1 | -1/+6 |
| * | | | | | | | | | Update changelog | Brendan Abolivier | 2019-11-05 | 1 | -1/+1 |