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/spec/helpers
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
..
admin Rename admin/accounts_helper to admin/filter_helper (#1816) 8 years ago
application_helper_spec.rb Hold value of I18n.locale with ApplicationHelperSpec (#3474) 7 years ago
emoji_helper_spec.rb Fix #4149, fix #1199 - Store emojis as unicode (#4189) 7 years ago
flashes_helper_spec.rb Spec FlashesHelper (#3414) 8 years ago
home_helper_spec.rb Fix locale related specs (#3707) 7 years ago
instance_helper_spec.rb Use around hook to restore context in InstanceHelper spec (#3429) 8 years ago
settings_helper_spec.rb Ensure i18n matches options (#2358) 8 years ago
stream_entries_helper_spec.rb Fix RTL detection on Ruby side (#3867) 7 years ago