summary refs log tree commit diff
path: root/synapse/handlers/room_member.py (unfollow)
Commit message (Expand)AuthorFilesLines
2021-07-09Rename DAYOlivier Wilkinson (reivilibre)1-6/+6
2021-07-08Add base starting insertion event when no chunk ID is provided (MSC2716) (#10...Eric Eastwood3-23/+98
2021-07-08Fix formatting in the logcontext doc (#10337)Brendan Abolivier2-1/+2
2021-07-08Remove functionality associated with unused historical stats tables (#9721)Cristina10-572/+22
2021-07-08Minor changes to `user_daily_visits` (#10324)reivilibre2-2/+3
2021-07-08Rebuild event auth when rebuilding an event after a call to a `ThirdPartyEven...Brendan Abolivier2-4/+7
2021-07-08Wait a bit longer in the test for user_ips to update.Olivier Wilkinson (reivilibre)1-3/+3
2021-07-07Fix a broken link in the admin api docs (#10322)Richard van der Hoff2-2/+3
2021-07-07Update links to documentation in sample config (#10287)Dirk Klimpel16-46/+51
2021-07-07Simplify structure of room admin API docs (#10313)Dirk Klimpel2-45/+25
2021-07-07Fix broken link v1.38.0rc1Brendan Abolivier1-1/+1
2021-07-07Merge latest fix into the changelogBrendan Abolivier2-2/+1
2021-07-07ANALYZE new stream ordering column (#10326)Brendan Abolivier2-0/+11
2021-07-07build the docs for master (#10323)Richard van der Hoff1-31/+28
2021-07-06Ignore EDUs for rooms we're not in (#10317)Dagfinn Ilmari Mannsåker4-0/+67
2021-07-06Small changelog tweaksBrendan Abolivier1-6/+4
2021-07-06 1.38.0rc1Brendan Abolivier34-33/+50
2021-07-06Fix deactivate a user if he does not have a profile (#10252)Dirk Klimpel3-22/+73
2021-07-06Add script for getting info about recently registered users (#10290)Erik Johnston17-153/+309
2021-07-06Handle old staged inbound events (#10303)Erik Johnston3-10/+67
2021-07-06Add upgrade notes about disk space for events migration (#10314)Richard van der Hoff3-1/+44
2021-07-06Revert "Make note of suspected minor bug"Olivier Wilkinson (reivilibre)1-1/+0
2021-07-05