about summary refs log tree commit diff
path: root/app/models/stream_entry.rb
AgeCommit message (Expand)Author
2017-11-18Lists (#5703)Eugen Rochko
2017-11-12Update model annotations to use BIGINT for IDs (#5461)Daniel Hunsaker
2017-10-02Make IdsToBigints (mostly!) non-blocking (#5088)aschmitz
2017-05-23Cover AccountsController more in spec (#3229)Akihiko Odaki
2017-05-12Add conversation model, <ostatus:conversation /> (#3016)Eugen Rochko
2017-05-06Stream entry specs and refactor to use delegate (#2827)Matt Jankowski
2017-05-02annotate models (#2697)yhirano
2017-04-07Rewrite Atom generation from stream entries to use Ox instead of Nokogiri (#1...Eugen
2017-02-17Do not display non-Status stream entries anymoreEugen Rochko
2017-02-12Stop trying to shoehorn all Salmon updates into the poor database-connectedEugen Rochko
2017-02-11Fix semantics of follow requests another slapsEugen Rochko
2017-02-11Make follow requests federateEugen Rochko
2016-12-21Private visibility on statuses prevents non-followers from seeing thoseEugen Rochko
2016-11-15Fix rubocop issues, introduce usage of frozen literal to improve performanceEugen Rochko
2016-11-05Adding hashtagsEugen Rochko
2016-10-10Fix default assumed object type (note->activity), make stream entry threaded?...Eugen Rochko
2016-10-03Adding a block model and filter mentions from blocked users (fix #60)Eugen Rochko
2016-09-29Improve code styleEugen Rochko
2016-09-08Optimized n+1 queries in accounts Atom and HTML viewsEugen Rochko
2016-08-17Upgrade to Rails 5.0.0.1Eugen Rochko
2016-03-25Fix subscriptions:clear task, refactor feeds, refactor streamable activitesEugen Rochko
2016-03-24Pre-loading polymorphic associations for Atom feedsEugen Rochko
2016-03-24Limit Atom feeds to 20 items by default, add pagination by max_idEugen Rochko
2016-03-21Small optimizations in Atom feedsEugen Rochko
2016-03-16Deleting statuses, deletion propagationEugen Rochko
2016-02-26Adding a bunch of testsEugen Rochko
2016-02-23Adding reblogs, favourites, improving atom generationEugen Rochko
2016-02-22Fixes and general progressEugen Rochko
2016-02-22Made some progressEugen Rochko