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.
mastodon/config/initializers
Eugen Rochko 8c45cd0e36 Improve ActivityPub representations (#3844)
* 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
7 years ago
..
active_model_serializers.rb Add recursive object support to API response (#4095) 7 years ago
application_controller_renderer.rb Upgrade to Rails 5.0.0.1 8 years ago
assets.rb Replace sprockets/browserify with Webpack (#2617) 8 years ago
backtrace_silencers.rb
blacklists.rb Quick best practice cleanup of views/helpers (#1546) 8 years ago
cookies_serializer.rb Upgrade to Rails 5.0.0.1 8 years ago
devise.rb Fix #4058 - Use a long-lived cookie to keep track of user-level sessions (#4091) 7 years ago
doorkeeper.rb OEmbed support for PreviewCard (#2337) 8 years ago
fast_blank.rb fix can toot whitespace (#2218) 8 years ago
filter_parameter_logging.rb Added optional two-factor authentication 8 years ago
httplog.rb Version bumps for ruby and misc gems (#1159) 8 years ago
inflections.rb Improve ActivityPub representations (#3844) 7 years ago
instrumentation.rb Improve StatsD instrumentation 8 years ago
kaminari_config.rb OEmbed support for PreviewCard (#2337) 8 years ago
mime_types.rb Improve ActivityPub representations (#3844) 7 years ago
oembed.rb OEmbed support for PreviewCard (#2337) 8 years ago
open_uri_redirection.rb Federate header images, fix open-uri http->https redirection error 8 years ago
ostatus.rb Allow alternate domains for mastodon handlers (#3187) 8 years ago
pagination.rb Pagination improvements (#1445) 8 years ago
paperclip.rb Fixes unknown mime type (#2822) 8 years ago
rabl_init.rb Make sure Rabl is using Oj 8 years ago
rack_attack.rb Localize 'throttled' (#2755) 8 years ago
redis.rb Set config.cache_store in environments file. (#3219) 8 years ago
session_activations.rb Revocable sessions (#3616) 7 years ago
session_store.rb Make cookies https-only if LOCAL_HTTPS is true, set X-Frame-Options to DENY, 8 years ago
sidekiq.rb namespace redis usage (#2869) 8 years ago
simple_form.rb Improve UI of admin site settings (#4163) 7 years ago
single_user_mode.rb Add single user mode 8 years ago
statsd.rb Fix key names in statsd 8 years ago
timeout.rb Add proper error page for request timeouts 8 years ago
trusted_proxies.rb Fix error 8 years ago
vapid.rb Add Rake task for generate VAPID key (#4195) 7 years ago
wrap_parameters.rb Upgrade to Rails 5.0.0.1 8 years ago