Compare commits
19 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
50b81437a3 | ||
|
|
cb2effd01e | ||
|
|
8a0741d6a2 | ||
|
|
8605a2801f | ||
|
|
39b8fe59e8 | ||
|
|
ab0335ff1a | ||
|
|
e6d27ee341 | ||
|
|
306ee5dadb | ||
|
|
e6b9d6cafb | ||
|
|
8e02930fbd | ||
|
|
8c3209768d | ||
|
|
cdab116284 | ||
|
|
092b466ff4 | ||
|
|
6177240cf6 | ||
|
|
cf22aa6ae7 | ||
|
|
aa02b23016 | ||
|
|
2cd92623e2 | ||
|
|
ee7878d3d2 | ||
|
|
33dca51dcd |
55
CHANGELOG
55
CHANGELOG
@@ -519,3 +519,58 @@
|
|||||||
* Fix a bug introduced in 1.47.0rc1 which caused worker processes to not halt startup in the presence of outstanding database migrations. (#11346)
|
* Fix a bug introduced in 1.47.0rc1 which caused worker processes to not halt startup in the presence of outstanding database migrations. (#11346)
|
||||||
* Fix a bug introduced in 1.47.0rc1 which prevented the 'remove deleted devices from device_inbox column' background process from running when updating from a recent Synapse version. (#11303, #11353)
|
* Fix a bug introduced in 1.47.0rc1 which prevented the 'remove deleted devices from device_inbox column' background process from running when updating from a recent Synapse version. (#11303, #11353)
|
||||||
|
|
||||||
|
[1.36.1]
|
||||||
|
* Update Synapse to 1.47.1
|
||||||
|
* [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.47.1)
|
||||||
|
* GHSA-3hfw-x7gx-437c / CVE-2021-41281: Path traversal when downloading remote media.
|
||||||
|
|
||||||
|
[1.37.0]
|
||||||
|
* Update Synapse to 1.48.0
|
||||||
|
* [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.48.0)
|
||||||
|
|
||||||
|
[1.38.0]
|
||||||
|
* Update Synapse to 1.49.0
|
||||||
|
* [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.49.0)
|
||||||
|
|
||||||
|
[1.38.1]
|
||||||
|
* Update Synapse to 1.49.2
|
||||||
|
* [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.49.2)
|
||||||
|
|
||||||
|
[1.38.2]
|
||||||
|
* Update Synapse to 1.50.1
|
||||||
|
* [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.50.1)
|
||||||
|
|
||||||
|
[1.38.3]
|
||||||
|
* Update Synapse to 1.50.2
|
||||||
|
* [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.50.2)
|
||||||
|
* Fix a bug introduced in Synapse 1.40.0 that caused Synapse to fail to process incoming federation traffic after handling a large amount of events in a v1 room. (#11806)
|
||||||
|
|
||||||
|
[1.38.4]
|
||||||
|
* Update Synapse to 1.51.0
|
||||||
|
* [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.51.0)
|
||||||
|
|
||||||
|
[1.38.5]
|
||||||
|
* Update Synapse to 1.52.0
|
||||||
|
* [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.52.0)
|
||||||
|
* Remove account data (including client config, push rules and ignored users) upon user deactivation. (#11621, #11788, #11789)
|
||||||
|
* Add an admin API to reset connection timeouts for remote server. (#11639)
|
||||||
|
* Add an admin API to get a list of rooms that federate with a given remote homeserver. (#11658)
|
||||||
|
* Add a config flag to inhibit M_USER_IN_USE during registration. (#11743)
|
||||||
|
* Add a module callback to set username at registration. (#11790)
|
||||||
|
* Allow configuring a maximum file size as well as a list of allowed content types for avatars. (#11846)
|
||||||
|
|
||||||
|
[1.38.6]
|
||||||
|
* Update Synapse to 1.53.0
|
||||||
|
* [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.53.0)
|
||||||
|
* Add experimental support for sending to-device messages to application services, as specified by MSC2409. (#11215, #11966)
|
||||||
|
* Add a background database update to purge account data for deactivated users. (#11655)
|
||||||
|
* Experimental support for MSC3666: including bundled aggregations in server side search results. (#11837)
|
||||||
|
* Enable cache time-based expiry by default. The expiry_time config flag has been superseded by expire_caches and cache_entry_ttl. (#11849)
|
||||||
|
* Add a callback to allow modules to allow or forbid a 3PID (email address, phone number) from being associated to a local account. (#11854)
|
||||||
|
* Stabilize support and remove unstable endpoints for MSC3231. Clients must switch to the stable identifier and endpoint. See the upgrade notes for more information. (#11867)
|
||||||
|
* Allow modules to retrieve the current instance's server name and worker name. (#11868)
|
||||||
|
* Use a dedicated configurable rate limiter for 3PID invites. (#11892)
|
||||||
|
* Support the stable API endpoint for MSC3283: new settings in /capabilities endpoint. (#11933, #11989)
|
||||||
|
* Support the dir parameter on the /relations endpoint, per MSC3715. (#11941)
|
||||||
|
* Experimental implementation of MSC3706: extensions to /send_join to support reduced response size. (#11967)
|
||||||
|
|
||||||
|
|||||||
@@ -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.36.0",
|
"version": "1.38.6",
|
||||||
"healthCheckPath": "/",
|
"healthCheckPath": "/",
|
||||||
"httpPort": 8008,
|
"httpPort": 8008,
|
||||||
"memoryLimit": 536870912,
|
"memoryLimit": 536870912,
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
This app packages Synapse <upstream>1.47.0</upstream>.
|
This app packages Synapse <upstream>1.53.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
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
FROM cloudron/base:3.0.0@sha256:455c70428723e3a823198c57472785437eb6eab082e79b3ff04ea584faf46e92
|
FROM cloudron/base:3.2.0@sha256:ba1d566164a67c266782545ea9809dc611c4152e27686fd14060332dd88263ea
|
||||||
|
|
||||||
RUN mkdir -p /app/pkg
|
RUN mkdir -p /app/pkg
|
||||||
|
|
||||||
WORKDIR /app/code
|
WORKDIR /app/code
|
||||||
@@ -9,7 +9,7 @@ RUN virtualenv -p python3 /app/code/env
|
|||||||
ENV VIRTUAL_ENV=/app/code/env
|
ENV VIRTUAL_ENV=/app/code/env
|
||||||
ENV PATH="$VIRTUAL_ENV/bin:$PATH"
|
ENV PATH="$VIRTUAL_ENV/bin:$PATH"
|
||||||
|
|
||||||
ARG VERSION=v1.47.0
|
ARG VERSION=v1.53.0
|
||||||
|
|
||||||
# Synapse (https://github.com/matrix-org/synapse/blob/master/INSTALL.md)
|
# Synapse (https://github.com/matrix-org/synapse/blob/master/INSTALL.md)
|
||||||
# lxml - required for previews
|
# lxml - required for previews
|
||||||
|
|||||||
2088
test/package-lock.json
generated
2088
test/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -9,11 +9,11 @@
|
|||||||
"author": "",
|
"author": "",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"chromedriver": "^96.0.0",
|
"chromedriver": "^98.0.1",
|
||||||
"expect.js": "^0.3.1",
|
"expect.js": "^0.3.1",
|
||||||
"mocha": "^9.1.3",
|
"mocha": "^9.2.1",
|
||||||
"selenium-server-standalone-jar": "^3.141.59",
|
"selenium-server-standalone-jar": "^3.141.59",
|
||||||
"selenium-webdriver": "^4.0.0",
|
"selenium-webdriver": "^4.1.1",
|
||||||
"superagent": "^6.1.0"
|
"superagent": "^7.1.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user