| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for putting fed user query API on workers (#6873) | Erik Johnston | 2020-02-07 | 1 | -0/+2 |
* | Allow moving group read APIs to workers (#6866) | Erik Johnston | 2020-02-07 | 2 | -0/+5 |
* | Fix race in federation sender that delayed device updates. (#6799) | Erik Johnston | 2020-01-29 | 1 | -1/+19 |
* | Allow monthly active user limiting support for worker mode, fixes #4639. (#6742) | Neil Johnson | 2020-01-22 | 4 | -0/+16 |
* | Wake up transaction queue when remote server comes back online (#6706) | Erik Johnston | 2020-01-17 | 1 | -1/+11 |
* | Port synapse.replication.tcp to async/await (#6666) | Erik Johnston | 2020-01-16 | 6 | -17/+11 |
* | Allow additional_resources to implement Resource directly (#6686) | Richard van der Hoff | 2020-01-13 | 1 | -2/+11 |
* | Import RoomStore in media worker to fix admin APIs | Erik Johnston | 2020-01-08 | 1 | -0/+2 |
* | Fix exceptions in log when rejected event is replicated | Richard van der Hoff | 2020-01-06 | 1 | -2/+9 |
* | async/await for SyncReplicationHandler.process_and_notify | Richard van der Hoff | 2020-01-06 | 1 | -5/+4 |
* | Raise an error if someone tries to use the log_file config option (#6626) | Richard van der Hoff | 2020-01-03 | 1 | -1/+1 |
* | Remove unused, undocumented "content repo" resource (#6628) | Richard van der Hoff | 2020-01-03 | 2 | -14/+2 |
* | Port some admin handlers to async/await (#6559) | Erik Johnston | 2019-12-19 | 1 | -2/+4 |
* | Improve diagnostics on database upgrade failure (#6570) | Richard van der Hoff | 2019-12-19 | 1 | -7/+2 |
* | Fix sdnotify with acme enabled (#6571) | Richard van der Hoff | 2019-12-19 | 1 | -3/+7 |
* | Merge pull request #6511 from matrix-org/erikj/remove_db_config_from_apps | Erik Johnston | 2019-12-12 | 12 | -61/+1 |
|\ |
|
| * | Remove database config parsing from apps. | Erik Johnston | 2019-12-10 | 12 | -61/+1 |
* | | Merge tag 'v1.7.0rc2' into develop | Erik Johnston | 2019-12-11 | 1 | -1/+6 |
|\ \ |
|
| * | | Make the PusherSlaveStore inherit from the slave RoomStore | Brendan Abolivier | 2019-12-10 | 1 | -1/+6 |
| |/ |
|
* / | Phone home stats DB reporting should not assume a single DB. | Erik Johnston | 2019-12-10 | 1 | -2/+4 |
|/ |
|
* | Move start up DB checks to main data store. | Erik Johnston | 2019-12-06 | 1 | -18/+5 |
* | Move are_all_users_on_domain checks to main data store. | Erik Johnston | 2019-12-06 | 1 | -11/+1 |
* | Change DataStores to accept 'database' param. | Erik Johnston | 2019-12-06 | 2 | -4/+6 |
* | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/make_datab... | Erik Johnston | 2019-12-06 | 1 | -1/+1 |
|\ |
|
| * | Port rest/v1 to async/await | Erik Johnston | 2019-12-05 | 1 | -1/+1 |
* | | Move background update handling out of store | Erik Johnston | 2019-12-05 | 1 | -1/+1 |
* | | Move DB pool and helper functions into dedicated Database class | Erik Johnston | 2019-12-05 | 2 | -2/+2 |
|/ |
|
* | Remove underscore from SQLBaseStore functions | Erik Johnston | 2019-12-04 | 1 | -1/+1 |
* | Don't call SQLBaseStore methods from outside stores | Erik Johnston | 2019-12-04 | 1 | -2/+2 |
* | Merge branch 'master' into develop | Andrew Morgan | 2019-11-26 | 1 | -1/+1 |
|\ |
|
| * | Fix phone home stats (#6418) | Erik Johnston | 2019-11-26 | 1 | -1/+1 |
* | | Clean up newline quote marks around the codebase (#6362) | Andrew Morgan | 2019-11-21 | 1 | -1/+1 |
|/ |
|
* | Fix phone home stats | Erik Johnston | 2019-11-05 | 1 | -2/+2 |
* | Remove the psutil dependency (#6318) | Amber Brown | 2019-11-05 | 1 | -82/+92 |
* | Support for routing outbound HTTP requests via a proxy (#6239) | Richard van der Hoff | 2019-11-01 | 1 | -1/+1 |
* | Remove usage of deprecated logger.warn method from codebase (#6271) | Andrew Morgan | 2019-10-31 | 12 | -24/+26 |
* | Move storage classes into a main "data store". | Erik Johnston | 2019-10-21 | 4 | -4/+4 |
* | Fix MAU reaping where reserved users are specified. (#6168) | Neil Johnson | 2019-10-11 | 1 | -3/+3 |
* | Fix up some typechecking (#6150) | Amber Brown | 2019-10-02 | 1 | -1/+3 |
* | add report_stats_endpoint config option (#6012) | Sorunome | 2019-09-12 | 1 | -2/+4 |
* | Allow Synapse to send registration emails + choose Synapse or an external ser... | Andrew Morgan | 2019-09-06 | 1 | -1/+1 |
* | Remove unnecessary parentheses around return statements (#5931) | Andrew Morgan | 2019-08-30 | 1 | -4/+4 |
* | Implement a structured logging output system. (#5680) | Amber Brown | 2019-08-28 | 13 | -29/+31 |
* | Drop dependency on sdnotify (#5871) | Richard van der Hoff | 2019-08-17 | 1 | -10/+37 |
* | Fix issue with Synapse not starting up. Fixes #5866. | Chris Moos | 2019-08-16 | 1 | -1/+1 |
* | Don't load the media repo when configured to use an external media repo (#5754) | Amber Brown | 2019-08-13 | 1 | -0/+9 |
* | Replace returnValue with return (#5736) | Amber Brown | 2019-07-23 | 2 | -5/+5 |
* | Call startup commands as system triggers. | Erik Johnston | 2019-07-22 | 11 | -11/+29 |
* | Add process hooks to tell systemd our state. | Erik Johnston | 2019-07-22 | 1 | -0/+29 |
* | Support Prometheus_client 0.4.0+ (#5636) | Amber Brown | 2019-07-18 | 12 | -24/+12 |
* | Remove pointless description | Erik Johnston | 2019-07-16 | 1 | -1/+0 |
* | Fix typo in synapse/app/admin_cmd.py | Erik Johnston | 2019-07-16 | 1 | -1/+1 |
* | s/exfiltrate_user_data/export_user_data/ | Erik Johnston | 2019-07-15 | 1 | -1/+1 |
* | Add FileExfiltrationWriter | Erik Johnston | 2019-07-15 | 1 | -1/+69 |
* | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/admin_api_cmd | Erik Johnston | 2019-07-15 | 12 | -40/+45 |
|\ |
|
| * | Add basic opentracing support (#5544) | Jorik Schellekens | 2019-07-11 | 1 | -0/+3 |
| * | Move logging utilities out of the side drawer of util/ and into logging/ (#5606) | Amber Brown | 2019-07-04 | 12 | -12/+12 |
| * | Fix 'utime went backwards' errors on daemonization. (#5609) | Richard van der Hoff | 2019-07-03 | 1 | -27/+30 |
* | | Use set_defaults(func=) style | Erik Johnston | 2019-07-15 | 1 | -11/+8 |
* | | Move creation of ArgumentParser to caller | Erik Johnston | 2019-07-15 | 1 | -1/+3 |
* | | Fix up comments | Erik Johnston | 2019-07-15 | 1 | -2/+2 |
* | | Add basic admin cmd app | Erik Johnston | 2019-07-02 | 2 | -3/+212 |
|/ |
|
* | Drop support for cpu_affinity (#5525) | Richard van der Hoff | 2019-06-22 | 2 | -26/+1 |
* | Fix /messages on worker when no token supplied | Erik Johnston | 2019-06-21 | 1 | -0/+2 |
* | Support pagination API in client_reader worker | Erik Johnston | 2019-06-21 | 1 | -0/+2 |
* | Run Black. (#5482) | Amber Brown | 2019-06-20 | 13 | -368/+358 |
* | Merge branch 'master' of github.com:matrix-org/synapse into develop | Erik Johnston | 2019-06-11 | 1 | -1/+0 |
|\ |
|
| * | Change password reset links to /_matrix. | Erik Johnston | 2019-06-11 | 1 | -1/+0 |
* | | add monthly active users to phonehome stats (#5252) | Neil Johnson | 2019-06-10 | 1 | -0/+1 |
|/ |
|
* | Add ability to perform password reset via email without trusting the identity... | Andrew Morgan | 2019-06-06 | 1 | -0/+1 |
* | Unify v1 and v2 REST client APIs (#5226) | Amber Brown | 2019-06-03 | 1 | -6/+5 |
* | Fix dropped logcontexts during high outbound traffic. (#5277) | Richard van der Hoff | 2019-05-29 | 1 | -7/+13 |
* | Neilj/ensure get profileinfo available in client reader slaved store (#5213) | Neil Johnson | 2019-05-22 | 1 | -0/+2 |
* | Revert "expose SlavedProfileStore to ClientReaderSlavedStore (#5200)" | Richard van der Hoff | 2019-05-20 | 1 | -2/+0 |
* | expose SlavedProfileStore to ClientReaderSlavedStore (#5200) | Neil Johnson | 2019-05-17 | 1 | -0/+2 |
* | Merge pull request #5037 from matrix-org/erikj/limit_inflight_dns | Erik Johnston | 2019-05-08 | 1 | -1/+82 |
|\ |
|
| * | Limit in flight DNS requests | Erik Johnston | 2019-04-09 | 1 | -1/+82 |
* | | Move admin api impl to its own package | Richard van der Hoff | 2019-05-01 | 1 | -1/+1 |
* | | Move admin API to a new prefix | Richard van der Hoff | 2019-05-01 | 1 | -0/+2 |
* | | VersionRestServlet doesn't take a param | Erik Johnston | 2019-04-15 | 1 | -1/+1 |
* | | Merge pull request #5063 from matrix-org/erikj/move_endpoints | Erik Johnston | 2019-04-15 | 1 | -4/+7 |
|\ \
| |/
|/| |
|
| * | Move some rest endpoints to client reader | Erik Johnston | 2019-04-15 | 1 | -4/+7 |
* | | add context to phonehome stats (#5020) | Neil Johnson | 2019-04-08 | 1 | -1/+1 |
|/ |
|
* | Combine the CurrentStateDeltaStream into the EventStream | Richard van der Hoff | 2019-03-27 | 1 | -7/+10 |
* | Make EventStream rows have a type | Richard van der Hoff | 2019-03-27 | 1 | -1/+4 |
* | Move replication.tcp.streams into a package | Richard van der Hoff | 2019-03-27 | 1 | -1/+1 |
* | Merge pull request #4852 from matrix-org/rav/move_rr_sending_to_worker | Richard van der Hoff | 2019-03-15 | 1 | -0/+30 |
|\ |
|
| * | Move client receipt processing to federation sender worker. | Richard van der Hoff | 2019-03-13 | 1 | -0/+30 |
* | | Merge pull request #4853 from matrix-org/erikj/worker_docker_ci | Erik Johnston | 2019-03-15 | 2 | -15/+19 |
|\ \ |
|
| * | | Correctly handle all command line options | Erik Johnston | 2019-03-14 | 2 | -15/+19 |
| |/ |
|
* / | master startup | Amber Brown | 2019-03-11 | 1 | -0/+1 |
|/ |
|
* | Allow /keys/{changes,query} API to run on worker | Erik Johnston | 2019-03-04 | 1 | -0/+11 |
* | Merge pull request #4759 from matrix-org/erikj/3pid_client_reader | Erik Johnston | 2019-02-27 | 1 | -0/+2 |
|\ |
|
| * | Move /account/3pid to client_reader | Erik Johnston | 2019-02-27 | 1 | -0/+2 |
* | | Move server key queries to federation reader | Erik Johnston | 2019-02-27 | 1 | -1/+5 |
|/ |
|
* | Add database version to phonehome stats. (#4753) | Richard van der Hoff | 2019-02-27 | 1 | -0/+3 |
* | Correctly proxy exception in frontend_proxy worker | Erik Johnston | 2019-02-23 | 1 | -5/+10 |
* | Merge pull request #4670 from matrix-org/erikj/register_login_split | Erik Johnston | 2019-02-19 | 1 | -0/+2 |
|\ |
|
| * | Split /login into client_reader | Erik Johnston | 2019-02-18 | 1 | -0/+2 |
* | | Merge pull request #4632 from matrix-org/erikj/basic_sentry | Erik Johnston | 2019-02-18 | 1 | -0/+30 |
|\ \ |
|
| * | | Fixup comments and add warning | Erik Johnston | 2019-02-13 | 1 | -3/+3 |
| * | | Comments | Erik Johnston | 2019-02-12 | 1 | -0/+8 |
| * | | Basic sentry integration | Erik Johnston | 2019-02-12 | 1 | -0/+22 |
* | | | Merge pull request #4666 from matrix-org/erikj/register_login_split | Erik Johnston | 2019-02-18 | 1 | -0/+2 |
|\ \ \
| | |/
| |/| |
|
| * | | Split out registration to worker | Erik Johnston | 2019-02-18 | 1 | -0/+2 |
* | | | Fix kicking guest users in worker mode | Erik Johnston | 2019-02-18 | 1 | -0/+2 |
|/ / |
|
* | | Fix errors in acme provisioning (#4648) | Richard van der Hoff | 2019-02-14 | 1 | -6/+13 |
* | | Update synapse/app/_base.py | Erik Johnston | 2019-02-13 | 1 | -1/+1 |
* | | Use `listen_tcp` for the replication listener | Richard van der Hoff | 2019-02-13 | 1 | -7/+7 |
* | | Improve logging around listening services | Richard van der Hoff | 2019-02-13 | 2 | -11/+20 |
* | | Special-case the default bind_addresses for metrics listener | Richard van der Hoff | 2019-02-13 | 1 | -3/+2 |
|/ |
|
* | Fix error when loading cert if tls is disabled (#4618) | Richard van der Hoff | 2019-02-12 | 1 | -2/+3 |
* | Infer no_tls from presence of TLS listeners | Richard van der Hoff | 2019-02-11 | 2 | -6/+1 |
* | Don't create server contexts when TLS is disabled | Richard van der Hoff | 2019-02-11 | 1 | -0/+5 |
* | Logging improvements around TLS certs | Richard van der Hoff | 2019-02-11 | 1 | -4/+2 |
* | Move ClientTLSOptionsFactory init out of refresh_certificates (#4611) | Richard van der Hoff | 2019-02-11 | 1 | -3/+0 |
* | ACME Reprovisioning (#4522) | Amber Brown | 2019-02-11 | 2 | -24/+74 |
* | Merge pull request #4420 from matrix-org/jaywink/openid-listener | Erik Johnston | 2019-02-11 | 2 | -2/+24 |
|\ |
|
| * | Fix flake8 issues | Jason Robinson | 2019-01-23 | 1 | -1/+4 |
| * | Split federation OpenID userinfo endpoint out of the federation resource | Jason Robinson | 2019-01-23 | 2 | -0/+16 |
| * | Make SynapseHomeServer _http_listener use self.get_reactor() | Jason Robinson | 2019-01-23 | 1 | -1/+3 |
| * | Make FederationReaderServer _http_listen use self.get_reactor() | Jason Robinson | 2019-01-23 | 1 | -1/+2 |
* | | Deduplicate some code in synapse.app (#4567) | Amber Brown | 2019-02-08 | 12 | -147/+77 |
* | | ACME config cleanups (#4525) | Richard van der Hoff | 2019-01-30 | 2 | -22/+25 |
* | | Raise ConfigError instead | Erik Johnston | 2019-01-30 | 1 | -1/+3 |
* | | _listener_http should return a list | Erik Johnston | 2019-01-30 | 1 | -1/+1 |
* | | SIGHUP for TLS cert reloading (#4495) | Amber Brown | 2019-01-30 | 2 | -12/+68 |
* | | Fix worker TLS (#4492) | Amber Brown | 2019-01-28 | 7 | -48/+48 |
* | | Support ACME for certificate provisioning (#4384) | Amber Brown | 2019-01-23 | 1 | -9/+47 |
|/ |
|
* | Check jinja version for consent resource (#4327) | Richard van der Hoff | 2019-01-07 | 1 | -8/+1 |
* | Make the dependencies more like a standard Python project and hook up the opt... | Amber Brown | 2018-12-22 | 2 | -6/+3 |
* | ensure can report mau stats when hs.config.mau_stats_only is set (#4305) | Neil Johnson | 2018-12-18 | 1 | -1/+1 |
* | Merge branch 'release-v0.34.0' into develop | Richard van der Hoff | 2018-12-11 | 1 | -32/+14 |
|\ |
|
| * | Merge pull request #4290 from matrix-org/rav/remove_webclient | Richard van der Hoff | 2018-12-11 | 1 | -32/+11 |
| |\ |
|
| | * | Stop installing Matrix Console by default | Richard van der Hoff | 2018-12-11 | 1 | -32/+11 |
| * | | Add a welcome page to the static resources | Richard van der Hoff | 2018-12-11 | 1 | -0/+3 |
| |/ |
|
* | | Implement SAML2 authentication (#4267) | Richard van der Hoff | 2018-12-07 | 1 | -0/+4 |
* | | Implement .well-known handling (#4262) | Richard van der Hoff | 2018-12-05 | 1 | -0/+2 |
|/ |
|
* | Add option to track MAU stats (but not limit people) (#3830) | Travis Ralston | 2018-11-15 | 1 | -1/+1 |
* | Fix typing being reset causing infinite syncs (#4127) | Amber Brown | 2018-11-03 | 1 | -0/+14 |
* | Remove deprecated v1 key exchange endpoint (#4119) | Amber Brown | 2018-10-31 | 1 | -6/+1 |
* | Merge branch 'develop' of github.com:matrix-org/synapse into neilj/fix_mau_init | Neil Johnson | 2018-10-24 | 1 | -3/+3 |
|\ |
|
| * | Merge pull request #4075 from matrix-org/rav/fix_pusher_logcontexts | Richard van der Hoff | 2018-10-24 | 1 | -3/+3 |
| |\ |
|
| | * | Remove redundant run_as_background_process() from pusherpool | Richard van der Hoff | 2018-10-22 | 1 | -2/+2 |
| | * | Rename _refresh_pusher | Richard van der Hoff | 2018-10-22 | 1 | -1/+1 |
* | | | fix race condiftion in calling initialise_reserved_users | Neil Johnson | 2018-10-23 | 1 | -8/+0 |
|/ / |
|
* | | Merge pull request #4076 from matrix-org/rav/fix_init_logcontexts | Richard van der Hoff | 2018-10-22 | 1 | -8/+22 |
|\ \ |
|
| * | | Run MAU queries as background processes | Richard van der Hoff | 2018-10-20 | 1 | -8/+22 |
| |/ |
|
* | | Merge pull request #4073 from matrix-org/rav/require_psutil | Richard van der Hoff | 2018-10-22 | 1 | -7/+4 |
|\ \ |
|
| * | | Make psutil an explicit dependency | Richard van der Hoff | 2018-10-19 | 1 | -7/+4 |
| |/ |
|
* / | Make scripts/ and scripts-dev/ pass pyflakes (and the rest of the codebase on... | Amber Brown | 2018-10-20 | 1 | -1/+1 |
|/ |
|
* | synapse/app: frontend_proxy.py: actually make workers work on py3 | Ivan Shapovalov | 2018-10-14 | 1 | -2/+2 |
* | Make workers work on Py3 (#4027) | Amber Brown | 2018-10-13 | 4 | -28/+32 |
* | Remove redundant call to start_get_pdu_cache | Richard van der Hoff | 2018-09-28 | 1 | -1/+0 |
* | Replaced all occurences of e.message with str(e) | Schnuffle | 2018-09-27 | 12 | -13/+13 |
* | Merge pull request #3948 from matrix-org/rav/no_symlink_synctl | Amber Brown | 2018-09-26 | 1 | -284/+0 |
|\ |
|
| * | Move synctl into top dir to avoid a symlink | Richard van der Hoff | 2018-09-25 | 1 | -284/+0 |
* | | Fix some instances of ExpiringCache not expiring cache items | Erik Johnston | 2018-09-21 | 11 | -11/+0 |
|/ |
|
* | typo | Will Hunt | 2018-09-17 | 1 | -1/+1 |
* | make pip happy? | Will Hunt | 2018-09-17 | 1 | -2/+4 |
* | Use a string for versions | Will Hunt | 2018-09-17 | 1 | -1/+1 |
* | Add python_version phone home stat | Will Hunt | 2018-09-17 | 1 | -0/+2 |
* | improve naming | Neil Johnson | 2018-09-12 | 1 | -5/+9 |
* | expose number of real reserved users | Neil Johnson | 2018-09-12 | 1 | -3/+7 |
* | Make sure that we close db connections opened during init | Richard van der Hoff | 2018-08-28 | 11 | -46/+18 |
* | Merge pull request #3659 from matrix-org/erikj/split_profiles | Erik Johnston | 2018-08-22 | 1 | -0/+12 |
|\ |
|
| * | Add some fixmes | Erik Johnston | 2018-08-17 | 1 | -0/+2 |
| * | Call UserDirectoryHandler methods directly | Erik Johnston | 2018-08-17 | 1 | -0/+2 |
| * | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/split_prof... | Erik Johnston | 2018-08-17 | 8 | -14/+43 |
| |\ |
|
| * \ | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/split_prof... | Erik Johnston | 2018-08-09 | 1 | -1/+10 |
| |\ \ |
|
| * | | | Allow profile changes to happen on workers | Erik Johnston | 2018-08-07 | 1 | -0/+8 |
* | | | | Merge pull request #3709 from matrix-org/rav/logcontext_for_replication_commands | Richard van der Hoff | 2018-08-17 | 5 | -5/+10 |
|\ \ \ \ |
|
| * | | | | Logcontexts for replication command handlers | Richard van der Hoff | 2018-08-17 | 5 | -5/+10 |
* | | | | | Merge pull request #3710 from matrix-org/rav/logcontext_for_pusher_updates | Richard van der Hoff | 2018-08-17 | 1 | -2/+2 |
|\ \ \ \ \ |
|
| * | | | | | Fix logcontexts for running pushers | Richard van der Hoff | 2018-08-17 | 1 | -2/+2 |
| |/ / / / |
|
* | | | / | Integrate presence from hotfixes (#3694) | Amber Brown | 2018-08-18 | 3 | -8/+53 |
| |_|_|/
|/| | | |
|
* | | | | remove errant yield | Neil Johnson | 2018-08-17 | 1 | -1/+1 |
* | | | | call reap on start up and fix under reaping bug | Neil Johnson | 2018-08-16 | 1 | -0/+1 |
|/ / / |
|
* | | | Fix inbound federation on reader worker | Erik Johnston | 2018-08-16 | 1 | -0/+2 |
* | | | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/split_fede... | Erik Johnston | 2018-08-15 | 8 | -4/+20 |
|\ \ \ |
|
| * | | | pep8 | Neil Johnson | 2018-08-14 | 1 | -0/+1 |
| * | | | combine mau metrics into one group | Neil Johnson | 2018-08-14 | 1 | -4/+3 |
| * | | | Rename async to async_helpers because `async` is a keyword on Python 3.7 (#3678) | Amber Brown | 2018-08-10 | 1 | -1/+1 |
| * | | | Merge pull request #3439 from vojeroen/send_sni_for_federation_requests | Richard van der Hoff | 2018-08-10 | 8 | -0/+16 |
| |\ \ \
| | |_|/
| |/| | |
|
| | * | | Merge branch 'develop' into send_sni_for_federation_requests | Richard van der Hoff | 2018-07-27 | 4 | -11/+33 |
| | |\ \ |
|
| | * \ \ | Merge remote-tracking branch 'upstream/develop' into send_sni_for_federation_... | Jeroen | 2018-07-14 | 14 | -50/+71 |
| | |\ \ \ |
|
| | * | | | | send SNI for federation requests | Jeroen | 2018-06-24 | 8 | -0/+16 |
* | | | | | | Rename slave TransactionStore to SlaveTransactionStore | Erik Johnston | 2018-08-15 | 5 | -10/+10 |
* | | | | | | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/split_fede... | Erik Johnston | 2018-08-09 | 1 | -1/+10 |
|\| | | | | |
|
| * | | | | | implement reserved users for mau limits | Neil Johnson | 2018-08-07 | 1 | -0/+6 |
| * | | | | | fix caching and tests | Neil Johnson | 2018-08-03 | 1 | -1/+0 |
| * | | | | | update generate_monthly_active_users, and reap_monthly_active_users | Neil Johnson | 2018-08-02 | 1 | -2/+2 |
| * | | | | | Merge branch 'develop' of github.com:matrix-org/synapse into neilj/mau_tracker | Neil Johnson | 2018-08-01 | 1 | -0/+19 |
| |\ \ \ \ \
| | | |_|_|/
| | |/| | | |
|
| * | | | | | api into monthly_active_users table | Neil Johnson | 2018-07-31 | 1 | -0/+4 |
| | |_|_|/
| |/| | | |
|
* | | | | | Pull in necessary stores in federation_reader | Erik Johnston | 2018-08-06 | 1 | -0/+2 |
* | | | | | Add replication APIs for persisting federation events | Erik Johnston | 2018-08-06 | 1 | -0/+8 |
| |/ / /
|/| | | |
|
* | | | | count_monthly_users is now async | Neil Johnson | 2018-08-01 | 1 | -1/+2 |
* | | | | remove need to plot limit_usage_by_mau | Neil Johnson | 2018-08-01 | 1 | -4/+0 |
* | | | | only need to loop if mau limiting is enabled | Neil Johnson | 2018-08-01 | 1 | -1/+2 |
* | | | | coding style | Neil Johnson | 2018-07-31 | 1 | -1/+5 |
* | | | | remove errant logging | Neil Johnson | 2018-07-30 | 1 | -1/+0 |
* | | | | factor out metrics from __init__ to app/homeserver | Neil Johnson | 2018-07-30 | 1 | -1/+19 |
|/ / / |
|
* | | | Fix some looping_call calls which were broken in #3604 | Richard van der Hoff | 2018-07-26 | 1 | -2/+2 |
* | | | Wrap a number of things that run in the background | Richard van der Hoff | 2018-07-25 | 1 | -3/+10 |
* | | | Replace usage of get_current_toke with StreamToken.START | Erik Johnston | 2018-07-24 | 1 | -0/+2 |
* | | | Pull out did_forget to worker store | Erik Johnston | 2018-07-24 | 1 | -4/+1 |
* | | | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/client_api... | Erik Johnston | 2018-07-23 | 2 | -3/+7 |
|\ \ \ |
|
| * | | | Make the rest of the .iterwhatever go away (#3562) | Amber Brown | 2018-07-21 | 2 | -3/+7 |
| | |/
| |/| |
|
* / | | Add some room read only APIs to client_reader | Erik Johnston | 2018-07-18 | 1 | -1/+13 |
|/ / |
|
* / | run isort | Amber Brown | 2018-07-09 | 14 | -50/+71 |
|/ |
|
* | Write a clear restart indicator in logs | Richard van der Hoff | 2018-06-20 | 1 | -6/+1 |
* | Merge pull request #3389 from turt2live/travis/name_metrics | Amber Brown | 2018-06-13 | 11 | -11/+11 |
|\ |
|
| * | The flag is named enable_metrics, not collect_metrics | Travis Ralston | 2018-06-12 | 11 | -11/+11 |
* | | Use the RegistryProxy for appservices too | Travis Ralston | 2018-06-12 | 1 | -1/+2 |
|/ |
|
* | Add hacky cache factor override system | Erik Johnston | 2018-06-04 | 1 | -0/+4 |
* | Merge pull request #3264 from matrix-org/neil/sign-up-stats | Neil Johnson | 2018-06-01 | 1 | -0/+4 |
|\ |
|
| * | daily user type phone home stats | Neil Johnson | 2018-05-22 | 1 | -0/+4 |
* | | Run Prometheus on a different port, optionally. (#3274) | Amber Brown | 2018-05-31 | 12 | -14/+110 |
* | | fixes | Amber Brown | 2018-05-22 | 1 | -2/+4 |
* | | Merge remote-tracking branch 'origin/develop' into 3218-official-prom | Amber Brown | 2018-05-22 | 1 | -0/+17 |
|\| |
|
| * | Fix dependency on jinja2 | Richard van der Hoff | 2018-05-22 | 1 | -1/+1 |
| * | Merge pull request #3163 from matrix-org/cohort_analytics | Neil Johnson | 2018-05-16 | 1 | -0/+8 |
| |\ |
|
| | * | remove unused method recurring_user_daily_visit_stats | Neil Johnson | 2018-05-16 | 1 | -3/+0 |
| | * | pep8 | Neil Johnson | 2018-05-15 | 1 | -1/+0 |
| | * | Limit query load of generate_user_daily_visits | Neil Johnson | 2018-05-15 | 1 | -14/+7 |
| | * | instead of inserting user daily visit data at the end of the day, instead ins... | Neil Johnson | 2018-05-14 | 1 | -3/+16 |
| | * | Merge branch 'develop' of https://github.com/matrix-org/synapse into cohort_a... | Neil Johnson | 2018-05-14 | 11 | -87/+119 |
| | |\ |
|
| | * | | 10 mins seems more reasonable that every minute | Neil Johnson | 2018-05-01 | 1 | -1/+1 |
| | * | | Generate user daily stats | Neil Johnson | 2018-04-25 | 1 | -0/+6 |
| * | | | Merge pull request #3213 from matrix-org/rav/consent_handler | Richard van der Hoff | 2018-05-16 | 1 | -0/+9 |
| |\ \ \
| | |_|/
| |/| | |
|
| | * | | ConsentResource to gather policy consent from users | Richard van der Hoff | 2018-05-15 | 1 | -0/+9 |
* | | | | look at the Prometheus metrics instead | Amber Brown | 2018-05-21 | 1 | -5/+3 |
|/ / / |
|
* / / | Set Server header in SynapseRequest | Richard van der Hoff | 2018-05-10 | 11 | -0/+12 |
|/ / |
|
* | | Merge remote-tracking branch 'origin/develop' into rav/use_run_in_background | Richard van der Hoff | 2018-04-27 | 5 | -80/+101 |
|\ \ |
|
| * | | Improve exception handling for background processes | Richard van der Hoff | 2018-04-27 | 5 | -80/+101 |
| |/ |
|
* / | Use run_in_background in preference to preserve_fn | Richard van der Hoff | 2018-04-27 | 3 | -7/+6 |
|/ |
|
* | Use six.itervalues in some places | Adrian Tschira | 2018-04-15 | 1 | -1/+3 |
* | Merge pull request #3061 from NotAFile/add-some-byte-strings | Richard van der Hoff | 2018-04-09 | 1 | -1/+1 |
|\ |
|
| * | Add b prefixes to some strings that are bytes in py3 | Adrian Tschira | 2018-04-04 | 1 | -1/+1 |
* | | more verbosity in synctl | Richard van der Hoff | 2018-04-06 | 1 | -0/+1 |
* | | Merge pull request #3041 from matrix-org/r30_stats | Neil Johnson | 2018-04-05 | 1 | -0/+4 |
|\ \ |
|
| * | | Review comments | Neil Johnson | 2018-04-05 | 1 | -1/+1 |
| * | | Support multi client R30 for psql | Neil Johnson | 2018-03-28 | 1 | -1/+3 |
| * | | rename stat to future proof | Neil Johnson | 2018-03-28 | 1 | -1/+1 |
| * | | query and call for r30 stats | Neil Johnson | 2018-03-28 | 1 | -0/+2 |
| |/ |
|
* | | phone home cache size configurations | Jan Christian Grünhage | 2018-04-04 | 1 | -0/+3 |
* | | Merge pull request #3000 from NotAFile/change-except-style | Richard van der Hoff | 2018-04-04 | 1 | -2/+2 |
|\ \ |
|
| * | | replace old style error catching with 'as' keyword | NotAFile | 2018-03-15 | 1 | -2/+2 |
* | | | Handle review comments | Michael Kaye | 2018-03-28 | 1 | -6/+9 |
* | | | As daemonizing will make a new process, defer call to init. | Michael Kaye | 2018-03-28 | 1 | -13/+23 |