mastodon/config
Eugen Rochko 8c45cd0e36 Improve ActivityPub representations ()
* Improve webfinger templates and make tests more flexible

* Clean up AS2 representation of actor

* Refactor outbox

* Create activities representation

* Add representations of followers/following collections, do not redirect /users/:username route if format is empty

* Remove unused translations

* ActivityPub endpoint for single statuses, add ActivityPub::TagManager for better
URL/URI generation

* Add ActivityPub::TagManager#to

* Represent all attachments as Document instead of Image/Video specifically
(Because for remote ones we may not know for sure)

Add mentions and hashtags representation to AP notes

* Add AP-resolvable hashtag URIs

* Use ActiveModelSerializers for ActivityPub

* Clean up unused translations

* Separate route for object and activity

* Adjust cc/to matrices

* Add to/cc to activities, ensure announce activity embeds target status and
not the wrapper status, add "id" to all collections
..
environments Web Push Notifications ()
initializers Improve ActivityPub representations ()
locales Improve ActivityPub representations ()
webpack Web Push Notifications ()
application.rb i18n: Add korean translation ()
boot.rb Adds bootsnap. Faster boot time ()
brakeman.ignore Enable CodeClimate Brakeman checks ()
database.yml fix unnecessary variable ()
deploy.rb Update capistrano lock version to 3.8.1 ()
environment.rb Upgrade to Rails 5.0.0.1
i18n-tasks.yml Add date to ignore_missing and ignore_unused in config/i18n-tasks.yml ()
navigation.rb Rename "Credentials" page to "Security" for clarity ()
puma.rb Do not set port for puma if it is bound to unix socket ()
routes.rb Improve ActivityPub representations ()
secrets.yml Upgrade to Rails 5.0.0.1
settings.yml Add option to opt out of search engines on public profile/status pages ()
sidekiq.yml Bind web UI access tokens to sessions ()
webpacker.yml Fix webpack-dev-server on Windows ()