index
:
mastodon
this commit
cybrespace-3.3
main
monsterfork-1.0
monsterfork-2020-09-01
monsterfork-2020-11-29
Plural Café fork of Mastodon/Glitch Social
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
app
/
models
/
stream_entry.rb
Age
Commit message (
Expand
)
Author
2018-10-17
Improve support for aspects/circles (#8950)
Eugen Rochko
2018-04-23
Update dependencies for Ruby (2018-04-23) (#7237)
Yamagishi Kazutoshi
2017-11-18
Lists (#5703)
Eugen Rochko
2017-11-12
Update model annotations to use BIGINT for IDs (#5461)
Daniel Hunsaker
2017-10-02
Make IdsToBigints (mostly!) non-blocking (#5088)
aschmitz
2017-05-23
Cover AccountsController more in spec (#3229)
Akihiko Odaki
2017-05-12
Add conversation model, <ostatus:conversation /> (#3016)
Eugen Rochko
2017-05-06
Stream entry specs and refactor to use delegate (#2827)
Matt Jankowski
2017-05-02
annotate models (#2697)
yhirano
2017-04-07
Rewrite Atom generation from stream entries to use Ox instead of Nokogiri (#1...
Eugen
2017-02-17
Do not display non-Status stream entries anymore
Eugen Rochko
2017-02-12
Stop trying to shoehorn all Salmon updates into the poor database-connected
Eugen Rochko
2017-02-11
Fix semantics of follow requests another slaps
Eugen Rochko
2017-02-11
Make follow requests federate
Eugen Rochko
2016-12-21
Private visibility on statuses prevents non-followers from seeing those
Eugen Rochko
2016-11-15
Fix rubocop issues, introduce usage of frozen literal to improve performance
Eugen Rochko
2016-11-05
Adding hashtags
Eugen Rochko
2016-10-10
Fix default assumed object type (note->activity), make stream entry threaded?...
Eugen Rochko
2016-10-03
Adding a block model and filter mentions from blocked users (fix #60)
Eugen Rochko
2016-09-29
Improve code style
Eugen Rochko
2016-09-08
Optimized n+1 queries in accounts Atom and HTML views
Eugen Rochko
2016-08-17
Upgrade to Rails 5.0.0.1
Eugen Rochko
2016-03-25
Fix subscriptions:clear task, refactor feeds, refactor streamable activites
Eugen Rochko
2016-03-24
Pre-loading polymorphic associations for Atom feeds
Eugen Rochko
2016-03-24
Limit Atom feeds to 20 items by default, add pagination by max_id
Eugen Rochko
2016-03-21
Small optimizations in Atom feeds
Eugen Rochko
2016-03-16
Deleting statuses, deletion propagation
Eugen Rochko
2016-02-26
Adding a bunch of tests
Eugen Rochko
2016-02-23
Adding reblogs, favourites, improving atom generation
Eugen Rochko
2016-02-22
Fixes and general progress
Eugen Rochko
2016-02-22
Made some progress
Eugen Rochko