about summary refs log tree commit diff
path: root/app/models
AgeCommit message (Expand)Author
2017-11-30Skins supportkibigo!
2017-11-17Update annotations on Follow, FollowRequest, and Mute.David Yip
2017-11-17Merge remote-tracking branch 'origin/master' into merge-upstreamDavid Yip
2017-11-18Lists (#5703)Eugen Rochko
2017-11-16Merge remote-tracking branch 'origin/master' into gs-masterDavid Yip
2017-11-17Fix some rubocop style issues (#5730)Eugen Rochko
2017-11-17Display moderator badge (green), admin badge changed to red (#5728)Eugen Rochko
2017-11-16Fix AccountFinderConcern::AccountFinder#with_usernames (#5722)ysksn
2017-11-16Merge tootsuite/master at 30237259367a0ef2b20908518b86bbeb358999b5Surinna Curtis
2017-11-15Merge pull request #212 from aschmitz/feat/mute-reblogsbeatrix
2017-11-15Delegate some methods of User to @settings (#5706)ysksn
2017-11-15Optional notification muting (#5087)Surinna Curtis
2017-11-14Add uniqueness to block email domains (#5692)Yamagishi Kazutoshi
2017-11-13Maintain case-insensitivity when merging multiple matchers (#213)David Yip
2017-11-12Update model annotations to use BIGINT for IDs (#5461)Daniel Hunsaker
2017-11-11Updates per code reviewaschmitz
2017-11-11Add moderator role and add pundit policies for admin actions (#5635)Eugen Rochko
2017-11-10Per-user reblog hiding implementation/fixes/testsaschmitz
2017-11-09"Show reblogs" per-follower UI/database changesaschmitz
2017-11-09Add and Remove tests for FollowRequest (#5622)ysksn
2017-11-07Twidere mention workaround (#5552)ThibG
2017-11-07Add ability to disable login and mark accounts as memorial (#5615)Eugen Rochko
2017-11-07 Show the local couterpart of emoji when it exists in /admin/custom_emojis (#...nullkal
2017-10-27Merge branch 'master' into gs-masterDavid Yip
2017-10-27Feature: Unlisted custom emojis (#5485)nullkal
2017-10-25Merge pull request #179 from glitch-soc/keyword-mutebeatrix
2017-10-25Merge remote-tracking branch 'STJrInuyasha/feature/direct-timeline' into gs-d...David Yip
2017-10-24Remove nil check in Glitch::KeywordMute#=~.David Yip
2017-10-24Switch to Regexp.union for building the mute expression.David Yip
2017-10-23Only cache the regex text, not the regex itself.David Yip
2017-10-22Added a timeline for Direct statusesMatthew Walsh
2017-10-22KeywordMute matcher: more closely mimic Regexp#=~ behavior.David Yip
2017-10-22Don't add \b to whole-word keywords that don't start with word characters.David Yip
2017-10-21Apply keyword mutes to reblogs.David Yip
2017-10-21Move KeywordMute into Glitch namespace.David Yip
2017-10-21Allow keywords to match either substrings or whole words.David Yip
2017-10-21Invalidate cached matcher objects on KeywordMute commit. #164.David Yip
2017-10-21Use more idiomatic string concatentation. #164.David Yip
2017-10-21Make use of the regex attr_reader. #164.David Yip
2017-10-21Rework KeywordMute interface to use a matcher object; spec out matcher. #164.David Yip
2017-10-21Spec out KeywordMute interface. #164.David Yip
2017-10-21Add KeywordMute model.David Yip
2017-10-16Merge remote-tracking branch 'upstream/master' into gs-masterDavid Yip
2017-10-16Add option to reduce motion (#5393)Nolan Lawson
2017-10-16Merge remote-tracking branch 'origin/master' into gs-masterDavid Yip
2017-10-13Optimize Status#permitted_for 500x (account timeline) (#5373)unarist
2017-10-13Fix UserTrackingConcern firing on every request, optimize some queries (#5368)Eugen Rochko
2017-10-13Retoot count increases without reason (#5363)Lex Alexander
2017-10-11Merge upstream 2.0ish #165kibigo!
2017-10-10foreign_key, non-nullable, dependent: destroy in account_moderation_notes (#5...nullkal