Local mirror of Catstodon, for girldick.gay's nyastodon fork
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
noellabo d518f06eae
Add reject blurhash to Admin setting
3 months ago
.devcontainer chore(deps): update devdependencies (non-major) (#28840) 4 months ago
.github Fix build-security docker tags 4 months ago
.husky
.yarn
app Add reject blurhash to Admin setting 3 months ago
bin Use bundler version 2.5.4 (#28765) 4 months ago
chart
config Add reject blurhash to Admin setting 3 months ago
db Merge branch 'glitch-soc' into develop 4 months ago
dist
lib Add reject blurhash to Admin setting 3 months ago
log
public Merge branch 'glitch-soc' into develop 4 months ago
spec Merge branch 'glitch-soc' into develop 3 months ago
streaming Fix logging error in streaming server (#2636) 3 months ago
vendor
.browserslistrc
.buildpacks
.bundler-audit.yml Ignore the devise-two-factor advisory as we have rate limits in place (#28733) 4 months ago
.dockerignore
.editorconfig
.env.production.catcatnya
.env.production.sample Merge branch 'glitch-soc' into develop 3 months ago
.env.test
.env.vagrant
.eslintignore
.eslintrc.js
.foreman
.gitattributes
.gitignore
.gitmodules
.haml-lint.yml
.haml-lint_todo.yml
.nanoignore
.nvmrc
.prettierignore
.prettierrc.js
.profile
.rspec
.rubocop.yml Fix `Rails/RakeEnvironment` cop (#28782) 4 months ago
.rubocop_todo.yml Merge commit '42ab855b2339c5cea3229c856ab539f883736b12' into glitch-soc/merge-upstream 4 months ago
.ruby-gemset
.ruby-version Use ruby version 3.2.3 (#28817) 4 months ago
.simplecov
.slugignore
.watchmanconfig
.yarnrc.yml
AUTHORS.md
Aptfile
CHANGELOG.md Bump version to v4.3.0-alpha.3 (#29241) 3 months ago
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Dockerfile Use ruby version 3.2.3 (#28817) 4 months ago
FEDERATION.md docs: update FEDERATION.md to more closely follow FEP conventions. (#28838) 4 months ago
Gemfile Update dependency bootsnap to '~> 1.18.0' (#29019) 3 months ago
Gemfile.lock Update dependency haml_lint to v0.57.0 (#29181) 3 months ago
LICENSE
Procfile
Procfile.dev
README.md Remove local account check in like and emoji_react inbound activity handling 4 months ago
Rakefile
SECURITY.md
Vagrantfile
app.json
babel.config.js
config.ru
crowdin-glitch.yml
crowdin.yml
docker-compose.yml Bump version to v4.3.0-alpha.3 (#29241) 3 months ago
ide-helper.js
jest.config.js Merge commit '1070804a1a6121170f7bba923789d73b978e6fe7' into glitch-soc/merge-upstream 4 months ago
jsconfig.json chore(deps): update devdependencies (non-major) (#28840) 4 months ago
lint-staged.config.js
package.json Remove unused dependencies (#29289) 3 months ago
postcss.config.js
priv-config
redact-env.bash
scalingo.json
stylelint.config.js
tsconfig.json Merge commit '01ce9df88008cee705b7e02a4581802afa07c3df' into glitch-soc/merge-upstream 4 months ago
yarn.lock Remove unused dependencies (#29289) 3 months ago

README.md

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: Use the main branch only for forks. develop 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, as is done for CatCatNya~! I also highly suggest not rebasing on this if you are maintaining a fork, instead, use merge (fast-forward, if possible, with merge commit otherwise).

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 statuses (with both Unicode and custom emojis, same as for announcements), a feature originally developed for 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 and is now pending its fourth attempt of merging into glitch-soc.
  • Lifts the "only federate local favourites" restriction on favourites/likes and emoji reactions.

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)