Compare commits
2 Commits
5c2f33dcd4
...
4de52e6330
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4de52e6330 | ||
|
|
cc479463d9 |
14
CHANGELOG
14
CHANGELOG
@@ -806,3 +806,17 @@
|
||||
* Fix default `Admin` role not including `view_feeds` permission ([#37301](https://github.com/tootsuite/mastodon/issues/37301) by [@ClearlyClaire](https://github.com/ClearlyClaire))
|
||||
* Fix hashtag autocomplete replacing suggestion's first characters with input ([#37281](https://github.com/tootsuite/mastodon/issues/37281) by [@ClearlyClaire](https://github.com/ClearlyClaire))
|
||||
|
||||
[1.17.5]
|
||||
* Update mastodon to 4.5.5
|
||||
* [Full Changelog](https://github.com/mastodon/mastodon/releases/tag/v4.5.5)
|
||||
* Skip tombstone creation on deleting from 404 ([#37533](https://github.com/tootsuite/mastodon/issues/37533) by [@ClearlyClaire](https://github.com/ClearlyClaire))
|
||||
* Fix potential duplicate handling of quote accept/reject/delete ([#37537](https://github.com/tootsuite/mastodon/issues/37537) by [@ClearlyClaire](https://github.com/ClearlyClaire))
|
||||
* Fix `FeedManager#filter_from_home` error when handling a reblog of a deleted status ([#37486](https://github.com/tootsuite/mastodon/issues/37486) by [@ClearlyClaire](https://github.com/ClearlyClaire))
|
||||
* Fix needlessly complicated SQL query in status batch removal ([#37469](https://github.com/tootsuite/mastodon/issues/37469) by [@ClearlyClaire](https://github.com/ClearlyClaire))
|
||||
* Fix `quote_approval_policy` being reset to user defaults when omitted in status update ([#37436](https://github.com/tootsuite/mastodon/issues/37436) and [#37474](https://github.com/tootsuite/mastodon/issues/37474) by [@mjankowski](https://github.com/mjankowski) and [@shleeable](https://github.com/shleeable))
|
||||
* Fix `Vary` parsing in cache control enforcement ([#37426](https://github.com/tootsuite/mastodon/issues/37426) by [@MegaManSec](https://github.com/MegaManSec))
|
||||
* Fix missing URI scheme test in `QuoteRequest` handling ([#37425](https://github.com/tootsuite/mastodon/issues/37425) by [@MegaManSec](https://github.com/MegaManSec))
|
||||
* Fix thread-unsafe ActivityPub activity dispatch ([#37423](https://github.com/tootsuite/mastodon/issues/37423) by [@MegaManSec](https://github.com/MegaManSec))
|
||||
* Fix URI generation for reblogs by accounts with numerical ActivityPub identifiers ([#37415](https://github.com/tootsuite/mastodon/issues/37415) by [@oneiros](https://github.com/oneiros))
|
||||
* Fix SignatureParser accepting duplicate parameters in HTTP Signature header ([#37375](https://github.com/tootsuite/mastodon/issues/37375) by [@shleeable](https://github.com/shleeable))
|
||||
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
"description": "file://DESCRIPTION.md",
|
||||
"changelog": "file://CHANGELOG",
|
||||
"tagline": "Federated social network",
|
||||
"version": "1.17.4",
|
||||
"upstreamVersion": "4.5.4",
|
||||
"version": "1.17.5",
|
||||
"upstreamVersion": "4.5.5",
|
||||
"healthCheckPath": "/about",
|
||||
"httpPort": 8000,
|
||||
"memoryLimit": 1610612736,
|
||||
|
||||
@@ -68,7 +68,7 @@ RUN mkdir -p /app/code /app/pkg
|
||||
WORKDIR /app/code
|
||||
|
||||
# renovate: datasource=github-releases depName=tootsuite/mastodon versioning=semver extractVersion=^v(?<version>.+)$
|
||||
ARG MASTODON_VERSION=4.5.4
|
||||
ARG MASTODON_VERSION=4.5.5
|
||||
|
||||
ENV RAILS_ENV production
|
||||
ENV NODE_ENV production
|
||||
|
||||
14
test/package-lock.json
generated
14
test/package-lock.json
generated
@@ -14,7 +14,7 @@
|
||||
"devDependencies": {
|
||||
"expect.js": "^0.3.1",
|
||||
"mocha": "^11.7.5",
|
||||
"selenium-webdriver": "^4.39.0"
|
||||
"selenium-webdriver": "^4.40.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@bazel/runfiles": {
|
||||
@@ -1551,9 +1551,9 @@
|
||||
]
|
||||
},
|
||||
"node_modules/selenium-webdriver": {
|
||||
"version": "4.39.0",
|
||||
"resolved": "https://registry.npmjs.org/selenium-webdriver/-/selenium-webdriver-4.39.0.tgz",
|
||||
"integrity": "sha512-NAs9jCU+UeZ/ZmRb8R6zOp7N8eMklefdBYASnaRmCNXdgFE8w3OCxxZmLixkwqnGDHY5VF7hCulfw1Mls43N/A==",
|
||||
"version": "4.40.0",
|
||||
"resolved": "https://registry.npmjs.org/selenium-webdriver/-/selenium-webdriver-4.40.0.tgz",
|
||||
"integrity": "sha512-dU0QbnVKdPmoNP8OtMCazRdtU2Ux6Wl4FEpG1iwUbDeajJK1dBAywBLrC1D7YFRtogHzN96AbXBgBAJaarcysw==",
|
||||
"dev": true,
|
||||
"funding": [
|
||||
{
|
||||
@@ -3068,9 +3068,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"selenium-webdriver": {
|
||||
"version": "4.39.0",
|
||||
"resolved": "https://registry.npmjs.org/selenium-webdriver/-/selenium-webdriver-4.39.0.tgz",
|
||||
"integrity": "sha512-NAs9jCU+UeZ/ZmRb8R6zOp7N8eMklefdBYASnaRmCNXdgFE8w3OCxxZmLixkwqnGDHY5VF7hCulfw1Mls43N/A==",
|
||||
"version": "4.40.0",
|
||||
"resolved": "https://registry.npmjs.org/selenium-webdriver/-/selenium-webdriver-4.40.0.tgz",
|
||||
"integrity": "sha512-dU0QbnVKdPmoNP8OtMCazRdtU2Ux6Wl4FEpG1iwUbDeajJK1dBAywBLrC1D7YFRtogHzN96AbXBgBAJaarcysw==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@bazel/runfiles": "^6.5.0",
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
"devDependencies": {
|
||||
"expect.js": "^0.3.1",
|
||||
"mocha": "^11.7.5",
|
||||
"selenium-webdriver": "^4.39.0"
|
||||
"selenium-webdriver": "^4.40.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"chromedriver": "^143.0.4"
|
||||
|
||||
Reference in New Issue
Block a user