Somewhat experimental and sporadically maintained fork of a fork of a fork of Mastodon
Find a file
2022-08-21 18:01:10 +02:00
.circleci Revamp post filtering system (#18058) 2022-06-28 09:42:13 +02:00
.devcontainer Disable transpile to older iOS versions (#18462) 2022-05-20 04:39:05 +02:00
.github GitHub: Remove build image workflow 2022-07-03 10:53:09 +02:00
app Merge remote-tracking branch 'upstream/main' into develop 2022-08-21 18:01:10 +02:00
bin
chart Fix broken dependencies in helm chart and allow using existing secrets in the chart (#18941) 2022-08-10 17:12:58 +02:00
config Merge remote-tracking branch 'upstream/main' into develop 2022-08-15 20:46:05 +02:00
db Merge branch 'main' into glitch-soc/merge-upstream 2022-07-17 22:07:20 +02:00
dist Also compress SVG and ICO images in nginx (#17651) 2022-02-26 17:27:11 +01:00
lib Merge remote-tracking branch 'upstream/main' into develop 2022-08-15 20:46:05 +02:00
log
public Make the emoji picker blob cat a static asset 2022-07-12 00:55:35 +02:00
spec Merge branch 'main' into glitch-soc/merge-upstream 2022-08-21 14:39:25 +02:00
streaming Merge branch 'main' into glitch-soc/merge-upstream 2022-07-17 22:07:20 +02:00
vendor
.browserslistrc Add ES6 compatibility to browserslist (#18519) 2022-05-26 20:29:28 +02:00
.buildpacks
.codeclimate.yml Replace from Code Climate to Super-Linter (#18587) 2022-06-01 19:22:35 +02:00
.deepsource.toml
.dockerignore
.editorconfig
.env.production.catcatnya Update poll validation to allow one-option polls if configured 2022-08-12 21:38:35 +02:00
.env.production.sample Update poll validation to allow one-option polls if configured 2022-08-12 21:38:35 +02:00
.env.test
.env.vagrant
.eslintignore
.eslintrc.js Replace from Code Climate to Super-Linter (#18587) 2022-06-01 19:22:35 +02:00
.foreman
.gitattributes
.gitignore
.gitmodules
.haml-lint.yml
.nanoignore
.nvmrc
.prettierignore Format JSON and YAML using Prettier (#17823) 2022-03-21 04:46:11 +01:00
.prettierrc.js Format JSON and YAML using Prettier (#17823) 2022-03-21 04:46:11 +01:00
.profile
.rspec
.rubocop.yml Add customizable user roles (#18641) 2022-07-05 02:41:40 +02:00
.ruby-gemset Make Mastodon use its own gemset (#17858) 2022-08-13 15:44:34 +02:00
.ruby-version Bump Ruby version from 3.0.3 to 3.0.4 (#18028) 2022-08-15 04:39:58 +02:00
.slugignore
.yarnclean
app.json Format JSON and YAML using Prettier (#17823) 2022-03-21 04:46:11 +01:00
Aptfile
AUTHORS.md Bump version to 3.5.0rc1 (#17618) 2022-03-15 08:16:45 +01:00
babel.config.js
Capfile
CHANGELOG.md Bump version to 3.5.3 (#18530) 2022-05-26 23:26:15 +02:00
CODE_OF_CONDUCT.md Add info about this fork 2022-04-27 23:48:11 +02:00
config.ru
CONTRIBUTING.md Create distinctions between glitch-soc and Catstodon. 2022-06-05 10:15:26 +02:00
crowdin.yml
docker-compose.yml Fix for #18637 - Migrate from elasticsearch-oss to elasticsearch basic (#18643) 2022-06-15 16:35:36 +02:00
Dockerfile Bump Ruby version from 3.0.3 to 3.0.4 (#18028) 2022-08-15 04:39:58 +02:00
FEDERATION.md
Gemfile Merge branch 'main' into glitch-soc/merge-upstream 2022-08-21 14:39:25 +02:00
Gemfile.lock Merge branch 'main' into glitch-soc/merge-upstream 2022-08-21 14:39:25 +02:00
ide-helper.js
jest.config.js Merge branch 'main' into glitch-soc/merge-upstream 2022-05-04 19:15:50 +02:00
LICENSE
package.json Merge branch 'main' into glitch-soc/merge-upstream 2022-08-21 14:39:25 +02:00
postcss.config.js
priv-config
Procfile
Procfile.dev
Rakefile
README.md Update README.md 2022-08-15 21:19:43 +02:00
redact-env.bash Add redacted CatCatNya~ production env file. 2022-06-27 00:11:33 +02:00
scalingo.json Format JSON and YAML using Prettier (#17823) 2022-03-21 04:46:11 +01:00
SECURITY.md Remove 3.3.x from supported versions in security policy (#18516) 2022-05-26 18:43:14 +02:00
stylelint.config.js Replace from Code Climate to Super-Linter (#18587) 2022-06-01 19:22:35 +02:00
Vagrantfile Merge branch 'main' into glitch-soc/merge-upstream 2022-02-17 10:58:44 +01:00
yarn.lock Merge branch 'main' into glitch-soc/merge-upstream 2022-08-21 14:39:25 +02:00

Catstodon

Introduction

This Mastodon fork is based on the glitch-soc Fork of Mastodon, with changes made to suit CatCatNya~. The aforementioned instance is running the develop branch. I intend to contribute some useful differences back to glitch-soc and vanilla Mastodon.

To install, take a look at glitch-soc.github.io/docs/. The instructions and features are the same, except for the differences outlined below.

Contributing guidelines are available here.

Differences

  • Some files are adjusted specifically for the CatCatNya~ instance. Specifically, these:
    • sounds/boop.mp3
    • sounds/boop.ogg
      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.
  • The web frontend emoji picker is a blobcat instead of the joy emoji.
  • Editing posts is enabled in the web frontend (thanks, meave, for the hint).
  • 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.
  • Allow higher resolution images. (4096x4096 instead of the previous limit of 1920x1080)
  • Allow posting polls with only one poll option (if MIN_POLL_OPTIONS is set to 1 on your instance).

Previous differences now merged into glitch-soc

  • Fixed incorrect upload size limit display when adding new a new custom emoji. (Pull request)
  • Everything merged into vanilla Mastodon

Previous differences now merged into vanilla Mastodon

  • The period of retention of IP addresses and sessions was made configurable. (Pull request)