chinwagsocial/app/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
2017-07-15 03:01:39 +02:00
..
admin Togglable filter links (#4021) 2017-07-07 00:48:09 +02:00
application_helper.rb Add fa-fw class to user agent icon (#4047) 2017-07-03 11:04:35 +02:00
emoji_helper.rb Fix #4149, fix #1199 - Store emojis as unicode (#4189) 2017-07-14 19:47:53 +02:00
flashes_helper.rb Clean up flash display in views (#2336) 2017-04-23 04:22:34 +02:00
home_helper.rb Improve initialState loading 2017-01-09 12:37:53 +01:00
instance_helper.rb Instance helper to replace site title helper (#2038) 2017-04-18 00:16:32 +02:00
routing_helper.rb Use URI.join for generate asset URL (#2741) 2017-05-03 11:31:21 +02:00
settings_helper.rb i18n: Add korean translation (#4064) 2017-07-04 16:11:23 +02:00
stream_entries_helper.rb Fix RTL detection on Ruby side (#3867) 2017-06-20 18:45:09 +02:00