summary refs log tree commit diff
path: root/synapse/config/registration.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rewrite identity server URLs as required. (#4393) dinsic_2019-01-21Michael Kaye2019-01-211-0/+2
* Synchronise account metadata onto another server. (#4145) dinsic_2019-01-11Matthew Hodgson2019-01-111-0/+10
* merge master into dinsic, again...Matthew Hodgson2018-11-031-2/+12
|\
| * isortNeil Johnson2018-10-241-2/+1
| * remove errant exception and styleNeil Johnson2018-10-231-1/+1
| * clean up config error logic and importsNeil Johnson2018-10-171-5/+4
| * improve auto room join logic, comments and testsNeil Johnson2018-10-121-1/+10
| * fix UTsMatthew Hodgson2018-09-281-1/+1
| * untested stab at autocreating autojoin roomsMatthew Hodgson2018-09-281-0/+4
* | Merge remote-tracking branch 'origin/master' into dinsicDavid Baker2018-07-191-2/+2
|\|
| * run isortAmber Brown2018-07-091-2/+2
* | Merge branch 'dinsic' into matthew/derive-mxid-from-3pidMatthew Hodgson2018-05-031-0/+20
|\ \
| * \ Merge pull request #3180 from matrix-org/matthew/disable-3pid-changesMatthew Hodgson2018-05-031-0/+8
| |\ \
| | * | fix defaults in config exampleMatthew Hodgson2018-05-031-1/+1
| | * | add option to disable changes to the 3PIDs for an account.Matthew Hodgson2018-05-031-0/+8
| * | | fix defaults in example configMatthew Hodgson2018-05-031-2/+2
| * | | options to disable setting profile infoMatthew Hodgson2018-05-031-0/+12
| |/ /
* | | Merge branch 'dinsic' into matthew/derive-mxid-from-3pidMatthew Hodgson2018-05-031-0/+24
|\| |
| * | Add 'ex[erimental API' commentDavid Baker2018-04-251-0/+2
| * | pep8David Baker2018-04-171-1/+1
| * | Merge remote-tracking branch 'origin/dinsic' into dbkr/profile_replicationDavid Baker2018-04-161-1/+3
| |\ \
| | * | Merge branch 'develop' into dinsicMatthew Hodgson2018-04-121-1/+3
| | |\|
| * | | Written but untested profile replicationDavid Baker2018-04-101-0/+8
| |/ /
| * | incorporate PR feedback and rename URLMatthew Hodgson2018-03-141-2/+1
| * | add 'allow_invited_3pids' option to invited 3PIDs to registerMatthew Hodgson2018-03-131-0/+7
| * | pep8Matthew Hodgson2018-03-131-1/+3
| * | delegate to the IS to check 3PID signup eligibilityMatthew Hodgson2018-03-131-0/+6
* | | add the register_mxid_from_3pid setting (untested)Matthew Hodgson2018-04-121-0/+8
| |/ |/|
* | spell out not to massively increase bcrypt roundsMatthew Hodgson2018-03-191-1/+3
|/
* rewrite based on PR feedback:Matthew Hodgson2018-01-191-3/+9
* add registrations_require_3pidMatthew Hodgson2018-01-191-0/+13
* pep8David Baker2017-10-171-1/+2
* Add config option to auto-join new users to roomsDavid Baker2017-10-161-0/+6
* trust a hypothetical future riot.im ISMatthew Hodgson2017-04-101-0/+1
* Stop putting a time caveat on access tokensRichard van der Hoff2016-11-291-6/+0
* Create user with expiryNegi Fazeli2016-05-131-0/+6
* Add config to create guest account on 3pid inviteErik Johnston2016-03-141-0/+4
* Derive macaroon_secret_key from signing key.Erik Johnston2016-02-081-15/+3
* Error if macaroon key is missing from configDaniel Wagner-Hall2016-02-051-4/+14
* Rename config field to reflect yaml nameDaniel Wagner-Hall2016-02-031-3/+3
* Add config option for setting the trusted id servers, disabling checking the ...Mark Haines2016-01-291-0/+7
* copyrightsMatthew Hodgson2016-01-071-1/+1
* Allow guests to register and call /events?room_id=Daniel Wagner-Hall2015-11-041-0/+6
* Add config for how many bcrypt rounds to use for password hashesMark Haines2015-10-161-0/+6
* Implement configurable stats reportingDaniel Wagner-Hall2015-09-221-1/+1
* Issue macaroons as opaque auth tokensDaniel Wagner-Hall2015-08-181-0/+4
* Registration should be disabled by defaultErik Johnston2015-05-281-1/+1
* Allow generate-config to run against an existing config file to generate defa...Mark Haines2015-05-011-1/+1
* Allow --enable-registration to be passed on the commandlineMark Haines2015-04-301-3/+16
* Use disable_registration keys if they are presentMark Haines2015-04-301-0/+5
* Manually generate the default config yaml, remove most of the commandline arg...Mark Haines2015-04-301-33/+14
* Fix spellingMark Haines2015-04-241-1/+1
* Call the super classes when generating configMark Haines2015-04-241-0/+1
* Fix --enable-registration flag to work if you don't give a valueErik Johnston2015-04-071-1/+1
* turn --disable-registration into --enable-registration, given the default is ...Matthew Hodgson2015-03-301-11/+11
* Comment.Erik Johnston2015-03-161-0/+3
* Allow enabling of registration with --disable-registration falseErik Johnston2015-03-131-2/+8
* PEP8Erik Johnston2015-03-131-1/+1
* Implement registering with shared secret.Erik Johnston2015-03-131-3/+17
* Disable registration by defaultErik Johnston2015-03-131-0/+4
* Add config option to disable registration.Erik Johnston2015-02-191-0/+33