summary refs log tree commit diff
path: root/tests/config/test_registration_config.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Correctly mention previous copyright (#16820)Erik Johnston2024-01-231-0/+1
| | | | | During the migration the automated script to update the copyright headers accidentally got rid of some of the existing copyright lines. Reinstate them.
* Update license headersPatrick Cloke2023-11-211-10/+16
|
* Add missing type hints to tests.config. (#14681)Patrick Cloke2022-12-161-2/+2
|
* Add missing type hints to config classes. (#12402)Patrick Cloke2022-04-111-6/+18
|
* Add restrictions by default to open registration in Synapse (#12091)Shay2022-03-251-2/+20
|
* Support configuring the lifetime of non-refreshable access tokens separately ↵reivilibre2021-12-031-0/+78
to refreshable access tokens. (#11445)