nyastodon/README.md

40 lines
2.6 KiB
Markdown
Raw Normal View History

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
2022-08-15 21:19:43 +02:00
This Mastodon fork is based on the [glitch-soc Fork of Mastodon](https://github.com/glitch-soc/mastodon), with changes made to suit [CatCatNya~](https://catcatnya.com).
The aforementioned instance is running the `develop` branch.
2022-07-11 18:27:31 +02:00
I intend to contribute some useful differences back to [glitch-soc](https://github.com/glitch-soc/mastodon) and [vanilla Mastodon](https://github.com/mastodon/mastodon).
2022-07-11 18:27:31 +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
Note: [CatCatNya~](https://catcatnya.com) runs on the `develop` branch.
That branch may, at times, be force-pushed to (mostly for undoing cherry-picking of vanilla commits when upstream adopts them).
I highly suggest only ever running the `main` branch in production!
2022-07-11 18:27:31 +02:00
## Differences
2023-05-10 21:36:57 +02:00
2022-06-14 00:19:45 +02:00
- Some files are adjusted specifically for the CatCatNya~ instance. Specifically, these:
2022-05-01 15:49:54 +02:00
- sounds/boop.mp3
- sounds/boop.ogg
2023-05-10 21:36:57 +02:00
<br>You might want to revert these to the upstream files (or your own versions!) if you decide to use this fork for your own instance.
2022-05-18 22:18:14 +02:00
- The web frontend emoji picker is a blobcat instead of the joy emoji.
2022-07-05 10:07:00 +02:00
- The rate limits for authenticated users have been relaxed a bit.
- The API endpoint `/api/v1/custom_emojis` is no longer affected by AUTHORIZED_FETCH, allowing anyone to copy custom emojis.
2022-07-11 18:27:31 +02:00
- Allow higher resolution images. (4096x4096 instead of the previous limit of 1920x1080)
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).
- Added oatstodon flavour (taken from [types.pl fork](https://github.com/ralsei/types.pl), by [@oat@hellsite.site](https://hellsite.site/@oat))
2023-05-10 21:36:57 +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, and is now pending [its third attempt of merging into glitch-soc](https://github.com/glitch-soc/mastodon/pull/2221).
2022-07-11 18:27:31 +02:00
## Previous differences now merged into glitch-soc
2023-05-10 21:36:57 +02:00
2022-07-18 00:07:51 +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))
- Everything merged into vanilla Mastodon
2022-07-11 18:27:31 +02:00
## Previous differences now merged into vanilla Mastodon
2023-05-10 21:36:57 +02:00
2022-07-18 00:07:51 +02:00
- The period of retention of IP addresses and sessions was made configurable. ([Pull request](https://github.com/mastodon/mastodon/pull/18757))