summary refs log tree commit diff
path: root/synapse/storage/engines/postgres.py (unfollow)
Commit message (Expand)AuthorFilesLines
2020-07-10fix migration, againRichard van der Hoff1-1/+1
2020-07-10fix changelogRichard van der Hoff1-6/+0
2020-07-101.16.1Richard van der Hoff4-2/+26
2020-07-10Drop incorrectly-added table `local_rejections_stream`. (#7816)Richard van der Hoff2-0/+23
2020-07-091.17.0rc1 v1.17.0rc1Richard van der Hoff29-27/+54
2020-07-09Fix some spelling mistakes / typos. (#7811)Patrick Cloke31-40/+41
2020-07-09`update_membership` declaration: now always returns an event id. (#7809)Richard van der Hoff4-9/+8
2020-07-09Improve stacktraces from exceptions in background processes (#7808)Richard van der Hoff2-1/+10
2020-07-09Fix `can only concatenate list (not "tuple") to list` exception (#7810)Richard van der Hoff2-1/+2
2020-07-09Pass original request headers from workers to the main process. (#7797)Patrick Cloke2-5/+26
2020-07-09Generate real events when we reject invites (#7804)Richard van der Hoff7-169/+184
2020-07-08Add `HomeServer.signing_key` property (#7805)Richard van der Hoff10-12/+12
2020-07-08Revert "Update the installation docs on apt-transport-https (#7801)"Richard van der Hoff2-12/+0
2020-07-08Do not use simplejson in Synapse. (#7800)Patrick Cloke6-25/+11
2020-07-08Stop passing bytes when dumping JSON (#7799)Patrick Cloke4-6/+11
2020-07-08Update the installation docs on apt-transport-https (#7801)Dirk Heinrichs2-0/+12
2020-07-08shuffle changelog slightly v1.16.0 github/release-v1.16.0 release-v1.16.0Richard van der Hoff1-6/+5
2020-07-081.16.0Richard van der Hoff3-1/+13
2020-07-08Change Caddy links (old is deprecated) (#7789)Nicolai Søborg3-2/+3
2020-07-07Stop populating unused table `local_invites`. (#7793)Richard van der Hoff5-81/+25
2020-07-07Refactor getting replication updates from database v2. (#7740)Erik Johnston11-195/+336
2020-07-06Add libwebp dependency to Dockerfile (#7791)Juho Vanhanen2-0/+3
2020-07-06Add documentation for JWT login type and improve sample config. (#7776)Patrick Cloke5-29/+180
2020-07-06Convert the appservice handler to async/await. (#7775)Patrick Cloke4-76/+68
2020-07-06Don't ignore `set_tweak` actions with no explicit `value`. (#7766)reivilibre3-4/+45
2020-07-06Allow to use higher versions of prometheus_client (#7780)Oliver Kurz2-1/+2
2020-07-05isort 5 compatibility (#7786)Will Hunt23-38/+22
2020-07-03Merge different Resource implementation classes (#7732)Erik Johnston18-318/+322
2020-07-03Fix inconsistent handling of upper and lower cases of email addresses. (#7021)Dirk Klimpel8-48/+279
2020-07-03Allow YAML config file to contain None (#7779)Alex Kotov2-1/+3
2020-07-02Fix a typo. v1.16.0rc2Patrick Cloke1-1/+1
2020-07-02Move 1.15.2 after 1.16.0rc2.Patrick Cloke1-20/+20
2020-07-021.16.0rc2Patrick Cloke4-3/+19
2020-07-02Remove an extraneous space. v1.15.2 github/release-v1.15.2 release-v1.15.2Patrick Cloke1-1/+1
2020-07-02Add links to the fixes.Patrick Cloke1-2/+2
2020-07-02Fix tense in the release notes.Patrick Cloke1-1/+1
2020-07-021.15.2Patrick Cloke3-1/+27
2020-07-02Correctly handle outliers as prev events over federationErik Johnston1-3/+3
2020-07-02Ensure that HTML pages served from Synapse include headers to avoid embedding.Patrick Cloke10-94/+103
2020-07-02Add option to autobind user's email on registration (#51)Andrew Morgan6-25/+183
2020-07-01Hack to add push priority to push notifications (#7765)reivilibre3-8/+362
2020-07-01Add early returns to `_check_for_soft_fail` (#7769)Richard van der Hoff2-64/+56
2020-07-01Use symbolic names for replication stream names (#7768)Richard van der Hoff11-22/+27
2020-07-01Type checking for `FederationHandler` (#7770)Richard van der Hoff3-17/+32
2020-07-01Fix new metric where we used ms instead of seconds (#7771)Erik Johnston3-2/+3
2020-07-01Fix incorrect error message when database CTYPE was set incorrectly. (#7760)Richard van der Hoff2-1/+2
2020-07-01Pin link in CHANGES.md v1.16.0rc1Andrew Morgan1-1/+1
2020-07-01Fixes to CHANGES.mdAndrew Morgan1-8/+12
2020-07-011.16.0rc1Andrew Morgan45-44/+71
2020-07-01Back out MSC2625 implementation (#7761)Brendan Abolivier11-189/+53
2020-06-30Additional configuration options for auto-join rooms (#7763)Patrick Cloke6-71/+542
2020-06-30Add some metrics for inbound and outbound federation processing times (#7755)Erik Johnston5-17/+43
2020-06-30Explain the purpose of the "tests" conditional dependency requirement (#7751)Andrew Morgan2-0/+5
2020-06-26Add another yield point to sta