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
/
block.rb
Age
Commit message (
Expand
)
Author
2018-05-04
Store URIs of follows, follow requests and blocks for ActivityPub (#7160)
Eugen Rochko
2018-04-23
Update dependencies for Ruby (2018-04-23) (#7237)
Yamagishi Kazutoshi
2018-02-18
Cache relationships in API (#6482)
Eugen Rochko
2018-01-19
Change belongs_to_required_by_default to true (#5888)
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-02
annotate models (#2697)
yhirano
2017-04-18
Rename cache key to exclude_account_ids_for:id, adjust formatting
Eugen Rochko
2017-04-16
cache blockings for reducing queries.
Keiji Yoshimi
2017-04-05
add more tests to models
Samy KACIMI
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
2016-12-29
Add API for retrieving blocked accounts
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-10-03
Adding a block model and filter mentions from blocked users (fix #60)
Eugen Rochko