0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-13 08:08:57 +02:00
synapse/changelog.d
Uday Bansal e4ffb14d57
Fix last date for ACMEv1 install (#7015)
Support for getting TLS certificates through ACMEv1 ended on November 2019.

Signed-off-by: Uday Bansal <43824981+udaybansal19@users.noreply.github.com>
2020-02-29 23:37:23 +00:00
..
.gitignore Correct attrs package name in requirements (#3492) 2018-07-07 10:46:59 +10:00
6315.feature Expose common commands via snap run interface to allow easier invocation (#6315) 2020-02-27 12:47:40 +00:00
6572.bugfix Change displayname of user as admin in rooms (#6876) 2020-02-21 17:44:03 +00:00
6615.misc Add some clarifications to README.md in the database schema directory. (#6615) 2020-02-20 10:37:57 +00:00
6910.bugfix Fixed set a user as an admin with the new API (#6928) 2020-02-28 09:58:05 +00:00
6941.removal Do not send alias events when creating / upgrading a room (#6941) 2020-02-20 16:24:04 -05:00
6952.misc Reduce auth chains fetched during v2 state res. (#6952) 2020-02-19 15:04:47 +00:00
6953.misc Freeze allocated objects on startup. (#6953) 2020-02-19 15:09:00 +00:00
6954.misc Minor perf fixes to get_auth_chain_ids. 2020-02-19 15:47:11 +00:00
6956.misc don't insert into the device table for remote cross-signing keys (#6956) 2020-02-20 09:59:00 -05:00
6957.misc Clarify list/set/dict/tuple comprehensions and enforce via flake8 (#6957) 2020-02-21 07:15:07 -05:00
6962.bugfix Fix minor issues with email config (#6962) 2020-02-24 15:18:38 +00:00
6964.misc Merge worker apps into one. (#6964) 2020-02-25 16:56:55 +00:00
6965.feature Publishing/removing from the directory requires a power level greater than canonical aliases. 2020-02-21 07:18:33 -05:00
6966.removal No longer use room alias events to calculate room names for push notifications. (#6966) 2020-02-21 12:50:48 -05:00
6967.bugfix changelog 2020-02-21 09:06:18 +00:00
6968.bugfix Upsert room version when we join over federation (#6968) 2020-02-24 15:46:41 +00:00
6970.removal Stop returning aliases as part of the room list. (#6970) 2020-02-21 12:40:23 -05:00
6979.misc Remove redundant store_room call (#6979) 2020-02-24 17:20:44 +00:00
6982.feature Sanity-check database before running upgrades (#6982) 2020-02-25 17:46:00 +00:00
6983.misc Store room version on invite (#6983) 2020-02-26 16:58:33 +00:00
6984.docker contrib/docker: remove quotes for POSTGRES_INITDB_ARGS (#6984) 2020-02-25 10:48:13 +00:00
6985.misc Updated warning for incorrect database collation/ctype (#6985) 2020-02-26 15:17:03 +00:00
6987.misc Add some type annotations in synapse.storage (#6987) 2020-02-27 11:53:40 +00:00
6990.bugfix Ensure 'deactivated' parameter is a boolean on user admin API, Fix error handling of call to deactivate user (#6990) 2020-02-26 12:22:55 +00:00
6991.misc Port PresenceHandler to async/await (#6991) 2020-02-26 15:33:26 +00:00
6995.misc Add some type annotations to the federation base & client classes (#6995) 2020-02-28 07:31:07 -05:00
6996.bugfix Cast a coroutine into a Deferred in the federation base (#6996) 2020-02-26 11:32:13 -05:00
7002.misc Don't refuse to start worker if media listener configured. (#7002) 2020-02-27 16:33:21 +00:00
7003.misc set worker_app for frontend proxy test (#7003) 2020-02-27 13:08:43 +00:00
7015.misc Fix last date for ACMEv1 install (#7015) 2020-02-29 23:37:23 +00:00