| Commit message (Expand) | Author | Age | Files | Lines |
* | Stop advertising unsupported flows for registration (#6107) | Richard van der Hoff | 2019-09-25 | 1 | -12/+17 |
* | Refactor the user-interactive auth handling (#6105) | Richard van der Hoff | 2019-09-25 | 1 | -10/+16 |
* | Refactor code for calculating registration flows (#6106) | Richard van der Hoff | 2019-09-25 | 1 | -12/+67 |
* | Remove unnecessary parentheses around return statements (#5931) | Andrew Morgan | 2019-08-30 | 1 | -1/+1 |
* | Add tests | Brendan Abolivier | 2019-08-01 | 1 | -0/+37 |
* | Remove the ability to query relations when the original event was redacted. (... | Andrew Morgan | 2019-07-18 | 1 | -3/+113 |
* | Include the original event in /relations (#5626) | Andrew Morgan | 2019-07-09 | 1 | -0/+5 |
* | Add origin_server_ts and sender fields to m.replace (#5613) | Andrew Morgan | 2019-07-05 | 1 | -6/+18 |
* | Run Black. (#5482) | Amber Brown | 2019-06-20 | 4 | -50/+40 |
* | Don't send renewal emails to deactivated users | Brendan Abolivier | 2019-06-14 | 1 | -25/+42 |
* | Track deactivated accounts in the database (#5378) | Brendan Abolivier | 2019-06-14 | 1 | -0/+45 |
* | Merge branch 'master' of github.com:matrix-org/synapse into develop | Erik Johnston | 2019-06-11 | 2 | -6/+241 |
|\ |
|
| * | Bump bleach version so that tests can run on old deps. | Erik Johnston | 2019-06-11 | 1 | -6/+0 |
| * | Change password reset links to /_matrix. | Erik Johnston | 2019-06-11 | 1 | -0/+241 |
* | | Merge pull request #5363 from matrix-org/babolivier/account_validity_send_mai... | Brendan Abolivier | 2019-06-10 | 1 | -0/+35 |
|\ \
| |/
|/| |
|
| * | Don't check whether the user's account is expired on /send_mail requests | Brendan Abolivier | 2019-06-05 | 1 | -0/+35 |
* | | Merge pull request #5276 from matrix-org/babolivier/account_validity_job_delta | Erik Johnston | 2019-05-31 | 1 | -5/+10 |
|\ \ |
|
| * | | Move delta from +10% to -10% | Brendan Abolivier | 2019-05-31 | 1 | -2/+2 |
| * | | Make max_delta equal to period * 10% | Brendan Abolivier | 2019-05-31 | 1 | -17/+1 |
| * | | Typo | Brendan Abolivier | 2019-05-28 | 1 | -1/+1 |
| * | | Allow configuring a range for the account validity startup job | Brendan Abolivier | 2019-05-28 | 1 | -0/+21 |
| |/ |
|
* | | Add config option for setting homeserver's default room version (#5223) | Andrew Morgan | 2019-05-23 | 1 | -2/+5 |
* | | Merge pull request #5212 from matrix-org/erikj/deny_multiple_reactions | Erik Johnston | 2019-05-21 | 1 | -1/+26 |
|\ \ |
|
| * | | Block attempts to annotate the same event twice | Erik Johnston | 2019-05-20 | 1 | -1/+26 |
* | | | Merge pull request #5204 from matrix-org/babolivier/account_validity_expirati... | Brendan Abolivier | 2019-05-21 | 1 | -0/+55 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | Add startup background job for account validity | Brendan Abolivier | 2019-05-17 | 1 | -0/+55 |
* | | Rename relation types to match MSC | Erik Johnston | 2019-05-20 | 1 | -11/+11 |
* | | Merge pull request #5209 from matrix-org/erikj/reactions_base | Erik Johnston | 2019-05-20 | 1 | -0/+539 |
|\ \ |
|
| * | | Fixup comments | Erik Johnston | 2019-05-20 | 1 | -2/+2 |
| * | | Correctly update aggregation counts after redaction | Erik Johnston | 2019-05-20 | 1 | -0/+37 |
| * | | Make tests use different user for each reaction it sends | Erik Johnston | 2019-05-17 | 1 | -12/+68 |
| * | | Add basic editing support | Erik Johnston | 2019-05-16 | 1 | -9/+82 |
| * | | Check that event is visible in new APIs | Erik Johnston | 2019-05-16 | 1 | -1/+1 |
| * | | Add aggregations API | Erik Johnston | 2019-05-16 | 1 | -3/+248 |
| * | | Add simple pagination API | Erik Johnston | 2019-05-15 | 1 | -0/+30 |
| * | | Add simple send_relation API and track in DB | Erik Johnston | 2019-05-15 | 1 | -0/+98 |
| |/ |
|
* | | Merge pull request #5174 from matrix-org/dbkr/add_dummy_flow_to_recaptcha_only | David Baker | 2019-05-16 | 1 | -1/+8 |
|\ \
| |/
|/| |
|
| * | And now I realise why the test is failing... | David Baker | 2019-05-13 | 1 | -1/+8 |
* | | Migrate all tests to use the dict-based config format instead of hanging item... | Amber Brown | 2019-05-13 | 2 | -23/+34 |
|/ |
|
* | Run Black on the tests again (#5170) | Amber Brown | 2019-05-10 | 1 | -45/+37 |
* | Add admin api for sending server_notices (#5121) | Richard van der Hoff | 2019-05-02 | 4 | -5/+5 |
* | Move admin api impl to its own package | Richard van der Hoff | 2019-05-01 | 4 | -10/+12 |
* | Merge branch 'develop' of github.com:matrix-org/synapse into babolivier/accou... | Erik Johnston | 2019-04-17 | 1 | -2/+2 |
|\ |
|
| * | Merge pull request #5047 from matrix-org/babolivier/account_expiration | Brendan Abolivier | 2019-04-17 | 1 | -1/+99 |
| |\ |
|
| * \ | Merge pull request #5027 from matrix-org/babolivier/account_expiration | Brendan Abolivier | 2019-04-09 | 1 | -2/+49 |
| |\ \ |
|
| * | | | Collect room-version variations into one place (#4969) | Richard van der Hoff | 2019-04-01 | 1 | -2/+2 |
* | | | | Add management endpoints for account validity | Brendan Abolivier | 2019-04-17 | 1 | -8/+87 |
| |_|/
|/| | |
|
* | | | Send out emails with links to extend an account's validity period | Brendan Abolivier | 2019-04-17 | 1 | -1/+99 |
| |/
|/| |
|
* | | Add account expiration feature | Brendan Abolivier | 2019-04-09 | 1 | -2/+49 |
|/ |
|
* | Fix registration test | Richard van der Hoff | 2019-03-19 | 1 | -1/+2 |
* | Add ratelimiting on login (#4821) | Brendan Abolivier | 2019-03-15 | 1 | -2/+4 |
* | Add rate-limiting on registration (#4735) | Brendan Abolivier | 2019-03-05 | 1 | -0/+48 |
* | Move register_device into handler | Erik Johnston | 2019-02-18 | 1 | -70/+23 |
* | Fix unit tests | Erik Johnston | 2019-02-18 | 1 | -6/+15 |
* | rework format of change password capability | Neil Johnson | 2019-01-29 | 1 | -2/+2 |
* | support change_password in capabilities end-point | Neil Johnson | 2019-01-29 | 1 | -0/+23 |
* | isort | Neil Johnson | 2019-01-29 | 1 | -1/+2 |
* | enforce auth for capabilities endpoint | Neil Johnson | 2019-01-29 | 1 | -4/+19 |
* | Support room version capabilities in CS API (MSC1804) | Neil Johnson | 2019-01-25 | 1 | -0/+39 |
* | Fix fallback auth on Python 3 (#4197) | Amber Brown | 2018-11-19 | 1 | -0/+104 |
* | Remove some boilerplate in tests (#4156) | Amber Brown | 2018-11-07 | 2 | -95/+52 |
* | Fix typing being reset causing infinite syncs (#4127) | Amber Brown | 2018-11-03 | 1 | -0/+123 |
* | Port tests/ to Python 3 (#3808) | Amber Brown | 2018-09-07 | 1 | -7/+1 |
* | Integrate presence from hotfixes (#3694) | Amber Brown | 2018-08-18 | 1 | -46/+33 |
* | Fix the tests | Amber Brown | 2018-08-15 | 3 | -35/+19 |
* | Run tests under PostgreSQL (#3423) | Amber Brown | 2018-08-13 | 3 | -3/+3 |
* | Run black. | black | 2018-08-10 | 1 | -13/+4 |
* | Test fixes for Python 3 (#3647) | Amber Brown | 2018-08-09 | 3 | -20/+20 |
* | Move v1-only APIs into their own module & isolate deprecated ones (#3460) | Amber Brown | 2018-07-19 | 2 | -4/+12 |
* | Refactor REST API tests to use explicit reactors (#3351) | Amber Brown | 2018-07-17 | 4 | -208/+276 |
* | run isort | Amber Brown | 2018-07-09 | 3 | -15/+14 |
* | mock registrations_require_3pid | Matthew Hodgson | 2018-01-19 | 1 | -0/+1 |
* | Refactor UI auth implementation | Richard van der Hoff | 2017-12-05 | 1 | -4/+7 |
* | Fix test | David Baker | 2017-10-17 | 1 | -0/+1 |
* | use jsonschema.FormatChecker for RoomID and UserID strings | pik | 2017-03-23 | 1 | -2/+2 |
* | Stop generating refresh tokens | Richard van der Hoff | 2016-11-28 | 1 | -8/+4 |
* | Merge pull request #1098 from matrix-org/markjh/bearer_token | Mark Haines | 2016-10-25 | 1 | -0/+2 |
|\ |
|
| * | Fix unit tests | Mark Haines | 2016-09-12 | 1 | -0/+2 |
* | | Merge pull request #1164 from pik/error-codes | Erik Johnston | 2016-10-19 | 1 | -40/+87 |
|\ \ |
|
| * | | Refactor test_filter to use real DataStore | pik | 2016-10-18 | 1 | -43/+81 |
| * | | Error codes for filters | Alexander Maznev | 2016-10-14 | 1 | -3/+12 |
| |/ |
|
* / | storage/appservice: make appservice methods only relying on the cache synchro... | Patrik Oldsberg | 2016-10-06 | 1 | -1/+1 |
|/ |
|
* | Implement deleting devices | Richard van der Hoff | 2016-07-26 | 1 | -4/+10 |
* | Register a device_id in the /v2/register flow. | Richard van der Hoff | 2016-07-20 | 1 | -3/+10 |
* | Further registration refactoring | Richard van der Hoff | 2016-07-19 | 1 | -1/+5 |
* | rest/client/v2_alpha/register.py: Refactor flow somewhat. | Richard van der Hoff | 2016-07-19 | 1 | -1/+2 |
* | Split out the auth handler | David Baker | 2016-06-02 | 1 | -1/+1 |
* | Fix tests | David Baker | 2016-03-16 | 1 | -4/+5 |
* | Flake8 fix | blide | 2016-03-10 | 1 | -6/+6 |
* | Register endpoint returns refresh_token | blide | 2016-03-10 | 1 | -12/+18 |
* | Fix tests | David Baker | 2016-03-07 | 1 | -2/+2 |
* | Fix flake8 warnings for tests | Mark Haines | 2016-02-19 | 3 | -14/+11 |
* | Rename config field to reflect yaml name | Daniel Wagner-Hall | 2016-02-03 | 1 | -2/+2 |
* | copyrights | Matthew Hodgson | 2016-01-07 | 2 | -2/+2 |
* | Allow guests to register and call /events?room_id= | Daniel Wagner-Hall | 2015-11-04 | 1 | -1/+2 |
* | s/user_id/user/g for consistency | Daniel Wagner-Hall | 2015-09-01 | 1 | -1/+1 |
* | Attempt to validate macaroons | Daniel Wagner-Hall | 2015-08-26 | 1 | -2/+2 |
* | Stop looking up "admin", which we never read | Daniel Wagner-Hall | 2015-08-25 | 1 | -1/+0 |
* | Remove completely unused concepts from codebase | Daniel Wagner-Hall | 2015-08-25 | 1 | -1/+0 |
* | Merge branch 'develop' into refresh | Daniel Wagner-Hall | 2015-08-20 | 1 | -1/+2 |
|\ |
|
| * | Fix tests | David Baker | 2015-08-04 | 1 | -1/+2 |
* | | s/by_token/by_access_token/g | Daniel Wagner-Hall | 2015-08-20 | 1 | -2/+2 |
|/ |
|
* | Use the same reg paths as register v1 for ASes. | Kegan Dougal | 2015-07-29 | 1 | -1/+3 |
* | Fix v2_alpha registration. Add unit tests. | Kegan Dougal | 2015-07-28 | 1 | -0/+132 |
* | Merge branch 'develop' into application-services | Kegan Dougal | 2015-02-11 | 1 | -8/+5 |
|\ |
|
| * | Factor out some of the common homeserver setup code into a | Mark Haines | 2015-02-11 | 1 | -8/+5 |
* | | Modify auth.get_user_by_req for authing appservices directly. | Kegan Dougal | 2015-02-09 | 1 | -1/+3 |
|/ |
|
* | Merge in auth changes from develop | Mark Haines | 2015-01-29 | 1 | -0/+1 |
* | More unit-testing of REST errors | Paul "LeoNerd" Evans | 2015-01-27 | 1 | -1/+35 |
* | Move storage of user filters into real datastore layer; now have to mock it o... | Paul "LeoNerd" Evans | 2015-01-27 | 2 | -3/+27 |
* | Use new V2AlphaRestTestCase | Paul "LeoNerd" Evans | 2015-01-27 | 1 | -38/+2 |
* | Merge branch 'develop' into client_v2_filter | Paul "LeoNerd" Evans | 2015-01-27 | 1 | -0/+45 |
|\ |
|
| * | Initial cut of a shared base class for REST unit tests | Paul "LeoNerd" Evans | 2015-01-27 | 1 | -0/+45 |
* | | Minor changes to v2_alpha filter REST test to allow the setUp method to be sh... | Paul "LeoNerd" Evans | 2015-01-27 | 1 | -5/+7 |
* | | Initial trivial REST test of v2_alpha filter API | Paul "LeoNerd" Evans | 2015-01-26 | 1 | -0/+74 |
|/ |
|
* | Create (empty) v2_alpha REST tests directory | Paul "LeoNerd" Evans | 2015-01-26 | 1 | -0/+15 |