about summary refs log tree commit diff
path: root/app/controllers/stream_entries_controller.rb
AgeCommit message (Expand)Author
2019-07-07Remove Atom feeds and old URLs in the form of `GET /:username/updates/:id` (#...Eugen Rochko
2019-06-05Cleanup various controllers (#10972)ThibG
2019-05-09Add some caching for HTML versions of statuses pages (#10701)ThibG
2018-04-30Fix "Show more" URL on paginated threads for remote statuses (#7285)Eugen Rochko
2018-04-16Redirect to account status page for page of status stream entry (#7104)Akihiko Odaki
2018-02-02Allow HTTP caching of atom-rendered public toots (OStatus compatibility) (#6207)ThibG
2017-08-30Update status embeds (#4742)Eugen Rochko
2017-08-13Add alternate links to ActivityPub resources from HTML/HEAD variants (#4586)Eugen Rochko
2017-07-19Correct OStatus inflection (Ostatus -> OStatus) (#4255)Eugen Rochko
2017-07-18Introduce Ostatus name space (#4164)Akihiko Odaki
2017-07-14HTTP signatures (#4146)Eugen Rochko
2017-05-29Extract authorization policy for viewing statuses (#3150)Jack Jennings
2017-05-23Cover StreamEntriesController more and remove redundant instructions (#3257)Akihiko Odaki
2017-04-12Simplify the way the embed view is created (#1590)Matt Jankowski
2017-04-07Rewrite Atom generation from stream entries to use Ox instead of Nokogiri (#1...Eugen
2017-03-19Fix wrong HTTP status codes on error pagesEugen Rochko
2017-02-17Do not display non-Status stream entries anymoreEugen Rochko
2017-02-05Removing failed push notification API, make context loads use cacheEugen Rochko
2017-01-23Fix a couple unhandled exceptionsEugen Rochko
2016-12-22Follow call on locked account creates follow request insteadEugen Rochko
2016-12-21Private visibility on statuses prevents non-followers from seeing thoseEugen Rochko
2016-12-18Adjusting public display of statuses to look similar to logged-in UI,Eugen Rochko
2016-12-18Add OEmbed iframe HTML, convert emojis on public pages, increase size of atta...Eugen Rochko
2016-12-06Add filters for suspended accountsEugen Rochko
2016-11-15Fix rubocop issues, introduce usage of frozen literal to improve performanceEugen Rochko
2016-10-05Catching more exceptions that slipped through, removing AR logging fromEugen Rochko
2016-10-03Making public pages responsive, removing reblogs/favs counts from themEugen Rochko
2016-09-29Improve code styleEugen Rochko
2016-09-21Fix #50 - Order ancestors/descendants by tree pathEugen Rochko
2016-09-21Fix #24 - Thread resolving for remote statusesEugen Rochko
2016-09-08Fix for single status pagesEugen Rochko
2016-09-04Case-insensitive search by usernamesEugen Rochko
2016-03-07Adding doorkeeper, adding a REST APIEugen Rochko
2016-03-06Adding routes to follow, unfollow, favourite and reblog (locally known models)Eugen Rochko
2016-03-05Adjusting design of profile and entry pages, linkify mentions in statusesEugen Rochko
2016-02-29Refactoring Grape API methods into normal controllers & other thingsEugen Rochko