Commit Graph

50 Commits (4953cd71dfbb1925dc4a477efd2ed48c2dfd70d6)

Author SHA1 Message Date
Patrick Cloke 4fc8875876
Refactor media modules. (#15146) 3 years ago
dependabot[bot] 9bb2eac719
Bump black from 22.12.0 to 23.1.0 (#15103) 3 years ago
David Robertson e26d7d5ae7
Teach portdb about `un_partial_stated_event_stream` (#15108) 3 years ago
Erik Johnston 65d0386693
Always notify replication when a stream advances (#14877) 3 years ago
Jeyachandran Rathnam 5c9be9c760
Check sqlite database file exists before porting. (#14692) 3 years ago
reivilibre 96251af50d
Fix a bug introduced in v1.67.0 where not specifying a config file or a server URL would lead to the `register_new_matrix_user` script failing. (#14637) 3 years ago
Finn fe50738e59
let update_synapse_database run on a multi-database configurations (#13422) 3 years ago
Patrick Cloke 3bbe532abb
Add an API for listing threads in a room. (#13394) 3 years ago
Brendan Abolivier be76cd8200
Allow admins to require a manual approval process before new accounts can be used (using MSC3866) (#13556) 3 years ago
Brendan Abolivier 8ae42ab8fa
Support enabling/disabling pushers (from MSC3881) (#13799) 3 years ago
David Robertson fff9b955fa
Generate separate snapshots for logical databases (#13792) 3 years ago
Nick Mills-Barrett cdbb641232
Add receipts event stream ordering (#13703) 3 years ago
Richard van der Hoff d092e6f32a
Support `registration_shared_secret` in a file (#13614) 3 years ago
Richard van der Hoff a2ce614447
register_new_matrix_user: read server url from config (#13616) 3 years ago
Andrew Morgan 6faaf76a32
Remove 'anonymised' from the phone home stats documentation (#13321) 4 years ago
Patrick Cloke 4db7862e0f
Drop unused tables from groups/communities. (#12967) 4 years ago
David Robertson 28d96cb2b4
Ensure portdb selects _all_ rows with negative rowids (#13226) 4 years ago
reivilibre fb7d24ab6d
Check that `auto_vacuum` is disabled when porting a SQLite database to Postgres, as `VACUUM`s must not be performed between runs of the script. (#13195) 4 years ago
Erik Johnston a3a05c812d
Add index to help delete old push actions (#13141) 4 years ago
Erik Johnston 92a0c18ef0
Improve performance of getting unread counts in rooms (#13119) 4 years ago
Erik Johnston 0d1d3e0708
Speed up `get_unread_event_push_actions_by_room` (#13005) 4 years ago
Patrick Cloke 53b77b203a
Replace noop background updates with DELETE. (#12954) 4 years ago
David Robertson f30bcbd84a
Fix Synapse git info missing in version strings (#12973) 4 years ago
Patrick Cloke f7baffd8ec
Remove remaining pieces of groups code. (#12966) 4 years ago
Patrick Cloke 6b46c3eb3d
Remove groups code from synapse_port_db. (#12899) 4 years ago
Patrick Cloke 2e8763ec96
Remove most groups datastore code. (#12895) 4 years ago
Jae Lo Presti f16ec055cc
hash_password: raise an error if no config file is specified (#12789) 4 years ago
Patrick Cloke 4586119f0b
Add missing type hints to config classes. (#12402) 4 years ago
David Robertson 961ee75a9b
Disallow untyped defs in synapse._scripts (#12422) 4 years ago
David Robertson 0cd182f296
Make `synapse._scripts` pass typechecks (#12421) 4 years ago
Erik Johnston 5c9e39e619
Track device list updates per room. (#12321) 4 years ago
David Robertson 4aeb00ca20
Move synctl into `synapse._scripts` and expose as an entrypoint (#12140) 4 years ago
David Robertson f3f0ab10fe
Move scripts directory inside synapse, exposing as setuptools entry_points (#12118) 4 years ago
lukasdenk d8be9924ef
Add a flag to the `synapse_review_recent_signups` script to ignore and filter appservice users. (#11675) 4 years ago
Patrick Cloke 66c4b774fd
Add type hints to synapse._scripts (#11297) 4 years ago
Samuel Philipp 4e393af52f
Fixed config parse bug in review_recent_signups (#11191) 4 years ago
V02460 b7f7ca24b1
Remove shebang line from module files (#10415) 5 years ago
Erik Johnston 6655ea5587
Add script for getting info about recently registered users (#10290) 5 years ago
Jonathan de Jong 4b965c862d
Remove redundant "coding: utf-8" lines (#9786) 5 years ago
Dmitry Borodaenko 7c43447477
Strip trailing / from server_url in register_new_matrix_user (#8823) 5 years ago
Dirk Klimpel 3f0ff53158
Remove deprecated `/_matrix/client/*/admin` endpoints (#8785) 5 years ago
Jonathan de Jong 837293c314
Remove obsolete __future__ imports (#8337) 5 years ago
Dagfinn Ilmari Mannsåker a3f11567d9
Replace all remaining six usage with native Python 3 equivalents (#7704) 6 years ago
Andrew Morgan bc29a19731 Replace instance variations of homeserver with correct case/spacing 6 years ago
Amber Brown 32e7c9e7f2
Run Black. (#5482) 7 years ago
Amber Brown 3f189c902e
Fix flake8 (#4519) 7 years ago
Neil Johnson d2f7c4e6b1
create support user (#4141) 7 years ago
Amber Brown 77d70a7646
Port register_new_matrix_user to Python 3 and add tests (#4085) 7 years ago