summary refs log tree commit diff
path: root/synapse/storage/databases/main/ui_auth.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add some type hints to datastore (#12485)Dirk Klimpel2022-04-271-5/+7
* Use auto_attribs/native type hints for attrs classes. (#11692)Patrick Cloke2022-01-131-6/+6
* Improve type hints in storage classes. (#11652)Dirk Klimpel2021-12-291-6/+9
* Fix remove_stale_pushers job on SQLite. (#10843)reivilibre2021-09-201-3/+3
* Implement MSC3231: Token authenticated registration (#10142)Callum Brown2021-08-211-0/+43
* Use inline type hints in `http/federation/`, `storage/` and `util/` (#10381)Jonathan de Jong2021-07-151-2/+2
* 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-6/+16
* Allow background tasks to be run on a separate worker. (#8369)Patrick Cloke2020-10-021-2/+4
* Use slots in attrs classes where possible (#8296)Patrick Cloke2020-09-141-1/+1
* Convert additional databases to async/await part 2 (#8200)Patrick Cloke2020-09-011-2/+2
* Allow denying or shadow banning registrations via the spam checker (#8034)Patrick Cloke2020-08-201-1/+38
* Use the JSON encoder without whitespace in more places. (#8124)Patrick Cloke2020-08-201-6/+5
* Add more types to synapse.storage.database. (#8127)Patrick Cloke2020-08-201-3/+8
* Rename database classes to make some sense (#8033)Erik Johnston2020-08-051-0/+300