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
/
services
/
precompute_feed_service.rb
Age
Commit message (
Collapse
)
Author
2017-04-04
Spawn FeedInsertWorker to deliver status into personal feed
Eugen Rochko
2017-04-04
Reduce number of items in feeds, optimize regeneration worker slightly,
Eugen Rochko
make regeneration worker unique, (only schedule/execute once at a time)
2017-04-02
Fix issue with feed merge-in code as well
Eugen Rochko
2017-04-02
Fix feed regeneration bug
Eugen Rochko
2016-11-15
Fix rubocop issues, introduce usage of frozen literal to improve performance
Eugen Rochko
2016-11-08
Improve feed regeneration
Eugen Rochko
2016-11-02
Fix subtle bugs, new icon button
Eugen Rochko
2016-10-03
Adding a block model and filter mentions from blocked users (fix #60)
Eugen Rochko
2016-10-02
Preparing feeds for better filtering
Eugen Rochko
2016-09-10
Merge and unmerge timelines on follow/unfollow, solves #21, #22
Eugen Rochko
2016-09-09
Refactored generation of unique tags, URIs and object URLs into own classes,
Eugen Rochko
as well as formatting of content
2016-08-18
Live timelines using ActionCable
Eugen Rochko
2016-03-25
Fix subscriptions:clear task, refactor feeds, refactor streamable activites
Eugen Rochko
and atom feed generation to some extent, as well as the way mentions are stored
2016-03-22
Add pagination by max_id instead of offset/limit
Eugen Rochko
2016-03-12
Customized more doorkeeper views, only logged in users can create oauth apps
Eugen Rochko
2016-03-11
Improving feed queries, switching API to doorkeeper authentication
Eugen Rochko
2016-03-08
Distrubute statuses as a fan-out-on-write system, with optional precomputing
Eugen Rochko