| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 1 | -3/+3 |
* | 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 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 |
* | Bump black from 22.12.0 to 23.1.0 (#15103) | dependabot[bot] | 2023-02-22 | 1 | -1/+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 |
* | 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 |
* | Add receipts event stream ordering (#13703) | Nick Mills-Barrett | 2022-09-13 | 1 | -0/+2 |
* | 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 | 1 | -5/+2 |
* | 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 |
* | Disallow untyped defs in synapse._scripts (#12422) | David Robertson | 2022-04-11 | 1 | -74/+147 |
* | Make `synapse._scripts` pass typechecks (#12421) | David Robertson | 2022-04-08 | 1 | -22/+31 |
* | Track device list updates per room. (#12321) | Erik Johnston | 2022-04-04 | 1 | -0/+1 |
* | Move scripts directory inside synapse, exposing as setuptools entry_points (#... | David Robertson | 2022-03-02 | 1 | -0/+1257 |