synapse/changelog.d
Andrew Morgan 5ecf98f59e
Change sample config's postgres user to synapse_user (#7889)
The [postgres setup docs](https://github.com/matrix-org/synapse/blob/develop/docs/postgres.md#set-up-database) recommend setting up your database with user `synapse_user`.

However, uncommenting the postgres defaults in the sample config leave you with user `synapse`.

This PR switches the sample config to recommend `synapse_user`. Took a me a second to figure this out, so assume this will beneficial to others.
2020-07-20 18:29:25 +01:00
..
.gitignore
6455.feature
7613.feature
7798.feature
7802.misc
7813.misc
7815.bugfix
7817.bugfix
7820.misc
7822.bugfix
7827.feature
7829.bugfix
7830.feature
7836.misc Ensure that calls to json.dumps are compatible with the standard library json. (#7836) 2020-07-15 13:40:54 -04:00
7839.docker Switch to Debian:Slim from Alpine for the docker image (#7839) 2020-07-17 17:40:53 +01:00
7842.feature Add admin endpoint to get members in a room. (#7842) 2020-07-16 16:43:23 -04:00
7844.bugfix
7846.feature
7847.feature Allow accounts to be re-activated from the admin APIs. (#7847) 2020-07-15 11:00:21 -04:00
7848.misc
7849.misc Consistently use db_to_json to convert from database values to JSON objects. (#7849) 2020-07-16 11:32:19 -04:00
7850.bugfix
7851.misc Convert E2E key and room key handlers to async/await. (#7851) 2020-07-15 08:48:58 -04:00
7853.misc Fix client reader sharding tests (#7853) 2020-07-15 15:27:35 +01:00
7854.bugfix Avoid brand new rooms in delete_old_current_state_events (#7854) 2020-07-15 18:33:03 +01:00
7855.feature Add ability to run multiple pusher instances (#7855) 2020-07-16 14:06:28 +01:00
7856.misc Newsfile 2020-07-15 15:45:19 +01:00
7858.misc Add a default limit (of 100) to get/sync operations. (#7858) 2020-07-17 07:59:23 -04:00
7859.bugfix Reject attempts to join empty rooms over federation (#7859) 2020-07-16 15:17:31 +01:00
7860.misc Convert _base, profile, and _receipts handlers to async/await (#7860) 2020-07-17 07:08:30 -04:00
7861.misc Optimise queueing of inbound replication commands (#7861) 2020-07-16 15:49:37 +01:00
7866.bugfix changelog 2020-07-16 13:01:11 +01:00
7868.misc Convert synapse.app to async/await. (#7868) 2020-07-17 07:08:56 -04:00
7869.feature Allow moving typing off master (#7869) 2020-07-16 15:12:54 +01:00
7870.misc Add some tiny type annotations (#7870) 2020-07-16 13:52:29 +01:00
7871.misc Convert device handler to async/await (#7871) 2020-07-17 07:09:25 -04:00
7872.bugfix Fix the trace function for async functions. (#7872) 2020-07-17 13:32:01 -04:00
7880.bugfix Fix TypeError in synapse.notifier (#7880) 2020-07-17 14:11:05 +01:00
7881.misc Change "unknown room ver" logging to warning. (#7881) 2020-07-17 12:10:43 +01:00
7882.misc Stop using 'device_max_stream_id' (#7882) 2020-07-17 17:03:27 +01:00
7885.doc Add help for creating a user via docker (#7885) 2020-07-17 13:25:48 -04:00
7888.misc Remove Ubuntu Eoan that is now EOL (#7888) 2020-07-17 15:38:41 -04:00
7889.doc Change sample config's postgres user to synapse_user (#7889) 2020-07-20 18:29:25 +01:00
7895.bugfix Fix deprecation warning due to invalid escape sequences (#7895) 2020-07-20 16:45:51 +01:00