Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix logline | Andrew Morgan | 2020-02-10 | 1 | -1/+1 |
|\ | |||||
| * | Fix logline | Erik Johnston | 2019-06-18 | 1 | -1/+1 |
* | | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/fix_get_mi... | Andrew Morgan | 2020-02-10 | 1 | -9/+19 |
|\| | |||||
| * | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/fix_get_mi... | Erik Johnston | 2019-06-18 | 20 | -323/+1372 |
| |\ | |||||
| * | | Handle the case of `get_missing_events` failing | Erik Johnston | 2019-04-10 | 1 | -9/+20 |
* | | | Add experimental option to reduce extremities. | Andrew Morgan | 2020-02-10 | 1 | -1/+71 |
|\ \ \ | |||||
| * | | | Add experimental option to reduce extremities. | Erik Johnston | 2019-06-18 | 1 | -1/+71 |
* | | | | Merge pull request #5477 from matrix-org/babolivier/third_party_rules_3pid | Andrew Morgan | 2020-02-10 | 1 | -0/+9 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | Add third party rules hook for 3PID invites | Brendan Abolivier | 2019-06-17 | 1 | -0/+10 |
| * | | | Add third party rules hook into create room | Erik Johnston | 2019-06-17 | 1 | -1/+24 |
| |/ / | |||||
* | | | Merge pull request #5385 from matrix-org/erikj/reduce_http_exceptions | Andrew Morgan | 2020-02-10 | 2 | -16/+17 |
|\| | | |||||
| * | | Merge pull request #5385 from matrix-org/erikj/reduce_http_exceptions | Erik Johnston | 2019-06-17 | 2 | -16/+17 |
| |\ \ | |||||
| | * | | Handle HttpResponseException when using federation client. | Erik Johnston | 2019-06-07 | 2 | -16/+17 |
| * | | | Merge pull request #5464 from matrix-org/erikj/3pid_remote_invite_state | Erik Johnston | 2019-06-17 | 1 | -6/+0 |
| |\ \ \ | |||||
| * \ \ \ | Merge pull request #5440 from matrix-org/babolivier/third_party_event_rules | Brendan Abolivier | 2019-06-14 | 2 | -4/+78 |
| |\ \ \ \ | |||||
* | \ \ \ \ | Merge remote-tracking branch 'dinsic/dinsic' into dinsic-release-v1.1.0 | Andrew Morgan | 2020-02-10 | 7 | -14/+134 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Add the ability to restrict max avatar filesize and content-type (#19) | Andrew Morgan | 2019-12-12 | 1 | -0/+46 |
| * | | | | | | Add limit_profile_requests_to_known_users option (#18) | Andrew Morgan | 2019-12-05 | 1 | -2/+2 |
| * | | | | | | Discard retention policies when retrieving state | Brendan Abolivier | 2019-11-29 | 1 | -1/+1 |
| * | | | | | | Hide expired users from user directory, optionally show on renewal (#13) | Andrew Morgan | 2019-11-14 | 1 | -0/+32 |
| * | | | | | | Create configurable ratelimiter for 3pid invites (#11) | Andrew Morgan | 2019-11-12 | 1 | -8/+8 |
| * | | | | | | Support for routing outbound HTTP requests via a proxy (#6239) | Richard van der Hoff | 2019-11-01 | 1 | -1/+1 |
| * | | | | | | Typo | Brendan Abolivier | 2019-10-04 | 1 | -1/+1 |
| * | | | | | | Lint | Brendan Abolivier | 2019-10-04 | 1 | -3/+1 |
| * | | | | | | Incorporate review | Brendan Abolivier | 2019-10-04 | 1 | -14/+8 |
| * | | | | | | Add test case | Brendan Abolivier | 2019-10-04 | 1 | -1/+1 |
| * | | | | | | Lint | Brendan Abolivier | 2019-10-04 | 1 | -1/+3 |
| * | | | | | | Don't 500 code when trying to exchange a revoked 3PID invite | Brendan Abolivier | 2019-10-04 | 1 | -2/+13 |
| * | | | | | | s/return/defer.returnValue/ | Brendan Abolivier | 2019-09-27 | 1 | -1/+1 |
| * | | | | | | Incorporate review | Brendan Abolivier | 2019-09-27 | 1 | -4/+2 |
| * | | | | | | Update synapse/handlers/deactivate_account.py | Brendan Abolivier | 2019-09-27 | 1 | -1/+3 |
| * | | | | | | Update synapse/handlers/deactivate_account.py | Brendan Abolivier | 2019-09-27 | 1 | -0/+4 |
| * | | | | | | Lint | Brendan Abolivier | 2019-09-27 | 1 | -1/+34 |
* | | | | | | | Don't send renewal emails to deactivated users | Andrew Morgan | 2020-02-10 | 1 | -0/+4 |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | |||||
| * | | | | | | Don't send renewal emails to deactivated users | Brendan Abolivier | 2019-06-14 | 2 | -0/+9 |
* | | | | | | | Track deactivated accounts in the database (#5378) | Andrew Morgan | 2020-02-10 | 1 | -0/+3 |
|\| | | | | | | |/ / / / / |/| | | | | | |||||
| * | | | | | Track deactivated accounts in the database (#5378) | Brendan Abolivier | 2019-06-14 | 1 | -0/+4 |
* | | | | | | Merge branch 'dinsic' into babolivier/dinsic-message-retention | Brendan Abolivier | 2019-08-28 | 1 | -1/+9 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Allow defining HTML templates to serve the user on account renewal | Brendan Abolivier | 2019-08-01 | 1 | -1/+9 |
* | | | | | | | Implement per-room message retention policies | Brendan Abolivier | 2019-08-28 | 3 | -4/+115 |
|/ / / / / / | |||||
* | | | | | | Merge pull request #5646 from matrix-org/babolivier/profile-allow-self dinsic_2019-07-09 | Brendan Abolivier | 2019-07-09 | 1 | -0/+4 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Allow newly-registered users to lookup their own profiles | Brendan Abolivier | 2019-07-09 | 1 | -0/+4 |
* | | | | | | | Only ratelimit when sending the email | Brendan Abolivier | 2019-06-28 | 1 | -1/+2 |
* | | | | | | | Don't update the ratelimiter before sending a 3PID invite | Brendan Abolivier | 2019-06-28 | 1 | -1/+1 |
|/ / / / / / | |||||
* | | | | | | Merge pull request #5574 from matrix-org/babolivier/fix-3pid-bind dinsic_2019-06-27 | Brendan Abolivier | 2019-06-27 | 1 | -3/+8 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Fix new 3PID bindings being associated with rewritten IS's server names inste... | Brendan Abolivier | 2019-06-27 | 1 | -3/+8 |
* | | | | | | | Add third party rules hook for 3PID invites | Brendan Abolivier | 2019-06-17 | 1 | -0/+10 |
* | | | | | | | Add third party rules hook into create room | Erik Johnston | 2019-06-17 | 1 | -3/+13 |
* | | | | | | | Merge pull request #5471 from matrix-org/erikj/3pid_remote_invite_state | Brendan Abolivier | 2019-06-17 | 1 | -6/+0 |
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | |||||
| * | | | | | | Fix 3PID invite room state over federation. | Erik Johnston | 2019-06-14 | 1 | -6/+0 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge branch 'babolivier/third_party_event_rules' into dinsic | Brendan Abolivier | 2019-06-14 | 2 | -4/+78 |
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | |||||
| * | | | | | Add plugin APIs for implementations of custom event rules. | Brendan Abolivier | 2019-06-14 | 2 | -4/+78 |
| |/ / / / | |||||
* | | | | | Don't send renewal emails to deactivated users | Brendan Abolivier | 2019-06-14 | 2 | -0/+9 |
* | | | | | Track deactivated accounts in the database (#5378) | Brendan Abolivier | 2019-06-14 | 1 | -0/+4 |
* | | | | | Merge branch 'dinsic' into babolivier/userdir_hide_users | Brendan Abolivier | 2019-06-12 | 12 | -220/+761 |
|\ \ \ \ \ | |||||
| * | | | | | Merge branch 'master' into dinsic | Brendan Abolivier | 2019-06-12 | 11 | -216/+729 |
| |\| | | | | |||||
| | * | | | | Fix defaults on checking threepids | Erik Johnston | 2019-06-10 | 1 | -0/+1 |
| | | |/ / | | |/| | | |||||
| | * | | | Add ability to perform password reset via email without trusting the identity... | Andrew Morgan | 2019-06-06 | 2 | -14/+63 |
| | * | | | Fix missing logcontext for PresenceHandler.on_shutdown. (#5369) | Richard van der Hoff | 2019-06-06 | 1 | -1/+7 |
| | * | | | Merge pull request #5089 from dnaf/m-heroes-empty-room-name | Brendan Abolivier | 2019-06-06 | 1 | -5/+4 |
| | |\ \ \ | |||||
| | | * | | | Simplify condition | Brendan Abolivier | 2019-06-06 | 1 | -2/+2 |
| | | * | | | Simplify condition | Brendan Abolivier | 2019-06-05 | 1 | -3/+2 |
| | | * | | | Merge branch 'develop' into m-heroes-empty-room-name | Brendan Abolivier | 2019-06-05 | 15 | -254/+832 |
| | | |\ \ \ | |||||
| | | * | | | | Lint | Katie Wolfe | 2019-04-24 | 1 | -1/+1 |
| | | * | | | | Clean up code | Katie Wolfe | 2019-04-24 | 1 | -2/+3 |
| | | * | | | | Show heroes if room name or canonical alias are empty | Katie Wolfe | 2019-04-24 | 1 | -3/+4 |
| | | * | | | | Show heroes if room name or canonical alias are empty | Katie Wolfe | 2019-04-24 | 1 | -5/+3 |
| | * | | | | | Merge pull request #5355 from matrix-org/babolivier/heroes_left_members | Brendan Abolivier | 2019-06-06 | 1 | -15/+19 |
| | |\ \ \ \ \ | |||||
| | | * | | | | | Do user_id != me checks before deciding whether we should pick heroes from th... | Brendan Abolivier | 2019-06-05 | 1 | -15/+19 |
| | | | |/ / / | | | |/| | | | |||||
| | * | | | | | Fix background updates to handle redactions/rejections (#5352) | Erik Johnston | 2019-06-06 | 2 | -9/+20 |
| | * | | | | | Add logging when request fails and clarify we ignore errors. | Erik Johnston | 2019-06-05 | 1 | -4/+12 |
| | * | | | | | Fix handling of failures when calling /event_auth. | Erik Johnston | 2019-06-03 | 1 | -12/+38 |
| | |/ / / / | |||||
| | * | | | | Merge pull request #5309 from matrix-org/rav/limit_displayname_length | Richard van der Hoff | 2019-06-01 | 2 | -0/+15 |
| | |\ \ \ \ | |||||
| | | * | | | | Limit displaynames and avatar URLs | Richard van der Hoff | 2019-06-01 | 2 | -0/+15 |
| | * | | | | | Fix "db txn 'update_presence' from sentinel context" log messages (#5275) | Richard van der Hoff | 2019-05-28 | 1 | -52/+47 |
| | * | | | | | Merge pull request #5220 from matrix-org/erikj/dont_bundle_live_events | Erik Johnston | 2019-05-24 | 2 | -0/+6 |
| | |\ \ \ \ \ | |||||
| | | * | | | | | Don't bundle aggs for /state and /members etc APIs | Erik Johnston | 2019-05-24 | 1 | -0/+3 |
| | | * | | | | | Don't bundle events in /sync or /events | Erik Johnston | 2019-05-21 | 1 | -0/+3 |
| | * | | | | | | Add config option for setting homeserver's default room version (#5223) | Andrew Morgan | 2019-05-23 | 1 | -2/+7 |
| | * | | | | | | Simplifications and comments in do_auth (#5227) | Richard van der Hoff | 2019-05-23 | 1 | -120/+181 |
| | * | | | | | | Room Statistics (#4338) | Amber Brown | 2019-05-21 | 1 | -0/+325 |
| | | |/ / / / | | |/| | | | | |||||
| * | | | | | | Merge branch 'master' into dinsic | Brendan Abolivier | 2019-06-11 | 4 | -4/+32 |
| |\| | | | | | | |_|_|/ / | |/| | | | | |||||
| | * | | | | Merge pull request #5212 from matrix-org/erikj/deny_multiple_reactions | Erik Johnston | 2019-05-21 | 1 | -1/+15 |
| | |\ \ \ \ | |||||
| | | * | | | | Fix words | Erik Johnston | 2019-05-21 | 1 | -3/+3 |
| | | * | | | | Block attempts to annotate the same event twice | Erik Johnston | 2019-05-20 | 1 | -1/+15 |
| | | |/ / / | |||||
| | * / / / | Exclude soft-failed events from fwd-extremity candidates. (#5146) | Richard van der Hoff | 2019-05-21 | 1 | -1/+6 |
| | |/ / / | |||||
| | * | | | Limit UserIds to a length that fits in a state key (#5198) | ReidAnderson | 2019-05-20 | 1 | -1/+10 |
| | * | | | fix mapping of return values for get_or_register_3pid_guest (#5177) | bytepoets-blo | 2019-05-17 | 1 | -1/+1 |
* | | | | | Fix variable definition | Brendan Abolivier | 2019-06-10 | 1 | -1/+1 |
* | | | | | Fix condition | Brendan Abolivier | 2019-06-10 | 1 | -1/+1 |
* | | | | | Hide new users from the user directory if enabled in the server config. | Brendan Abolivier | 2019-06-10 | 1 | -0/+10 |
|/ / / / | |||||
* | | | | Merge pull request #5214 from matrix-org/babolivier/password-policy | Brendan Abolivier | 2019-05-22 | 2 | -1/+98 |
|\ \ \ \ | |||||
| * | | | | Make error messages more explicit | Brendan Abolivier | 2019-05-21 | 1 | -6/+25 |
| * | | | | First implementation of MSC2000 | Brendan Abolivier | 2019-05-20 | 2 | -1/+79 |
| |/ / / | |||||
* | | | | Merge branch 'babolivier/per_room_profiles' into dinsic dinsic_2019-05-17 | Brendan Abolivier | 2019-05-17 | 7 | -54/+83 |
|\| | | | |||||
| * | | | Add option to disable per-room profiles | Brendan Abolivier | 2019-05-16 | 1 | -0/+9 |
| * | | | Make /sync attempt to return device updates for both joined and invited users... | Matthew Hodgson | 2019-05-16 | 1 | -19/+25 |
| * | | | Make all the rate limiting options more consistent (#5181) | Amber Brown | 2019-05-15 | 1 | -2/+2 |
| * | | | Allow client event serialization to be async | Erik Johnston | 2019-05-14 | 5 | -52/+71 |
* | | | | Merge branch 'release-v0.99.4' into dinsic dinsic_2019-05-14 | Brendan Abolivier | 2019-05-14 | 7 | -3/+365 |
|\| | | | |||||
| * | | | add options to require an access_token to GET /profile and /publicRooms on CS... | Matthew Hodgson | 2019-05-08 | 1 | -0/+43 |
| * | | | Do checks on aliases for incoming m.room.aliases events (#5128) | Brendan Abolivier | 2019-05-08 | 2 | -4/+33 |
| * | | | Merge pull request #5104 from matrix-org/erikj/ratelimit_3pid_invite | Erik Johnston | 2019-05-07 | 1 | -0/+11 |
| |\ \ \ | |||||
| | * | | | Rate limit early | Erik Johnston | 2019-05-02 | 1 | -2/+3 |
| | * | | | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/ratelimit_... | Erik Johnston | 2019-04-26 | 3 | -0/+263 |
| | |\ \ \ | |||||
| | * | | | | Ratelimit 3pid invites | Erik Johnston | 2019-04-26 | 1 | -0/+10 |
| * | | | | | Add some limitations to alias creation | Brendan Abolivier | 2019-05-02 | 2 | -2/+23 |
| | |/ / / | |/| | | | |||||
| * | | | | Fix infinite loop in presence handler | Richard van der Hoff | 2019-04-26 | 1 | -0/+5 |
| | |/ / | |/| | | |||||
| * | | | Merge branch 'develop' of github.com:matrix-org/synapse into babolivier/accou... | Erik Johnston | 2019-04-17 | 15 | -237/+275 |
| |\ \ \ | |||||
| | * \ \ | Merge pull request #5047 from matrix-org/babolivier/account_expiration | Brendan Abolivier | 2019-04-17 | 1 | -0/+228 |
| | |\ \ \ | | | |_|/ | | |/| | | |||||
| * | | | | Add management endpoints for account validity | Brendan Abolivier | 2019-04-17 | 1 | -4/+29 |
| | |/ / | |/| | | |||||
| * | | | Send out emails with links to extend an account's validity period | Brendan Abolivier | 2019-04-17 | 1 | -0/+228 |
* | | | | Incorporate review | Brendan Abolivier | 2019-05-09 | 1 | -1/+1 |
* | | | | Check if Synapse should check given ISs | Brendan Abolivier | 2019-05-09 | 1 | -0/+12 |
* | | | | /bulk_lookup doesn't return a signature | Brendan Abolivier | 2019-05-07 | 1 | -5/+0 |
* | | | | Fix expected key in bulk lookup response | Brendan Abolivier | 2019-05-07 | 1 | -1/+1 |
* | | | | Incorporate review | Brendan Abolivier | 2019-05-07 | 1 | -1/+1 |
* | | | | Fix error message | Brendan Abolivier | 2019-05-01 | 1 | -1/+1 |
* | | | | Update synapse/handlers/identity.py | Andrew Morgan | 2019-05-01 | 1 | -1/+1 |
* | | | | Fix url and method | Brendan Abolivier | 2019-04-30 | 1 | -2/+2 |
* | | | | Add bulk lookup | Brendan Abolivier | 2019-04-30 | 1 | -1/+45 |
* | | | | [DINSIC] Add ability to proxy identity lookups (#5048) | Andrew Morgan | 2019-04-16 | 2 | -47/+83 |
* | | | | [DINSIC] Block internal users from inviting external users to a public room (... | Andrew Morgan | 2019-04-16 | 2 | -0/+9 |
* | | | | Merge branch 'develop' into dinsic | Andrew Morgan | 2019-04-15 | 15 | -237/+271 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | Add config option to block users from looking up 3PIDs (#5010) | Brendan Abolivier | 2019-04-04 | 1 | -0/+5 |
| | |/ | |/| | |||||
| * | | Prevent kicking users who aren't in the room (#4999) | Andrew Morgan | 2019-04-04 | 1 | -0/+9 |
| * | | Fix grammar and document get_current_users_in_room (#4998) | Andrew Morgan | 2019-04-03 | 8 | -14/+14 |
| * | | Remove presence lists (#4989) | Neil Johnson | 2019-04-03 | 1 | -165/+2 |
| * | | Merge pull request #4982 from matrix-org/erikj/msc1915 | Erik Johnston | 2019-04-03 | 3 | -15/+71 |
| |\ \ | |||||
| | * | | Correctly handle id_server param | Erik Johnston | 2019-04-02 | 1 | -0/+1 |
| | * | | Remove threepid binding if id server returns 400/404/501 | Erik Johnston | 2019-04-02 | 1 | -9/+10 |
| | * | | Fixup docstrings | Erik Johnston | 2019-04-02 | 1 | -2/+4 |
| | * | | Allowing specifying IS to use in unbind API. | Erik Johnston | 2019-04-01 | 3 | -7/+18 |
| | * | | For unbind poke IS used during binding of 3PID | Erik Johnston | 2019-04-01 | 1 | -9/+35 |
| | * | | Track IS used to bind 3PIDs | Erik Johnston | 2019-04-01 | 1 | -0/+15 |
| * | | | Transfer related groups on room upgrade (#4990) | Andrew Morgan | 2019-04-02 | 1 | -0/+1 |
| * | | | Collect room-version variations into one place (#4969) | Richard van der Hoff | 2019-04-01 | 3 | -18/+13 |
| |/ / | |||||
| * | | Allow password providers to bind emails (#4947) | Andrew Morgan | 2019-03-28 | 1 | -0/+17 |
| * | | Use an assert | Erik Johnston | 2019-03-28 | 1 | -2/+1 |
| * | | Review comments | Erik Johnston | 2019-03-28 | 1 | -44/+62 |
| * | | Use event streams to calculate presence | Erik Johnston | 2019-03-27 | 1 | -29/+130 |
| |/ | |||||
* | | Add config option to block users from looking up 3PIDs (#5010) dinsic_2019-04-05 | Brendan Abolivier | 2019-04-05 | 1 | -0/+5 |
* | | Merge branch 'master' of github.com:matrix-org/synapse into dinsic | Erik Johnston | 2019-04-05 | 7 | -56/+137 |
|\| | |||||
| * | Support 3PID login in password providers (#4931) | Andrew Morgan | 2019-03-26 | 3 | -8/+51 |
| * | Refactor out state delta handling into its own class (#4917) | Amber Brown | 2019-03-25 | 2 | -46/+75 |
| * | Merge pull request #4908 from matrix-org/erikj/block_peek_on_blocked_rooms | Erik Johnston | 2019-03-21 | 2 | -2/+11 |
| |\ | |||||
| | * | Deny peeking into rooms that have been blocked | Erik Johnston | 2019-03-21 | 2 | -2/+11 |
* | | | Rewrite more internal IS urls. (#5006) dinsic_2019-04-04 | Michael Kaye | 2019-04-04 | 1 | -4/+22 |
* | | | Add 3PID invite support to spam checker | Erik Johnston | 2019-03-21 | 3 | -3/+22 |
* | | | Correctly handle 3PID invites in create room spam check | Erik Johnston | 2019-03-21 | 1 | -2/+3 |
* | | | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/dinsic-merged | Erik Johnston | 2019-03-21 | 15 | -611/+638 |
|\| | | |||||
| * | | Merge pull request #4904 from matrix-org/erikj/fix_shutdown | Erik Johnston | 2019-03-21 | 4 | -2/+13 |
| |\| | |||||
| | * | Revert spurious delete | Erik Johnston | 2019-03-20 | 1 | -0/+4 |
| | * | Use flags | Erik Johnston | 2019-03-20 | 4 | -13/+13 |
| | * | Move requester check into assert_accepted_privacy_policy | Erik Johnston | 2019-03-20 | 1 | -5/+8 |
| | * | Only require consent for events with an associated request | Erik Johnston | 2019-03-20 | 1 | -1/+5 |
| * | | Merge pull request #4896 from matrix-org/erikj/disable_room_directory | Erik Johnston | 2019-03-21 | 2 | -0/+22 |
| |\ \ | | |/ | |/| | |||||
| | * | Disable publishing to room list when its disabled | Erik Johnston | 2019-03-20 | 1 | -0/+8 |
| | * | Pull out config option | Erik Johnston | 2019-03-20 | 1 | -3/+3 |
| | * | Return before we log | Erik Johnston | 2019-03-20 | 1 | -4/+5 |
| | * | Add option to disable search room lists | Erik Johnston | 2019-03-19 | 1 | -0/+13 |
| * | | Batch up outgoing read-receipts to reduce federation traffic. (#4890) | Richard van der Hoff | 2019-03-20 | 1 | -1/+1 |
| |/ | |||||
| * | fix test_auto_create_auto_join_where_no_consent (#4886) | Neil Johnson | 2019-03-19 | 2 | -3/+15 |
| * | Migrate the user directory initial population to a background task (#4864) | Amber Brown | 2019-03-19 | 1 | -160/+13 |
| * | Add ratelimiting on failed login attempts (#4865) | Brendan Abolivier | 2019-03-18 | 1 | -5/+23 |
| * | Add ratelimiting on login (#4821) | Brendan Abolivier | 2019-03-15 | 2 | -2/+38 |
| * | Merge pull request #4852 from matrix-org/rav/move_rr_sending_to_worker | Richard van der Hoff | 2019-03-15 | 1 | -55/+24 |
| |\ | |||||
| | * | Move client receipt processing to federation sender worker. | Richard van der Hoff | 2019-03-13 | 1 | -33/+4 |
| | * | declare a ReadReceipt class | Richard van der Hoff | 2019-03-13 | 1 | -24/+22 |
| * | | Merge pull request #4846 from matrix-org/hawkowl/userdir-search | Erik Johnston | 2019-03-14 | 1 | -48/+77 |
| |\ \ | | |/ | |/| | |||||
| | * | fixup | Amber Brown | 2019-03-13 | 1 | -1/+1 |
| | * | fixup | Amber Brown | 2019-03-12 | 1 | -47/+70 |
| | * | fixes | Amber Brown | 2019-03-12 | 1 | -39/+6 |
| | * | initial | Amber Brown | 2019-03-11 | 1 | -1/+40 |
| * | | Transfer local user's push rules on room upgrade (#4838) | Andrew Morgan | 2019-03-12 | 1 | -0/+4 |
| |/ | |||||
| * | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/soft_fail_... | Erik Johnston | 2019-03-08 | 4 | -205/+155 |
| |\ | |||||
| | * | Merge pull request #4829 from matrix-org/erikj/device_list_seen_updates | Erik Johnston | 2019-03-08 | 1 | -3/+7 |
| | |\ | |||||
| | | * | When re-syncing device lists reset the state | Erik Johnston | 2019-03-07 | 1 | -3/+7 |
| | * | | Add some debug logging for device list handling | Erik Johnston | 2019-03-07 | 1 | -2/+38 |
| | |/ | |||||
| | * | Rewrite userdir to be faster (#4537) | Amber Brown | 2019-03-07 | 1 | -185/+37 |
| | * | Merge pull request #4815 from matrix-org/erikj/docstrings | Erik Johnston | 2019-03-06 | 1 | -7/+26 |
| | |\ | |||||
| | | * | Add docstrings from matrix-org-hotfixes | Erik Johnston | 2019-03-06 | 1 | -7/+26 |
| | * | | Port #4422 debug logging from hotfixes | Erik Johnston | 2019-03-06 | 1 | -7/+46 |
| | |/ | |||||
| | * | Make registration ratelimiter separate from the main events one | Brendan Abolivier | 2019-03-06 | 1 | -1/+1 |
| | * | Revert "Split ratelimiters in two (one for events, one for registration)" | Brendan Abolivier | 2019-03-06 | 3 | -3/+3 |
| | * | Split ratelimiters in two (one for events, one for registration) | Brendan Abolivier | 2019-03-05 | 3 | -3/+3 |
| * | | Factor out soft fail checks | Erik Johnston | 2019-03-08 | 1 | -5/+22 |
| * | | Implement soft fail | Erik Johnston | 2019-03-06 | 1 | -1/+76 |
| |/ | |||||
| * | Add rate-limiting on registration (#4735) | Brendan Abolivier | 2019-03-05 | 2 | -10/+33 |
| * | Merge pull request #4699 from matrix-org/erikj/stop_fed_not_in_room | Erik Johnston | 2019-03-05 | 1 | -0/+46 |
| |\ | |||||
| | * | clarify comments | Erik Johnston | 2019-03-05 | 1 | -8/+11 |
| | * | Only check history visibility when filtering | Erik Johnston | 2019-03-04 | 1 | -1/+3 |
| | * | s/get_forward_events/get_successor_events/ | Erik Johnston | 2019-03-04 | 1 | -1/+1 |
| | * | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/stop_fed_n... | Erik Johnston | 2019-03-04 | 6 | -52/+137 |
| | |\ | |||||
| | * | | Update comments | Erik Johnston | 2019-02-27 | 1 | -3/+13 |
| | * | | Stop backpaginating when events not visible | Erik Johnston | 2019-02-20 | 1 | -0/+31 |
| * | | | Merge pull request #4796 from matrix-org/erikj/factor_out_e2e_keys | Erik Johnston | 2019-03-05 | 1 | -168/+174 |
| |\ \ \ | |||||
| | * | | | Allow /keys/{changes,query} API to run on worker | Erik Johnston | 2019-03-04 | 1 | -2/+2 |
| | * | | | Split DeviceHandler into master and worker | Erik Johnston | 2019-03-04 | 1 | -168/+174 |
| * | | | | Clean up read-receipt handling. | Richard van der Hoff | 2019-03-04 | 1 | -59/+44 |
| |/ / / | |||||
| * | / | Avoid rebuilding Edu objects in worker mode (#4770) | Richard van der Hoff | 2019-03-04 | 3 | -5/+5 |
| | |/ | |/| | |||||
| * | | Fix incorrect log about not persisting duplicate state event. (#4776) | Richard van der Hoff | 2019-03-01 | 1 | -3/+4 |
* | | | Don't spam check actions by admins | Erik Johnston | 2019-03-18 | 2 | -12/+43 |
* | | | Add user_may_join_room spam check | Erik Johnston | 2019-03-18 | 1 | -1/+12 |
* | | | Add invite_list and cloning param to create room rule | Erik Johnston | 2019-03-18 | 3 | -4/+41 |
* | | | Isort | Erik Johnston | 2019-03-15 | 1 | -2/+2 |
* | | | Fixups | Erik Johnston | 2019-03-15 | 1 | -9/+13 |
* | | | Merge branch 'master' of github.com:matrix-org/synapse into erikj/dinsic-merg... | Erik Johnston | 2019-03-15 | 21 | -461/+1682 |
|\| | | |||||
| * | | Merge branch 'develop' of github.com:matrix-org/synapse into anoa/public_room... | Andrew Morgan | 2019-02-26 | 21 | -482/+1672 |
| |\ \ | |||||
| | * | | Revert "Prevent showing non-fed rooms in fed /publicRooms" | Andrew Morgan | 2019-02-26 | 1 | -65/+11 |
| | * | | Merge pull request #4736 from matrix-org/anoa/public_rooms_federate | Andrew Morgan | 2019-02-26 | 1 | -11/+65 |
| | |\ \ | |||||
| | | * | | Cleaner chunk logic | Andrew Morgan | 2019-02-26 | 1 | -5/+4 |
| | | * | | Correct indent | Andrew Morgan | 2019-02-26 | 1 | -3/+3 |
| | | * | | Correct docstring types and chunk logic | Andrew Morgan | 2019-02-26 | 1 | -10/+11 |
| | | * | | Clean up room chunk logic | Andrew Morgan | 2019-02-26 | 1 | -6/+8 |
| | | * | | Make not showing non-federated rooms the default | Andrew Morgan | 2019-02-26 | 1 | -1/+1 |
| | | * | | Result may be None | Andrew Morgan | 2019-02-26 | 1 | -1/+1 |
| | | * | | Address rich comments | Andrew Morgan | 2019-02-26 | 1 | -6/+30 |
| | | * | | elif not else if | Andrew Morgan | 2019-02-25 | 1 | -1/+1 |
| | | * | | syntax derp | Andrew Morgan | 2019-02-25 | 1 | -1/+1 |
| | | * | | Simplify call to generate_room_entry | Andrew Morgan | 2019-02-25 | 1 | -17/+13 |
| | | * | | Merge branch 'develop' of github.com:matrix-org/synapse into anoa/public_room... | Erik Johnston | 2019-02-25 | 21 | -477/+1620 |
| | | |\ \ | |||||
| | | * | | | Docs and arg name clarification | Andrew Morgan | 2019-02-25 | 1 | -2/+15 |
| | | * | | | Don't restrict non-fed rooms over client APIs | Andrew Morgan | 2019-02-25 | 1 | -11/+18 |
| | | * | | | Config option to prevent showing non-fed rooms in fed /publicRooms | Andrew Morgan | 2019-02-25 | 1 | -2/+15 |
| | * | | | | switch from google.com to recaptcha.net for reCAPTCHA (#4731) | Matthew Hodgson | 2019-02-25 | 1 | -2/+2 |
| | * | | | | Merge pull request #4737 from matrix-org/erikj/failure_log_tb | Erik Johnston | 2019-02-25 | 1 | -1/+5 |
| | |\ \ \ \ | |||||
| | | * | | | | Log tracebacks correctly | Erik Johnston | 2019-02-25 | 1 | -1/+5 |
| | | | |/ / | | | |/| | | |||||
| | * | | | | Fix typo | Erik Johnston | 2019-02-25 | 1 | -1/+1 |
| | * | | | | More comments | Erik Johnston | 2019-02-25 | 1 | -0/+4 |
| | * | | | | Assert rather than clobber the values | Erik Johnston | 2019-02-25 | 1 | -2/+2 |
| | * | | | | Add comments and paranoia | Erik Johnston | 2019-02-25 | 1 | -2/+23 |
| | * | | | | Fix backfill storing incorrect state for events | Erik Johnston | 2019-02-22 | 1 | -1/+4 |
| | |/ / / | |||||
| | * | | | Run push_receipts_to_remotes as background job (#4707) | Richard van der Hoff | 2019-02-21 | 1 | -34/+34 |
| | * | | | Merge pull request #4263 from rkfg/develop | Erik Johnston | 2019-02-21 | 1 | -1/+1 |
| | |\ \ \ | | | |_|/ | | |/| | | |||||
| | | * | | Prevent crash on pagination. | rkfg | 2018-12-06 | 1 | -1/+1 |
| | * | | | Fix registration on workers (#4682) | Erik Johnston | 2019-02-20 | 3 | -8/+196 |
| | * | | | Merge pull request #4652 from matrix-org/babolivier/acme-delegated | Brendan Abolivier | 2019-02-19 | 1 | -4/+5 |
| | |\ \ \ | |||||
| | | * | | | Fetch ACME domain into an instance member | Brendan Abolivier | 2019-02-19 | 1 | -4/+5 |
| | | * | | | Use a configuration parameter to give the domain to generate a certificate for | Brendan Abolivier | 2019-02-18 | 1 | -25/+4 |
| | | * | | | Merge branch 'develop' into babolivier/acme-delegated | Brendan Abolivier | 2019-02-18 | 3 | -10/+35 |
| | | |\ \ \ | |||||
| | | * | | | | Typo in info log | Andrew Morgan | 2019-02-18 | 1 | -1/+1 |
| | | * | | | | Various cosmetics to make TravisCI happy | Brendan Abolivier | 2019-02-15 | 1 | -2/+5 |
| | | * | | | | Remove unused import | Brendan Abolivier | 2019-02-15 | 1 | -1/+0 |
| | | * | | | | Support .well-known delegation when issuing certificates through ACME | Brendan Abolivier | 2019-02-15 | 1 | -4/+23 |
| | * | | | | | Merge pull request #4642 from matrix-org/anoa/bans_room_upgrade | Andrew Morgan | 2019-02-19 | 1 | -0/+22 |
| | |\ \ \ \ \ | |||||
| | | * | | | | | lint | Andrew Morgan | 2019-02-18 | 1 | -1/+3 |
| | | * | | | | | Move member event processing and changelog fix | Andrew Morgan | 2019-02-18 | 1 | -9/+7 |
| | | * | | | | | Membership events are done later | Andrew Morgan | 2019-02-18 | 1 | -12/+20 |
| | | * | | | | | Transfer bans on room upgrade | Andrew Morgan | 2019-02-18 | 1 | -0/+14 |
| | | |/ / / / |