Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add typing to SyncHandler (#6821) | Erik Johnston | 2020-02-03 | 1 | -1/+4 |
* | Merge pull request #6806 from matrix-org/rav/redact_changes/3 | Richard van der Hoff | 2020-01-31 | 2 | -4/+9 |
|\ | |||||
| * | Pass room_version into add_hashes_and_signatures | Richard van der Hoff | 2020-01-30 | 1 | -2/+7 |
| * | Store the room version in EventBuilder | Richard van der Hoff | 2020-01-30 | 1 | -2/+2 |
* | | s/get_room_version/get_room_version_id/ | Richard van der Hoff | 2020-01-31 | 3 | -3/+5 |
|/ | |||||
* | MSC2260: Block direct sends of m.room.aliases events (#6794) | Richard van der Hoff | 2020-01-30 | 2 | -33/+15 |
* | Resync remote device list when detected as stale. (#6786) | Erik Johnston | 2020-01-30 | 1 | -3/+3 |
* | Type defintions for use in refactoring for redaction changes (#6803) | Richard van der Hoff | 2020-01-30 | 1 | -4/+11 |
* | Factor out a `copy_power_levels_contents` method | Richard van der Hoff | 2020-01-29 | 1 | -2/+43 |
* | Pass room version object into event_auth.check and check_redaction (#6788) | Richard van der Hoff | 2020-01-28 | 1 | -7/+4 |
* | Add `rooms.room_version` column (#6729) | Erik Johnston | 2020-01-27 | 3 | -2/+18 |
* | Validate client_secret parameter (#6767) | Andrew Morgan | 2020-01-24 | 1 | -0/+51 |
* | Make 'event.redacts' never raise. (#6771) | Erik Johnston | 2020-01-23 | 1 | -0/+35 |
* | Admin API to list, filter and sort rooms (#6720) | Andrew Morgan | 2020-01-22 | 1 | -4/+389 |
* | Lint + changelog | Brendan Abolivier | 2020-01-22 | 1 | -3/+1 |
* | Remove unused import | Brendan Abolivier | 2020-01-22 | 1 | -1/+1 |
* | Add tests for thumbnailing | Brendan Abolivier | 2020-01-22 | 1 | -3/+45 |
* | Fix and add test to deprecated quarantine media admin api (#6756) | Andrew Morgan | 2020-01-22 | 1 | -4/+11 |
* | Fix `/events/:event_id` deprecated API. (#6731) | Erik Johnston | 2020-01-20 | 2 | -1/+28 |
* | Fix changing password via user admin API. (#6730) | Erik Johnston | 2020-01-20 | 1 | -0/+13 |
* | Log saml assertions rather than the whole response | Richard van der Hoff | 2020-01-16 | 1 | -0/+47 |
* | Port synapse.replication.tcp to async/await (#6666) | Erik Johnston | 2020-01-16 | 1 | -1/+1 |
* | Fix purge_room admin API (#6711) | Erik Johnston | 2020-01-15 | 1 | -3/+1 |
* | Implement RedirectException (#6687) | Richard van der Hoff | 2020-01-15 | 1 | -2/+77 |
* | Add `local_current_membership` table (#6655) | Erik Johnston | 2020-01-15 | 5 | -17/+14 |
* | Quarantine media by ID or user ID (#6681) | Andrew Morgan | 2020-01-13 | 2 | -0/+378 |
* | Kill off RegistrationError (#6691) | Richard van der Hoff | 2020-01-13 | 1 | -2/+0 |
* | Allow admin users to create or modify users without a shared secret (#6495) | Manuel Stahl | 2020-01-09 | 3 | -338/+467 |
* | Fix GET request on /_synapse/admin/v2/users endpoint (#6563) | Manuel Stahl | 2020-01-08 | 1 | -0/+41 |
* | Back out ill-advised notary server hackery (#6657) | Richard van der Hoff | 2020-01-08 | 3 | -4/+131 |
* | port BackgroundUpdateTestCase to HomeserverTestCase (#6653) | Richard van der Hoff | 2020-01-07 | 1 | -35/+37 |
* | Merge pull request #6629 from matrix-org/rav/kill_event_reference_hashes | Richard van der Hoff | 2020-01-06 | 2 | -16/+5 |
|\ | |||||
| * | Remove unused get_prev_events_and_hashes_for_room | Richard van der Hoff | 2020-01-06 | 1 | -13/+6 |
| * | Remove unused hashes and depths from create_event params | Richard van der Hoff | 2020-01-06 | 1 | -5/+1 |
| * | rename get_prev_events_for_room to get_prev_events_and_hashes_for_room | Richard van der Hoff | 2020-01-06 | 1 | -2/+2 |
* | | Fix exception when fetching notary server's old keys (#6625) | Richard van der Hoff | 2020-01-06 | 1 | -44/+95 |
* | | Workaround for error when fetching notary's own key (#6620) | Richard van der Hoff | 2020-01-06 | 2 | -1/+140 |
|/ | |||||
* | Kill off redundant SynapseRequestFactory (#6619) | Richard van der Hoff | 2020-01-03 | 1 | -2/+4 |
* | Split state groups into a separate data store (#6296) | Erik Johnston | 2019-12-20 | 2 | -2/+2 |
* | Change EventContext to use the Storage class (#6564) | Erik Johnston | 2019-12-20 | 1 | -14/+14 |
* | Clean up startup for the pusher (#6558) | Richard van der Hoff | 2019-12-18 | 2 | -0/+7 |
* | Add database config class (#6513) | Erik Johnston | 2019-12-18 | 7 | -95/+100 |
* | Merge release-v1.7.1 into develop | Richard van der Hoff | 2019-12-18 | 1 | -0/+127 |
|\ | |||||
| * | Merge pull request #6553 from matrix-org/babolivier/fix-context-filter | Brendan Abolivier | 2019-12-16 | 1 | -0/+127 |
| |\ | |||||
| | * | Incorporate review | Brendan Abolivier | 2019-12-16 | 1 | -5/+0 |
| | * | Lint | Brendan Abolivier | 2019-12-16 | 1 | -2/+1 |
| | * | Add test case | Brendan Abolivier | 2019-12-16 | 1 | -0/+133 |
| * | | sanity-checking for events used in state res (#6531) | Richard van der Hoff | 2019-12-16 | 1 | -0/+3 |
| |/ | |||||
* | | Add option to allow profile queries without sharing a room (#6523) | Will Hunt | 2019-12-16 | 1 | -0/+2 |
* | | sanity-checking for events used in state res (#6531) | Richard van der Hoff | 2019-12-13 | 1 | -0/+3 |
* | | look up cross-signing keys from the DB in bulk (#6486) | Hubert Chathi | 2019-12-12 | 1 | -8/+0 |
* | | Merge pull request #6511 from matrix-org/erikj/remove_db_config_from_apps | Erik Johnston | 2019-12-12 | 2 | -13/+8 |
|\ \ | |||||
| * | | Remove database config parsing from apps. | Erik Johnston | 2019-12-10 | 2 | -13/+8 |
| |/ | |||||
* | | Merge pull request #6517 from matrix-org/rav/event_auth/13 | Richard van der Hoff | 2019-12-11 | 1 | -5/+9 |
|\ \ | |||||
| * | | convert to async: FederationHandler.on_receive_pdu | Richard van der Hoff | 2019-12-11 | 1 | -5/+9 |
* | | | Merge pull request #6504 from matrix-org/erikj/account_validity_async_await | Erik Johnston | 2019-12-11 | 1 | -2/+1 |
|\ \ \ | |/ / |/| | | |||||
| * | | Port handlers.account_validity to async/await. | Erik Johnston | 2019-12-10 | 1 | -2/+1 |
| |/ | |||||
* | | Fix race which caused deleted devices to reappear (#6514) | Richard van der Hoff | 2019-12-10 | 1 | -20/+29 |
* | | Merge pull request #6505 from matrix-org/erikj/make_deferred_yiedable | Erik Johnston | 2019-12-10 | 1 | -0/+24 |
|\ \ | |||||
| * | | Fix make_deferred_yieldable to work with coroutines | Erik Johnston | 2019-12-10 | 1 | -0/+24 |
| |/ | |||||
* | | Merge pull request #6506 from matrix-org/erikj/remove_snapshot_cache | Erik Johnston | 2019-12-10 | 1 | -63/+0 |
|\ \ | |/ |/| | |||||
| * | Remove SnapshotCache in favour of ResponseCache | Erik Johnston | 2019-12-09 | 1 | -63/+0 |
* | | Back out perf regression from get_cross_signing_keys_from_cache. (#6494) | Neil Johnson | 2019-12-09 | 1 | -0/+8 |
* | | Merge pull request #6487 from matrix-org/erikj/pass_in_db | Erik Johnston | 2019-12-09 | 6 | -25/+23 |
|\ \ | |/ |/| | |||||
| * | Fixup tests | Erik Johnston | 2019-12-06 | 6 | -23/+20 |
| * | Change DataStores to accept 'database' param. | Erik Johnston | 2019-12-06 | 1 | -2/+3 |
* | | Merge pull request #6484 from matrix-org/erikj/port_sync_handler | Erik Johnston | 2019-12-09 | 4 | -25/+43 |
|\ \ | |/ |/| | |||||
| * | Fixup functions to consistently return deferreds | Erik Johnston | 2019-12-06 | 2 | -7/+21 |
| * | Port SyncHandler to async/await | Erik Johnston | 2019-12-05 | 2 | -18/+22 |
* | | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/make_datab... | Erik Johnston | 2019-12-06 | 3 | -2/+15 |
|\| | |||||
| * | Fixup tests | Erik Johnston | 2019-12-05 | 3 | -2/+15 |
* | | Move background update handling out of store | Erik Johnston | 2019-12-05 | 7 | -49/+113 |
* | | Move DB pool and helper functions into dedicated Database class | Erik Johnston | 2019-12-05 | 14 | -64/+66 |
|/ | |||||
* | Remove underscore from SQLBaseStore functions | Erik Johnston | 2019-12-04 | 10 | -47/+47 |
* | Merge pull request #6329 from matrix-org/babolivier/context_filters | Brendan Abolivier | 2019-12-04 | 4 | -100/+384 |
|\ | |||||
| * | Un-remove room purge test | Brendan Abolivier | 2019-12-04 | 1 | -0/+72 |
| * | Merge branch 'babolivier/context_filters' of github.com:matrix-org/synapse in... | Brendan Abolivier | 2019-12-04 | 1 | -1/+1 |
| |\ | |||||
| | * | Merge branch 'develop' into babolivier/context_filters | Brendan Abolivier | 2019-11-26 | 7 | -19/+399 |
| | |\ | |||||
| * | \ | Merge branch 'develop' into babolivier/context_filters | Brendan Abolivier | 2019-12-04 | 20 | -77/+846 |
| |\ \ \ | | |/ / | |/| | | |||||
| * | | | Lint | Brendan Abolivier | 2019-11-05 | 1 | -30/+41 |
| * | | | Update copyrights | Brendan Abolivier | 2019-11-05 | 4 | -1/+10 |
| * | | | Add tests for /search | Brendan Abolivier | 2019-11-05 | 1 | -44/+143 |
| * | | | Merge labels tests for /context and /messages | Brendan Abolivier | 2019-11-05 | 1 | -146/+130 |
| * | | | Add test case | Brendan Abolivier | 2019-11-05 | 1 | -0/+182 |
* | | | | privacy by default for room dir (#6355) | Neil Johnson | 2019-12-04 | 1 | -0/+52 |
* | | | | Add ephemeral messages support (MSC2228) (#6409) | Brendan Abolivier | 2019-12-03 | 1 | -0/+101 |
| |/ / |/| | | |||||
* | | | Add tests | Erik Johnston | 2019-11-28 | 1 | -0/+140 |
* | | | Implementation of MSC2314 (#6176) | Amber Brown | 2019-11-28 | 9 | -52/+148 |
* | | | add etag and count to key backup endpoints (#5858) | Hubert Chathi | 2019-11-27 | 2 | -4/+35 |
* | | | Merge pull request #6358 from matrix-org/babolivier/message_retention | Brendan Abolivier | 2019-11-27 | 1 | -0/+293 |
|\ \ \ | |||||
| * \ \ | Merge branch 'develop' into babolivier/message_retention | Brendan Abolivier | 2019-11-26 | 8 | -19/+351 |
| |\ \ \ | | | |/ | | |/| | |||||
| * | | | Don't restrict the tests to v1 rooms | Brendan Abolivier | 2019-11-26 | 1 | -2/+0 |
| * | | | Lint again | Brendan Abolivier | 2019-11-19 | 1 | -10/+2 |
| * | | | Lint | Brendan Abolivier | 2019-11-19 | 1 | -50/+23 |
| * | | | Don't apply retention policy based filtering on state events | Brendan Abolivier | 2019-11-06 | 1 | -0/+10 |
| * | | | Implement per-room message retention policies | Brendan Abolivier | 2019-11-04 | 1 | -0/+320 |
* | | | | Remove assertion and provide a clear warning on startup for missing public_ba... | Andrew Morgan | 2019-11-26 | 1 | -0/+1 |
| |/ / |/| | | |||||
* | | | Improve the performance of structured logging (#6322) | Amber Brown | 2019-11-26 | 1 | -0/+2 |
* | | | Lint | Brendan Abolivier | 2019-11-20 | 1 | -6/+8 |
* | | | Test if a purge can make /messages return 500 responses | Brendan Abolivier | 2019-11-20 | 1 | -0/+72 |
* | | | Blacklist PurgeRoomTestCase (#6361) | Andrew Morgan | 2019-11-13 | 1 | -0/+2 |
* | | | Merge pull request #6295 from matrix-org/erikj/split_purge_history | Erik Johnston | 2019-11-08 | 2 | -8/+11 |
|\ \ \ | |||||
| * | | | Fix deleting state groups during room purge. | Erik Johnston | 2019-11-06 | 1 | -1/+3 |
| * | | | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/split_purg... | Erik Johnston | 2019-11-05 | 1 | -0/+51 |
| |\ \ \ | | | |/ | | |/| | |||||
| * | | | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/split_purg... | Erik Johnston | 2019-11-04 | 12 | -21/+693 |
| |\ \ \ | | | |/ | | |/| | |||||
| * | | | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/split_purg... | Erik Johnston | 2019-10-31 | 5 | -51/+197 |
| |\ \ \ | |||||
| * | | | | Split purge API into events vs state | Erik Johnston | 2019-10-30 | 1 | -7/+8 |
* | | | | | Fix bug which caused rejected events to be stored with the wrong room state ... | Richard van der Hoff | 2019-11-06 | 2 | -11/+176 |
* | | | | | Merge branch 'develop' into rav/url_preview_limit_title | Richard van der Hoff | 2019-11-05 | 27 | -99/+1065 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | |||||
| * | | | | Remove the psutil dependency (#6318) | Amber Brown | 2019-11-05 | 1 | -0/+51 |
| | |_|/ | |/| | | |||||
| * | | | Merge pull request #6301 from matrix-org/babolivier/msc2326 | Brendan Abolivier | 2019-11-01 | 4 | -5/+297 |
| |\ \ \ | |||||
| | * | | | Incorporate review | Brendan Abolivier | 2019-11-01 | 3 | -12/+12 |
| | * | | | Incorporate review | Brendan Abolivier | 2019-11-01 | 3 | -15/+15 |
| | * | | | Lint | Brendan Abolivier | 2019-10-30 | 3 | -43/+34 |
| | * | | | Add integration tests for /messages | Brendan Abolivier | 2019-10-30 | 1 | -1/+101 |
| | * | | | Add more integration testing | Brendan Abolivier | 2019-10-30 | 1 | -6/+39 |
| | * | | | Add integration tests for sync | Brendan Abolivier | 2019-10-30 | 2 | -5/+122 |
| | * | | | Add unit tests | Brendan Abolivier | 2019-10-30 | 1 | -0/+51 |
| * | | | | Factor out an _AsyncEventContextImpl (#6298) | Richard van der Hoff | 2019-11-01 | 1 | -1/+3 |
| * | | | | Support for routing outbound HTTP requests via a proxy (#6239) | Richard van der Hoff | 2019-11-01 | 5 | -6/+382 |
| * | | | | Merge branch 'develop' into cross-signing_federation | Hubert Chathi | 2019-10-31 | 5 | -51/+197 |
| |\ \ \ \ | | | |_|/ | | |/| | | |||||
| | * | | | Merge pull request #6294 from matrix-org/erikj/add_state_storage | Erik Johnston | 2019-10-31 | 3 | -50/+114 |
| | |\ \ \ | |||||
| | | * | | | Port to use state storage | Erik Johnston | 2019-10-30 | 3 | -50/+114 |
| | | | |/ | | | |/| | |||||
| | * / | | Add unit test for /purge_room API | Erik Johnston | 2019-10-31 | 2 | -1/+83 |
| | |/ / | |||||
| * | | | rename get_devices_by_remote to get_device_updates_by_remote | Hubert Chathi | 2019-10-30 | 2 | -8/+8 |
| * | | | Merge branch 'develop' into cross-signing_federation | Hubert Chathi | 2019-10-30 | 15 | -27/+126 |
| |\| | | |||||
| | * | | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/split_out_... | Erik Johnston | 2019-10-30 | 7 | -8/+142 |
| | |\ \ | |||||
| | | * | | Make ObservableDeferred.observe() always return deferred. | Erik Johnston | 2019-10-30 | 2 | -3/+3 |
| | | * | | Port federation_server to async/await | Erik Johnston | 2019-10-29 | 1 | -0/+3 |
| | | |/ | |||||
| | | * | Quick fix to ensure cache descriptors always return deferreds | Erik Johnston | 2019-10-28 | 1 | -2/+2 |
| | | * | Merge pull request #6253 from matrix-org/uhoreg/e2e_backup_delete_keys | Hubert Chathi | 2019-10-25 | 1 | -0/+75 |
| | | |\ | |||||
| | | | * | remove unneeded imports | Hubert Chathi | 2019-10-25 | 1 | -3/+1 |
| | | | * | switch to using HomeserverTestCase | Hubert Chathi | 2019-10-25 | 1 | -19/+25 |
| | | | * | remove some unnecessary lines | Hubert Chathi | 2019-10-24 | 1 | -5/+0 |
| | | | * | delete keys when deleting backups | Hubert Chathi | 2019-10-24 | 1 | -0/+76 |
| | * | | | Review comments | Erik Johnston | 2019-10-30 | 2 | -6/+9 |
| | * | | | Use new EventPersistenceStore | Erik Johnston | 2019-10-23 | 8 | -16/+32 |
| * | | | | Merge branch 'develop' into cross-signing_federation | Hubert Chathi | 2019-10-24 | 7 | -20/+68 |
| |\ \ \ \ | | | |_|/ | | |/| | | |||||
| * | | | | fix unit test | Hubert Chathi | 2019-10-22 | 1 | -1/+3 |
* | | | | | Apply suggestions from code review | Richard van der Hoff | 2019-11-05 | 1 | -0/+1 |
* | | | | | Strip overlong OpenGraph data from url preview | Richard van der Hoff | 2019-11-05 | 1 | -0/+34 |
| |_|_|/ |/| | | | |||||
* | | | | Fix tests | Erik Johnston | 2019-10-25 | 1 | -0/+2 |
| |/ / |/| | | |||||
* | | | Option to suppress resource exceeded alerting (#6173) | Neil Johnson | 2019-10-24 | 2 | -3/+57 |
| |/ |/| | |||||
* | | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/refactor_s... | Erik Johnston | 2019-10-22 | 1 | -1/+294 |
|\| | |||||
| * | Merge branch 'develop' into cross-signing_sig_upload | Hubert Chathi | 2019-10-18 | 29 | -249/+1136 |
| |\ | |||||
| * \ | Merge branch 'develop' into cross-signing_sig_upload | Hubert Chathi | 2019-09-07 | 3 | -60/+125 |
| |\ \ | |||||
| * | | | use something that's the right type for user_id | Hubert Chathi | 2019-09-06 | 1 | -1/+1 |
| * | | | fix test | Hubert Chathi | 2019-09-05 | 1 | -1/+3 |
| * | | | add test | Hubert Chathi | 2019-09-04 | 1 | -0/+88 |
| * | | | make isort happy | Hubert Chathi | 2019-09-04 | 1 | -0/+1 |
| * | | | make black happy | Hubert Chathi | 2019-09-04 | 1 | -85/+62 |
| * | | | allow uploading signatures of master key signed by devices | Hubert Chathi | 2019-09-04 | 1 | -1/+226 |
* | | | | Fix postgres unit tests to use prepare_database | Erik Johnston | 2019-10-22 | 1 | -10/+2 |
* | | | | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/refactor_s... | Erik Johnston | 2019-10-22 | 1 | -0/+65 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | Merge branch 'develop' into uhoreg/e2e_cross-signing_merged | Hubert Chathi | 2019-10-18 | 29 | -249/+1136 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'develop' into uhoreg/e2e_cross-signing_merged | Hubert Chathi | 2019-09-07 | 3 | -60/+125 |
| |\ \ \ \ | | |_|/ / | |/| | / | | | |/ | | |/| | |||||
| * | | | Merge branch 'develop' into cross-signing_keys | Hubert Chathi | 2019-09-04 | 8 | -119/+544 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'uhoreg/e2e_cross-signing_merged' into cross-signing_keys | Hubert Chathi | 2019-08-28 | 17 | -56/+944 |
| |\ \ \ \ | |||||
| * | | | | | fix formatting | Hubert Chathi | 2019-08-01 | 1 | -1/+3 |
| * | | | | | Merge branch 'cross-signing_hidden' into cross-signing_keys | Hubert Chathi | 2019-08-01 | 16 | -106/+279 |
| |\ \ \ \ \ | |||||
| * | | | | | | allow uploading keys for cross-signing | Hubert Chathi | 2019-07-25 | 1 | -0/+63 |
* | | | | | | | Move storage classes into a main "data store". | Erik Johnston | 2019-10-21 | 5 | -7/+9 |
| |_|_|_|_|/ |/| | | | | | |||||
* | | | | | | Fix presence timeouts when synchrotron restarts. (#6212) | Erik Johnston | 2019-10-18 | 1 | -0/+39 |
* | | | | | | Merge pull request #6193 from matrix-org/uhoreg/interpret_device_key_in_storage | Hubert Chathi | 2019-10-11 | 1 | -6/+6 |
|\ \ \ \ \ \ | |||||
| * | | | | | | make storage layer in charge of interpreting the device key data | Hubert Chathi | 2019-10-10 | 1 | -6/+6 |
* | | | | | | | Merge pull request #6189 from matrix-org/uhoreg/e2e_backup_optional_version | Hubert Chathi | 2019-10-11 | 1 | -16/+31 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | change test name to be unique | Hubert Chathi | 2019-10-10 | 1 | -1/+1 |
| * | | | | | | | make version optional in body of e2e backup version update | Hubert Chathi | 2019-10-09 | 1 | -16/+31 |
| |/ / / / / / | |||||
* | | | | | | | Fix MAU reaping where reserved users are specified. (#6168) | Neil Johnson | 2019-10-11 | 1 | -9/+49 |
* | | | | | | | Fix postgres unit tests | Erik Johnston | 2019-10-10 | 1 | -1/+1 |
* | | | | | | | Merge pull request #6127 from matrix-org/erikj/patch_inner | Erik Johnston | 2019-10-10 | 2 | -96/+2 |
|\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/patch_inner | Erik Johnston | 2019-10-10 | 3 | -11/+18 |
| |\ \ \ \ \ \ \ | |||||
| * | | | | | | | | Move patch_inline_callbacks into synapse/ | Erik Johnston | 2019-10-10 | 2 | -181/+2 |
| * | | | | | | | | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/patch_inner | Erik Johnston | 2019-10-09 | 5 | -53/+182 |
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | | | |||||
| * | | | | | | | | Update | Erik Johnston | 2019-09-27 | 1 | -8/+15 |
| * | | | | | | | | Patch inlinecallbacks for log contexts | Erik Johnston | 2019-09-27 | 1 | -4/+82 |
* | | | | | | | | | Add domain validation when creating room with list of invitees (#6121) | werner291 | 2019-10-10 | 1 | -0/+9 |
* | | | | | | | | | send 404 as http-status when filter-id is unknown to the server (#2380) | krombel | 2019-10-10 | 1 | -1/+1 |
| |_|/ / / / / / |/| | | | | | | | |||||
* | | | | | | | | Fix races in room stats (and other) updates. (#6187) | Richard van der Hoff | 2019-10-10 | 2 | -2/+2 |
* | | | | | | | | Refactor HomeserverConfig so it can be typechecked (#6137) | Amber Brown | 2019-10-10 | 1 | -9/+16 |
| |/ / / / / / |/| | | | | | | |||||
* | | | | | | | Merge pull request #6147 from matrix-org/babolivier/3pid-invite-revoked | Brendan Abolivier | 2019-10-04 | 1 | -0/+81 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Lint (again) | Brendan Abolivier | 2019-10-03 | 1 | -3/+1 |
| * | | | | | | | Lint | Brendan Abolivier | 2019-10-03 | 1 | -5/+5 |
| * | | | | | | | Add test case | Brendan Abolivier | 2019-10-03 | 1 | -0/+83 |
* | | | | | | | | Land improved room list based on room stats (#6019) | Erik Johnston | 2019-10-02 | 1 | -39/+0 |
* | | | | | | | | Merge branch 'release-v1.4.0' of github.com:matrix-org/synapse into develop | Erik Johnston | 2019-10-02 | 2 | -0/+47 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | |||||
| * | | | | | | | Merge pull request #6146 from matrix-org/erikj/fix_destination_retry_timings | Erik Johnston | 2019-10-02 | 1 | -0/+11 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | Fix errors storing large retry intervals. | Erik Johnston | 2019-10-02 | 1 | -0/+11 |
| | |/ / / / / / | |||||
| * / / / / / / | Fix fetching censored redactions from DB | Erik Johnston | 2019-10-02 | 1 | -0/+36 |
| |/ / / / / / | |||||
* | | | | | | | ok | Brendan Abolivier | 2019-09-27 | 1 | -1/+3 |
* | | | | | | | Lint | Brendan Abolivier | 2019-09-27 | 1 | -7/+1 |
* | | | | | | | Add test to validate the change | Brendan Abolivier | 2019-09-27 | 1 | -13/+57 |
|/ / / / / / | |||||
* | | | | | | Fix dummy event insertion consent bug (#6053) | Neil Johnson | 2019-09-26 | 2 | -9/+178 |
* | | | | | | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/cleanup_us... | Erik Johnston | 2019-09-25 | 3 | -31/+103 |
|\ \ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/cleanup_us... | Erik Johnston | 2019-09-25 | 3 | -31/+103 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | 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 | 2 | -21/+82 |
* | | | | | | | | Test that pruning of old user IPs works | Erik Johnston | 2019-09-24 | 1 | -0/+71 |
|/ / / / / / / | |||||
* | | | | | | | Test background update | Erik Johnston | 2019-09-23 | 1 | -0/+79 |
* | | | | | | | Query devices table for last seen info. | Erik Johnston | 2019-09-23 | 1 | -1/+0 |
|/ / / / / / | |||||
* | | | | | | Add 'failure_ts' column to 'destinations' table (#6016) | Richard van der Hoff | 2019-09-17 | 3 | -4/+138 |
* | | | | | | Fix well-known lookups with the federation certificate whitelist (#5997) | Amber Brown | 2019-09-14 | 1 | -0/+40 |
* | | | | | | Fix for structured logging tests stomping on logs (#6023) | Amber Brown | 2019-09-13 | 2 | -6/+23 |
* | | | | | | Ensure support users can be registered even if MAU limit is reached | Jason Robinson | 2019-09-11 | 1 | -0/+18 |
* | | | | | | Fix comments | Erik Johnston | 2019-09-11 | 1 | -2/+2 |
* | | | | | | Add test for admin redaction ratelimiting. | Erik Johnston | 2019-09-11 | 1 | -0/+25 |
* | | | | | | Merge pull request #6004 from matrix-org/jaywink/autojoin-create-real-users | Jason Robinson | 2019-09-09 | 1 | -2/+27 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Only count real users when checking for auto-creation of auto-join room | Jason Robinson | 2019-09-09 | 1 | -2/+27 |
| | |_|_|_|/ | |/| | | | | |||||
* | | | | | | Merge pull request #5934 from matrix-org/erikj/censor_redactions | Erik Johnston | 2019-09-09 | 1 | -1/+76 |
|\ \ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/censor_red... | Erik Johnston | 2019-09-05 | 8 | -119/+544 |
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | | | |||||
| * | | | | | | Fix test | Erik Johnston | 2019-09-05 | 1 | -1/+3 |
| * | | | | | | Make redaction retention period configurable | Erik Johnston | 2019-09-05 | 1 | -1/+3 |
| * | | | | | | Censor redactions in DB after a month | Erik Johnston | 2019-08-30 | 1 | -0/+71 |
| | |_|_|_|/ | |/| | | | | |||||
* | | | | | | Add a build info metric to Prometheus (#6005) | Amber Brown | 2019-09-10 | 1 | -2/+20 |
| |_|/ / / |/| | | | | |||||
* | | | | | Servers-known-about statistic (#5981) | Amber Brown | 2019-09-07 | 3 | -60/+125 |
| |/ / / |/| | | | |||||
* | | | | Fix and refactor room and user stats (#5971) | Erik Johnston | 2019-09-04 | 2 | -113/+538 |
* | | | | Remove unnecessary parentheses around return statements (#5931) | Andrew Morgan | 2019-08-30 | 6 | -6/+6 |
|/ / / | |||||
* | | | Merge pull request #5902 from matrix-org/hs/exempt-support-users-from-consent | Will Hunt | 2019-08-28 | 1 | -0/+1 |
|\ \ \ | |||||
| * | | | Fix registration test | Half-Shot | 2019-08-23 | 1 | -0/+1 |
* | | | | Config templating (#5900) | Jorik Schellekens | 2019-08-28 | 3 | -1/+196 |
* | | | | Implement a structured logging output system. (#5680) | Amber Brown | 2019-08-28 | 4 | -2/+456 |
* | | | | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/reliable_l... | Erik Johnston | 2019-08-22 | 2 | -39/+50 |
|\| | | | |||||
| * | | | Merge pull request #5850 from matrix-org/erikj/retry_well_known_on_fail | Erik Johnston | 2019-08-22 | 1 | -35/+48 |
| |\ \ \ | |||||
| | * | | | Change jitter to be a factor rather than absolute value | Erik Johnston | 2019-08-20 | 1 | -2/+2 |
| | * | | | Retry well known on fail. | Erik Johnston | 2019-08-15 | 1 | -33/+46 |
| * | | | | Refactor the Appservice scheduler code | Richard van der Hoff | 2019-08-20 | 1 | -4/+2 |
| |/ / / | |||||
* | | | | Remove test debugs | Erik Johnston | 2019-08-20 | 3 | -3/+0 |
* | | | | Refactor MatrixFederationAgent to retry SRV. | Erik Johnston | 2019-08-15 | 2 | -5/+66 |
|/ / / | |||||
* | | | Retry well-known lookup before expiry. | Erik Johnston | 2019-08-13 | 2 | -2/+71 |
* | | | Merge pull request #5836 from matrix-org/erikj/lower_bound_ttl_well_known | Erik Johnston | 2019-08-13 | 1 | -22/+21 |
|\ \ \ | |||||
| * | | | Move well known lookup into a separate clas | Erik Johnston | 2019-08-07 | 1 | -20/+19 |
| * | | | Add a lower bound for TTL on well known results. | Erik Johnston | 2019-08-06 | 1 | -2/+2 |
* | | | | Merge pull request #5788 from matrix-org/rav/metaredactions | Richard van der Hoff | 2019-08-12 | 1 | -0/+70 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Handle loops in redaction events | Richard van der Hoff | 2019-07-30 | 1 | -0/+70 |
* | | | | Account validity: allow defining HTML templates to serve the us… (#5807) | Brendan Abolivier | 2019-08-01 | 1 | -0/+37 |
|\ \ \ \ | |||||
| * | | | | Add tests | Brendan Abolivier | 2019-08-01 | 1 | -0/+37 |
| | |_|/ | |/| | | |||||
* | | | | Merge pull request #5794 from matrix-org/erikj/share_ssl_options_for_well_known | Erik Johnston | 2019-07-31 | 1 | -6/+6 |
|\ \ \ \ | |||||
| * | | | | Share SSL options for well-known requests | Erik Johnston | 2019-07-31 | 1 | -6/+6 |
| |/ / / | |||||
* / / / | Remove DelayedCall debugging from test runs (#5787) | Amber Brown | 2019-07-31 | 1 | -6/+0 |
|/ / / | |||||
* | | | Merge pull request #5746 from matrix-org/erikj/test_bg_update_currnet_state | Erik Johnston | 2019-07-30 | 1 | -1/+36 |
|\ \ \ | |||||
| * | | | Add unit test for current state membership bg update | Erik Johnston | 2019-07-23 | 1 | -1/+36 |
* | | | | Remove non-functional 'expire_access_token' setting (#5782) | Richard van der Hoff | 2019-07-30 | 3 | -3/+2 |
| |/ / |/| | | |||||
* | | | Room Complexity Client Implementation (#5783) | Amber Brown | 2019-07-30 | 1 | -3/+74 |
* | | | Convert RedactionTestCase to modern test style (#5768) | Richard van der Hoff | 2019-07-26 | 1 | -36/+38 |
* | | | Fix some error cases in the caching layer. (#5749) | Richard van der Hoff | 2019-07-25 | 1 | -3/+87 |
* | | | Merge tag 'v1.2.0rc2' into develop | Andrew Morgan | 2019-07-24 | 2 | -6/+17 |
|\ \ \ | |||||
| * | | | Fix servlet metric names (#5734) | Jorik Schellekens | 2019-07-24 | 2 | -6/+17 |
| | |/ | |/| | |||||
* | | | Replace returnValue with return (#5736) | Amber Brown | 2019-07-23 | 13 | -25/+25 |
| |/ |/| | |||||
* | | Refactor Keyring._start_key_lookups | Richard van der Hoff | 2019-07-19 | 1 | -29/+0 |
|/ |