Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
80bdba8f29 | ||
|
|
7ff92d42cf | ||
|
|
5e2d8155bd | ||
|
|
fe4fff7057 | ||
|
|
ae6d081dfa | ||
|
|
1b6f7f9c8a | ||
|
|
c6dc2d84ff | ||
|
|
0c44e699b6 | ||
|
|
e9fc19d2c2 | ||
|
|
f7283f78c3 | ||
|
|
c4a4489a2d | ||
|
|
b504a462f6 |
48
CHANGELOG
48
CHANGELOG
@@ -257,3 +257,51 @@
|
|||||||
* Fix a bug where an appservice may not be forwarded events for a room it was recently invited to. Broke in v1.22.0. (#8676)
|
* Fix a bug where an appservice may not be forwarded events for a room it was recently invited to. Broke in v1.22.0. (#8676)
|
||||||
* Fix Object of type frozendict is not JSON serializable exceptions when using third-party event rules. Broke in v1.22.0. (#8678)
|
* Fix Object of type frozendict is not JSON serializable exceptions when using third-party event rules. Broke in v1.22.0. (#8678)
|
||||||
|
|
||||||
|
[1.14.0]
|
||||||
|
* Update Synapse to 1.23.0
|
||||||
|
* [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.23.0)
|
||||||
|
* Add a push rule that highlights when a jitsi conference is created in a room. (#8286)
|
||||||
|
* Add an admin api to delete a single file or files that were not used for a defined time from server. Contributed by @dklimpel. (#8519)
|
||||||
|
* Split admin API for reported events (GET /_synapse/admin/v1/event_reports) into detail and list endpoints. This is a breaking change to #8217 which was introduced in Synapse v1.21.0. Those who already use this API should check their scripts. Contributed by @dklimpel. (#8539)
|
||||||
|
* Support generating structured logs via the standard logging configuration. (#8607, #8685)
|
||||||
|
* Add an admin API to allow server admins to list users' pushers. Contributed by @dklimpel. (#8610, #8689)
|
||||||
|
* Add an admin API GET /_synapse/admin/v1/users/<user_id>/media to get information about uploaded media. Contributed by @dklimpel. (#8647)
|
||||||
|
* Add an admin API for local user media statistics. Contributed by @dklimpel. (#8700)
|
||||||
|
* Add displayname to Shared-Secret Registration for admins. (#8722)
|
||||||
|
|
||||||
|
[1.14.1]
|
||||||
|
* Update Synapse to 1.23.1
|
||||||
|
* [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.23.1)
|
||||||
|
* There is a denial of service attack (CVE-2020-26257) against the federation APIs in which future events will not be correctly sent to other servers over federation. This affects all servers that participate in open federation. (Fixed in #8776).
|
||||||
|
|
||||||
|
[1.15.0]
|
||||||
|
* Update Synapse to 1.24.0
|
||||||
|
* [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.24.0)
|
||||||
|
* Add a maximum version for pysaml2 on Python 3.5
|
||||||
|
|
||||||
|
[1.16.0]
|
||||||
|
* Update Synapse to 1.25.0
|
||||||
|
* [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.25.0)
|
||||||
|
* Add an admin API that lets server admins get power in rooms in which local users have power. (#8756)
|
||||||
|
* Add optional HTTP authentication to replication endpoints. (#8853)
|
||||||
|
* Improve the error messages printed as a result of configuration problems for extension modules. (#8874)
|
||||||
|
* Add the number of local devices to Room Details Admin API. Contributed by @dklimpel. (#8886)
|
||||||
|
* Add X-Robots-Tag header to stop web crawlers from indexing media. Contributed by Aaron Raimist. (#8887)
|
||||||
|
* Spam-checkers may now define their methods as async. (#8890)
|
||||||
|
* Add support for allowing users to pick their own user ID during a single-sign-on login. (#8897, #8900, #8911, #8938, #8941, #8942, #8951)
|
||||||
|
* Add an email.invite_client_location configuration option to send a web client location to the invite endpoint on the identity server which allows customisation of the email template. (#8930)
|
||||||
|
* The search term in the list room and list user Admin APIs is now treated as case-insensitive. (#8931)
|
||||||
|
* Apply an IP range blacklist to push and key revocation requests. (#8821, #8870, #8954)
|
||||||
|
* Add an option to allow re-use of user-interactive authentication sessions for a period of time. (#8970)
|
||||||
|
* Allow running the redact endpoint on workers. (#8994)
|
||||||
|
|
||||||
|
[1.17.0]
|
||||||
|
* Update Synapse to 1.26.0
|
||||||
|
* [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.26.0)
|
||||||
|
* During user-interactive authentication via single-sign-on, give a better error if the user uses the wrong account on the SSO IdP. (#9091)
|
||||||
|
* Give the public_baseurl a default value, if it is not explicitly set in the configuration file. (#9159)
|
||||||
|
* Improve performance when calculating ignored users in large rooms. (#9024)
|
||||||
|
* Implement MSC2176 in an experimental room version. (#8984)
|
||||||
|
* Add an admin API for protecting local media from quarantine. (#9086)
|
||||||
|
* Remove a user's avatar URL and display name when deactivated with the Admin API. (#8932)
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
"description": "file://DESCRIPTION.md",
|
"description": "file://DESCRIPTION.md",
|
||||||
"changelog": "file://CHANGELOG",
|
"changelog": "file://CHANGELOG",
|
||||||
"tagline": "Secure & decentralized communication",
|
"tagline": "Secure & decentralized communication",
|
||||||
"version": "1.13.1",
|
"version": "1.17.0",
|
||||||
"healthCheckPath": "/",
|
"healthCheckPath": "/",
|
||||||
"httpPort": 8008,
|
"httpPort": 8008,
|
||||||
"memoryLimit": 536870912,
|
"memoryLimit": 536870912,
|
||||||
@@ -21,7 +21,7 @@
|
|||||||
"contactEmail": "support@cloudron.io",
|
"contactEmail": "support@cloudron.io",
|
||||||
"icon": "file://logo.png",
|
"icon": "file://logo.png",
|
||||||
"tags": [
|
"tags": [
|
||||||
"im", "collaboration", "voip", "videochat", "chat", "slack", "zulip"
|
"im", "collaboration", "voip", "videochat", "chat", "slack", "zulip", "federated"
|
||||||
],
|
],
|
||||||
"mediaLinks": [
|
"mediaLinks": [
|
||||||
"https://screenshots.cloudron.io/org.matrix.synapse/1.png",
|
"https://screenshots.cloudron.io/org.matrix.synapse/1.png",
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
This app packages Synapse <upstream>1.22.1</upstream>.
|
This app packages Synapse <upstream>1.26.0</upstream>.
|
||||||
|
|
||||||
**This package only provides the Matrix backend. A variety of clients are available
|
**This package only provides the Matrix backend. A variety of clients are available
|
||||||
[here](https://matrix.org/clients/). Riot is a popular web frontend for Matrix and
|
[here](https://matrix.org/clients/). Riot is a popular web frontend for Matrix and
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ RUN mkdir -p /app/pkg
|
|||||||
|
|
||||||
WORKDIR /app/code
|
WORKDIR /app/code
|
||||||
|
|
||||||
ARG VERSION=v1.22.1
|
ARG VERSION=v1.26.0
|
||||||
|
|
||||||
# https://pythonspeed.com/articles/activate-virtualenv-dockerfile/
|
# https://pythonspeed.com/articles/activate-virtualenv-dockerfile/
|
||||||
RUN virtualenv -p python3 /app/code/env
|
RUN virtualenv -p python3 /app/code/env
|
||||||
|
|||||||
Reference in New Issue
Block a user