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
/
feed.rb
Age
Commit message (
Collapse
)
Author
2017-04-04
Only call regeneration worker after first login after a 14 day break
Eugen Rochko
2016-12-03
Fix #248 - Reload all accounts when fetching from cache
Eugen Rochko
2016-11-29
Unify collection caching code
Eugen Rochko
2016-11-23
Implement includes caching for timelines APIs
Eugen Rochko
2016-11-22
More query optimizations
Eugen Rochko
2016-11-15
Fix rubocop issues, introduce usage of frozen literal to improve performance
Eugen Rochko
2016-11-09
API pagination for all collections using Link header
Eugen Rochko
2016-11-08
Improve feed regeneration
Eugen Rochko
2016-10-22
Adding OAuth access scopes, fixing OAuth authorization UI, adding rate limiting
Eugen Rochko
to the API
2016-10-19
Fix #100 - Add "back" button to certain views
Eugen Rochko
Also fix reloading of timelines after merge-type events
2016-10-02
Add since_id param to feeds
Eugen Rochko
2016-09-29
Fix #25 - Only latest reblog of status kept on feed as zset value is set to ↵
Eugen Rochko
"true" status ID
2016-09-29
Improve code style
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-24
Adding React.js, Redux, revamping dashboard
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-16
Deleting statuses, deletion propagation
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