Commit Graph

465 Commits (b76337fdf825282b7c75ebc38e9a64f0b00f7cf0)

Author SHA1 Message Date
Richard van der Hoff 443162e577
Move pusherpool startup into _base.setup (#7104) 5 years ago
Neil Johnson 1d66dce83e
Break down monthly active users by appservice_id (#7030) 5 years ago
Richard van der Hoff 8039685051
Allow additional_resources to implement Resource directly (#6686) 5 years ago
Richard van der Hoff e484101306
Raise an error if someone tries to use the log_file config option (#6626) 5 years ago
Richard van der Hoff 98247c4a0e
Remove unused, undocumented "content repo" resource (#6628) 5 years ago
Richard van der Hoff bca30cefee
Improve diagnostics on database upgrade failure (#6570) 5 years ago
Erik Johnston bc5cb8bfe8 Remove database config parsing from apps. 5 years ago
Erik Johnston 663238aeb4 Phone home stats DB reporting should not assume a single DB. 5 years ago
Erik Johnston 75f87450d8 Move start up DB checks to main data store. 5 years ago
Erik Johnston d64bb32a73 Move are_all_users_on_domain checks to main data store. 5 years ago
Erik Johnston 4a33a6dd19 Move background update handling out of store 5 years ago
Erik Johnston c2f525a525 Don't call SQLBaseStore methods from outside stores 5 years ago
Erik Johnston 65d54c5e8c Fix phone home stats (#6418) 5 years ago
Erik Johnston 052513958d Fix phone home stats 5 years ago
Amber Brown 4e1c7b79fa
Remove the psutil dependency (#6318) 5 years ago
Richard van der Hoff 1cb84c6486
Support for routing outbound HTTP requests via a proxy (#6239) 5 years ago
Andrew Morgan 54fef094b3
Remove usage of deprecated logger.warn method from codebase (#6271) 5 years ago
Neil Johnson a0d0ba7862
Fix MAU reaping where reserved users are specified. (#6168) 5 years ago
Sorunome dd2e5b0038 add report_stats_endpoint config option (#6012) 5 years ago
Amber Brown 7dc398586c
Implement a structured logging output system. (#5680) 5 years ago
Chris Moos 6d86df73f1 Fix issue with Synapse not starting up. Fixes #5866. 5 years ago
Amber Brown 4806651744
Replace returnValue with return (#5736) 5 years ago
Erik Johnston 80cfad233e Call startup commands as system triggers. 5 years ago
Amber Brown 7ad1d76356
Support Prometheus_client 0.4.0+ (#5636) 5 years ago
Amber Brown 463b072b12
Move logging utilities out of the side drawer of util/ and into logging/ (#5606) 5 years ago
Richard van der Hoff 6cda36777b Drop support for cpu_affinity (#5525) 6 years ago
Amber Brown 32e7c9e7f2
Run Black. (#5482) 6 years ago
Erik Johnston 10383e6e6f Change password reset links to /_matrix. 6 years ago
Neil Johnson 94dac0f3e5
add monthly active users to phonehome stats (#5252) 6 years ago
Andrew Morgan 3719680ee4
Add ability to perform password reset via email without trusting the identity server (#5377) 6 years ago
Richard van der Hoff 40e576e29c Move admin api impl to its own package 6 years ago
Richard van der Hoff 8e9ca83537 Move admin API to a new prefix 6 years ago
Neil Johnson b25e387c0d
add context to phonehome stats (#5020) 6 years ago
Erik Johnston 9ad448c1e5 Correctly handle all command line options 6 years ago
Amber Brown 8da22e2b53 master startup 6 years ago
Richard van der Hoff f191be822b
Add database version to phonehome stats. (#4753) 6 years ago
Richard van der Hoff f311018823
Fix errors in acme provisioning (#4648) 6 years ago
Richard van der Hoff 767686af48 Use `listen_tcp` for the replication listener 6 years ago
Richard van der Hoff 2a5a15aff8 Improve logging around listening services 6 years ago
Richard van der Hoff 4fddf8fc77 Infer no_tls from presence of TLS listeners 6 years ago
Amber Brown 6e2a5aa050 ACME Reprovisioning (#4522) 6 years ago
Amber Brown 9cd33d2f4b
Deduplicate some code in synapse.app (#4567) 6 years ago
Erik Johnston e87d7a4b0f Raise ConfigError instead 6 years ago
Erik Johnston 270f212a2a _listener_http should return a list 6 years ago
Amber Brown f6813919e8
SIGHUP for TLS cert reloading (#4495) 6 years ago
Amber Brown 6129e52f43
Support ACME for certificate provisioning (#4384) 6 years ago
Jason Robinson 82e13662c0 Split federation OpenID userinfo endpoint out of the federation resource 6 years ago
Jason Robinson a17bac171f Make SynapseHomeServer _http_listener use self.get_reactor() 6 years ago
Amber Brown c26f49a664
Make the dependencies more like a standard Python project and hook up the optional dependencies to setuptools (#4298) 6 years ago
Neil Johnson 7e22cd90f5
ensure can report mau stats when hs.config.mau_stats_only is set (#4305) 6 years ago