Somewhat experimental and sporadically maintained fork of a fork of a fork of Mastodon https://girldick.gay
Find a file
2023-03-06 16:35:23 +01:00
.circleci Move db migration CI to GitHub Actions (#23624) 2023-02-19 07:06:34 +01:00
.devcontainer Fix devcontainer.json format (#23715) 2023-02-19 07:02:46 +01:00
.github Merge remote-tracking branch 'upstream/main' into develop 2023-03-05 12:34:16 +01:00
app Merge remote-tracking branch 'upstream/main' into develop 2023-03-06 16:33:21 +01:00
bin
chart
config Merge remote-tracking branch 'upstream/main' into develop 2023-03-06 16:33:21 +01:00
db Merge remote-tracking branch 'upstream/main' into develop 2023-03-05 12:34:16 +01:00
dist
lib v4.1.0+2.0.2 2023-03-06 16:35:23 +01:00
log
public
spec Merge remote-tracking branch 'upstream/main' into develop 2023-03-06 16:33:21 +01:00
streaming
vendor
.browserslistrc
.buildpacks
.bundler-audit.yml Run bundler-audit on PRs (#23514) 2023-02-18 12:49:09 +01:00
.codeclimate.yml Run bundler-audit on PRs (#23514) 2023-02-18 12:49:09 +01:00
.dockerignore
.editorconfig
.env.production.catcatnya
.env.production.sample
.env.test
.env.vagrant
.eslintignore
.eslintrc.js Rename JSX files with proper .jsx extension (#23733) 2023-02-20 03:20:59 +01:00
.foreman
.gitattributes
.gitignore
.gitmodules
.haml-lint.yml
.nanoignore
.nvmrc
.prettierignore Merge branch 'main' into glitch-soc/merge-upstream 2023-02-25 14:00:40 +01:00
.prettierrc.js
.profile
.rspec
.rubocop.yml Autofix Rubocop Style/RescueStandardError (#23745) 2023-02-20 11:01:20 +01:00
.rubocop_todo.yml Autofix Rubocop Style/HashConversion (#23852) 2023-02-28 22:59:19 +09:00
.ruby-gemset
.ruby-version Upgrade to Ruby 3.2 (#22928) 2023-02-15 08:30:27 +01:00
.slugignore
.yarnclean
app.json
Aptfile
AUTHORS.md
babel.config.js
Capfile Autofix Rubocop remaining Layout rules (#23679) 2023-02-20 06:58:28 +01:00
CHANGELOG.md Fix Markdown files with Prettier and check in CI (#21972) 2023-02-20 07:37:28 +01:00
CODE_OF_CONDUCT.md Merge remote-tracking branch 'upstream/main' into develop 2023-03-05 12:34:16 +01:00
config.ru Autofix Rubocop remaining Layout rules (#23679) 2023-02-20 06:58:28 +01:00
CONTRIBUTING.md Merge remote-tracking branch 'upstream/main' into develop 2023-03-05 12:34:16 +01:00
crowdin-glitch.yml
crowdin.yml
docker-compose.yml
Dockerfile Upgrade to Ruby 3.2 (#22928) 2023-02-15 08:30:27 +01:00
FEDERATION.md
Gemfile Merge branch 'main' into glitch-soc/merge-upstream 2023-03-02 17:32:38 +01:00
Gemfile.lock Merge remote-tracking branch 'upstream/main' into develop 2023-03-06 16:33:21 +01:00
ide-helper.js
jest.config.js Merge branch 'main' into glitch-soc/merge-upstream 2023-02-19 10:42:55 +01:00
jsconfig.json
LICENSE
package.json Merge branch 'main' into glitch-soc/merge-upstream 2023-03-02 17:32:38 +01:00
postcss.config.js
priv-config
Procfile
Procfile.dev
Rakefile
README.md
redact-env.bash
scalingo.json
SECURITY.md Fix Markdown files with Prettier and check in CI (#21972) 2023-02-20 07:37:28 +01:00
stylelint.config.js Add glitch-soc's win95.scss and reset.scss to stylelint's ingore list 2023-02-25 23:45:30 +01:00
Vagrantfile
yarn.lock Merge branch 'main' into glitch-soc/merge-upstream 2023-03-02 17:32:38 +01: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.

Note: CatCatNya~ 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!

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.
  • 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).
  • Added oatstodon flavour (taken from types.pl fork, by @oat@hellsite.site)
  • Emoji reactions on posts, a feature originally developed for Nyastodon. Currently pending merge into glitch-soc.

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)