Mark Haines
|
74aaacf82a
Don't break when sizes or durations are given as integers
|
9 年之前 |
Mark Haines
|
c28f1d16f0
Add a random string to the auto generated key id
|
9 年之前 |
Mark Haines
|
265f30bd3f
Allow --enable-registration to be passed on the commandline
|
9 年之前 |
Mark Haines
|
c9e62927f2
Use disable_registration keys if they are present
|
9 年之前 |
Mark Haines
|
1aa11cf7ce
Allow multiple config files, set up a default config before applying the config files
|
9 年之前 |
Mark Haines
|
6b69ddd17a
remove duplicate parse_size method
|
9 年之前 |
Mark Haines
|
d624e2a638
Manually generate the default config yaml, remove most of the commandline arguments for synapse anticipating that people will use the yaml instead. Simpify implementing config options by not requiring the classes to hit the super class
|
9 年之前 |
David Baker
|
109c8aafd2
Fix includes
|
9 年之前 |
David Baker
|
b7788f80a3
Accept both camelcase and underscore threepid creds for transition
|
9 年之前 |
Erik Johnston
|
c8ed9bd278
pushers table requires an access_token
|
9 年之前 |
Mark Haines
|
f2d90d5c02
Fix whitespace
|
9 年之前 |
Mark Haines
|
845b0b2c97
Check requirements before doing anything else when running the homeserver
|
9 年之前 |
Mark Haines
|
c0036ced54
bump syutil to 0.0.6
|
9 年之前 |
Erik Johnston
|
970a9b9d2b
We can't use REPLACE when upgrading databases now we have postgres
|
9 年之前 |
Erik Johnston
|
64991b0c8b
Merge pull request #129 from matrix-org/key_distribution
|
9 年之前 |
Mark Haines
|
e26a3d8d9e
bump database schema version
|
9 年之前 |
Mark Haines
|
1319905d7a
Use a defer.gatherResults to collect results from the perspective servers
|
9 年之前 |
Mark Haines
|
a9549fdce3
Use bytea rather than BLOB
|
9 年之前 |
Mark Haines
|
4ad8b45155
Merge branch 'develop' into key_distribution
|
9 年之前 |
Mark Haines
|
19167fd21f
Merge pull request #135 from matrix-org/erikj/postgres_charset_check
|
9 年之前 |
Matthew Hodgson
|
9c4ea42e79
minimal doc
|
9 年之前 |
Mark Haines
|
74874ffda7
Update the query format used by keyring to match current key v2 spec
|
9 年之前 |
Erik Johnston
|
cd0864121b
Make postgres database error slightly more helpful
|
9 年之前 |
Erik Johnston
|
4932a7e2d9
Use __all__ instead of assert to stop pyflakes from warning about unused import in __init__
|
9 年之前 |
Matthew Hodgson
|
0baf923153
Merge pull request #134 from intelfx/contrib-systemd
|
9 年之前 |
Mark Haines
|
9894da6a29
Merge branch 'develop' into erikj/postgres_charset_check
|
9 年之前 |
Mark Haines
|
46d200a3a1
Implement minimum_valid_until_ts in the remote key resource
|
9 年之前 |
Erik Johnston
|
72443572bf
Mention that postgres databases must have the correct charset encoding
|
9 年之前 |
Erik Johnston
|
a08bf11138
Appease PEP8
|
9 年之前 |
Erik Johnston
|
204132a998
Check that postgres database has correct charset set
|
9 年之前 |