about summary refs log tree commit diff
path: root/app/models/mute.rb
AgeCommit message (Expand)Author
2020-10-21Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2020-10-13Add duration parameter to muting. (#13831)OSAMU SATO
2018-05-03Merge remote-tracking branch 'origin/master' into gs-masterDavid Yip
2018-04-23Update dependencies for Ruby (2018-04-23) (#7237)Yamagishi Kazutoshi
2018-02-19Merge remote-tracking branch 'tootsuite/master' into glitchsoc/masterJenkins
2018-02-18Cache relationships in API (#6482)Eugen Rochko
2018-01-19Merge remote-tracking branch 'origin/master' into merge-upstreamDavid Yip
2018-01-19Change belongs_to_required_by_default to true (#5888)Yamagishi Kazutoshi
2017-11-17Update annotations on Follow, FollowRequest, and Mute.David Yip
2017-11-16Merge tootsuite/master at 30237259367a0ef2b20908518b86bbeb358999b5Surinna Curtis
2017-11-15Optional notification muting (#5087)Surinna Curtis
2017-11-12Update model annotations to use BIGINT for IDs (#5461)Daniel Hunsaker
2017-10-11Merge upstream 2.0ish #165kibigo!
2017-10-02Make IdsToBigints (mostly!) non-blocking (#5088)aschmitz
2017-09-13fix typos in the migrationSurinna Curtis
2017-09-13Add muting_notifications? and a notifications argument to mute!Surinna Curtis
2017-05-02annotate models (#2697)yhirano
2017-04-18Rename cache key to exclude_account_ids_for:id, adjust formattingEugen Rochko
2017-04-18Merge branch 'fix/cache_blocking' of git://github.com/pixiv/mastodon into pix...Eugen Rochko
2017-04-17Required foreign keys (#2003)alpaca-tc
2017-04-16cache blockings for reducing queries.Keiji Yoshimi
2017-03-02Fix #231 - MutingEugen Rochko
2017-03-01Mute button progress so far. WIP, doesn't entirely work correctly.Kit Redgrave