Commit Graph

47 Commits (3887e0cd80d99a527e2ba699e2f5eceae757e95c)

Author SHA1 Message Date
Richard van der Hoff 5f9bdf90fe Attempt to make default config more consistent 6 years ago
Richard van der Hoff 4a3f138832
Fix quoting for allowed_local_3pids example config (#4476) 6 years ago
Neil Johnson 1b53cc3cb4 fix line length 6 years ago
Neil Johnson 5349262302 Config option to disable requesting MSISDN on registration 6 years ago
Richard van der Hoff 9c2af7b2c5 Add a script to generate a clean config file (#4315) 6 years ago
Richard van der Hoff e8d98466b0
Implement .well-known handling (#4262) 6 years ago
Neil Johnson 78ba0e7ab8 Remove riot.im from the list of trusted Identity Servers in the default configuration (#4207) 6 years ago
Neil Johnson 9ec2186586 isort 6 years ago
Neil Johnson a67d8ace9b remove errant exception and style 6 years ago
Neil Johnson c6584f4b5f clean up config error logic and imports 6 years ago
Neil Johnson a2bfb778c8 improve auto room join logic, comments and tests 6 years ago
Matthew Hodgson 8f646f2d04 fix UTs 6 years ago
Matthew Hodgson 07340cdaca untested stab at autocreating autojoin rooms 6 years ago
Amber Brown 49af402019 run isort 6 years ago
Matthew Hodgson 38f952b9bc spell out not to massively increase bcrypt rounds 7 years ago
Matthew Hodgson 447f4f0d5f rewrite based on PR feedback: 7 years ago
Matthew Hodgson 28a6ccb49c add registrations_require_3pid 7 years ago
David Baker a9c2e930ac pep8 7 years ago
David Baker c05e6015cc Add config option to auto-join new users to rooms 7 years ago
Matthew Hodgson 7c551ec445 trust a hypothetical future riot.im IS 8 years ago
Richard van der Hoff 1c4f05db41 Stop putting a time caveat on access tokens 8 years ago
Negi Fazeli 40aa6e8349 Create user with expiry 9 years ago
Erik Johnston 590fbbef03 Add config to create guest account on 3pid invite 9 years ago
Erik Johnston f078ecbc8f Derive macaroon_secret_key from signing key. 9 years ago
Daniel Wagner-Hall 6a9f1209df Error if macaroon key is missing from config 9 years ago
Daniel Wagner-Hall 5054806ec1 Rename config field to reflect yaml name 9 years ago
Mark Haines 0fcafbece8 Add config option for setting the trusted id servers, disabling checking the ID server in integration tests 9 years ago
Matthew Hodgson 6c28ac260c copyrights 9 years ago
Daniel Wagner-Hall f522f50a08 Allow guests to register and call /events?room_id= 9 years ago
Mark Haines f2f031fd57 Add config for how many bcrypt rounds to use for password hashes 9 years ago
Daniel Wagner-Hall 7213588083 Implement configurable stats reporting 9 years ago
Daniel Wagner-Hall 2d3462714e Issue macaroons as opaque auth tokens 9 years ago
Erik Johnston 36b3b75b21 Registration should be disabled by default 10 years ago
Mark Haines 46a65c282f Allow generate-config to run against an existing config file to generate default keys 10 years ago
Mark Haines 265f30bd3f Allow --enable-registration to be passed on the commandline 10 years ago
Mark Haines c9e62927f2 Use disable_registration keys if they are present 10 years ago
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 10 years ago
Mark Haines bdcb23ca25 Fix spelling 10 years ago
Mark Haines 869dc94cbb Call the super classes when generating config 10 years ago
Erik Johnston 0775c62469 Fix --enable-registration flag to work if you don't give a value 10 years ago
Matthew Hodgson 8366fde82f turn --disable-registration into --enable-registration, given the default is for registration to be disabled by default now. this is backwards incompatible by removing the old --disable-registration arg, but makes for a much more intuitive arg 10 years ago
Erik Johnston 8bad40701b Comment. 10 years ago
Erik Johnston 98a3825614 Allow enabling of registration with --disable-registration false 10 years ago
Erik Johnston 9266cb0a22 PEP8 10 years ago
Erik Johnston 69135f59aa Implement registering with shared secret. 10 years ago
Erik Johnston 58367a9da2 Disable registration by default 10 years ago
Erik Johnston 81163f822e Add config option to disable registration. 10 years ago
Kegan Dougal 14d413752b Fix newline on __init__ 10 years ago
Kegan Dougal 8beb613916 Add newline to EOF 10 years ago
Kegan Dougal c7783d6fee Notify ASes for events sent by other users in a room which an AS user is a part of. 10 years ago