Commit Graph

385 Commits (084afbb6a06f2661bed503bf49b0291ce999c6c1)

Author SHA1 Message Date
Steven Hammerton 414a4a71b4 Allow hs to do CAS login completely and issue the client with a login token that can be redeemed for the usual successful login response 9 years ago
Steven Hammerton 45f1827fb7 Add service URL to CAS config 9 years ago
Daniel Wagner-Hall f522f50a08 Allow guests to register and call /events?room_id= 9 years ago
Erik Johnston 5025ba959f Add config option to disable password login 9 years ago
Mark Haines f2f031fd57 Add config for how many bcrypt rounds to use for password hashes 9 years ago
Mark Haines 9020860479 Only turn on the twisted deferred debugging if full_twisted_stacktraces is set in the config 9 years ago
Steven Hammerton ab7f9bb861 Default cas_required_attributes to empty dictionary 9 years ago
Steven Hammerton 01a5f1991c Support multiple required attributes in CAS response, and in a nicer config format too 9 years ago
Steven Hammerton 76421c496d Allow optional config params for a required attribute and it's value, if specified any CAS user must have the given attribute and the value must equal 9 years ago
Steven Hammerton c33f5c1a24 Provide ability to login using CAS 9 years ago
Daniel Wagner-Hall b28c7da0a4 Preserve version string in user agent 9 years ago
Daniel Wagner-Hall 8fc52bc56a Allow synapse's useragent to be customized 9 years ago
Daniel Wagner-Hall 6d7f291b93 Front-load spaces 9 years ago
Daniel Wagner-Hall 7213588083 Implement configurable stats reporting 9 years ago
Daniel Wagner-Hall d4af08a167 Use shorter config key name 9 years ago
Paul "LeoNerd" Evans 9cd5b9a802 Hacky attempt at catching SIGHUP and rotating the logfile around 9 years ago
Daniel Wagner-Hall ddfe30ba83 Better document the intent of the insecure SSL setting 9 years ago
Daniel Wagner-Hall 81a93ddcc8 Allow configuration to ignore invalid SSL certs 9 years ago
Erik Johnston fd0a919af3 Lists use 'append' 9 years ago
Erik Johnston b442217d91 Actually add config path 9 years ago
Erik Johnston 3f6f74686a Update config doc 9 years ago
Erik Johnston 82145912c3 s/--generated-directory/--keys-directory/ 9 years ago
Erik Johnston 3e1029fe80 Warn if we encounter unexpected files in config directories 9 years ago
Erik Johnston af7c1397d1 Add config option to specify where generated files should be dumped 9 years ago
Erik Johnston bfb66773a4 Allow specifying directories as config files 9 years ago
Erik Johnston 1d1c303b9b Fix typo when using sys.stderr.write 9 years ago
Erik Johnston f63208a1c0 Add utility to parse config and print out a key 9 years ago
Erik Johnston 86cef6a91b Allow specifying a directory to host a web client from 9 years ago
Mark Haines cf8c04948f Fix typo in module imports and package dependencies 9 years ago
Mark Haines 78323ccdb3 Remove syutil dependency in favour of smaller single-purpose libraries 9 years ago
Daniel Wagner-Hall 2d3462714e Issue macaroons as opaque auth tokens 9 years ago
Mark Haines 95b0f5449d Fix flake8 warning 9 years ago
Mark Haines de3b7b55d6 Doc-string for config ultility function 9 years ago
Mark Haines 7bbaab9432 Fix the --generate-keys option. Make it do the same thing as --generate-config does when the config file exists, but without printing a warning 9 years ago
Mark Haines fdb724cb70 Add config option for setting the list of thumbnail sizes to precalculate 9 years ago
Mark Haines 7e3d1c7d92 Make a config option for whether to generate new thumbnail sizes dynamically 9 years ago
Paul "LeoNerd" Evans e3c8e2c13c Add a --generate-keys option 9 years ago
Paul "LeoNerd" Evans efe60d5e8c Only print the pidfile path on startup if requested by a commandline flag 9 years ago
David Baker 62b4b72fe4 Close, but no cigar. 10 years ago
Erik Johnston f3049d0b81 Small tweaks to SAML2 configuration. 10 years ago
Erik Johnston 294dbd712f We don't want semicolons. 10 years ago
Muthu Subramanian 8cd34dfe95 Make SAML2 optional and add some references/comments 10 years ago
Matthew Hodgson fb8d2862c1 remove the tls_certificate_chain_path param and simply support tls_certificate_path pointing to a file containing a chain of certificates 10 years ago
Matthew Hodgson 8ad2d2d1cb document tls_certificate_chain_path more clearly 10 years ago
Matthew Hodgson f26a3df1bf oops, context.tls_certificate_chain_file() expects a file, not a certificate. 10 years ago
Matthew Hodgson 465acb0c6a *cough* 10 years ago
Matthew Hodgson 64afbe6ccd add new optional config for tls_certificate_chain_path for folks with intermediary SSL certs 10 years ago
Matthew Hodgson 04192ee05b typo 10 years ago
Muthu Subramanian f53bae0c19 code beautify 10 years ago
Muthu Subramanian 81682d0f82 Integrate SAML2 basic authentication - uses pysaml2 10 years ago