The Fediverse server that meows at you - a fork of glitch-soc Mastodon
Find a file
2022-08-12 21:46:49 +02:00
.circleci
.devcontainer
.github
app Web UI: Allow removing a second poll choice 2022-08-12 21:42:19 +02:00
bin
chart
config Merge remote-tracking branch 'upstream/main' into develop 2022-08-01 21:25:41 +02:00
db Merge branch 'main' into glitch-soc/merge-upstream 2022-07-17 22:07:20 +02:00
dist
lib Merge remote-tracking branch 'upstream/main' into develop 2022-07-18 00:01:32 +02:00
log
nanobox
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-07-17 22:07:20 +02:00
streaming Merge branch 'main' into glitch-soc/merge-upstream 2022-07-17 22:07:20 +02:00
vendor
.browserslistrc
.buildpacks
.codeclimate.yml
.deepsource.toml
.dockerignore
.editorconfig
.env.nanobox
.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
.foreman
.gitattributes
.gitignore
.gitmodules
.haml-lint.yml
.nanoignore
.nvmrc
.prettierignore
.prettierrc.js
.profile
.rspec
.rubocop.yml Add customizable user roles (#18641) 2022-07-05 02:41:40 +02:00
.ruby-version
.slugignore
.yarnclean
app.json
Aptfile
AUTHORS.md
babel.config.js
boxfile.yml
Capfile
CHANGELOG.md
CODE_OF_CONDUCT.md
config.ru
CONTRIBUTING.md
crowdin.yml
docker-compose.yml
Dockerfile
FEDERATION.md
Gemfile Merge branch 'main' into glitch-soc/merge-upstream 2022-08-01 17:47:02 +02:00
Gemfile.lock Merge branch 'main' into glitch-soc/merge-upstream 2022-08-01 17:47:02 +02:00
ide-helper.js
jest.config.js
LICENSE
package.json Merge branch 'main' into glitch-soc/merge-upstream 2022-08-01 17:47:02 +02:00
postcss.config.js
priv-config
Procfile
Procfile.dev
Rakefile
README.md Update README.md 2022-08-12 21:46:49 +02:00
redact-env.bash
scalingo.json
SECURITY.md
stylelint.config.js
Vagrantfile
yarn.lock Merge branch 'main' into glitch-soc/merge-upstream 2022-08-01 17:47:02 +02:00

Catstodon

Introduction

This Mastodon fork is based on the glitch-soc Fork of Mastodon. 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)