A glitchy but lovable microblogging server
Go to file
Claire aec61a703f Merge branch 'main' into glitch-soc/merge-upstream
Conflicts:
- `.github/workflows/build-image.yml`:
  Upstream changed how docker images were built, including how
  they were cached.
  I don't know much about it, so applied upstream's changes.
- `app/controllers/admin/domain_blocks_controller.rb`:
  The feature, that was in glitch-soc, got backported upstream.
  It also had a few fixes upstream, so those have been ported!
- `app/javascript/packs/admin.js`:
  Glitch-soc changes have been backported upstream. As a result,
  some code from `app/javascript/core/admin.js` got added upstream.
  Kept our version since our shared Javascript already has that feature.
- `app/models/user.rb`:
  Upstream added something to distinguish unusable and unusable-because-moved
  accounts, while glitch-soc considers moved accounts usable.
  Took upstream's code for `functional_or_moved?` and made `functional?`
  call it.
- `app/views/statuses/_simple_status.html.haml`:
  Upstream cleaned up code style a bit, on a line that we had custom changes
  for.
  Applied upstream's change while keeping our change.
- `config/initializers/content_security_policy.rb`:
  Upstream adopted one CSP directive we already had.
  The conflict is because of our files being structurally different, but the
  change itself was already part of glitch-soc.
  Kept our version.
2022-11-17 12:01:37 +01:00
.circleci
.devcontainer
.github Merge branch 'main' into glitch-soc/merge-upstream 2022-11-17 12:01:37 +01:00
app Merge branch 'main' into glitch-soc/merge-upstream 2022-11-17 12:01:37 +01:00
bin
chart Bump Helm chart version to account for mastodon 4 (#20886) 2022-11-17 10:53:04 +01:00
config Merge branch 'main' into glitch-soc/merge-upstream 2022-11-17 12:01:37 +01:00
db Merge branch 'main' into glitch-soc/merge-upstream 2022-11-06 09:50:41 +01:00
dist Fix nginx location matching (#20198) 2022-11-09 04:12:57 +01:00
lib Merge branch 'main' into glitch-soc/merge-upstream 2022-11-16 08:30:00 +01:00
log
public Merge branch 'main' into glitch-soc/merge-upstream 2022-11-06 09:50:41 +01:00
spec Merge branch 'main' into glitch-soc/merge-upstream 2022-11-17 12:01:37 +01:00
streaming Merge branch 'main' into glitch-soc/merge-upstream 2022-11-15 02:10:37 +01:00
vendor
.browserslistrc
.buildpacks
.codeclimate.yml
.deepsource.toml
.dockerignore
.editorconfig
.env.production.sample Allow number of trending hashtags to be customizable (#1884) 2022-11-02 09:20:47 +01:00
.env.test
.env.vagrant
.eslintignore
.eslintrc.js
.foreman
.gitattributes
.gitignore Helm update readme.md (#20154) 2022-11-10 19:09:54 +01:00
.gitmodules
.haml-lint.yml
.nanoignore
.nvmrc
.prettierignore
.prettierrc.js
.profile
.rspec
.rubocop.yml Fix style for hashes (#20518) 2022-11-17 11:05:39 +01:00
.ruby-gemset
.ruby-version
.slugignore
.yarnclean
app.json Make enable_starttls configurable by envvars (#20321) 2022-11-10 21:06:21 +01:00
Aptfile Heroku fix (#19807) 2022-11-05 22:57:58 +01:00
AUTHORS.md Update AUTHORS.md (#20630) 2022-11-14 08:33:24 +01:00
babel.config.js
Capfile
CHANGELOG.md Bump version to 4.0.2 (#20725) 2022-11-15 03:57:18 +01:00
CODE_OF_CONDUCT.md Change e-mail contact for CoC enforcement 2019-06-06 17:42:07 +02:00
config.ru
CONTRIBUTING.md Merge branch 'main' into glitch-soc/merge-upstream 2022-11-12 13:28:03 +01:00
crowdin.yml
docker-compose.yml
Dockerfile Use buildx functions for faster build (#20692) 2022-11-17 11:01:16 +01:00
FEDERATION.md
Gemfile Merge branch 'main' into glitch-soc/merge-upstream 2022-11-14 20:27:31 +01:00
Gemfile.lock Merge branch 'main' into glitch-soc/merge-upstream 2022-11-16 08:30:00 +01:00
ide-helper.js
jest.config.js
jsconfig.json Replace CancelToken to AbortSignal (#19352) 2022-10-14 03:16:37 +02:00
LICENSE
package.json Merge branch 'main' into glitch-soc/merge-upstream 2022-11-16 08:30:00 +01:00
postcss.config.js
priv-config
Procfile
Procfile.dev
Rakefile
README.md
scalingo.json Make enable_starttls configurable by envvars (#20321) 2022-11-10 21:06:21 +01:00
SECURITY.md Change e-mail in SECURITY.md (#20384) 2022-11-11 05:26:43 +01:00
stylelint.config.js
Vagrantfile
yarn.lock Merge branch 'main' into glitch-soc/merge-upstream 2022-11-16 08:30:00 +01:00

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?