2022-05-18 22:18:14 +02:00
|
|
|
# Catstodon
|
2023-05-10 21:36:57 +02:00
|
|
|
|
2022-04-27 23:48:11 +02:00
|
|
|
## Introduction
|
2023-05-10 21:36:57 +02:00
|
|
|
|
2024-10-11 00:29:11 +02:00
|
|
|
This Mastodon fork is based on the [glitch-soc Fork of Mastodon](https://github.com/glitch-soc/mastodon), historically
|
|
|
|
with changes made to suit [CatCatNya~](https://catcatnya.com).
|
|
|
|
Some changes may be contributed back to [glitch-soc](https://github.com/glitch-soc/mastodon). Non-security contributions
|
|
|
|
to Vanilla Mastodon have ceased for Fediverse-political reasons.
|
2018-09-03 14:34:39 +02:00
|
|
|
|
2024-05-23 01:16:21 +02:00
|
|
|
To install, take a look at [glitch-soc.github.io/docs/](https://glitch-soc.github.io/docs/). The instructions and
|
|
|
|
features are the same, except for the differences outlined below.
|
2017-06-30 18:36:10 +02:00
|
|
|
|
2022-07-11 18:27:31 +02:00
|
|
|
Contributing guidelines are available [here](CONTRIBUTING.md).
|
2017-07-13 08:55:55 +02:00
|
|
|
|
2024-11-01 17:18:13 +01:00
|
|
|
Note: **Use the `main` branch only for forks.** The `develop` and `stable-develop/*` branches are experimental, have no
|
|
|
|
stable state, and are only used for testing changes e.g. [the staging instance](https://cts.kescher.at) or temporary
|
|
|
|
test instances.
|
2024-10-11 00:29:11 +02:00
|
|
|
For production, it is suggested you run:
|
|
|
|
|
|
|
|
- any of the `stable/*` branches or stable tags
|
|
|
|
- do note, however, that these branches/tags have a similar support cycle to upstream, and therefore also to vanilla
|
|
|
|
Mastodon!
|
2024-11-01 17:18:13 +01:00
|
|
|
- New Catstodon-exclusive features will only be introduced to the main branch. The `stable` branches will _not_ get
|
|
|
|
backports of new features.
|
2024-10-11 00:29:11 +02:00
|
|
|
- the `main` branch, which is comparable to "nightly" versions in vanilla Mastodon.
|
2022-09-08 09:44:24 +02:00
|
|
|
|
2022-07-11 18:27:31 +02:00
|
|
|
## Differences
|
2023-05-10 21:36:57 +02:00
|
|
|
|
2024-10-11 00:29:11 +02:00
|
|
|
- Some files are adjusted specifically for the CatCatNya~ instance, and you may want revert/change them. Specifically,
|
|
|
|
these:
|
2022-05-01 15:49:54 +02:00
|
|
|
- sounds/boop.mp3
|
|
|
|
- sounds/boop.ogg
|
2024-10-11 00:29:11 +02:00
|
|
|
- The rate limits for authenticated users have been relaxed a bit. Vanilla Mastodon, and by extension glitch-soc, sadly
|
|
|
|
has rate-limits that make it possible to run into these rate-limits during normal usage.
|
2024-05-23 01:16:21 +02:00
|
|
|
- The API endpoint `/api/v1/custom_emojis` is no longer affected by AUTHORIZED_FETCH, allowing anyone to copy custom
|
|
|
|
emojis.
|
2024-02-24 18:44:27 +01:00
|
|
|
- Allow higher resolution images. (4096x4096 instead of the previous limit of 3840x2160)
|
2022-08-12 21:46:49 +02:00
|
|
|
- Allow posting polls with only one poll option (if `MIN_POLL_OPTIONS` is set to 1 on your instance).
|
2024-05-23 01:16:21 +02:00
|
|
|
- Emoji reactions on statuses (with both Unicode and custom emojis, same as for announcements), a feature originally
|
|
|
|
developed for [Nyastodon](https://git.bsd.gay/fef/nyastodon).
|
|
|
|
Ended up as a Catstodon-maintained patch after its initial two Pull Requests to glitch-soc, but was handed over
|
|
|
|
to [Essem's fork, Chuckya](https://github.com/TheEssem/mastodon) and is now
|
|
|
|
pending [its fourth attempt of merging into glitch-soc](https://github.com/glitch-soc/mastodon/pull/2462).
|
2024-01-18 19:39:59 +01:00
|
|
|
- Lifts the "only federate local favourites" restriction on favourites/likes and emoji reactions.
|
2024-05-23 01:16:21 +02:00
|
|
|
- Cherry-picks the
|
|
|
|
[activity filter branch](https://github.com/chikorita157/mastodon-sakura/tree/newmain-tmp3-noellabo-filtering)
|
|
|
|
from [Sakurajima Mastodon](https://github.com/chikorita157/mastodon-sakura).
|
|
|
|
- Adds the ability to disable the suspicious sign in detection entirely.
|
|
|
|
- Useful for situations where the instance may not have up-to-date IP information, such as when the period of IP
|
2024-05-31 22:22:11 +02:00
|
|
|
address retention is set to a low value (see _Previous differences now merged into vanilla Mastodon_)
|
2024-06-18 01:55:35 +02:00
|
|
|
- Environment variable `MASTODON_USE_LIBVIPS` is true by default.
|
|
|
|
- This is a minor change, but it _requires_ all systems running Catstodon to run a recent libvips version (8.13+).
|
|
|
|
- Vanilla Mastodon intends to deprecate ImageMagick anyway, so sooner or later, this change will cease being one.
|
2024-07-19 18:19:44 +02:00
|
|
|
- Allow dashes in emoji shortcodes
|
|
|
|
- This is simply to allow custom emoji compat with other fedi software.
|
|
|
|
- Original patch by hazycora: https://github.com/TheEssem/mastodon/commit/2dde7a25a47a23f827e2fd2d07f55438f9985181
|
2024-11-03 18:26:16 +01:00
|
|
|
- Allow appending "?unrestricted_preview=true" to post links to bypass CWs and sensitive-markings of media for link
|
|
|
|
previews.
|
2023-05-10 21:36:57 +02:00
|
|
|
|
2024-10-11 00:29:11 +02:00
|
|
|
## Contributions to glitch-soc Mastodon
|
2023-05-10 21:36:57 +02:00
|
|
|
|
2024-05-23 01:16:21 +02:00
|
|
|
- Fixed incorrect upload size limit display when adding new a new custom
|
|
|
|
emoji. ([Pull request](https://github.com/glitch-soc/mastodon/pull/1763))
|
2022-07-18 00:07:51 +02:00
|
|
|
- Everything merged into vanilla Mastodon
|
2022-07-11 18:27:31 +02:00
|
|
|
|
2024-10-11 00:29:11 +02:00
|
|
|
## Contributions to Vanilla Mastodon
|
2023-05-10 21:36:57 +02:00
|
|
|
|
2024-05-23 01:16:21 +02:00
|
|
|
- The period of retention of IP addresses and sessions was made
|
|
|
|
configurable. ([Pull request](https://github.com/mastodon/mastodon/pull/18757))
|