Mastodon (Freak U edition). Fork of https://github.com/glitch-soc/mastodon
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.
|
1 month ago | |
---|---|---|
.circleci | 3 months ago | |
.devcontainer | 3 months ago | |
.github | 1 month ago | |
app | 1 month ago | |
bin | 2 years ago | |
chart | 3 months ago | |
config | 1 month ago | |
db | 1 month ago | |
dist | 4 months ago | |
lib | 1 month ago | |
log | 7 years ago | |
public | 1 month ago | |
spec | 1 month ago | |
streaming | 1 month ago | |
vendor | 4 years ago | |
.browserslistrc | 10 months ago | |
.buildpacks | 3 years ago | |
.codeclimate.yml | 10 months ago | |
.dockerignore | 1 year ago | |
.editorconfig | 6 years ago | |
.env.production.sample | 1 month ago | |
.env.test | 3 years ago | |
.env.vagrant | 3 years ago | |
.eslintignore | 4 years ago | |
.eslintrc.js | 2 months ago | |
.foreman | 6 years ago | |
.gitattributes | 6 years ago | |
.gitignore | 3 months ago | |
.gitmodules | 5 years ago | |
.haml-lint.yml | 6 years ago | |
.nanoignore | 6 years ago | |
.nvmrc | 3 months ago | |
.prettierignore | 3 months ago | |
.prettierrc.js | 1 year ago | |
.profile | 6 years ago | |
.rspec | 7 years ago | |
.rubocop.yml | 3 months ago | |
.ruby-gemset | 7 months ago | |
.ruby-version | 7 months ago | |
.slugignore | 6 years ago | |
.yarnclean | 4 years ago | |
AUTHORS.md | 4 months ago | |
Aptfile | 3 months ago | |
CHANGELOG.md | 1 month ago | |
CODE_OF_CONDUCT.md | 3 months ago | |
CONTRIBUTING.md | 3 months ago | |
Capfile | 6 years ago | |
Dockerfile | 3 months ago | |
FEDERATION.md | 1 year ago | |
Gemfile | 1 month ago | |
Gemfile.lock | 1 month ago | |
LICENSE | 7 years ago | |
Procfile | 3 years ago | |
Procfile.dev | 2 years ago | |
README.md | 1 month ago | |
Rakefile | 7 years ago | |
SECURITY.md | 4 months ago | |
Vagrantfile | 4 months ago | |
app.json | 4 months ago | |
babel.config.js | 2 years ago | |
config.ru | 1 month ago | |
crowdin-glitch.yml | 3 months ago | |
crowdin.yml | 1 year ago | |
docker-compose.yml | 7 months ago | |
ide-helper.js | 3 years ago | |
jest.config.js | 11 months ago | |
jsconfig.json | 4 months ago | |
package.json | 1 month ago | |
postcss.config.js | 3 months ago | |
priv-config | 5 years ago | |
scalingo.json | 4 months ago | |
stylelint.config.js | 10 months ago | |
yarn.lock | 1 month ago |
README.md
Mastodon Freak U Edition
This is a fork of glitch-soc with some minor changes. It is currently deployed on Freak University. You probably don't want to run this fork, but it's provided here for transparency and compliance with the AGPLv3 license.
Changes
- Replying to pending account emails replies to the person applying
- The /api/v1/custom_emojis endpoint includes unlisted emojis
- The links to the source code support Gitea rather than GitHub
- The HSTS and Clacks Overhead headers can be customized via environment variables
- Setting LOCAL_HTTPS to
false
always has an effect, even in production (useful for darknet instances) - WebP has been brought back. Animated WebPs posted/uploaded locally still get converted to static WebPs though.
- User IPs are anonymized
- Any permission can be granted to the default role
- Quote Retweets, copied from the Treehouse Mastodon fork