summary refs log tree commit diff
path: root/tests (follow)
Commit message (Expand)AuthorAgeFilesLines
* Reject device display names that are too long (#6882)Patrick Cloke2020-02-101-0/+18
* Add a `make_event_from_dict` method (#6858)Richard van der Hoff2020-02-079-27/+32
* Add typing to synapse.federation.sender (#6871)Erik Johnston2020-02-071-2/+6
* Admin api to add an email address (#6789)Dirk Klimpel2020-02-071-2/+17
* Pass room_version into `event_from_pdu_json`Richard van der Hoff2020-02-061-2/+4
* Add typing to SyncHandler (#6821)Erik Johnston2020-02-031-1/+4
* Merge pull request #6806 from matrix-org/rav/redact_changes/3Richard van der Hoff2020-01-312-4/+9
|\
| * Pass room_version into add_hashes_and_signaturesRichard van der Hoff2020-01-301-2/+7
| * Store the room version in EventBuilderRichard van der Hoff2020-01-301-2/+2
* | s/get_room_version/get_room_version_id/Richard van der Hoff2020-01-313-3/+5
|/
* MSC2260: Block direct sends of m.room.aliases events (#6794)Richard van der Hoff2020-01-302-33/+15
* Resync remote device list when detected as stale. (#6786)Erik Johnston2020-01-301-3/+3
* Type defintions for use in refactoring for redaction changes (#6803)Richard van der Hoff2020-01-301-4/+11
* Factor out a `copy_power_levels_contents` methodRichard van der Hoff2020-01-291-2/+43
* Pass room version object into event_auth.check and check_redaction (#6788)Richard van der Hoff2020-01-281-7/+4
* Add `rooms.room_version` column (#6729)Erik Johnston2020-01-273-2/+18
* Validate client_secret parameter (#6767)Andrew Morgan2020-01-241-0/+51
* Make 'event.redacts' never raise. (#6771)Erik Johnston2020-01-231-0/+35
* Admin API to list, filter and sort rooms (#6720)Andrew Morgan2020-01-221-4/+389
* Lint + changelogBrendan Abolivier2020-01-221-3/+1
* Remove unused importBrendan Abolivier2020-01-221-1/+1
* Add tests for thumbnailingBrendan Abolivier2020-01-221-3/+45
* Fix and add test to deprecated quarantine media admin api (#6756)Andrew Morgan2020-01-221-4/+11
* Fix `/events/:event_id` deprecated API. (#6731)Erik Johnston2020-01-202-1/+28
* Fix changing password via user admin API. (#6730)Erik Johnston2020-01-201-0/+13
* Log saml assertions rather than the whole responseRichard van der Hoff2020-01-161-0/+47
* Port synapse.replication.tcp to async/await (#6666)Erik Johnston2020-01-161-1/+1
* Fix purge_room admin API (#6711)Erik Johnston2020-01-151-3/+1
* Implement RedirectException (#6687)Richard van der Hoff2020-01-151-2/+77
* Add `local_current_membership` table (#6655)Erik Johnston2020-01-155-17/+14
* Quarantine media by ID or user ID (#6681)Andrew Morgan2020-01-132-0/+378
* Kill off RegistrationError (#6691)Richard van der Hoff2020-01-131-2/+0
* Allow admin users to create or modify users without a shared secret (#6495)Manuel Stahl2020-01-093-338/+467
* Fix GET request on /_synapse/admin/v2/users endpoint (#6563)Manuel Stahl2020-01-081-0/+41
* Back out ill-advised notary server hackery (#6657)Richard van der Hoff2020-01-083-4/+131
* port BackgroundUpdateTestCase to HomeserverTestCase (#6653)Richard van der Hoff2020-01-071-35/+37
* Merge pull request #6629 from matrix-org/rav/kill_event_reference_hashesRichard van der Hoff2020-01-062-16/+5
|\
| * Remove unused get_prev_events_and_hashes_for_roomRichard van der Hoff2020-01-061-13/+6
| * Remove unused hashes and depths from create_event paramsRichard van der Hoff2020-01-061-5/+1
| * rename get_prev_events_for_room to get_prev_events_and_hashes_for_roomRichard van der Hoff2020-01-061-2/+2
* | Fix exception when fetching notary server's old keys (#6625)Richard van der Hoff2020-01-061-44/+95
* | Workaround for error when fetching notary's own key (#6620)Richard van der Hoff2020-01-062-1/+140
|/
* Kill off redundant SynapseRequestFactory (#6619)Richard van der Hoff2020-01-031-2/+4
* Split state groups into a separate data store (#6296)Erik Johnston2019-12-202-2/+2
* Change EventContext to use the Storage class (#6564)Erik Johnston2019-12-201-14/+14
* Clean up startup for the pusher (#6558)Richard van der Hoff2019-12-182-0/+7
* Add database config class (#6513)Erik Johnston2019-12-187-95/+100
* Merge release-v1.7.1 into developRichard van der Hoff2019-12-181-0/+127
|\
| * Merge pull request #6553 from matrix-org/babolivier/fix-context-filterBrendan Abolivier2019-12-161-0/+127
| |\
| | * Incorporate reviewBrendan Abolivier2019-12-161-5/+0
| | * LintBrendan Abolivier2019-12-161-2/+1
| | * Add test caseBrendan Abolivier2019-12-161-0/+133
| * | sanity-checking for events used in state res (#6531)Richard van der Hoff2019-12-161-0/+3
| |/
* | Add option to allow profile queries without sharing a room (#6523)Will Hunt2019-12-161-0/+2
* | sanity-checking for events used in state res (#6531)Richard van der Hoff2019-12-131-0/+3
* | look up cross-signing keys from the DB in bulk (#6486)Hubert Chathi2019-12-121-8/+0
* | Merge pull request #6511 from matrix-org/erikj/remove_db_config_from_appsErik Johnston2019-12-122-13/+8
|\ \
| * | Remove database config parsing from apps.Erik Johnston2019-12-102-13/+8
| |/
* | Merge pull request #6517 from matrix-org/rav/event_auth/13Richard van der Hoff2019-12-111-5/+9
|\ \
| * | convert to async: FederationHandler.on_receive_pduRichard van der Hoff2019-12-111-5/+9
* | | Merge pull request #6504 from matrix-org/erikj/account_validity_async_awaitErik Johnston2019-12-111-2/+1
|\ \ \ | |/ / |/| |
| * | Port handlers.account_validity to async/await.Erik Johnston2019-12-101-2/+1
| |/
* | Fix race which caused deleted devices to reappear (#6514)Richard van der Hoff2019-12-101-20/+29
* | Merge pull request #6505 from matrix-org/erikj/make_deferred_yiedableErik Johnston2019-12-101-0/+24
|\ \
| * | Fix make_deferred_yieldable to work with coroutinesErik Johnston2019-12-101-0/+24
| |/
* | Merge pull request #6506 from matrix-org/erikj/remove_snapshot_cacheErik Johnston2019-12-101-63/+0
|\ \ | |/ |/|
| * Remove SnapshotCache in favour of ResponseCacheErik Johnston2019-12-091-63/+0
* | Back out perf regression from get_cross_signing_keys_from_cache. (#6494)Neil Johnson2019-12-091-0/+8
* | Merge pull request #6487 from matrix-org/erikj/pass_in_dbErik Johnston2019-12-096-25/+23
|\ \ | |/ |/|
| * Fixup testsErik Johnston2019-12-066-23/+20
| * Change DataStores to accept 'database' param.Erik Johnston2019-12-061-2/+3
* | Merge pull request #6484 from matrix-org/erikj/port_sync_handlerErik Johnston2019-12-094-25/+43
|\ \ | |/ |/|
| * Fixup functions to consistently return deferredsErik Johnston2019-12-062-7/+21
| * Port SyncHandler to async/awaitErik Johnston2019-12-052-18/+22
* | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/make_datab...Erik Johnston2019-12-063-2/+15
|\|
| * Fixup testsErik Johnston2019-12-053-2/+15
* | Move background update handling out of storeErik Johnston2019-12-057-49/+113
* | Move DB pool and helper functions into dedicated Database classErik Johnston2019-12-0514-64/+66
|/
* Remove underscore from SQLBaseStore functionsErik Johnston2019-12-0410-47/+47
* Merge pull request #6329 from matrix-org/babolivier/context_filtersBrendan Abolivier2019-12-044-100/+384
|\
| * Un-remove room purge testBrendan Abolivier2019-12-041-0/+72
| * Merge branch 'babolivier/context_filters' of github.com:matrix-org/synapse in...Brendan Abolivier2019-12-041-1/+1
| |\
| | * Merge branch 'develop' into babolivier/context_filtersBrendan Abolivier2019-11-267-19/+399
| | |\
| * | \ Merge branch 'develop' into babolivier/context_filtersBrendan Abolivier2019-12-0420-77/+846
| |\ \ \ | | |/ / | |/| |
| * | | LintBrendan Abolivier2019-11-051-30/+41
| * | | Update copyrightsBrendan Abolivier2019-11-054-1/+10
| * | | Add tests for /searchBrendan Abolivier2019-11-051-44/+143
| * | | Merge labels tests for /context and /messagesBrendan Abolivier2019-11-051-146/+130
| * | | Add test caseBrendan Abolivier2019-11-051-0/+182
* | | | privacy by default for room dir (#6355)Neil Johnson2019-12-041-0/+52
* | | | Add ephemeral messages support (MSC2228) (#6409)Brendan Abolivier2019-12-031-0/+101
| |/ / |/| |
* | | Add testsErik Johnston2019-11-281-0/+140
* | | Implementation of MSC2314 (#6176)Amber Brown2019-11-289-52/+148
* | | add etag and count to key backup endpoints (#5858)Hubert Chathi2019-11-272-4/+35
* | | Merge pull request #6358 from matrix-org/babolivier/message_retentionBrendan Abolivier2019-11-271-0/+293
|\ \ \
| * \ \ Merge branch 'develop' into babolivier/message_retentionBrendan Abolivier2019-11-268-19/+351
| |\ \ \ | | | |/ | | |/|
| * | | Don't restrict the tests to v1 roomsBrendan Abolivier2019-11-261-2/+0
| * | | Lint againBrendan Abolivier2019-11-191-10/+2
| * | | LintBrendan Abolivier2019-11-191-50/+23
| * | | Don't apply retention policy based filtering on state eventsBrendan Abolivier2019-11-061-0/+10
| * | | Implement per-room message retention policiesBrendan Abolivier2019-11-041-0/+320
* | | | Remove assertion and provide a clear warning on startup for missing public_ba...Andrew Morgan2019-11-261-0/+1
| |/ / |/| |
* | | Improve the performance of structured logging (#6322)Amber Brown2019-11-261-0/+2
* | | LintBrendan Abolivier2019-11-201-6/+8
* | | Test if a purge can make /messages return 500 responsesBrendan Abolivier2019-11-201-0/+72
* | | Blacklist PurgeRoomTestCase (#6361)Andrew Morgan2019-11-131-0/+2
* | | Merge pull request #6295 from matrix-org/erikj/split_purge_historyErik Johnston2019-11-082-8/+11
|\ \ \
| * | | Fix deleting state groups during room purge.Erik Johnston2019-11-061-1/+3
| * | | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/split_purg...Erik Johnston2019-11-051-0/+51
| |\ \ \ | | | |/ | | |/|
| * | | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/split_purg...Erik Johnston2019-11-0412-21/+693
| |\ \ \ | | | |/ | | |/|
| * | | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/split_purg...Erik Johnston2019-10-315-51/+197
| |\ \ \
| * | | | Split purge API into events vs stateErik Johnston2019-10-301-7/+8
* | | | | Fix bug which caused rejected events to be stored with the wrong room state ...Richard van der Hoff2019-11-062-11/+176
* | | | | Merge branch 'develop' into rav/url_preview_limit_titleRichard van der Hoff2019-11-0527-99/+1065
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Remove the psutil dependency (#6318)Amber Brown2019-11-051-0/+51
| | |_|/ | |/| |
| * | | Merge pull request #6301 from matrix-org/babolivier/msc2326Brendan Abolivier2019-11-014-5/+297
| |\ \ \
| | * | | Incorporate reviewBrendan Abolivier2019-11-013-12/+12
| | * | | Incorporate reviewBrendan Abolivier2019-11-013-15/+15
| | * | | LintBrendan Abolivier2019-10-303-43/+34
| | * | | Add integration tests for /messagesBrendan Abolivier2019-10-301-1/+101
| | * | | Add more integration testingBrendan Abolivier2019-10-301-6/+39
| | * | | Add integration tests for syncBrendan Abolivier2019-10-302-5/+122
| | * | | Add unit testsBrendan Abolivier2019-10-301-0/+51
| * | | | Factor out an _AsyncEventContextImpl (#6298)Richard van der Hoff2019-11-011-1/+3
| * | | | Support for routing outbound HTTP requests via a proxy (#6239)Richard van der Hoff2019-11-015-6/+382
| * | | | Merge branch 'develop' into cross-signing_federationHubert Chathi2019-10-315-51/+197
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Merge pull request #6294 from matrix-org/erikj/add_state_storageErik Johnston2019-10-313-50/+114
| | |\ \ \
| | | * | | Port to use state storageErik Johnston2019-10-303-50/+114
| | | | |/ | | | |/|
| | * / | Add unit test for /purge_room APIErik Johnston2019-10-312-1/+83
| | |/ /
| * | | rename get_devices_by_remote to get_device_updates_by_remoteHubert Chathi2019-10-302-8/+8
| * | | Merge branch 'develop' into cross-signing_federationHubert Chathi2019-10-3015-27/+126
| |\| |
| | * | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/split_out_...Erik Johnston2019-10-307-8/+142
| | |\ \
| | | * | Make ObservableDeferred.observe() always return deferred.Erik Johnston2019-10-302-3/+3
| | | * | Port federation_server to async/awaitErik Johnston2019-10-291-0/+3
| | | |/
| | | * Quick fix to ensure cache descriptors always return deferredsErik Johnston2019-10-281-2/+2
| | | * Merge pull request #6253 from matrix-org/uhoreg/e2e_backup_delete_keysHubert Chathi2019-10-251-0/+75
| | | |\
| | | | * remove unneeded importsHubert Chathi2019-10-251-3/+1
| | | | * switch to using HomeserverTestCaseHubert Chathi2019-10-251-19/+25
| | | | * remove some unnecessary linesHubert Chathi2019-10-241-5/+0
| | | | * delete keys when deleting backupsHubert Chathi2019-10-241-0/+76
| | * | | Review commentsErik Johnston2019-10-302-6/+9
| | * | | Use new EventPersistenceStoreErik Johnston2019-10-238-16/+32
| * | | | Merge branch 'develop' into cross-signing_federationHubert Chathi2019-10-247-20/+68
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | fix unit testHubert Chathi2019-10-221-1/+3
* | | | | Apply suggestions from code reviewRichard van der Hoff2019-11-051-0/+1
* | | | | Strip overlong OpenGraph data from url previewRichard van der Hoff2019-11-051-0/+34
| |_|_|/ |/| | |
* | | | Fix testsErik Johnston2019-10-251-0/+2
| |/ / |/| |
* | | Option to suppress resource exceeded alerting (#6173)Neil Johnson2019-10-242-3/+57
| |/ |/|
* | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/refactor_s...Erik Johnston2019-10-221-1/+294
|\|
| * Merge branch 'develop' into cross-signing_sig_uploadHubert Chathi2019-10-1829-249/+1136
| |\
| * \ Merge branch 'develop' into cross-signing_sig_uploadHubert Chathi2019-09-073-60/+125
| |\ \
| * | | use something that's the right type for user_idHubert Chathi2019-09-061-1/+1
| * | | fix testHubert Chathi2019-09-051-1/+3
| * | | add testHubert Chathi2019-09-041-0/+88
| * | | make isort happyHubert Chathi2019-09-041-0/+1
| * | | make black happyHubert Chathi2019-09-041-85/+62
| * | | allow uploading signatures of master key signed by devicesHubert Chathi2019-09-041-1/+226
* | | | Fix postgres unit tests to use prepare_databaseErik Johnston2019-10-221-10/+2
* | | | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/refactor_s...Erik Johnston2019-10-221-0/+65
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch 'develop' into uhoreg/e2e_cross-signing_mergedHubert Chathi2019-10-1829-249/+1136
| |\ \ \
| * \ \ \ Merge branch 'develop' into uhoreg/e2e_cross-signing_mergedHubert Chathi2019-09-073-60/+125
| |\ \ \ \ | | |_|/ / | |/| | / | | | |/ | | |/|
| * | | Merge branch 'develop' into cross-signing_keysHubert Chathi2019-09-048-119/+544
| |\ \ \
| * \ \ \ Merge branch 'uhoreg/e2e_cross-signing_merged' into cross-signing_keysHubert Chathi2019-08-2817-56/+944
| |\ \ \ \
| * | | | | fix formattingHubert Chathi2019-08-011-1/+3
| * | | | | Merge branch 'cross-signing_hidden' into cross-signing_keysHubert Chathi2019-08-0116-106/+279
| |\ \ \ \ \
| * | | | | | allow uploading keys for cross-signingHubert Chathi2019-07-251-0/+63
* | | | | | | Move storage classes into a main "data store".Erik Johnston2019-10-215-7/+9
| |_|_|_|_|/ |/| | | | |
* | | | | | Fix presence timeouts when synchrotron restarts. (#6212)Erik Johnston2019-10-181-0/+39
* | | | | | Merge pull request #6193 from matrix-org/uhoreg/interpret_device_key_in_storageHubert Chathi2019-10-111-6/+6
|\ \ \ \ \ \
| * | | | | | make storage layer in charge of interpreting the device key dataHubert Chathi2019-10-101-6/+6
* | | | | | | Merge pull request #6189 from matrix-org/uhoreg/e2e_backup_optional_versionHubert Chathi2019-10-111-16/+31
|\ \ \ \ \ \ \
| * | | | | | | change test name to be uniqueHubert Chathi2019-10-101-1/+1
| * | | | | | | make version optional in body of e2e backup version updateHubert Chathi2019-10-091-16/+31
| |/ / / / / /
* | | | | | | Fix MAU reaping where reserved users are specified. (#6168)Neil Johnson2019-10-111-9/+49
* | | | | | | Fix postgres unit testsErik Johnston2019-10-101-1/+1
* | | | | | | Merge pull request #6127 from matrix-org/erikj/patch_innerErik Johnston2019-10-102-96/+2
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'develop' of github.com:matrix-org/synapse into erikj/patch_innerErik Johnston2019-10-103-11/+18
| |\ \ \ \ \ \ \
| * | | | | | | | Move patch_inline_callbacks into synapse/Erik Johnston2019-10-102-181/+2
| * | | | | | | | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/patch_innerErik Johnston2019-10-095-53/+182
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
| * | | | | | | | UpdateErik Johnston2019-09-271-8/+15
| * | | | | | | | Patch inlinecallbacks for log contextsErik Johnston2019-09-271-4/+82
* | | | | | | | | Add domain validation when creating room with list of invitees (#6121)werner2912019-10-101-0/+9
* | | | | | | | | send 404 as http-status when filter-id is unknown to the server (#2380)krombel2019-10-101-1/+1
| |_|/ / / / / / |/| | | | | | |
* | | | | | | | Fix races in room stats (and other) updates. (#6187)Richard van der Hoff2019-10-102-2/+2
* | | | | | | | Refactor HomeserverConfig so it can be typechecked (#6137)Amber Brown2019-10-101-9/+16
| |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #6147 from matrix-org/babolivier/3pid-invite-revokedBrendan Abolivier2019-10-041-0/+81
|\ \ \ \ \ \ \
| * | | | | | | Lint (again)Brendan Abolivier2019-10-031-3/+1
| * | | | | | | LintBrendan Abolivier2019-10-031-5/+5
| * | | | | | | Add test caseBrendan Abolivier2019-10-031-0/+83
* | | | | | | | Land improved room list based on room stats (#6019)Erik Johnston2019-10-021-39/+0
* | | | | | | | Merge branch 'release-v1.4.0' of github.com:matrix-org/synapse into developErik Johnston2019-10-022-0/+47
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Merge pull request #6146 from matrix-org/erikj/fix_destination_retry_timingsErik Johnston2019-10-021-0/+11
| |\ \ \ \ \ \ \
| | * | | | | | | Fix errors storing large retry intervals.Erik Johnston2019-10-021-0/+11
| | |/ / / / / /
| * / / / / / / Fix fetching censored redactions from DBErik Johnston2019-10-021-0/+36
| |/ / / / / /
* | | | | | | okBrendan Abolivier2019-09-271-1/+3
* | | | | | | LintBrendan Abolivier2019-09-271-7/+1
* | | | | | | Add test to validate the changeBrendan Abolivier2019-09-271-13/+57
|/ / / / / /
* | | | | | Fix dummy event insertion consent bug (#6053)Neil Johnson2019-09-262-9/+178
* | | | | | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/cleanup_us...Erik Johnston2019-09-253-31/+103
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'develop' of github.com:matrix-org/synapse into erikj/cleanup_us...Erik Johnston2019-09-253-31/+103
| |\ \ \ \ \ \
| | * | | | | | Stop advertising unsupported flows for registration (#6107)Richard van der Hoff2019-09-251-12/+17
| | * | | | | | Refactor the user-interactive auth handling (#6105)Richard van der Hoff2019-09-251-10/+16
| | * | | | | | Refactor code for calculating registration flows (#6106)Richard van der Hoff2019-09-252-21/+82
* | | | | | | | Test that pruning of old user IPs worksErik Johnston2019-09-241-0/+71
|/ / / / / / /
* | | | | | | Test background updateErik Johnston2019-09-231-0/+79
* | | | | | | Query devices table for last seen info.Erik Johnston2019-09-231-1/+0
|/ / / / / /
* | | | | | Add 'failure_ts' column to 'destinations' table (#6016)Richard van der Hoff2019-09-173-4/+138
* | | | | | Fix well-known lookups with the federation certificate whitelist (#5997)Amber Brown2019-09-141-0/+40
* | | | | | Fix for structured logging tests stomping on logs (#6023)Amber Brown2019-09-132-6/+23
* | | | | | Ensure support users can be registered even if MAU limit is reachedJason Robinson2019-09-111-0/+18
* | | | | | Fix commentsErik Johnston2019-09-111-2/+2
* | | | | | Add test for admin redaction ratelimiting.Erik Johnston2019-09-111-0/+25
* | | | | | Merge pull request #6004 from matrix-org/jaywink/autojoin-create-real-usersJason Robinson2019-09-091-2/+27
|\ \ \ \ \ \
| * | | | | | Only count real users when checking for auto-creation of auto-join roomJason Robinson2019-09-091-2/+27
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #5934 from matrix-org/erikj/censor_redactionsErik Johnston2019-09-091-1/+76
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'develop' of github.com:matrix-org/synapse into erikj/censor_red...Erik Johnston2019-09-058-119/+544
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | Fix testErik Johnston2019-09-051-1/+3
| * | | | | | Make redaction retention period configurableErik Johnston2019-09-051-1/+3
| * | | | | | Censor redactions in DB after a monthErik Johnston2019-08-301-0/+71
| | |_|_|_|/ | |/| | | |
* | | | | | Add a build info metric to Prometheus (#6005)Amber Brown2019-09-101-2/+20
| |_|/ / / |/| | | |
* | | | | Servers-known-about statistic (#5981)Amber Brown2019-09-073-60/+125
| |/ / / |/| | |
* | | | Fix and refactor room and user stats (#5971)Erik Johnston2019-09-042-113/+538
* | | | Remove unnecessary parentheses around return statements (#5931)Andrew Morgan2019-08-306-6/+6
|/ / /
* | | Merge pull request #5902 from matrix-org/hs/exempt-support-users-from-consentWill Hunt2019-08-281-0/+1
|\ \ \
| * | | Fix registration testHalf-Shot2019-08-231-0/+1
* | | | Config templating (#5900)Jorik Schellekens2019-08-283-1/+196
* | | | Implement a structured logging output system. (#5680)Amber Brown2019-08-284-2/+456
* | | | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/reliable_l...Erik Johnston2019-08-222-39/+50
|\| | |
| * | | Merge pull request #5850 from matrix-org/erikj/retry_well_known_on_failErik Johnston2019-08-221-35/+48
| |\ \ \
| | * | | Change jitter to be a factor rather than absolute valueErik Johnston2019-08-201-2/+2
| | * | | Retry well known on fail.Erik Johnston2019-08-151-33/+46
| * | | | Refactor the Appservice scheduler codeRichard van der Hoff2019-08-201-4/+2
| |/ / /
* | | | Remove test debugsErik Johnston2019-08-203-3/+0
* | | | Refactor MatrixFederationAgent to retry SRV.Erik Johnston2019-08-152-5/+66
|/ / /
* | | Retry well-known lookup before expiry.Erik Johnston2019-08-132-2/+71
* | | Merge pull request #5836 from matrix-org/erikj/lower_bound_ttl_well_knownErik Johnston2019-08-131-22/+21
|\ \ \
| * | | Move well known lookup into a separate clasErik Johnston2019-08-071-20/+19
| * | | Add a lower bound for TTL on well known results.Erik Johnston2019-08-061-2/+2
* | | | Merge pull request #5788 from matrix-org/rav/metaredactionsRichard van der Hoff2019-08-121-0/+70
|\ \ \ \ | |/ / / |/| | |
| * | | Handle loops in redaction eventsRichard van der Hoff2019-07-301-0/+70
* | | | Account validity: allow defining HTML templates to serve the us… (#5807)Brendan Abolivier2019-08-011-0/+37
|\ \ \ \
| * | | | Add testsBrendan Abolivier2019-08-011-0/+37
| | |_|/ | |/| |
* | | | Merge pull request #5794 from matrix-org/erikj/share_ssl_options_for_well_knownErik Johnston2019-07-311-6/+6
|\ \ \ \
| * | | | Share SSL options for well-known requestsErik Johnston2019-07-311-6/+6
| |/ / /
* / / / Remove DelayedCall debugging from test runs (#5787)Amber Brown2019-07-311-6/+0
|/ / /
* | | Merge pull request #5746 from matrix-org/erikj/test_bg_update_currnet_stateErik Johnston2019-07-301-1/+36
|\ \ \
| * | | Add unit test for current state membership bg updateErik Johnston2019-07-231-1/+36
* | | | Remove non-functional 'expire_access_token' setting (#5782)Richard van der Hoff2019-07-303-3/+2
| |/ / |/| |
* | | Room Complexity Client Implementation (#5783)Amber Brown2019-07-301-3/+74
* | | Convert RedactionTestCase to modern test style (#5768)Richard van der Hoff2019-07-261-36/+38