This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
mastodon/README.md

19 lines
1.2 KiB
Markdown
Raw Normal View History

2021-12-09 14:52:52 -08:00
# Mastodon Freak U Edition
2017-07-12 23:55:55 -07:00
2021-12-09 14:52:52 -08:00
This is a fork of [glitch-soc](https://github.com/glitch-soc/mastodon) with some minor changes.
It is currently deployed on [Freak University](https://freak.university).
2021-08-05 09:34:38 -07:00
You probably don't want to run this fork, but it's provided here for transparency and compliance with the AGPLv3 license.
2021-12-09 14:52:52 -08:00
## 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)
2022-01-07 17:56:40 -08:00
- 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
2023-04-21 21:38:38 -07:00
- ~~Quote Retweets, copied from the [Treehouse Mastodon fork](https://gitea.treehouse.systems/treehouse/mastodon/)~~ <ins>Removed because they made the fork too hard to attach. Also because they were implemented rather poorly.
2023-04-27 00:16:56 -07:00
- Emoji reactions, copied from the [Urusai Mastodon fork](https://github.com/neatchee/mastodon).