Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge tag 'v1.13.0' | Patrick Cloke | 2020-05-19 | 257 | -5032/+12281 |
|\ | |||||
| * | Update changelog based on feedback. v1.13.0 github/release-v1.13.0 release-v1.13.0 | Patrick Cloke | 2020-05-19 | 1 | -1/+1 |
| * | Move warnings in the changelog and re-iterate changes to branches. | Patrick Cloke | 2020-05-19 | 1 | -18/+32 |
| * | 1.13.0 | Patrick Cloke | 2020-05-19 | 4 | -4/+16 |
| * | update dh-virtualenv (#7526) | Richard van der Hoff | 2020-05-19 | 5 | -11/+11 |
| * | 1.13.0rc3 v1.13.0rc3 | Patrick Cloke | 2020-05-18 | 3 | -2/+10 |
| * | Hash passwords earlier in the registration process (#7523) | Patrick Cloke | 2020-05-18 | 4 | -31/+31 |
| * | 1.13.0rc2 v1.13.0rc2 | Richard van der Hoff | 2020-05-14 | 1 | -3/+2 |
| * | 1.13.0rc2 | Richard van der Hoff | 2020-05-14 | 5 | -4/+17 |
| * | Stop `get_joined_users` corruption from custom statuses (#7376) | Richard van der Hoff | 2020-05-14 | 3 | -2/+52 |
| * | Do not validate that the client dict is stable during UI Auth. (#7483) | Patrick Cloke | 2020-05-13 | 4 | -65/+29 |
| * | Fix new flake8 errors (#7489) | Patrick Cloke | 2020-05-13 | 7 | -12/+19 |
| * | Don't UPGRADE database rows v1.13.0rc1 | Andrew Morgan | 2020-05-11 | 1 | -1/+1 |
| * | RST indenting | Andrew Morgan | 2020-05-11 | 1 | -2/+2 |
| * | Put rollback instructions in upgrade notes | Andrew Morgan | 2020-05-11 | 1 | -0/+19 |
| * | Fix changelog typo | Andrew Morgan | 2020-05-11 | 1 | -1/+1 |
| * | Oh yeah, RST | Andrew Morgan | 2020-05-11 | 1 | -2/+1 |
| * | Absolute URL it is then | Andrew Morgan | 2020-05-11 | 1 | -1/+2 |
| * | Fix upgrade notes link | Andrew Morgan | 2020-05-11 | 1 | -1/+1 |
| * | Provide summary of upgrade issues in changelog. Fix ) | Andrew Morgan | 2020-05-11 | 2 | -12/+33 |
| * | Move next version notes from changelog to upgrade notes | Andrew Morgan | 2020-05-11 | 2 | -14/+15 |
| * | Changelog fixes | Andrew Morgan | 2020-05-11 | 1 | -3/+3 |
| * | 1.13.0rc1 | Andrew Morgan | 2020-05-11 | 144 | -143/+139 |
| * | Documentation on setting up redis (#7446) | Neil Johnson | 2020-05-11 | 2 | -60/+108 |
| * | Rework UI Auth session validation for registration (#7455) | Patrick Cloke | 2020-05-08 | 6 | -102/+280 |
| * | Fix errors from malformed log line (#7454) | Richard van der Hoff | 2020-05-07 | 2 | -1/+2 |
| * | Drop support for redis.dbid (#7450) | Richard van der Hoff | 2020-05-07 | 3 | -4/+2 |
| * | Add a configuration setting for the dummy event threshold (#7422) | Brendan Abolivier | 2020-05-07 | 4 | -1/+31 |
| * | Improve per-block CPU and DB usage metrics (#7426) | Patrick Cloke | 2020-05-06 | 2 | -12/+27 |
| * | Port group attestation renewal slow down from matrix-org-hotfixes (#7442) | Andrew Morgan | 2020-05-06 | 2 | -4/+3 |
| * | Make redis go faster with hiredis (#7439) | Richard van der Hoff | 2020-05-06 | 2 | -1/+4 |
| * | Stop Auth methods from polling the config on every req. (#7420) | Andrew Morgan | 2020-05-06 | 7 | -106/+168 |
| * | Merge pull request #7423 from matrix-org/erikj/faster_device_lists_fetch | Erik Johnston | 2020-05-06 | 4 | -10/+26 |
| |\ | |||||
| | * | Merge branch 'release-v1.13.0' into erikj/faster_device_lists_fetch | Richard van der Hoff | 2020-05-05 | 66 | -691/+847 |
| | |\ | |||||
| | * | | Update changelog.d/7423.misc | Richard van der Hoff | 2020-05-05 | 1 | -1/+1 |
| | * | | Newsfile | Erik Johnston | 2020-05-05 | 1 | -0/+1 |
| | * | | Speed up fetching device lists changes in sync. | Erik Johnston | 2020-05-05 | 3 | -10/+25 |
| * | | | Merge pull request #7427 from matrix-org/rav/fix_dropped_messages | Richard van der Hoff | 2020-05-06 | 3 | -34/+70 |
| |\ \ \ | |||||
| | * \ \ | Merge branch 'release-v1.13.0' into rav/fix_dropped_messages | Richard van der Hoff | 2020-05-05 | 2 | -1/+2 |
| | |\ \ \ | | |/ / / | |/| | | | |||||
| * | | | | Move logs about discarded RDATA to debug (#7421) | Brendan Abolivier | 2020-05-05 | 2 | -1/+2 |
| | |_|/ | |/| | | |||||
| | * | | Merge branch 'release-v1.13.0' into rav/fix_dropped_messages | Richard van der Hoff | 2020-05-05 | 66 | -690/+847 |
| | |\ \ | | |/ / | |/| | | |||||
| * | | | Add backwards compatibility codepath to LoggingContext. (#7408) | Patrick Cloke | 2020-05-05 | 2 | -0/+42 |
| * | | | Fix bug in EventContext.deserialize. (#7393) | Erik Johnston | 2020-05-05 | 4 | -8/+126 |
| * | | | Fix ordering in MANIFEST.in | Brendan Abolivier | 2020-05-04 | 1 | -6/+6 |
| * | | | Merge pull request #7404 from matrix-org/babolivier/fix_manifest | Brendan Abolivier | 2020-05-04 | 2 | -3/+5 |
| |\ \ \ | |||||
| | * | | | Fix MANIFEST.in | Brendan Abolivier | 2020-05-04 | 2 | -3/+5 |
| * | | | | Fix redis password support. (#7401) | Erik Johnston | 2020-05-04 | 3 | -0/+7 |
| * | | | | Convert synapse.server_notices to async/await. (#7394) | Patrick Cloke | 2020-05-01 | 3 | -11/+8 |
| * | | | | Convert the synapse.notifier module to async/await. (#7395) | Patrick Cloke | 2020-05-01 | 2 | -10/+8 |
| * | | | | Wait for current_state_events_membership before populate_stats_process_rooms ... | Richard van der Hoff | 2020-05-01 | 3 | -1/+37 |
| * | | | | Thread through instance name to replication client. (#7369) | Erik Johnston | 2020-05-01 | 12 | -41/+101 |
| |/ / / | |||||
| * | | | Use `stream.current_token()` and remove `stream_positions()` (#7172) | Erik Johnston | 2020-05-01 | 19 | -154/+30 |
| * | | | async/await is_server_admin (#7363) | Andrew Morgan | 2020-05-01 | 22 | -438/+410 |
| * | | | Further improvements to requesting the public rooms list on a homeserver whic... | Andrew Morgan | 2020-05-01 | 3 | -23/+71 |
| | |/ | |/| | |||||
| | * | changelog | Richard van der Hoff | 2020-05-05 | 1 | -0/+1 |
| | * | Wait for a POSITION on the right connection before accepting RDATA | Richard van der Hoff | 2020-05-05 | 2 | -19/+38 |
| | * | Wait to subscribe before sending REPLICATE | Richard van der Hoff | 2020-05-05 | 2 | -20/+35 |
| |/ | |||||
| * | Workaround for assertion errors from db_query_to_update_function (#7378) | Richard van der Hoff | 2020-05-01 | 2 | -2/+2 |
| * | Persist user interactive authentication sessions (#7302) | Patrick Cloke | 2020-04-30 | 14 | -125/+434 |
| * | Apply federation check for /publicRooms with filter list (#7367) | Andrew Morgan | 2020-04-30 | 2 | -1/+6 |
| * | Add instance name to RDATA/POSITION commands (#7364) | Erik Johnston | 2020-04-29 | 10 | -50/+95 |
| * | Don't relay REMOTE_SERVER_UP cmds to same conn. (#7352) | Erik Johnston | 2020-04-29 | 6 | -25/+114 |
| * | Fix limit logic for EventsStream (#7358) | Richard van der Hoff | 2020-04-29 | 14 | -67/+658 |
| * | Fix fallback value for account_threepid_delegates.email (#7316) | Andrew Morgan | 2020-04-29 | 2 | -3/+9 |
| * | Clean up admin api docs (#7361) | Andrew Morgan | 2020-04-28 | 2 | -18/+43 |
| * | Return total number of users and profile attributes in admin users endpoint (... | Manuel Stahl | 2020-04-28 | 6 | -36/+100 |
| * | Add some replication tests (#7278) | Erik Johnston | 2020-04-28 | 3 | -11/+299 |
| * | Fix typo 'datbases' in ConfigError | Andrew Morgan | 2020-04-28 | 1 | -1/+1 |
| * | Fix collation for postgres for unit tests (#7359) | Richard van der Hoff | 2020-04-28 | 2 | -1/+5 |
| * | Run replication streamers on workers (#7146) | Erik Johnston | 2020-04-28 | 3 | -22/+25 |
| * | Fix incorrect metrics reporting for renew_attestations (#7344) | Richard van der Hoff | 2020-04-27 | 2 | -10/+10 |
| * | Document monitoring workers (#7357) | Brendan Abolivier | 2020-04-27 | 2 | -0/+26 |
| * | Add some explanation to application_services.md (#7091) | lub | 2020-04-27 | 2 | -0/+5 |
| * | Don't crash when one of the configuration files is empty (#7341) | Brendan Abolivier | 2020-04-27 | 2 | -0/+7 |
| * | Add documentation to the sample config about the templates for SSO. (#7343) | Patrick Cloke | 2020-04-24 | 3 | -0/+49 |
| * | Convert some of the federation handler methods to async/await. (#7338) | Patrick Cloke | 2020-04-24 | 2 | -25/+25 |
| * | Merge pull request #7337 from matrix-org/rav/fix_update_limit_assertion | Richard van der Hoff | 2020-04-24 | 5 | -44/+147 |
| |\ | |||||
| | * | changelog | Richard van der Hoff | 2020-04-24 | 1 | -0/+1 |
| | * | Fix EventsStream raising assertions when it falls behind | Richard van der Hoff | 2020-04-24 | 2 | -30/+129 |
| | * | Make it clear that the limit for an update_function is a target | Richard van der Hoff | 2020-04-23 | 1 | -5/+9 |
| | * | Remove 'limit' param from `get_repl_stream_updates` API | Richard van der Hoff | 2020-04-23 | 2 | -9/+8 |
| * | | Merge branch 'master' into develop | Patrick Cloke | 2020-04-23 | 3 | -1/+16 |
| |\ \ | | |/ | |/| | |||||
| * | | Revert "Revert "Merge pull request #7315 from matrix-org/babolivier/request_t... | Brendan Abolivier | 2020-04-23 | 7 | -3/+121 |
| * | | Merge branch 'master' into develop | Brendan Abolivier | 2020-04-23 | 3 | -3/+75 |
| |\ \ | |||||
| * | | | Stop the master relaying USER_SYNC for other workers (#7318) | Richard van der Hoff | 2020-04-22 | 10 | -159/+199 |
| * | | | Fix replication metrics when using redis (#7325) | Erik Johnston | 2020-04-22 | 3 | -37/+30 |
| * | | | Merge tag 'v1.12.4rc1' into develop | Richard van der Hoff | 2020-04-22 | 7 | -6/+18 |
| |\ \ \ | |||||
| * | | | | Another go at fixing one-word commands (#7326) | Richard van der Hoff | 2020-04-22 | 3 | -1/+44 |
| * | | | | fix changelog name | Richard van der Hoff | 2020-04-22 | 1 | -0/+0 |
| * | | | | Extend StreamChangeCache to support multiple entities per stream ID (#7303) | Richard van der Hoff | 2020-04-22 | 6 | -56/+272 |
| * | | | | Extend room admin api with additional attributes (#7225) | Dirk Klimpel | 2020-04-22 | 6 | -604/+869 |
| * | | | | Merge branch 'release-v1.12.4' into develop | Richard van der Hoff | 2020-04-22 | 7 | -18/+197 |
| |\ \ \ \ | |||||
| * | | | | | Add ability to run replication protocol over redis. (#7040) | Erik Johnston | 2020-04-22 | 12 | -36/+342 |
| * | | | | | Reduce logging verbosity of URL cache cleanup. (#7295) | Michael Kaye | 2020-04-22 | 2 | -2/+8 |
| * | | | | | import urllib.parse when using urllib.parse.quote (#7319) | Andrew Morgan | 2020-04-22 | 2 | -1/+2 |
| * | | | | | Reduce federation logging on success (#7321) | Michael Kaye | 2020-04-22 | 2 | -8/+15 |
| * | | | | | Merge branch 'release-v1.12.4' into develop | Richard van der Hoff | 2020-04-20 | 3 | -141/+12 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'release-v1.12.4' into develop | Richard van der Hoff | 2020-04-20 | 3 | -12/+141 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | Fix indention in generated config file (#7300) | Lars Franke | 2020-04-20 | 3 | -48/+49 |
| * | | | | | | | Reject unknown UI auth sessions (instead of silently generating a new one) (#... | Patrick Cloke | 2020-04-20 | 2 | -65/+95 |
| * | | | | | | | On catchup, process each row with its own stream id (#7286) | Richard van der Hoff | 2020-04-20 | 3 | -5/+72 |
| * | | | | | | | Use a template for the SSO success page to allow for customization. (#7279) | Patrick Cloke | 2020-04-17 | 6 | -37/+66 |
| * | | | | | | | Added explicit Python build tools to snap requirements (#7213) | James | 2020-04-17 | 2 | -0/+5 |
| * | | | | | | | Improve type checking in `replication.tcp.Stream` (#7291) | Richard van der Hoff | 2020-04-17 | 5 | -122/+143 |
| * | | | | | | | Clarify the comments for media_storage_providers options (#7272) | Tristan Lins | 2020-04-17 | 3 | -8/+7 |
| * | | | | | | | Do not treat display names as globs for push rules. (#7271) | Patrick Cloke | 2020-04-16 | 4 | -30/+106 |
| * | | | | | | | Fix 'generator object is not subscriptable' error (#7290) | Richard van der Hoff | 2020-04-16 | 2 | -1/+3 |
| * | | | | | | | Convert auth handler to async/await (#7261) | Patrick Cloke | 2020-04-15 | 10 | -170/+224 |
| * | | | | | | | Add notes to the changelog about an additional SSO template. (#7259) | Patrick Cloke | 2020-04-15 | 2 | -4/+9 |
| * | | | | | | | Allow specifying the value of Accept-Language header for URL previews (#7265) | Andrew Morgan | 2020-04-15 | 5 | -2/+116 |
| * | | | | | | | Fix a potentially-huge sql query (#7274) | Richard van der Hoff | 2020-04-15 | 2 | -7/+17 |
| * | | | | | | | Fix the parameters of a test fixture (#7243) | Zay11Zay | 2020-04-14 | 2 | -1/+2 |
| * | | | | | | | Only register devices edu handler on the master process (#7255) | Andrew Morgan | 2020-04-14 | 2 | -7/+12 |
| * | | | | | | | Add setting to nginx configuration to allow larger file uploads (#7251) | Ryan Hovland | 2020-04-13 | 2 | -0/+4 |
| * | | | | | | | Check on room creation if the user is allowed to publish the room to the room... | PeerD | 2020-04-13 | 2 | -0/+8 |
| * | | | | | | | typos | Matthew Hodgson | 2020-04-11 | 2 | -2/+2 |
| * | | | | | | | Default PL100 to enable encryption in a room (#7230) | Andrew Morgan | 2020-04-09 | 4 | -4/+299 |
| * | | | | | | | Do not allow a deactivated user to login via SSO. (#7240) | Patrick Cloke | 2020-04-09 | 8 | -10/+110 |
| * | | | | | | | Unblacklist /upgrade creates a new room (#7228) | Andrew Morgan | 2020-04-09 | 2 | -2/+1 |
| * | | | | | | | Add matrix-synapse-shared-secret-auth as an example password provider (#7248) | Andrew Morgan | 2020-04-09 | 2 | -0/+2 |
| * | | | | | | | Revert "Unblacklist /upgrade creates a new room (#7228)" (#7254) | Andrew Morgan | 2020-04-09 | 2 | -1/+2 |
| * | | | | | | | Unblacklist /upgrade creates a new room (#7228) | Andrew Morgan | 2020-04-09 | 2 | -2/+1 |
| * | | | | | | | Fix --help commandline argument (#7249) | Richard van der Hoff | 2020-04-09 | 2 | -16/+9 |
| * | | | | | | | Make it clearer to the user that they haven't overridden onLogin/Register (#7... | Andrew Morgan | 2020-04-09 | 3 | -3/+3 |
| * | | | | | | | Upgrade jQuery to 3.x on fallback login/registration screens (#7236) | Andrew Morgan | 2020-04-09 | 9 | -16/+15 |
| * | | | | | | | Fix bad merge of CHANGES.md | Richard van der Hoff | 2020-04-08 | 1 | -5/+1 |
| * | | | | | | | Remove redundant checks on `daemonize` from synctl (#7233) | Richard van der Hoff | 2020-04-08 | 2 | -9/+12 |
| * | | | | | | | Make systemd-with-workers doc official (#7234) | Richard van der Hoff | 2020-04-08 | 10 | -194/+134 |
| * | | | | | | | Fix changelog for #7235 | Brendan Abolivier | 2020-04-08 | 2 | -1/+1 |
| * | | | | | | | Add documentation to password_providers config option (#7238) | Andrew Morgan | 2020-04-08 | 4 | -4/+32 |
| * | | | | | | | bg update to clear out duplicate outbound_device_list_pokes (#7193) | Richard van der Hoff | 2020-04-07 | 6 | -13/+234 |
| * | | | | | | | Merge pull request #7239 from matrix-org/rav/replication_cleanup | Richard van der Hoff | 2020-04-07 | 4 | -32/+36 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | changelog | Richard van der Hoff | 2020-04-07 | 1 | -0/+1 |
| | * | | | | | | | Handle one-word replication commands correctly | Richard van der Hoff | 2020-04-07 | 1 | -3/+11 |
| | * | | | | | | | Fix warnings about not calling superclass constructor | Richard van der Hoff | 2020-04-07 | 1 | -15/+24 |
| | * | | | | | | | Remove vestigal references to SYNC replication command | Richard van der Hoff | 2020-04-07 | 2 | -14/+0 |
| * | | | | | | | | Convert delete_url_cache_media to async/await. (#7241) | Patrick Cloke | 2020-04-07 | 2 | -2/+3 |
| * | | | | | | | | Add typing information to federation_server. (#7219) | Patrick Cloke | 2020-04-07 | 3 | -66/+109 |
| * | | | | | | | | Fix typo in the login fallback javascript (#7235) | Brendan Abolivier | 2020-04-07 | 2 | -1/+2 |
| |/ / / / / / / | |||||
| * | | | | | | | Remove sent outbound device list pokes from the database (#7192) | Richard van der Hoff | 2020-04-07 | 3 | -2/+24 |
| * | | | | | | | Fix race in replication (#7226) | Erik Johnston | 2020-04-07 | 4 | -49/+68 |
| * | | | | | | | Move server command handling out of TCP protocol (#7187) | Erik Johnston | 2020-04-07 | 4 | -269/+237 |
| * | | | | | | | Add information about .well-known to Debian installation. (#7227) | Patrick Cloke | 2020-04-06 | 3 | -7/+18 |
| * | | | | | | | Remove stream before/after debug log lines (#7207) | Andrew Morgan | 2020-04-06 | 2 | -2/+1 |
| * | | | | | | | Improve error responses when a remote server doesn't allow you to access its ... | Andrew Morgan | 2020-04-06 | 3 | -24/+33 |
| * | | | | | | | Move client command handling out of TCP protocol (#7185) | Erik Johnston | 2020-04-06 | 12 | -371/+378 |
| * | | | | | | | Server notices: Dissociate room creation/lookup from invite (#7199) | Brendan Abolivier | 2020-04-04 | 4 | -22/+154 |
| * | | | | | | | Support CAS in UI Auth flows. (#7186) | Patrick Cloke | 2020-04-03 | 5 | -83/+131 |
| * | | | | | | | Extend web_client_location to handle absolute URLs (#7006) | Martin Milata | 2020-04-03 | 4 | -9/+30 |
| * | | | | | | | Add some benchmarks for LruCache (#6446) | Amber Brown | 2020-04-03 | 5 | -5/+91 |
| * | | | | | | | Convert http.HTTPStatus objects to their int equivalent (#7188) | Andrew Morgan | 2020-04-03 | 2 | -1/+9 |
| * | | | | | | | Reduce the number of calls to `resource.getrusage` (#7183) | Richard van der Hoff | 2020-04-03 | 2 | -39/+64 |
| * | | | | | | | Merge pull request #7190 from matrix-org/rav/one_bg_update_at_a_time | Richard van der Hoff | 2020-04-03 | 6 | -72/+99 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | Update docstring per review comments | Richard van der Hoff | 2020-04-03 | 1 | -1/+1 |
| | * | | | | | | | review comment | Richard van der Hoff | 2020-04-02 | 1 | -1/+1 |
| | * | | | | | | | changelog | Richard van der Hoff | 2020-03-31 | 1 | -0/+1 |
| | * | | | | | | | Only run one background update at a time | Richard van der Hoff | 2020-03-31 | 3 | -27/+68 |
| | * | | | | | | | Make do_next_background_update return a bool | Richard van der Hoff | 2020-03-31 | 2 | -10/+8 |
| | * | | | | | | | Set a logging context while running the bg updates | Richard van der Hoff | 2020-03-31 | 1 | -4/+7 |
| | * | | | | | | | Make `has_completed_background_updates` async | Richard van der Hoff | 2020-03-31 | 2 | -5/+6 |
| | * | | | | | | | Remove unused `start_background_update` | Richard van der Hoff | 2020-03-31 | 2 | -26/+9 |
| * | | | | | | | | Remove some `run_in_background` calls in replication code (#7203) | Richard van der Hoff | 2020-04-03 | 2 | -8/+9 |
| * | | | | | | | | Merge branch 'master' into develop | Richard van der Hoff | 2020-04-03 | 4 | -7/+62 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | Revert "Revert "Merge pull request #7153 from matrix-org/babolivier/sso_white... | Richard van der Hoff | 2020-04-03 | 4 | -1/+28 |
| | * | | | | | | | | Revert "Revert "Improve the UX of the login fallback when using SSO (#7152)"" | Richard van der Hoff | 2020-04-03 | 3 | -22/+32 |
| * | | | | | | | | | Fix device list update stream ids going backward (#7158) | Richard van der Hoff | 2020-04-03 | 3 | -2/+15 |
| * | | | | | | | | | Merge branch 'master' into develop | Andrew Morgan | 2020-04-02 | 4 | -4/+26 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Support SAML in the user interactive authentication workflow. (#7102) | Patrick Cloke | 2020-04-01 | 11 | -44/+227 |
| * | | | | | | | | | | Allow admins to create aliases when they are not in the room (#7191) | Patrick Cloke | 2020-04-01 | 3 | -1/+68 |
| * | | | | | | | | | | Update postgres.md (#7119) | siroccal | 2020-04-01 | 2 | -1/+28 |
| * | | | | | | | | | | Remove connections per replication stream metric. (#7195) | Erik Johnston | 2020-04-01 | 2 | -16/+1 |
| * | | | | | | | | | | Improve TURN documentation. (#7167) | Jostein Kjønigsen | 2020-03-31 | 2 | -0/+8 |
| | |_|/ / / / / / / | |/| | | | | | | | | |||||
| * | | | | | | | | | Fix "'NoneType' has no attribute start|stop" logcontext errors (#7181) | Richard van der Hoff | 2020-03-31 | 3 | -7/+12 |
| * | | | | | | | | | Fill in the 'default' field for user-defined push rules (#6639) | Karlinde | 2020-03-31 | 2 | -0/+2 |
| * | | | | | | | | | Only setdefault for signatures if device has key_json (#7177) | Andrew Morgan | 2020-03-31 | 2 | -10/+15 |
| * | | | | | | | | | Fix use of async/await in media code (#7184) | Patrick Cloke | 2020-03-31 | 2 | -2/+3 |
| * | | | | | | | | | Fix a bug which could cause incorrect 'cyclic dependency' error. (#7178) | Richard van der Hoff | 2020-03-31 | 2 | -12/+11 |
| * | | | | | | | | | Rewrite prune_old_outbound_device_pokes for efficiency (#7159) | Richard van der Hoff | 2020-03-30 | 5 | -37/+173 |
| * | | | | | | | | | Transfer alias mappings when joining an upgraded room (#6946) | Andrew Morgan | 2020-03-30 | 3 | -3/+27 |
| * | | | | | | | | | Fix a small typo in the `metrics_flags` config option. (#7171) | Andrew Morgan | 2020-03-30 | 3 | -2/+3 |
| * | | | | | | | | | Remove usage of "conn_id" for presence. (#7128) | Erik Johnston | 2020-03-30 | 9 | -22/+86 |
| * | | | | | | | | | Merge pull request #7160 from matrix-org/dbkr/always_send_own_device_list_upd... | David Baker | 2020-03-30 | 3 | -3/+19 |
| |\ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | Add explanatory comment | Andrew Morgan | 2020-03-30 | 2 | -1/+4 |
| | * | | | | | | | | | black | David Baker | 2020-03-30 | 1 | -1/+3 |
| | * | | | | | | | | | Just add own user ID to the list we track device changes for | David Baker | 2020-03-30 | 2 | -7/+11 |
| | * | | | | | | | | | Fix undefined variable & remove debug logging | David Baker | 2020-03-27 | 1 | -10/+2 |
| | * | | | | | | | | | black | David Baker | 2020-03-27 | 1 | -4/+4 |
| | * | | | | | | | | | changelog | David Baker | 2020-03-27 | 1 | -0/+1 |
| | * | | | | | | | | | Always send the user updates to their own device list | David Baker | 2020-03-27 | 2 | -6/+20 |
| * | | | | | | | | | | Merge pull request #7157 from matrix-org/rev.outbound_device_pokes_tests | Richard van der Hoff | 2020-03-30 | 11 | -22/+318 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | Add tests for outbound device pokes | Richard van der Hoff | 2020-03-27 | 3 | -3/+302 |
| | * | | | | | | | | | | Remove spurious "name" parameter to `default_config` | Richard van der Hoff | 2020-03-24 | 9 | -19/+16 |
| * | | | | | | | | | | | Add developer documentation for running a local CAS server (#7147) | Patrick Cloke | 2020-03-30 | 3 | -2/+71 |
| * | | | | | | | | | | | Always whitelist the login fallback for SSO (#7153) | Richard van der Hoff | 2020-03-27 | 4 | -1/+28 |
| * | | | | | | | | | | | Improve the UX of the login fallback when using SSO (#7152) | Brendan Abolivier | 2020-03-27 | 3 | -22/+32 |
| * | | | | | | | | | | | Admin API to join users to a room. (#7051) | Dirk Klimpel | 2020-03-27 | 5 | -4/+405 |
| * | | | | | | | | | | | Add options to prevent users from changing their profile. (#7096) | Dirk Klimpel | 2020-03-27 | 7 | -1/+449 |
| * | | | | | | | | | | | update debian installation instructions to recommend installing `virtualenv` ... | txt-file | 2020-03-27 | 2 | -1/+2 |
| * | | | | | | | | | | | Ensure is_verified on /_matrix/client/r0/room_keys/keys is a boolean (#7150) | Andrew Morgan | 2020-03-27 | 3 | -2/+4 |
| * | | | | | | | | | | | Only import sqlite3 when type checking (#7155) | David Vo | 2020-03-27 | 2 | -2/+6 |
| | |/ / / / / / / / / | |/| | | | | | | | | | |||||
| * | | | | | | | | | | Merge pull request #7151 from matrix-org/jaywink/saml-redirect-fix | Jason Robinson | 2020-03-26 | 2 | -0/+5 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | Update changelog.d/7151.bugfix | Jason Robinson | 2020-03-26 | 1 | -1/+1 |
| | * | | | | | | | | | | Allow RedirectResponse in SAML response handler | Jason Robinson | 2020-03-26 | 2 | -0/+5 |
| * | | | | | | | | | | | Refactor the CAS code (move the logic out of the REST layer to a handler) (#7... | Patrick Cloke | 2020-03-26 | 5 | -155/+227 |
| * | | | | | | | | | | | Don't default to an invalid sqlite config if no database configuration is pro... | Nektarios Katakis | 2020-03-26 | 2 | -22/+48 |
| * | | | | | | | | | | | Allow server admins to define and enforce a password policy (MSC2000). (#7118) | Dirk Klimpel | 2020-03-26 | 11 | -0/+437 |
| |/ / / / / / / / / / | |||||
| * | | | | | | | | | | Validate that the session is not modified during UI-Auth (#7068) | Patrick Cloke | 2020-03-26 | 8 | -14/+117 |
| * | | | | | | | | | | Remove unused captcha_bypass_secret option (#7137) | Aaron Raimist | 2020-03-25 | 3 | -9/+1 |
| * | | | | | | | | | | Move catchup of replication streams to worker. (#7024) | Erik Johnston | 2020-03-25 | 24 | -487/+635 |
| * | | | | | | | | | | Various cleanups to INSTALL.md (#7141) | Andrew Morgan | 2020-03-25 | 2 | -59/+40 |
| * | | | | | | | | | | Merge pull request #7133 from matrix-org/erikj/fix_worker_startup | Erik Johnston | 2020-03-25 | 2 | -0/+13 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | Newsfile | Erik Johnston | 2020-03-24 | 1 | -0/+1 |
| | * | | | | | | | | | | Fix starting workers when federation sending not split out. | Erik Johnston | 2020-03-24 | 1 | -0/+12 |
| * | | | | | | | | | | | Clean up some LoggingContext stuff (#7120) | Richard van der Hoff | 2020-03-24 | 24 | -222/+232 |
| | |/ / / / / / / / / | |/| | | | | | | | | | |||||
| * | | | | | | | | | | Fix CAS redirect url (#6634) | Naugrimm | 2020-03-24 | 2 | -11/+17 |
| * | | | | | | | | | | Use the proper error code when a canonical alias that does not exist is used.... | Patrick Cloke | 2020-03-23 | 2 | -19/+39 |
| * | | | | | | | | | | Update pre-built package name for FreeBSD (#7107). (#7107) | Kartikaya Gupta (kats) | 2020-03-23 | 2 | -1/+2 |
| * | | | | | | | | | | Convert `*StreamRow` classes to inner classes (#7116) | Richard van der Hoff | 2020-03-23 | 6 | -100/+106 |
| * | | | | | | | | | | Merge branch 'master' into develop | Richard van der Hoff | 2020-03-23 | 4 | -3/+68 |
| |\| | | | | | | | | | |||||
| * | | | | | | | | | | Fix processing of `groups` stream, and use symbolic names for streams (#7117) | Richard van der Hoff | 2020-03-23 | 3 | -30/+76 |
| * | | | | | | | | | | Set Referrer-Policy to no-referrer for media (#7009) | Dionysis Grigoropoulos | 2020-03-23 | 2 | -0/+4 |
| * | | | | | | | | | | Clean-up some auth/login REST code (#7115) | Patrick Cloke | 2020-03-20 | 3 | -41/+21 |
| * | | | | | | | | | | Improve database configuration docs (#6988) | Richard van der Hoff | 2020-03-20 | 6 | -71/+132 |
| * | | | | | | | | | | Remove concept of a non-limited stream. (#7011) | Erik Johnston | 2020-03-20 | 8 | -67/+71 |
| * | | | | | | | | | | Convert some of the media REST code to async/await (#7110) | Patrick Cloke | 2020-03-20 | 4 | -111/+91 |
| * | | | | | | | | | | Fix a bug in the federation API which could cause occasional "Failed to get P... | Patrick Cloke | 2020-03-19 | 4 | -30/+22 |
| * | | | | | | | | | | Change device list streams to have one row per ID (#7010) | Erik Johnston | 2020-03-19 | 7 | -130/+112 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | Comments from review | Erik Johnston | 2020-03-18 | 3 | -8/+25 |
| | * | | | | | | | | | | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/fixup_devi... | Erik Johnston | 2020-03-02 | 13 | -40/+55 |
| | |\ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | Fix worker handling | Erik Johnston | 2020-03-02 | 1 | -2/+3 |
| | * | | | | | | | | | | | Remove handling of multiple rows per ID | Erik Johnston | 2020-02-28 | 2 | -79/+1 |
| | * | | | | | | | | | | | Newsfile | Erik Johnston | 2020-02-28 | 1 | -0/+1 |
| | * | | | | | | | | | | | Change device list replication to match new semantics. | Erik Johnston | 2020-02-28 | 4 | -23/+32 |
| | * | | | | | | | | | | | Change device lists stream to have one row per id. | Erik Johnston | 2020-02-28 | 1 | -18/+41 |
| | * | | | | | | | | | | | Add 'device_lists_outbound_pokes' as extra table. | Erik Johnston | 2020-02-28 | 2 | -2/+11 |
* | | | | | | | | | | | | | remove spurious changelog files | Richard van der Hoff | 2020-05-14 | 2 | -2/+0 |
* | | | | | | | | | | | | | Notes on using git (#7496) | Richard van der Hoff | 2020-05-14 | 5 | -58/+261 |
* | | | | | | | | | | | | | Update reverse_proxy.md | Richard van der Hoff | 2020-05-05 | 1 | -4/+4 |
* | | | | | | | | | | | | | Add a section about support to the top of the README (#7392) | Brendan Abolivier | 2020-05-01 | 2 | -0/+12 |
* | | | | | | | | | | | | | Make it clearer that #synapse:matrix.org is our support channel (#7379) | Brendan Abolivier | 2020-05-01 | 4 | -3/+19 |
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |||||
* | | | | | | | | | | | | Merge tag 'v1.12.4' | Patrick Cloke | 2020-04-23 | 13 | -59/+360 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |||||
| * | | | | | | | | | | | 1.12.4 v1.12.4 github/release-v1.12.4 release-v1.12.4 | Patrick Cloke | 2020-04-23 | 3 | -1/+13 |
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |||||
| * | | | | | | | | | | formatting for the changelog v1.12.4rc1 | Richard van der Hoff | 2020-04-22 | 1 | -1/+1 |
| * | | | | | | | | | | 1.12.4rc1 | Richard van der Hoff | 2020-04-22 | 6 | -5/+18 |
| * | | | | | | | | | | 1.12.4rc1 | Richard van der Hoff | 2020-04-22 | 1 | -1/+1 |
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | |||||
| * | | | | | | | | | Do not treat display names as globs for push rules. (#7271) | Patrick Cloke | 2020-04-22 | 4 | -30/+106 |
| * | | | | | | | | | Query missing cross-signing keys on local sig upload (#7289) | Andrew Morgan | 2020-04-22 | 3 | -18/+180 |
| * | | | | | | | | | Fix changelog file | Richard van der Hoff | 2020-04-21 | 2 | -1/+1 |
| * | | | | | | | | | Support GET account_data requests on a worker (#7311) | Richard van der Hoff | 2020-04-21 | 4 | -0/+17 |
| | |_|_|_|_|_|_|/ | |/| | | | | | | | |||||
| * | | | | | | | | Revert "Query missing cross-signing keys on local sig upload" | Richard van der Hoff | 2020-04-20 | 3 | -141/+12 |
| | |_|_|_|_|_|/ | |/| | | | | | |