0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-18 10:38:21 +02:00

remove changelog files

This commit is contained in:
Richard van der Hoff 2018-12-11 15:34:17 +00:00
parent 188945713e
commit 03116da984
34 changed files with 0 additions and 36 deletions

View file

@ -1 +0,0 @@
Add option to track MAU stats (but not limit people)

View file

@ -1 +0,0 @@
Add an option to enable recording IPs for appservice users

View file

@ -1 +0,0 @@
Pushrules can now again be made with non-ASCII rule IDs.

View file

@ -1 +0,0 @@
The media repository now no longer fails to decode UTF-8 filenames when downloading remote media.

View file

@ -1 +0,0 @@
A coveragerc file, as well as the py36-coverage tox target, have been added.

View file

@ -1 +0,0 @@
Add a GitHub pull request template and add multiple issue templates

View file

@ -1 +0,0 @@
URL previews now correctly decode non-UTF-8 text if the header contains a `<meta http-equiv="Content-Type"` header.

View file

@ -1 +0,0 @@
Update README to reflect the fact that #1491 is fixed

View file

@ -1,2 +0,0 @@
Run the AS senders as background processes to fix warnings

View file

@ -1 +0,0 @@
Add some diagnostics to the tests to detect logcontext problems

View file

@ -1 +0,0 @@
Fix an issue where public consent URLs had two slashes.

View file

@ -1 +0,0 @@
Add missing `jpeg` package prerequisite for OpenBSD in README.

View file

@ -1 +0,0 @@
Fallback auth now accepts the session parameter on Python 3.

View file

@ -1 +0,0 @@
Add a note saying you need to manually reclaim disk space after using the Purge History API

View file

@ -1 +0,0 @@
Fix logcontext leaks in EmailPusher and in tests

View file

@ -1 +0,0 @@
More logcontext checking in unittests

View file

@ -1 +0,0 @@
Remove riot.im from the list of trusted Identity Servers in the default configuration

View file

@ -1 +0,0 @@
Fix logcontext leaks in EmailPusher and in tests

View file

@ -1,2 +0,0 @@
fix start up failure when mau_limit_reserved_threepids set and db is postgres

View file

@ -1 +0,0 @@
Ignore __pycache__ directories in the database schema folder

View file

@ -1 +0,0 @@
Rename login type m.login.cas to m.login.sso

View file

@ -1 +0,0 @@
Fix auto join failures for servers that require user consent

View file

@ -1 +0,0 @@
Add note to UPGRADE.rst about removing riot.im from list of trusted identity servers

View file

@ -1 +0,0 @@
Added automated coverage reporting to CI.

View file

@ -1 +0,0 @@
Garbage-collect after each unit test to fix logcontext leaks

View file

@ -1 +0,0 @@
Add an option to disable search for homeservers that may not be interested in it.

View file

@ -1 +0,0 @@
add more detail to logging regarding "More than one row matched" error

View file

@ -1 +0,0 @@
Fix exception caused by non-ascii event IDs

View file

@ -1 +0,0 @@
Drop sent_transactions table

View file

@ -1 +0,0 @@
Pushers can now be unsubscribed from on Python 3.

View file

@ -1 +0,0 @@
Fix UnicodeDecodeError when postgres is configured to give non-English errors

View file

@ -1 +0,0 @@
Add a basic .editorconfig

View file

@ -1 +0,0 @@
Update README.rst and UPGRADE.rst for Python 3.

View file

@ -1 +0,0 @@
Remove obsolete `verbose` and `log_file` settings from `homeserver.yaml` for Docker image.