about summary refs log tree commit diff
path: root/app/models/block.rb
AgeCommit message (Expand)Author
2023-02-20Autofix Rubocop remaining Layout rules (#23679)Nick Schonning
2018-05-04Store URIs of follows, follow requests and blocks for ActivityPub (#7160)Eugen Rochko
2018-04-23Update dependencies for Ruby (2018-04-23) (#7237)Yamagishi Kazutoshi
2018-02-18Cache relationships in API (#6482)Eugen Rochko
2018-01-19Change belongs_to_required_by_default to true (#5888)Yamagishi Kazutoshi
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-02annotate models (#2697)yhirano
2017-04-18Rename cache key to exclude_account_ids_for:id, adjust formattingEugen Rochko
2017-04-16cache blockings for reducing queries.Keiji Yoshimi
2017-04-05add more tests to modelsSamy KACIMI
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
2016-12-29Add API for retrieving blocked accountsEugen 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-10-03Adding a block model and filter mentions from blocked users (fix #60)Eugen Rochko