summary refs log tree commit diff
path: root/synapse/storage/databases/main/push_rule.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* disallow-untyped-defs for synapse.push (#11023)David Robertson2021-10-111-2/+2
* Require direct references to configuration variables. (#10985)Patrick Cloke2021-10-061-1/+3
* Use inline type hints in `http/federation/`, `storage/` and `util/` (#10381)Jonathan de Jong2021-07-151-3/+3
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-2/+6
* Use `async with` for ID gens (#8383)Erik Johnston2020-09-231-4/+4
* Simplify super() calls to Python 3 syntax. (#8344)Patrick Cloke2020-09-181-1/+1
* Switch metaclass initialization to python 3-compatible syntax (#8326)Jonathan de Jong2020-09-161-4/+3
* Don't remember `enabled` of deleted push rules and properly return 404 for mi...reivilibre2020-09-091-11/+120
* Convert additional databases to async/await part 2 (#8200)Patrick Cloke2020-09-011-5/+5
* Make StreamIdGen `get_next` and `get_next_mult` async (#8161)Erik Johnston2020-08-251-4/+4
* Remove `ChainedIdGenerator`. (#8123)Erik Johnston2020-08-191-19/+17
* Convert pusher databases to async/await. (#8075)Patrick Cloke2020-08-141-42/+38
* Convert misc database code to async (#8087)Patrick Cloke2020-08-141-10/+6
* Convert the roommember database to async/await. (#8070)Patrick Cloke2020-08-121-75/+0
* Implement new experimental push rules (#7997)Brendan Abolivier2020-08-101-4/+12
|\
| * Merge branch 'develop' of github.com:matrix-org/synapse into babolivier/new_p...Brendan Abolivier2020-08-061-4/+12
* | Reduce unnecessary whitespace in JSON. (#7372)David Vo2020-08-071-5/+4
|/
* Rename database classes to make some sense (#8033)Erik Johnston2020-08-051-0/+759