Skip to content

Tags: hometown-fork/hometown

Tags

v4.2.17+hometown-1.1.2

Toggle v4.2.17+hometown-1.1.2's commit message
Add strikethrough support for s tag

v4.2.10+hometown-1.1.1

Toggle v4.2.10+hometown-1.1.1's commit message
Merge tag 'v4.2.10' into hometown-4.2-merge

v4.0.15+hometown-1.1.1

Toggle v4.0.15+hometown-1.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge upstream changes from v4.0.15 (#1344)

This includes the security content of Mastodon 4.0.15/4.2.7.
https://github.com/mastodon/mastodon/releases/tag/v4.2.7

---------

Co-authored-by: Claire <[email protected]>
Co-authored-by: Matt Jankowski <[email protected]>

v3.5.19+hometown-1.0.8

Toggle v3.5.19+hometown-1.0.8's commit message
Merge tag 'v3.5.19' into hometown-1.0.8-security

v4.0.14+hometown-1.1.1

Toggle v4.0.14+hometown-1.1.1's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
Upstream backports (#1343)

This backports the commits from the upstream `stable-4.0` branch,
including the security content of
[4.2.6](https://github.com/mastodon/mastodon/releases/tag/v4.2.6).

---------

Co-authored-by: blah <blah@blah>
Co-authored-by: Emelia Smith <[email protected]>
Co-authored-by: Claire <[email protected]>

v4.0.13+hometown-1.1.1

Toggle v4.0.13+hometown-1.1.1's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
Merge security fixes of mastodon v4.0.13 (#1340)

There were some smaller merge conflicts (e.g. in `lib/version.rb`), but
all of them were of smaller nature. Due to the fact that other v4.0.*
versions are also included, it's a bit bigger than the other PR for 3.5.

I won't repeat the changelog here, the upgrade is the usual *git pull
and restart all mastodon processes*.

---------

Co-authored-by: Michael Stanclift <[email protected]>
Co-authored-by: Claire <[email protected]>
Co-authored-by: Eugen Rochko <[email protected]>
Co-authored-by: Emelia Smith <[email protected]>
Co-authored-by: Renaud Chaput <[email protected]>
Co-authored-by: Daniel M Brasil <[email protected]>
Co-authored-by: yufushiro <[email protected]>
Co-authored-by: Nicolai Søborg <[email protected]>
Co-authored-by: Essem <[email protected]>
Co-authored-by: Jakob Gillich <[email protected]>
Co-authored-by: David Aaron <[email protected]>
Co-authored-by: Matt Jankowski <[email protected]>

v3.5.17+hometown-1.0.8

Toggle v3.5.17+hometown-1.0.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge security fixes of v3.5.17 (#1341)

_todo_

---------

Co-authored-by: Claire <[email protected]>
Co-authored-by: Essem <[email protected]>
Co-authored-by: Jakob Gillich <[email protected]>
Co-authored-by: David Aaron <[email protected]>
Co-authored-by: Matt Jankowski <[email protected]>
Co-authored-by: Jonathan de Jong <[email protected]>

v4.0.10+hometown-1.1.1

Toggle v4.0.10+hometown-1.1.1's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
Merge changes of 4.0.7..4.0.10 (#1324)

This includes all changes made in
https://github.com/mastodon/mastodon/releases/tag/v4.0.7 and
https://github.com/mastodon/mastodon/releases/tag/v4.0.8 and therefore
requires:

:warning: Restart of all Mastodon processes, especially the Streaming
API

There was a conflict during the merge inside the `streaming/index.js`,
which was related to the following snippet:

```js
      // Only send local-only statuses to logged-in users
      if (payload.local_only && !req.accountId) {
        log.silly(req.requestId, `Message ${payload.id} filtered because it was local-only`);
        return;
      }
```

I've placed it at the same spot where it was previously, so everything
should work as before. ~~**However, I still need to test those changes,
which is what I'll be doing after submitting this PR as draft.**~~

Checked the changes against our instance, everything is working as
expected as logged-in user. Haven't checked the public timelines where
the above snippet would be relevant, as we are using `AUTHORIZED_FETCH`
and I would like to keep it enabled. ^^

If the base branch is not correct, feel free to change it.

Everything is already deployed on queer.group and working fine there.

---------

Co-authored-by: Michael Stanclift <[email protected]>
Co-authored-by: Claire <[email protected]>
Co-authored-by: Eugen Rochko <[email protected]>
Co-authored-by: Emelia Smith <[email protected]>
Co-authored-by: Renaud Chaput <[email protected]>
Co-authored-by: Daniel M Brasil <[email protected]>
Co-authored-by: yufushiro <[email protected]>
Co-authored-by: Nicolai Søborg <[email protected]>

v3.5.14+hometown-1.0.8

Toggle v3.5.14+hometown-1.0.8's commit message
Merge tag 'v3.5.14' into hometown-3.5.14-merge

v3.5.10+hometown-1.0.8

Toggle v3.5.10+hometown-1.0.8's commit message
Merge tag 'v3.5.10' into hometown-3.5.10-merge