summary refs log tree commit diff
path: root/synapse/_scripts (follow)
Commit message (Expand)AuthorAgeFilesLines
* let update_synapse_database run on a multi-database configurations (#13422)Finn2022-10-191-8/+0
* Add an API for listing threads in a room. (#13394)Patrick Cloke2022-10-131-0/+2
* Allow admins to require a manual approval process before new accounts can be ...Brendan Abolivier2022-09-291-1/+1
* Support enabling/disabling pushers (from MSC3881) (#13799)Brendan Abolivier2022-09-211-0/+1
* Generate separate snapshots for logical databases (#13792)David Robertson2022-09-201-4/+10
* Add receipts event stream ordering (#13703)Nick Mills-Barrett2022-09-131-0/+2
* Support `registration_shared_secret` in a file (#13614)Richard van der Hoff2022-08-251-3/+42
* register_new_matrix_user: read server url from config (#13616)Richard van der Hoff2022-08-251-6/+51
* Merge branch 'master' into developBrendan Abolivier2022-07-191-1/+1
|\
| * Remove 'anonymised' from the phone home stats documentation (#13321)Andrew Morgan2022-07-191-1/+1
* | Drop unused tables from groups/communities. (#12967)Patrick Cloke2022-07-131-16/+0
|/
* Ensure portdb selects _all_ rows with negative rowids (#13226)David Robertson2022-07-111-1/+4
* Check that `auto_vacuum` is disabled when porting a SQLite database to Postgr...reivilibre2022-07-071-0/+34
* Merge remote-tracking branch 'origin/release-v1.62' into developPatrick Cloke2022-06-301-4/+2
|\
| * Add index to help delete old push actions (#13141)Erik Johnston2022-06-301-4/+2
* | Improve performance of getting unread counts in rooms (#13119)Erik Johnston2022-06-291-0/+3
|/
* Speed up `get_unread_event_push_actions_by_room` (#13005)Erik Johnston2022-06-151-0/+4
* Replace noop background updates with DELETE. (#12954)Patrick Cloke2022-06-131-2/+0
* Fix Synapse git info missing in version strings (#12973)David Robertson2022-06-072-8/+4
* Remove remaining pieces of groups code. (#12966)Patrick Cloke2022-06-061-0/+1
* Remove groups code from synapse_port_db. (#12899)Patrick Cloke2022-06-031-8/+15
* Remove most groups datastore code. (#12895)Patrick Cloke2022-05-311-2/+2
* hash_password: raise an error if no config file is specified (#12789)Jae Lo Presti2022-05-191-5/+5
* Add missing type hints to config classes. (#12402)Patrick Cloke2022-04-111-3/+1
* Disallow untyped defs in synapse._scripts (#12422)David Robertson2022-04-1110-109/+185
* Make `synapse._scripts` pass typechecks (#12421)David Robertson2022-04-084-38/+49
* Track device list updates per room. (#12321)Erik Johnston2022-04-041-0/+1
* Move synctl into `synapse._scripts` and expose as an entrypoint (#12140)David Robertson2022-03-041-0/+360
* Move scripts directory inside synapse, exposing as setuptools entry_points (#...David Robertson2022-03-028-0/+1851
* Add a flag to the `synapse_review_recent_signups` script to ignore and filter...lukasdenk2022-01-171-3/+15
* Add type hints to synapse._scripts (#11297)Patrick Cloke2021-11-102-18/+28
* Fixed config parse bug in review_recent_signups (#11191)Samuel Philipp2021-10-271-2/+7
* Remove shebang line from module files (#10415)V024602021-07-291-1/+0
* Add script for getting info about recently registered users (#10290)Erik Johnston2021-07-061-0/+175
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Strip trailing / from server_url in register_new_matrix_user (#8823)Dmitry Borodaenko2020-11-261-1/+1
* Remove deprecated `/_matrix/client/*/admin` endpoints (#8785)Dirk Klimpel2020-11-251-1/+1
* Remove obsolete __future__ imports (#8337)Jonathan de Jong2020-09-171-2/+0
* Replace all remaining six usage with native Python 3 equivalents (#7704)Dagfinn Ilmari Mannsåker2020-06-161-2/+0
* Replace instance variations of homeserver with correct case/spacingAndrew Morgan2019-11-121-3/+3
* Run Black. (#5482)Amber Brown2019-06-201-11/+13
* Fix flake8 (#4519)Amber Brown2019-01-301-2/+2
* create support user (#4141)Neil Johnson2018-12-141-3/+16
* Port register_new_matrix_user to Python 3 and add tests (#4085)Amber Brown2018-10-262-0/+215