| Commit message (Expand) | Author | Age | Files | Lines |
* | Flatten the synapse.rest.client package (#10600) | reivilibre | 2021-08-17 | 12 | -3011/+0 |
* | Validate the max_rooms_per_space parameter to ensure it is non-negative. (#10... | Patrick Cloke | 2021-08-16 | 1 | -5/+20 |
* | Experimental support for MSC3266 Room Summary API. (#10394) | Michael Telatynski | 2021-08-16 | 1 | -33/+57 |
* | Move /batch_send to /v2_alpha directory (MSC2716) (#10576) | Eric Eastwood | 2021-08-13 | 1 | -409/+1 |
* | Only return state events that the AS passed in via `state_events_at_start` (M... | Eric Eastwood | 2021-08-10 | 1 | -1/+3 |
* | Add local support for the new spaces summary endpoint (MSC2946) (#10549) | Patrick Cloke | 2021-08-10 | 1 | -0/+41 |
* | Fix exceptions in logs when failing to get remote room list (#10541) | Erik Johnston | 2021-08-06 | 1 | -18/+12 |
* | Mark all MSC2716 events as historical (#10537) | Eric Eastwood | 2021-08-05 | 1 | -5/+10 |
* | Make historical events discoverable from backfill for servers without any scr... | Eric Eastwood | 2021-07-28 | 1 | -1/+6 |
* | Add type hints to additional servlet functions (#10437) | Patrick Cloke | 2021-07-21 | 1 | -1/+1 |
* | Add a return type to parse_string. (#10438) | Patrick Cloke | 2021-07-21 | 1 | -4/+4 |
* | Switch to `chunk` events so we can auth via power_levels (MSC2716) (#10432) | Eric Eastwood | 2021-07-21 | 1 | -4/+13 |
* | [pyupgrade] `synapse/` (#10348) | Jonathan de Jong | 2021-07-19 | 1 | -16/+9 |
* | Use inline type hints in `handlers/` and `rest/`. (#10382) | Jonathan de Jong | 2021-07-16 | 2 | -11/+7 |
* | Fix messages from multiple senders in historical chunk (MSC2716) (#10276) | Eric Eastwood | 2021-07-13 | 1 | -7/+42 |
* | Add base starting insertion event when no chunk ID is provided (MSC2716) (#10... | Eric Eastwood | 2021-07-08 | 1 | -23/+89 |
* | MSC2918 Refresh tokens implementation (#9450) | Quentin Gliech | 2021-06-24 | 1 | -23/+148 |
* | Add endpoints for backfilling history (MSC2716) (#9247) | Eric Eastwood | 2021-06-22 | 1 | -1/+287 |
* | Implement knock feature (#6739) | Sorunome | 2021-06-09 | 1 | -11/+17 |
* | Correct type hints for parse_string(s)_from_args. (#10137) | Patrick Cloke | 2021-06-08 | 2 | -6/+6 |
* | r0.6.1 support: /rooms/:roomId/aliases endpoint (#9224) | Travis Ralston | 2021-06-03 | 1 | -1/+1 |
* | Move some more endpoints off master (#10084) | Erik Johnston | 2021-05-27 | 1 | -4/+4 |
* | Remove the experimental spaces enabled flag. (#10063) | Patrick Cloke | 2021-05-26 | 1 | -3/+1 |
* | Support fetching the spaces summary via GET over federation. (#9947) | Patrick Cloke | 2021-05-11 | 1 | -0/+1 |
* | Split presence out of master (#9820) | Erik Johnston | 2021-04-23 | 1 | -1/+6 |
* | Remove redundant "coding: utf-8" lines (#9786) | Jonathan de Jong | 2021-04-14 | 12 | -12/+0 |
* | Make RateLimiter class check for ratelimit overrides (#9711) | Erik Johnston | 2021-03-30 | 1 | -5/+9 |
* | Import HomeServer from the proper module. (#9665) | Patrick Cloke | 2021-03-23 | 1 | -1/+1 |
* | fix mypy | Richard van der Hoff | 2021-03-19 | 1 | -4/+7 |
* | Fix type-hints from bad merge. | Patrick Cloke | 2021-03-18 | 1 | -2/+2 |
* | Initial spaces summary API (#9643) | Richard van der Hoff | 2021-03-18 | 1 | -3/+63 |
* | Fix up types for the typing handler. (#9638) | Patrick Cloke | 2021-03-17 | 1 | -6/+9 |
* | Add support for stable MSC2858 API (#9617) | Richard van der Hoff | 2021-03-16 | 1 | -5/+34 |
* | Prevent bundling aggregations for state events (#9619) | Andrew Morgan | 2021-03-16 | 1 | -1/+4 |
* | Prometheus metrics for logins and registrations (#9511) | Richard van der Hoff | 2021-03-04 | 1 | -2/+8 |
* | Record the SSO Auth Provider in the login token (#9510) | Richard van der Hoff | 2021-03-04 | 1 | -4/+2 |
* | SSO: redirect to public URL before setting cookies (#9436) | Richard van der Hoff | 2021-02-26 | 1 | -0/+28 |
* | Update black, and run auto formatting over the codebase (#9381) | Eric Eastwood | 2021-02-16 | 4 | -6/+18 |
* | Merge pull request #9150 from Yoric/develop-context | David Teller | 2021-02-08 | 1 | -1/+1 |
|\ |
|
| * | FIXUP: Making get_event_context a bit more paranoid | David Teller | 2021-01-28 | 1 | -1/+1 |
* | | Add 'brand' field to MSC2858 response (#9242) | Richard van der Hoff | 2021-01-27 | 1 | -0/+2 |
|/ |
|
* | Implement MSC2858 support (#9183) | Richard van der Hoff | 2021-01-27 | 1 | -6/+49 |
* | Support icons for Identity Providers (#9154) | Richard van der Hoff | 2021-01-20 | 1 | -2/+1 |
* | Validate the server name for the /publicRooms endpoint. (#9161) | Patrick Cloke | 2021-01-19 | 1 | -2/+17 |
* | Add some tests for the IDP picker flow | Richard van der Hoff | 2021-01-07 | 1 | -2/+2 |
* | Combine the SSO Redirect Servlets (#9015) | Richard van der Hoff | 2021-01-04 | 1 | -69/+20 |
* | Allow redacting events on workers (#8994) | Patrick Cloke | 2020-12-29 | 1 | -7/+10 |
* | Convert internal pusher dicts to attrs classes. (#8940) | Patrick Cloke | 2020-12-16 | 1 | -14/+1 |
* | Honour AS ratelimit settings for /login requests (#8920) | Erik Johnston | 2020-12-11 | 1 | -6/+19 |
* | Support "identifier" dicts in UIA (#8848) | Richard van der Hoff | 2020-12-01 | 1 | -105/+2 |
* | Simplify appservice login code (#8847) | Richard van der Hoff | 2020-11-30 | 1 | -6/+21 |
* | Use TYPE_CHECKING instead of magic MYPY variable. (#8770) | Patrick Cloke | 2020-11-17 | 1 | -3/+2 |
* | Remove unused OPTIONS handlers. (#8621) | Patrick Cloke | 2020-10-22 | 9 | -53/+0 |
* | Expose the experimental appservice login flow to clients. (#8504) | Patrick Cloke | 2020-10-19 | 1 | -0/+2 |
* | Add correct M_BAD_JSON error code to /profile/{userId}/displayname (#8517) | Aaron Raimist | 2020-10-14 | 1 | -1/+3 |
* | Remove the deprecated Handlers object (#8494) | Patrick Cloke | 2020-10-09 | 3 | -21/+15 |
* | Do not expose the experimental appservice login flow to clients. (#8440) | Patrick Cloke | 2020-10-01 | 1 | -2/+0 |
* | Make token serializing/deserializing async (#8427) | Erik Johnston | 2020-09-30 | 3 | -5/+12 |
* | Allow additional SSO properties to be passed to the client (#8413) | Patrick Cloke | 2020-09-30 | 1 | -7/+15 |
* | Simplify super() calls to Python 3 syntax. (#8344) | Patrick Cloke | 2020-09-18 | 11 | -38/+38 |
* | Allow appservice users to /login (#8320) | Will Hunt | 2020-09-18 | 1 | -10/+39 |
* | Don't remember `enabled` of deleted push rules and properly return 404 for mi... | reivilibre | 2020-09-09 | 1 | -2/+13 |
* | Move and refactor LoginRestServlet helper methods (#8182) | Andrew Morgan | 2020-08-28 | 1 | -54/+6 |
* | Do not propagate typing notifications from shadow-banned users. (#8176) | Patrick Cloke | 2020-08-26 | 1 | -11/+15 |
* | Remove unused parameter from, and add safeguard in, get_room_data (#8174) | Andrew Morgan | 2020-08-26 | 1 | -1/+0 |
* | Stop shadow-banned users from sending non-member events. (#8142) | Patrick Cloke | 2020-08-24 | 1 | -30/+44 |
* | Stop shadow-banned users from sending invites. (#8095) | Patrick Cloke | 2020-08-20 | 1 | -27/+40 |
* | Remove `ChainedIdGenerator`. (#8123) | Erik Johnston | 2020-08-19 | 1 | -1/+1 |
* | Be stricter about JSON that is accepted by Synapse (#8106) | Patrick Cloke | 2020-08-19 | 1 | -4/+7 |
* | Convert pusher databases to async/await. (#8075) | Patrick Cloke | 2020-08-14 | 1 | -4/+5 |
* | Implement new experimental push rules (#7997) | Brendan Abolivier | 2020-08-10 | 1 | -2/+9 |
|\ |
|
| * | Merge branch 'develop' of github.com:matrix-org/synapse into babolivier/new_p... | Brendan Abolivier | 2020-08-06 | 1 | -1/+1 |
| |\ |
|
| * | | Incorporate review | Brendan Abolivier | 2020-08-06 | 1 | -2/+2 |
| * | | Fix PUT /pushrules to use the right rule IDs | Brendan Abolivier | 2020-08-03 | 1 | -2/+9 |
* | | | Convert synapse.api to async/await (#8031) | Patrick Cloke | 2020-08-06 | 1 | -1/+1 |
| |/
|/| |
|
* | | Allow guests to operate in encrypted rooms (#7314) | Michael Albert | 2020-08-03 | 1 | -1/+1 |
|/ |
|
* | Allow moving typing off master (#7869) | Erik Johnston | 2020-07-16 | 1 | -0/+9 |
* | Ensure that calls to `json.dumps` are compatible with the standard library js... | Patrick Cloke | 2020-07-15 | 1 | -6/+7 |
* | Return the proper 403 Forbidden error during errors with JWT logins. (#7844) | Patrick Cloke | 2020-07-15 | 1 | -5/+3 |
* | Add the option to validate the `iss` and `aud` claims for JWT logins. (#7827) | Patrick Cloke | 2020-07-14 | 1 | -6/+19 |
* | `update_membership` declaration: now always returns an event id. (#7809) | Richard van der Hoff | 2020-07-09 | 1 | -4/+2 |
* | Stop passing bytes when dumping JSON (#7799) | Patrick Cloke | 2020-07-08 | 1 | -1/+1 |
* | Add documentation for JWT login type and improve sample config. (#7776) | Patrick Cloke | 2020-07-06 | 1 | -21/+27 |
* | Fix inconsistent handling of upper and lower cases of email addresses. (#7021) | Dirk Klimpel | 2020-07-03 | 1 | -4/+8 |
* | Merge branch 'master' into develop | Patrick Cloke | 2020-07-02 | 1 | -7/+3 |
|\ |
|
| * | Ensure that HTML pages served from Synapse include headers to avoid embedding. | Patrick Cloke | 2020-07-02 | 1 | -7/+3 |
* | | Back out MSC2625 implementation (#7761) | Brendan Abolivier | 2020-07-01 | 1 | -2/+2 |
* | | add org.matrix.login.jwt so that m.login.jwt can be deprecated (#7675) | Sorunome | 2020-06-24 | 1 | -1/+4 |
* | | Implement unread counter (MSC2625) (#7673) | Brendan Abolivier | 2020-06-17 | 1 | -2/+2 |
|\ \ |
|
| * \ | Merge branch 'develop' into babolivier/mark_unread | Brendan Abolivier | 2020-06-15 | 1 | -1/+3 |
| |\ \ |
|
| * | | | Use temporary prefixes as per the MSC | Brendan Abolivier | 2020-06-10 | 1 | -1/+1 |
| * | | | Rename dont_push into mark_unread | Brendan Abolivier | 2020-06-10 | 1 | -2/+2 |
| | |/
| |/| |
|
* | | | Replace all remaining six usage with native Python 3 equivalents (#7704) | Dagfinn Ilmari MannsĂĄker | 2020-06-16 | 2 | -5/+2 |
* | | | Update m.id.phone to use 'phone' instead of 'number' (#7687) | Andrew Morgan | 2020-06-15 | 1 | -2/+10 |
| |/
|/| |
|
* | | Remove "user_id" from GET /presence. (#7606) | Will Hunt | 2020-06-11 | 1 | -1/+3 |
|/ |
|
* | Performance improvements and refactor of Ratelimiter (#7595) | Andrew Morgan | 2020-06-05 | 1 | -44/+21 |
* | Advertise the token login type when OpenID Connect is enabled. (#7631) | Patrick Cloke | 2020-06-04 | 1 | -8/+3 |
* | Fix a bug in automatic user creation with m.login.jwt. (#7585) | Olof Johansson | 2020-06-01 | 1 | -7/+8 |
* | Add ability to wait for replication streams (#7542) | Erik Johnston | 2020-05-22 | 1 | -8/+12 |
* | Support UI Authentication for OpenID Connect accounts (#7457) | Patrick Cloke | 2020-05-15 | 1 | -12/+19 |
* | Allow expired accounts to logout (#7443) | Andrew Morgan | 2020-05-14 | 1 | -3/+3 |
* | Implement OpenID Connect-based login (#7256) | Quentin Gliech | 2020-05-08 | 1 | -3/+25 |
* | Improve error responses when a remote server doesn't allow you to access its ... | Andrew Morgan | 2020-04-06 | 1 | -13/+20 |
* | Support CAS in UI Auth flows. (#7186) | Patrick Cloke | 2020-04-03 | 1 | -4/+16 |
* | Refactor the CAS code (move the logic out of the REST layer to a handler) (#7... | Patrick Cloke | 2020-03-26 | 1 | -155/+16 |
* | Fix CAS redirect url (#6634) | Naugrimm | 2020-03-24 | 1 | -11/+16 |
* | Clean-up some auth/login REST code (#7115) | Patrick Cloke | 2020-03-20 | 1 | -8/+0 |
* | Remove special casing of `m.room.aliases` events (#7034) | Patrick Cloke | 2020-03-17 | 1 | -12/+0 |
* | Merge branch 'master' into develop | Brendan Abolivier | 2020-03-03 | 1 | -30/+13 |
|\ |
|
| * | Factor out complete_sso_login and expose it to the Module API | Brendan Abolivier | 2020-03-03 | 1 | -56/+2 |
| * | Add a whitelist for the SSO confirmation step. | Richard van der Hoff | 2020-03-02 | 1 | -8/+18 |
| * | Add a confirmation step to the SSO login flow | Brendan Abolivier | 2020-03-02 | 1 | -6/+34 |
* | | Ensure 'deactivated' parameter is a boolean on user admin API, Fix error hand... | Andrew Morgan | 2020-02-26 | 1 | -0/+1 |
* | | Clarify list/set/dict/tuple comprehensions and enforce via flake8 (#6957) | Patrick Cloke | 2020-02-21 | 2 | -5/+5 |
|/ |
|
* | Move MSC2432 stuff onto unstable prefix (#6948) | Richard van der Hoff | 2020-02-19 | 1 | -1/+7 |
* | Implement GET /_matrix/client/r0/rooms/{roomId}/aliases (#6939) | Richard van der Hoff | 2020-02-18 | 1 | -0/+23 |
* | MSC2260: Block direct sends of m.room.aliases events (#6794) | Richard van der Hoff | 2020-01-30 | 1 | -0/+12 |
* | Fixup synapse.rest to pass mypy (#6732) | Erik Johnston | 2020-01-20 | 2 | -7/+13 |
* | Fix `/events/:event_id` deprecated API. (#6731) | Erik Johnston | 2020-01-20 | 1 | -1/+1 |
* | Clean up startup for the pusher (#6558) | Richard van der Hoff | 2019-12-18 | 1 | -17/+16 |
* | Back out change preventing setting null avatar URLs | Erik Johnston | 2019-12-11 | 1 | -6/+6 |
* | Better errors regarding changing avatar_url (#6497) | Andrew Morgan | 2019-12-09 | 1 | -3/+8 |
* | Port rest/v1 to async/await | Erik Johnston | 2019-12-05 | 10 | -166/+117 |
* | MSC2367 Allow reason field on all member events | Erik Johnston | 2019-11-28 | 1 | -1/+1 |
* | Lint | Brendan Abolivier | 2019-11-20 | 1 | -1/+3 |
* | Apply suggestions from code review | Erik Johnston | 2019-11-18 | 1 | -1/+1 |
* | Only do `rc_login` ratelimiting on succesful login. | Erik Johnston | 2019-11-06 | 1 | -18/+93 |
* | Support for routing outbound HTTP requests via a proxy (#6239) | Richard van der Hoff | 2019-11-01 | 1 | -1/+1 |
* | Update black to 19.10b0 (#6304) | Amber Brown | 2019-11-01 | 1 | -6/+7 |
* | Remove usage of deprecated logger.warn method from codebase (#6271) | Andrew Morgan | 2019-10-31 | 1 | -1/+1 |
* | Port room rest handlers to async/await | Erik Johnston | 2019-10-29 | 1 | -94/+72 |
* | cas: support setting display name (#6114) | Valérian Rousset | 2019-10-11 | 1 | -1/+3 |
* | Land improved room list based on room stats (#6019) | Erik Johnston | 2019-10-02 | 1 | -0/+8 |
* | isort | Erik Johnston | 2019-09-25 | 1 | -1/+1 |
* | Add tags for event_id and txn_id in event sending | Erik Johnston | 2019-09-25 | 1 | -0/+18 |
* | Merge branch 'develop' into rav/saml_mapping_work | Richard van der Hoff | 2019-09-19 | 11 | -67/+67 |
|\ |
|
| * | Use the v2 Identity Service API for lookups (MSC2134 + MSC2140) (#5976) | Andrew Morgan | 2019-09-11 | 1 | -0/+1 |
| * | Remove double return statements (#5962) | Andrew Morgan | 2019-09-03 | 1 | -1/+0 |
| * | Remove unnecessary parentheses around return statements (#5931) | Andrew Morgan | 2019-08-30 | 11 | -66/+66 |
* | | Record mappings from saml users in an external table | Richard van der Hoff | 2019-09-13 | 1 | -0/+14 |
|/ |
|
* | Return 404 instead of 403 when retrieving an event without perms (#5798) | Andrew Morgan | 2019-08-06 | 1 | -3/+11 |
* | Merge tag 'v1.2.0rc2' into develop | Andrew Morgan | 2019-07-24 | 1 | -7/+30 |
|\ |
|
| * | Fix servlet metric names (#5734) | Jorik Schellekens | 2019-07-24 | 1 | -7/+30 |
* | | Replace returnValue with return (#5736) | Amber Brown | 2019-07-23 | 11 | -76/+72 |
|/ |
|
* | Clean up exception handling for access_tokens (#5656) | Richard van der Hoff | 2019-07-11 | 2 | -4/+15 |
* | Remove access-token support from RegistrationHandler.register (#5641) | Richard van der Hoff | 2019-07-08 | 1 | -10/+4 |
* | Factor out some redundant code in the login impl (#5639) | Richard van der Hoff | 2019-07-08 | 1 | -39/+10 |
* | Complete the SAML2 implementation (#5422) | Richard van der Hoff | 2019-07-02 | 1 | -8/+46 |
|\ |
|
| * | Merge branch 'develop' into rav/saml2_client | Richard van der Hoff | 2019-07-01 | 1 | -1/+1 |
| |\ |
|
| * | | rename BaseSSORedirectServlet for consistency | Richard van der Hoff | 2019-06-27 | 1 | -3/+3 |
| * | | Move all the saml stuff out to a centralised handler | Richard van der Hoff | 2019-06-26 | 1 | -11/+2 |
| * | | Merge branch 'develop' into rav/saml2_client | Richard van der Hoff | 2019-06-26 | 10 | -327/+252 |
| |\ \ |
|
| * | | | Code cleanups and simplifications. | Richard van der Hoff | 2019-06-11 | 1 | -42/+41 |
| * | | | Merge remote-tracking branch 'origin/develop' into rav/saml2_client | Richard van der Hoff | 2019-06-10 | 12 | -203/+185 |
| |\ \ \ |
|
| * | | | | SAML2 Improvements and redirect stuff | Alexander Trost | 2019-06-02 | 1 | -0/+46 |
* | | | | | Fix JWT login with new users (#5586) | PauRE | 2019-07-02 | 1 | -6/+3 |
| |_|_|/
|/| | | |
|
* | | | | Fix JWT login (#5555) | PauRE | 2019-06-27 | 1 | -1/+1 |
| |_|/
|/| | |
|
* | | | Split public rooms directory auth config in two | Brendan Abolivier | 2019-06-24 | 1 | -1/+1 |
* | | | Run Black. (#5482) | Amber Brown | 2019-06-20 | 10 | -322/+246 |
| |/
|/| |
|
* | | Hawkowl/fix missing auth (#5328) | Amber Brown | 2019-06-04 | 1 | -0/+1 |
* | | Unify v1 and v2 REST client APIs (#5226) | Amber Brown | 2019-06-03 | 12 | -203/+183 |
|/ |
|
* | Fix ignored filter field in `/messages` endpoint | Eisha Chen-yen-su | 2019-05-30 | 1 | -0/+2 |
* | Merge pull request #5256 from aaronraimist/logout-correct-error | Erik Johnston | 2019-05-30 | 1 | -18/+9 |
|\ |
|
| * | Lint | Aaron Raimist | 2019-05-29 | 1 | -2/+0 |
| * | Get rid of try except | Aaron Raimist | 2019-05-27 | 1 | -16/+9 |
| * | Show correct error when logging out and access token is missing | Aaron Raimist | 2019-05-24 | 1 | -4/+4 |
* | | Serve CAS login over r0 (#5286) | Amber Brown | 2019-05-30 | 1 | -2/+2 |
|/ |
|
* | Drop support for v2_alpha API prefix (#5190) | Richard van der Hoff | 2019-05-15 | 1 | -4/+4 |
* | Allow client event serialization to be async | Erik Johnston | 2019-05-14 | 2 | -14/+20 |
* | add options to require an access_token to GET /profile and /publicRooms on CS... | Matthew Hodgson | 2019-05-08 | 2 | -12/+34 |
* | Move admin api impl to its own package | Richard van der Hoff | 2019-05-01 | 1 | -896/+0 |
* | Move admin API to a new prefix | Richard van der Hoff | 2019-05-01 | 1 | -20/+50 |
* | Move admin API away from ClientV1RestServlet | Richard van der Hoff | 2019-05-01 | 1 | -33/+33 |
* | Merge branch 'develop' of github.com:matrix-org/synapse into babolivier/accou... | Erik Johnston | 2019-04-17 | 3 | -78/+42 |
|\ |
|
| * | Remove usage of request.postpath | Erik Johnston | 2019-04-16 | 1 | -8/+8 |
| * | Only handle GET requests for /push_rules | Erik Johnston | 2019-04-15 | 1 | -0/+7 |
| * | Add admin API for group deletion | Erik Johnston | 2019-04-03 | 1 | -0/+26 |
| * | Fix grammar and document get_current_users_in_room (#4998) | Andrew Morgan | 2019-04-03 | 1 | -1/+1 |
| * | Remove presence lists (#4989) | Neil Johnson | 2019-04-03 | 1 | -67/+0 |
| * | remove log line for password (#4965) | Neil Johnson | 2019-03-28 | 1 | -2/+0 |
* | | Add management endpoints for account validity | Brendan Abolivier | 2019-04-17 | 1 | -0/+39 |
|/ |
|
* | Support 3PID login in password providers (#4931) | Andrew Morgan | 2019-03-26 | 1 | -4/+45 |
* | Use flags | Erik Johnston | 2019-03-20 | 1 | -2/+4 |
* | Gracefully handle failing to kick user | Erik Johnston | 2019-03-20 | 1 | -19/+27 |
* | Log new room ID | Erik Johnston | 2019-03-20 | 1 | -1/+6 |
* | Add ratelimiting on login (#4821) | Brendan Abolivier | 2019-03-15 | 1 | -0/+10 |
* | Send message after room has been shutdown | Erik Johnston | 2019-03-06 | 1 | -11/+11 |
* | Add 'server_version' endpoint to admin API | Joseph Weston | 2019-03-01 | 1 | -0/+23 |
* | Fix registration on workers (#4682) | Erik Johnston | 2019-02-20 | 1 | -2/+2 |
* | Move register_device into handler | Erik Johnston | 2019-02-18 | 1 | -37/+22 |
* | Fix typos | Andrew Morgan | 2019-01-22 | 1 | -4/+4 |
* | Return well_known in /login response (#4319) | Richard van der Hoff | 2018-12-24 | 1 | -7/+11 |
* | create support user (#4141) | Neil Johnson | 2018-12-14 | 1 | -1/+10 |
* | Initialise user displayname from SAML2 data (#4272) | Richard van der Hoff | 2018-12-07 | 1 | -0/+5 |
* | Factor SSO success handling out of CAS login (#4264) | Richard van der Hoff | 2018-12-07 | 1 | -29/+76 |
* | Rip out half-implemented m.login.saml2 support (#4265) | Richard van der Hoff | 2018-12-06 | 1 | -67/+2 |
* | Fix non-ASCII pushrules (#4248) | Amber Brown | 2018-12-04 | 1 | -12/+23 |
* | fix type error | Amber Brown | 2018-12-03 | 1 | -1/+1 |
* | Support m.login.sso (#4220) | Richard van der Hoff | 2018-11-27 | 1 | -4/+9 |
* | Refactor state group lookup to reduce DB hits (#4011) | Erik Johnston | 2018-10-25 | 1 | -1/+2 |
* | Clean up room alias creation | Erik Johnston | 2018-10-19 | 1 | -32/+5 |
* | Merge pull request #3835 from krombel/fix_3821 | Amber Brown | 2018-09-12 | 1 | -1/+5 |
|\ |
|
| * | fix VOIP crashes under Python 3 (#3821) | Krombel | 2018-09-10 | 1 | -1/+5 |
* | | Port rest/ to Python 3 (#3823) | Amber Brown | 2018-09-12 | 7 | -52/+57 |
|/ |
|
* | Allow guests to access /rooms/:roomId/event/:eventId | Will Hunt | 2018-08-20 | 1 | -1/+1 |
* | Integrate presence from hotfixes (#3694) | Amber Brown | 2018-08-18 | 1 | -1/+2 |
* | speed up /members and add at= and membership params (#3568) | Matthew Hodgson | 2018-08-15 | 1 | -3/+29 |
* | Don't fail requests to unbind 3pids for non supporting ID servers | Erik Johnston | 2018-08-08 | 1 | -2/+9 |
* | Merge branch 'master' into develop | Richard van der Hoff | 2018-08-02 | 2 | -2/+2 |
|\ |
|
| * | Check room visibility for /event/ requests | Richard van der Hoff | 2018-08-02 | 2 | -2/+2 |
* | | Merge pull request #3620 from fuzzmz/return-404-room-not-found | Richard van der Hoff | 2018-08-01 | 1 | -2/+2 |
|\ \ |
|
| * | | return NotFoundError if room not found | Serban Constantin | 2018-07-31 | 1 | -2/+2 |
* | | | Python 3: Convert some unicode/bytes uses (#3569) | Amber Brown | 2018-08-02 | 1 | -7/+15 |
|/ / |
|
* | | make /context lazyload & filter aware (#3567) | Matthew Hodgson | 2018-07-27 | 1 | -0/+9 |
* | | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/client_api... | Erik Johnston | 2018-07-23 | 3 | -437/+126 |
|\ \ |
|
| * | | Admin API for creating new users (#3415) | Amber Brown | 2018-07-20 | 1 | -0/+122 |
| * | | Move v1-only APIs into their own module & isolate deprecated ones (#3460) | Amber Brown | 2018-07-19 | 2 | -437/+4 |
| |/ |
|
* | | Move RoomContextHandler out of Handlers | Erik Johnston | 2018-07-18 | 1 | -2/+2 |
* | | Split MessageHandler into read only and writers | Erik Johnston | 2018-07-18 | 2 | -15/+13 |
|/ |
|
* | check isort by travis | Krombel | 2018-07-16 | 2 | -3/+3 |
* | Fix develop because I broke it :( (#3535) | Amber Brown | 2018-07-14 | 1 | -2/+2 |
* | Merge pull request #3534 from krombel/use_parse_and_asserts_from_servlet | Amber Brown | 2018-07-14 | 7 | -74/+42 |
|\ |
|
| * | fix sytests | Amber Brown | 2018-07-14 | 1 | -1/+1 |
| * | add changelog | Krombel | 2018-07-13 | 1 | -1/+1 |
| * | rename assert_params_in_request to assert_params_in_dict | Krombel | 2018-07-13 | 5 | -14/+14 |
| * | Use parse_{int,str} and assert from http.servlet | Krombel | 2018-07-13 | 7 | -75/+43 |
* | | Make auth & transactions more testable (#3499) | Amber Brown | 2018-07-14 | 3 | -6/+5 |
|/ |
|
* | run isort | Amber Brown | 2018-07-09 | 14 | -86/+88 |
* | Attempt to be more performant on PyPy (#3462) | Amber Brown | 2018-06-28 | 2 | -2/+3 |
* | update doc for deactivate API | Matthew Hodgson | 2018-06-26 | 1 | -1/+1 |
* | add GDPR erase param to deactivate API | Matthew Hodgson | 2018-06-26 | 1 | -1/+12 |
* | Revert "Revert "Merge pull request #3431 from matrix-org/rav/erasure_visibili... | Erik Johnston | 2018-06-25 | 1 | -1/+3 |
* | Revert "Merge pull request #3431 from matrix-org/rav/erasure_visibility" | Richard van der Hoff | 2018-06-22 | 1 | -3/+1 |
* | Merge pull request #3431 from matrix-org/rav/erasure_visibility | Erik Johnston | 2018-06-22 | 1 | -1/+3 |
|\ |
|
| * | mark accounts as erased when requested | Richard van der Hoff | 2018-06-12 | 1 | -1/+3 |
* | | Remove run_on_reactor (#3395) | Amber Brown | 2018-06-14 | 1 | -7/+0 |
|/ |
|
* | fix log | Richard van der Hoff | 2018-06-07 | 1 | -1/+1 |
* | Fix event-purge-by-ts admin API | Richard van der Hoff | 2018-06-07 | 1 | -6/+4 |
* | Replace some more comparisons with six | Adrian Tschira | 2018-05-19 | 1 | -3/+5 |
* | Merge pull request #3221 from matrix-org/erikj/purge_token | Erik Johnston | 2018-05-18 | 1 | -7/+10 |
|\ |
|
| * | Make purge_history operate on tokens | Erik Johnston | 2018-05-15 | 1 | -7/+10 |
* | | Move RoomCreationHandler out of synapse.handlers.Handlers | Richard van der Hoff | 2018-05-17 | 2 | -5/+4 |
|/ |
|
* | Set Server header in SynapseRequest | Richard van der Hoff | 2018-05-10 | 1 | -1/+0 |
* | Burminate v1auth | Adrian Tschira | 2018-04-30 | 2 | -2/+6 |
* | add guard for None on purge_history api | Krombel | 2018-04-30 | 1 | -1/+14 |
* | Merge pull request #3156 from NotAFile/py3-hmac-bytes | Richard van der Hoff | 2018-04-30 | 1 | -7/+9 |
|\ |
|
| * | Construct HMAC as bytes on py3 | Adrian Tschira | 2018-04-29 | 1 | -7/+9 |
* | | Use six.moves.urlparse | Adrian Tschira | 2018-04-15 | 2 | -5/+6 |
|/ |
|
* | Merge pull request #3079 from matrix-org/erikj/limit_concurrent_sends | Erik Johnston | 2018-04-10 | 1 | -6/+1 |
|\ |
|
| * | Use create_and_send_nonmember_event everywhere | Erik Johnston | 2018-04-09 | 1 | -6/+1 |