Your self-hosted, globally interconnected microblogging community
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
David Yip 08652baab0 Replace =~ with #matches?. #208.
=~ made sense when we were passing it through to a regex, but we're no
longer doing that: TagMatcher looks at individual tags and returns a
value that *looks* like what you get out of #=~ but really isn't that
meaningful.  Probably a good idea to not subvert convention like this
and instead use a name with guessable intent.
8 years ago
app Replace =~ with #matches?. #208. 8 years ago
bin
config add memorial to production.rb 8 years ago
db Per-user reblog hiding implementation/fixes/tests 8 years ago
docs
lib Merge remote-tracking branch 'origin/master' into gs-master 8 years ago
log
nanobox
public Merge tag 'v2.0.0rc2' into gs-master 8 years ago
spec Replace =~ with #matches?. #208. 8 years ago
streaming Added a timeline for Direct statuses 8 years ago
vendor/assets
.babelrc
.buildpacks
.codeclimate.yml
.dockerignore
.editorconfig
.env.nanobox
.env.production.sample
.env.test
.env.vagrant
.eslintignore
.eslintrc.yml Added app/javascript for imports 8 years ago
.foreman
.gitattributes
.gitignore Fix #5274 - Create symlink from public/500.html to public/assets/500.html (#5288) 8 years ago
.gitmodules Introducing: Mastodon GO! 8 years ago
.haml-lint.yml
.nanoignore
.nvmrc
.postcssrc.yml
.profile
.rspec
.rubocop.yml
.ruby-version
.scss-lint.yml
.slugignore
.travis.yml Run `i18n-tasks checked-normalized` in Travis CI (#5443) 8 years ago
.yarnclean
Aptfile
CODEOWNERS + me for Dutch (#5349) 8 years ago
CONTRIBUTING.md
Capfile
Dockerfile
Gemfile
Gemfile.lock Close connection when succeeded posting (#5390) 8 years ago
ISSUE_TEMPLATE.md
LICENSE
Procfile
Procfile.dev
README.md
Rakefile
Vagrantfile Introducing: Mastodon GO! 8 years ago
app.json
boxfile.yml
config.ru
docker-compose.yml
docker_entrypoint.sh
jest.config.js Enable coverage for Jest (#5442) 8 years ago
package.json Merge remote-tracking branch 'origin/master' into gs-master 8 years ago
scalingo.json
yarn.lock Merge remote-tracking branch 'upstream/master' into gs-master 8 years ago

README.md

Mastodon Glitch Edition

Now with automated deploys!

Build Status

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