summary refs log tree commit diff
path: root/scripts-dev (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-07-09Rename DAYOlivier Wilkinson (reivilibre)1-6/+6
2021-07-08Add base starting insertion event when no chunk ID is provided (MSC2716) ↵Eric Eastwood3-23/+98
(#10250) * Add base starting insertion point when no chunk ID is provided This is so we can have the marker event point to this initial insertion event and be able to traverse the events in the first chunk.
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
Fixes #9602
2021-07-08Minor changes to `user_daily_visits` (#10324)reivilibre2-2/+3
* Use fake time in tests in _get_start_of_day. * Change the inequality of last_seen in user_daily_visits Co-authored-by: Erik Johnston <erik@matrix.org>
2021-07-08Rebuild event auth when rebuilding an event after a call to a ↵Brendan Abolivier2-4/+7
`ThirdPartyEventRules` module (#10316) Because modules might send extra state events when processing an event (e.g. matrix-org/synapse-dinsic#100), and in some cases these extra events might get dropped if we don't recalculate the initial event's auth.
2021-07-08Wait a bit longer in the test for user_ips to update.Olivier Wilkinson (reivilibre)1-3/+3
Signed-off-by: Olivier Wilkinson (reivilibre) <olivier@librepush.net>
2021-07-07Fix a broken link in the admin api docs (#10322)Richard van der Hoff2-2/+3
* Fix a broken link in the admin api docs * Rename 10321.doc to 10321.docs * Rename 10321.docs to 10322.doc
2021-07-07Update links to documentation in sample config (#10287)Dirk Klimpel16-46/+51
Signed-off-by: Dirk Klimpel dirk@klimpel.org
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
Fixes #10325
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
We might have events in the staging area if the service was restarted while there were unhandled events in the staging area. Fixes #10295
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
This reverts commit 071037c3a3c8a9ebfe51c8f9197ff3044ab8545f.
2021-07-05Figure out the questions.Olivier Wilkinson (reivilibre)1-4/+7
2021-07-05Discovered why we need this wait hereOlivier Wilkinson (reivilibre)1-2/+3