synapse/changelog.d
Richard van der Hoff 0b99d4c8d2
Docker: avoid changing userid unnecessarily (#11209)
* Docker image: avoid changing user during `generate`

The intention was always that the config files get written as the initial user
(normally root) - only the data directory needs to be writable by Synapse. This
got changed in https://github.com/matrix-org/synapse/pull/5970, but that seems
to have been a mistake.

* Avoid changing user if no explicit UID is given

* changelog
2021-11-01 13:55:30 +00:00
..
.gitignore
10097.bugfix Stop synapse from saving messages in device_inbox for hidden devices. (#10097) 2021-11-01 10:40:41 +00:00
10943.misc Annotate log_function decorator (#10943) 2021-10-27 17:27:23 +01:00
10969.bugfix Delete messages from device_inbox table when deleting device (#10969) 2021-10-27 16:01:18 +01:00
11097.feature Support Client-Server API r0.6.1 (#11097) 2021-11-01 13:28:39 +00:00
11126.feature Implement an on_new_event callback (#11126) 2021-10-26 15:17:36 +02:00
11129.bugfix Fetch verify key locally rather than trying to do so over federation if origin and host are the same. (#11129) 2021-10-28 10:27:17 -07:00
11147.feature Add a ModuleApi method to update a user's membership in a room (#11147) 2021-10-28 16:45:53 +00:00
11151.doc docs/openid: Add Authentik documentation. (#11151) 2021-10-28 10:31:22 +00:00
11164.misc Type hints for the remaining two files in synapse.http. (#11164) 2021-10-28 14:14:42 +01:00
11166.misc Changelog 2021-10-22 23:21:40 +01:00
11171.misc Add knock information in admin exported data (#11171) 2021-10-28 18:54:38 +01:00
11178.feature Add metrics to the threadpools (#11178) 2021-11-01 11:21:36 +00:00
11179.misc Test that ClientIpStore combines database and in-memory data correctly (#11179) 2021-11-01 11:20:54 +00:00
11187.feature Include the stable identifier for MSC3288. (#11187) 2021-10-27 14:19:19 +00:00
11191.bugfix Fixed config parse bug in review_recent_signups (#11191) 2021-10-27 17:25:18 +01:00
11194.misc Refactor Filter to handle fields according to data being filtered. (#11194) 2021-10-27 11:26:30 -04:00
11198.doc Clarify lack of Windows support in documentation (#11198) 2021-10-29 14:03:58 +01:00
11204.feature Add a module API method to retrieve state from a room (#11204) 2021-10-29 16:28:29 +00:00
11205.misc Additional type hints for relations database class. (#11205) 2021-10-28 14:35:12 -04:00
11206.removal Deprecate user_may_create_room_with_invites (#11206) 2021-11-01 10:46:08 +01:00
11209.docker Docker: avoid changing userid unnecessarily (#11209) 2021-11-01 13:55:30 +00:00
11212.bugfix Fix comments referencing v1.46.0 from PR #10969. (#11212) 2021-10-29 13:43:51 -04:00
11221.doc Improve code formatting and fix a few typos in docs (#11221) 2021-11-01 11:35:55 +00:00