Source code for the custom Mastodon (Glitchsoc) instance on berserker.town. https://berserker.town/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Claire 4ed629cd7e Merge commit 'be991f1d18006a4820c1e9ca6625bf2bd2bfedac' into glitch-soc/merge-upstream 9 months ago
.devcontainer Improve Codespaces port forwarding (#26400) 9 months ago
.github Merge commit '6c4c72497a5722870e4432ef41dd4c9ec36a8928' into glitch-soc/merge-upstream 9 months ago
.husky Use Yarn instead of NPX for pre-commit hook (#24287) 1 year ago
app Merge commit 'be991f1d18006a4820c1e9ca6625bf2bd2bfedac' into glitch-soc/merge-upstream 9 months ago
bin Move the mastodon/*_cli files to mastodon/cli/* (#24139) 1 year ago
chart helm: cleanup helm chart, now in mastodon/chart (#21801) 1 year ago
config Merge commit 'be991f1d18006a4820c1e9ca6625bf2bd2bfedac' into glitch-soc/merge-upstream 9 months ago
db Merge commit '6c4c72497a5722870e4432ef41dd4c9ec36a8928' into glitch-soc/merge-upstream 9 months ago
dist Add suggestion for secure cyphers to nginx.conf (#26349) 9 months ago
lib Merge commit 'a7d96e6affd4a2da65f09f3f4ffa1b9350bb9a42' into glitch-soc/merge-upstream 9 months ago
log Initial commit 8 years ago
public Merge commit '121443c0fca383268b8022c048dd137994785aff' into glitch-soc/main 9 months ago
spec Fix test failures due to different default settings in glitch-soc 9 months ago
streaming Merge commit 'be991f1d18006a4820c1e9ca6625bf2bd2bfedac' into glitch-soc/merge-upstream 9 months ago
vendor Increase files checked by ESLint (#9705) 5 years ago
.browserslistrc Add ES6 compatibility to browserslist (#18519) 2 years ago
.buildpacks Remove nodejs buildpack from buildpacks (#14364) 4 years ago
.dockerignore Update .dockerignore/.gitignore for #16947 etc (#17099) 2 years ago
.editorconfig Enable EditorConfig trailing whitespace trimming (#23543) 1 year ago
.env.production.sample Merge branch 'main' into glitch-soc/merge-upstream 1 year ago
.env.test Bump webpacker from 4.0.7 to 4.2.0 (#12416) 5 years ago
.env.vagrant Add elastic search installation into Vagrantfile (#26512) 9 months ago
.eslintignore Increase files checked by ESLint (#9705) 5 years ago
.eslintrc.js Add eslint rule to forbid vanilla imports in glitch (#2293) 10 months ago
.foreman Replace sprockets/browserify with Webpack (#2617) 7 years ago
.gitattributes Add .gitattributes file to avoid unwanted CRLF (#3954) 7 years ago
.gitignore helm: cleanup helm chart, now in mastodon/chart (#21801) 1 year ago
.gitmodules Rename themes -> flavours ? ? 7 years ago
.haml-lint.yml Consistently use middle dot (·) instead of bullet (•) to separate items (#25248) 12 months ago
.haml-lint_todo.yml Fix haml-lint Rubocop `Lint/UnusedBlockArguments` cop (#26039) 10 months ago
.nanoignore Remove Storybook (#4397) 7 years ago
.nvmrc Update Node.js to 16.20.0 (#24316) 1 year ago
.prettierignore Merge commit 'b0780cfeeda641645ea65da257a72ec507e71647' into glitch-soc/merge-upstream 11 months ago
.prettierrc.js Use Prettier for ESLint formatting TypeScript (#23631) 1 year ago
.profile Make it possible to upload audio and video to Heroku app (#24866) 1 year ago
.rspec Adding a Mention model, test stubs 8 years ago
.rubocop.yml Update rubocop rules for linelength (#26190) 10 months ago
.rubocop_todo.yml Merge commit 'dc09c10fa8cc9230bf14e48d790c8f0c26043f8f' into glitch-soc/merge-upstream 9 months ago
.ruby-gemset Make Mastodon use its own gemset (#17858) 2 years ago
.ruby-version Bump ruby to 3.2.2 due to ReDoS vulnerabilities (#24320) 1 year ago
.slugignore Remove Storybook (#4397) 7 years ago
.yarnclean Setup Husky and lint-stage for commit fixing (#23308) 1 year ago
AUTHORS.md Update AUTHORS.md (#20630) 2 years ago
Aptfile Make it possible to upload audio and video to Heroku app (#24866) 1 year ago
CHANGELOG.md Fix changelog wording and missing items (#26638) 9 months ago
CODE_OF_CONDUCT.md Update Contributor Covenant to 2.1 (#23980) 1 year ago
CONTRIBUTING.md Fix glitch-soc Markdown linting issues (#2168) 1 year ago
Capfile Autofix Rubocop remaining Layout rules (#23679) 1 year ago
Dockerfile Change the pre-release versioning scheme and associated environment variables (#26653) 9 months ago
FEDERATION.md Add FEDERATION.md (#17029) 3 years ago
Gemfile Merge commit 'e3fd07197379f1ac7fd4a761b3ff55effa1a2a6c' into glitch-soc/merge-upstream 9 months ago
Gemfile.lock Update dependency pg to v1.5.4 (#26750) 9 months ago
LICENSE Fix #49 - License changed from GPL-2.0 to AGPL-3.0 8 years ago
Procfile fix: make Procfile compatible with herokuish (#12685) 4 years ago
Procfile.dev Support webpacker live-reloading on Docker (#26419) 9 months ago
README.md Improve Codespaces port forwarding (#26400) 9 months ago
Rakefile Run Rubocop on Rakefile (#23871) 10 months ago
SECURITY.md Update `SECURITY.md` to indicate issues can be reported on Github (#26599) 9 months ago
Vagrantfile Add elastic search installation into Vagrantfile (#26512) 9 months ago
app.json Make enable_starttls configurable by envvars (#20321) 2 years ago
babel.config.js Update babel monorepo to v7.22.5 (#25405) 11 months ago
config.ru Autofix Rubocop remaining Layout rules (#23679) 1 year ago
crowdin-glitch.yml Fix Crowdin Github Action (#2311) 10 months ago
crowdin.yml Add a Github Action to send translations to Crowdin for each merge in main (#25869) 10 months ago
docker-compose.yml Bump version to v4.1.6 (#26272) 10 months ago
ide-helper.js Add JS IDE helper (#13012) 4 years ago
jest.config.js Merge commit 'b0780cfeeda641645ea65da257a72ec507e71647' into glitch-soc/merge-upstream 11 months ago
jsconfig.json Correct prettier calls for YML/JSON (#21832) 1 year ago
package.json Merge commit 'be991f1d18006a4820c1e9ca6625bf2bd2bfedac' into glitch-soc/merge-upstream 9 months ago
postcss.config.js Update PostCSS dependencies (#23835) 1 year ago
priv-config TOR federation (#7875) 6 years ago
scalingo.json Add S3 region list reference to Scalingo config (#24152) 1 year ago
stylelint.config.js Merge branch 'main' into glitch-soc/merge-upstream 1 year ago
tsconfig.json Fix interaction modal being broken because of glitch-soc's theming system 10 months ago
yarn.lock Merge commit 'be991f1d18006a4820c1e9ca6625bf2bd2bfedac' into glitch-soc/merge-upstream 9 months ago

README.md

Mastodon Glitch Edition

Now with automated deploys!

Build Status Code Climate

So here's the deal: we all work on this code, and anyone who uses that does so absolutely at their own risk. can you dig it?