about summary refs log tree commit diff
path: root/spec/controllers/stream_entries_controller_spec.rb
AgeCommit message (Collapse)Author
2017-08-30Update status embeds (#4742)Eugen Rochko
- Use statuses controller for embeds instead of stream entries controller - Prefer /@:username/:id/embed URL for embeds - Use /@:username as author_url in OEmbed - Add follow link to embeds which opens web intent in new window - Use redis cache in development - Cache entire embed
2017-08-13Add alternate links to ActivityPub resources from HTML/HEAD variants (#4586)Eugen Rochko
2017-06-07Use "match_array" only for order independent assertions (#3626)unarist
2017-05-23Cover StreamEntriesController more and remove redundant instructions (#3257)Akihiko Odaki
* Cover StreamEntriesController more * Remove redundant instructions in StreamEntriesController
2017-04-12Simplify the way the embed view is created (#1590)Matt Jankowski
* Add coverage for embedded status view * Refactor embed view to eliminate @external_links variable
2016-09-08Fixing atom feeds for accounts, adding tests that would catch such bugs in ↵Eugen Rochko
future
2016-08-17Upgrade to Rails 5.0.0.1Eugen Rochko
2016-03-19Adding public following and followers pages, fix #3Eugen Rochko
2016-02-29Refactoring Grape API methods into normal controllers & other thingsEugen Rochko