| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for MSC3823 - Account Suspension (#17051) | Shay | 2024-05-01 | 1 | -1/+1 |
* | Add support for moving `/push_rules` off of main process (#17037) | Erik Johnston | 2024-03-28 | 1 | -6/+3 |
* | Bump black from 23.10.1 to 24.2.0 (#16936) | dependabot[bot] | 2024-03-13 | 1 | -11/+11 |
* | Correctly mention previous copyright (#16820) | Erik Johnston | 2024-01-23 | 9 | -0/+11 |
* | Merge remote-tracking branch 'gitlab/clokep/license-license' into new_develop | Erik Johnston | 2023-12-13 | 10 | -105/+160 |
|\ |
|
| * | Update license headers | Patrick Cloke | 2023-11-21 | 10 | -105/+160 |
* | | Write signing keys with file mode 0640 (#16740) | elara-leitstellentechnik | 2023-12-08 | 1 | -3/+10 |
|/ |
|
* | Convert simple_select_one_txn and simple_select_one to return tuples. (#16612) | Patrick Cloke | 2023-11-09 | 1 | -2/+1 |
* | Portdb: don't copy a table that gets rebuilt (#16563) | David Robertson | 2023-10-27 | 1 | -1/+1 |
* | Force TLS certificate verification in registration script. (#16530) | Denis Kasak | 2023-10-23 | 1 | -2/+2 |
* | Update ruff config (#16283) | Patrick Cloke | 2023-09-08 | 1 | -1/+0 |
* | Bump mypy-zope & mypy. (#16188) | Patrick Cloke | 2023-08-29 | 1 | -2/+7 |
* | Run pyupgrade for python 3.7 & 3.8. (#16110) | Patrick Cloke | 2023-08-15 | 2 | -4/+4 |
* | Implements admin API to lock an user (MSC3939) (#15870) | Mathieu Velten | 2023-08-10 | 1 | -1/+1 |
* | Properly setup the additional sequences in the portdb script. (#16043) | Patrick Cloke | 2023-08-01 | 1 | -3/+15 |
* | Add basic read/write lock (#15782) | Erik Johnston | 2023-07-05 | 1 | -1/+8 |
* | Add foreign key constraint to `event_forward_extremities`. (#15751) | Erik Johnston | 2023-07-05 | 1 | -0/+2 |
* | Fix harmless exception in port DB script (#15814) | Erik Johnston | 2023-06-21 | 1 | -0/+3 |
* | Add an admin API endpoint to support per-user feature flags (#15344) | Shay | 2023-04-28 | 1 | -0/+1 |
* | Add column `full_user_id` to tables `profiles` and `user_filters`. (#15458) | Shay | 2023-04-26 | 1 | -1/+4 |
* | Delete server-side backup keys when deactivating an account. (#15181) | Shay | 2023-04-04 | 1 | -0/+2 |
* | Make cleaning up pushers depend on the device_id instead of the token_id (#15... | Quentin Gliech | 2023-03-24 | 1 | -1/+5 |
* | Add a primitive helper script for listing worker endpoints. (#15243) | reivilibre | 2023-03-23 | 1 | -0/+302 |
* | Add a check to SQLite port DB script to ensure that the sqlite database passe... | Shay | 2023-03-22 | 1 | -0/+8 |
* | Revert "check sqlite database file exists before porting/#14692" (#15301) | Shay | 2023-03-21 | 1 | -1/+1 |
* | Refactor media modules. (#15146) | Patrick Cloke | 2023-02-27 | 1 | -1/+1 |
* | Bump black from 22.12.0 to 23.1.0 (#15103) | dependabot[bot] | 2023-02-22 | 3 | -4/+0 |
* | Teach portdb about `un_partial_stated_event_stream` (#15108) | David Robertson | 2023-02-20 | 1 | -33/+52 |
* | Always notify replication when a stream advances (#14877) | Erik Johnston | 2023-01-20 | 1 | -0/+4 |
* | Check sqlite database file exists before porting. (#14692) | Jeyachandran Rathnam | 2022-12-22 | 1 | -1/+1 |
* | Fix a bug introduced in v1.67.0 where not specifying a config file or a serve... | reivilibre | 2022-12-07 | 1 | -2/+3 |
* | let update_synapse_database run on a multi-database configurations (#13422) | Finn | 2022-10-19 | 1 | -8/+0 |
* | Add an API for listing threads in a room. (#13394) | Patrick Cloke | 2022-10-13 | 1 | -0/+2 |
* | Allow admins to require a manual approval process before new accounts can be ... | Brendan Abolivier | 2022-09-29 | 1 | -1/+1 |
* | Support enabling/disabling pushers (from MSC3881) (#13799) | Brendan Abolivier | 2022-09-21 | 1 | -0/+1 |
* | Generate separate snapshots for logical databases (#13792) | David Robertson | 2022-09-20 | 1 | -4/+10 |
* | Add receipts event stream ordering (#13703) | Nick Mills-Barrett | 2022-09-13 | 1 | -0/+2 |
* | Support `registration_shared_secret` in a file (#13614) | Richard van der Hoff | 2022-08-25 | 1 | -3/+42 |
* | register_new_matrix_user: read server url from config (#13616) | Richard van der Hoff | 2022-08-25 | 1 | -6/+51 |
* | Merge branch 'master' into develop | Brendan Abolivier | 2022-07-19 | 1 | -1/+1 |
|\ |
|
| * | Remove 'anonymised' from the phone home stats documentation (#13321) | Andrew Morgan | 2022-07-19 | 1 | -1/+1 |
* | | Drop unused tables from groups/communities. (#12967) | Patrick Cloke | 2022-07-13 | 1 | -16/+0 |
|/ |
|
* | Ensure portdb selects _all_ rows with negative rowids (#13226) | David Robertson | 2022-07-11 | 1 | -1/+4 |
* | Check that `auto_vacuum` is disabled when porting a SQLite database to Postgr... | reivilibre | 2022-07-07 | 1 | -0/+34 |
* | Merge remote-tracking branch 'origin/release-v1.62' into develop | Patrick Cloke | 2022-06-30 | 1 | -4/+2 |
|\ |
|
| * | Add index to help delete old push actions (#13141) | Erik Johnston | 2022-06-30 | 1 | -4/+2 |
* | | Improve performance of getting unread counts in rooms (#13119) | Erik Johnston | 2022-06-29 | 1 | -0/+3 |
|/ |
|
* | Speed up `get_unread_event_push_actions_by_room` (#13005) | Erik Johnston | 2022-06-15 | 1 | -0/+4 |
* | Replace noop background updates with DELETE. (#12954) | Patrick Cloke | 2022-06-13 | 1 | -2/+0 |
* | Fix Synapse git info missing in version strings (#12973) | David Robertson | 2022-06-07 | 2 | -8/+4 |
* | Remove remaining pieces of groups code. (#12966) | Patrick Cloke | 2022-06-06 | 1 | -0/+1 |
* | Remove groups code from synapse_port_db. (#12899) | Patrick Cloke | 2022-06-03 | 1 | -8/+15 |
* | Remove most groups datastore code. (#12895) | Patrick Cloke | 2022-05-31 | 1 | -2/+2 |
* | hash_password: raise an error if no config file is specified (#12789) | Jae Lo Presti | 2022-05-19 | 1 | -5/+5 |
* | Add missing type hints to config classes. (#12402) | Patrick Cloke | 2022-04-11 | 1 | -3/+1 |
* | Disallow untyped defs in synapse._scripts (#12422) | David Robertson | 2022-04-11 | 10 | -109/+185 |
* | Make `synapse._scripts` pass typechecks (#12421) | David Robertson | 2022-04-08 | 4 | -38/+49 |
* | Track device list updates per room. (#12321) | Erik Johnston | 2022-04-04 | 1 | -0/+1 |
* | Move synctl into `synapse._scripts` and expose as an entrypoint (#12140) | David Robertson | 2022-03-04 | 1 | -0/+360 |
* | Move scripts directory inside synapse, exposing as setuptools entry_points (#... | David Robertson | 2022-03-02 | 8 | -0/+1851 |
* | Add a flag to the `synapse_review_recent_signups` script to ignore and filter... | lukasdenk | 2022-01-17 | 1 | -3/+15 |
* | Add type hints to synapse._scripts (#11297) | Patrick Cloke | 2021-11-10 | 2 | -18/+28 |
* | Fixed config parse bug in review_recent_signups (#11191) | Samuel Philipp | 2021-10-27 | 1 | -2/+7 |
* | Remove shebang line from module files (#10415) | V02460 | 2021-07-29 | 1 | -1/+0 |
* | Add script for getting info about recently registered users (#10290) | Erik Johnston | 2021-07-06 | 1 | -0/+175 |
* | Remove redundant "coding: utf-8" lines (#9786) | Jonathan de Jong | 2021-04-14 | 1 | -1/+0 |
* | Strip trailing / from server_url in register_new_matrix_user (#8823) | Dmitry Borodaenko | 2020-11-26 | 1 | -1/+1 |
* | Remove deprecated `/_matrix/client/*/admin` endpoints (#8785) | Dirk Klimpel | 2020-11-25 | 1 | -1/+1 |
* | Remove obsolete __future__ imports (#8337) | Jonathan de Jong | 2020-09-17 | 1 | -2/+0 |
* | Replace all remaining six usage with native Python 3 equivalents (#7704) | Dagfinn Ilmari Mannsåker | 2020-06-16 | 1 | -2/+0 |
* | Replace instance variations of homeserver with correct case/spacing | Andrew Morgan | 2019-11-12 | 1 | -3/+3 |
* | Run Black. (#5482) | Amber Brown | 2019-06-20 | 1 | -11/+13 |
* | Fix flake8 (#4519) | Amber Brown | 2019-01-30 | 1 | -2/+2 |
* | create support user (#4141) | Neil Johnson | 2018-12-14 | 1 | -3/+16 |
* | Port register_new_matrix_user to Python 3 and add tests (#4085) | Amber Brown | 2018-10-26 | 2 | -0/+215 |