Somewhat experimental and sporadically maintained fork of a fork of a fork of Mastodon https://girldick.gay
Find a file
2023-07-09 23:15:07 +00:00
.devcontainer Update mcr.microsoft.com/devcontainers/ruby Docker tag to v1 (#25613) 2023-06-27 11:28:07 +02:00
.github Tag images with the latest tag only when running against the latest stable branch (#25803) 2023-07-07 19:31:55 +02:00
.husky
app homogay redesign: fixup smaller details 2023-07-09 23:15:07 +00:00
bin
chart
config merge with catcatnya/main 2023-07-07 01:15:25 +00:00
db Merge branch 'upstream/main' into develop 2023-07-07 01:25:26 +02:00
dist Merge branch 'upstream/main' into develop 2023-07-07 01:25:26 +02:00
lib merge with catstodon/main 2023-07-09 22:30:50 +00:00
log
public
spec Merge branch 'glitch-soc' into develop 2023-07-07 22:05:28 +02:00
streaming Merge commit '39110d1d0af5e3d9cf452ae47496a52797249fd0' into glitch-soc/merge-upstream 2023-06-18 10:36:14 +02:00
vendor
.browserslistrc
.buildpacks
.bundler-audit.yml
.dockerignore
.editorconfig
.env.production.catcatnya
.env.production.sample
.env.test
.env.vagrant
.eslintignore
.eslintrc.js Merge commit '1483a3ddfe74e4fb81d87447a1781943eab86c60' into glitch-soc/merge-upstream 2023-06-10 16:22:14 +02:00
.foreman
.gitattributes
.gitignore
.gitmodules
.haml-lint.yml Consistently use middle dot (·) instead of bullet (•) to separate items (#25248) 2023-06-02 19:58:18 +02:00
.haml-lint_todo.yml
.nanoignore
.nvmrc
.prettierignore Merge commit 'b0780cfeeda641645ea65da257a72ec507e71647' into glitch-soc/merge-upstream 2023-06-10 15:32:29 +02:00
.prettierrc.js
.profile
.rspec
.rubocop.yml Consistently use middle dot (·) instead of bullet (•) to separate items (#25248) 2023-06-02 19:58:18 +02:00
.rubocop_todo.yml Merge commit '55e7c08a83547424024bac311d5459cb82cf6dae' into glitch-soc/merge-upstream 2023-06-25 14:27:38 +02:00
.ruby-gemset
.ruby-version
.slugignore
.yarnclean
app.json
Aptfile
AUTHORS.md
babel.config.js Update babel monorepo to v7.22.5 (#25405) 2023-06-14 09:22:54 +02:00
Capfile
CHANGELOG.md Bump version to v4.1.4 (#25805) 2023-07-07 19:42:03 +02:00
CODE_OF_CONDUCT.md
config.ru
CONTRIBUTING.md
crowdin-glitch.yml
crowdin.yml Update Crowdin configuration file 2023-06-30 16:22:40 +02:00
docker-compose.yml
Dockerfile
FEDERATION.md
Gemfile Merge branch 'main' into glitch-soc/merge-upstream 2023-07-02 11:49:08 +02:00
Gemfile.lock Update dependency sanitize to v6.0.2 [SECURITY] (#25777) 2023-07-07 13:35:54 +02:00
ide-helper.js
jest.config.js Merge commit 'b0780cfeeda641645ea65da257a72ec507e71647' into glitch-soc/merge-upstream 2023-06-10 15:32:29 +02:00
jsconfig.json
LICENSE
package.json Merge branch 'upstream/main' into develop 2023-07-07 01:25:26 +02:00
postcss.config.js
priv-config
Procfile
Procfile.dev
Rakefile
README.md
redact-env.bash
scalingo.json
SECURITY.md
stylelint.config.js
tsconfig.json
Vagrantfile
yarn.lock Revert "Rails 7 update" (#25667) 2023-07-02 11:14:22 +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.

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 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, and is now pending its third attempt of merging 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)