about summary refs log tree commit diff
path: root/spec
AgeCommit message (Expand)Author
2017-11-17Merge remote-tracking branch 'origin/master' into merge-upstreamDavid Yip
2017-11-18Lists (#5703)Eugen Rochko
2017-11-17Update StatusPolicy to check current_account for local_only? toots.David Yip
2017-11-16Merge remote-tracking branch 'origin/master' into gs-masterDavid Yip
2017-11-17Remove empty strings (#5732)ysksn
2017-11-16Merge tootsuite/master at 30237259367a0ef2b20908518b86bbeb358999b5Surinna Curtis
2017-11-16Add tests for Status#verb (#5717)ysksn
2017-11-16Add tests for Status#hidden? (#5719)ysksn
2017-11-15Merge pull request #212 from aschmitz/feat/mute-reblogsbeatrix
2017-11-15Delegate some methods of User to @settings (#5706)ysksn
2017-11-15Add a test for Tag#to_param (#5705)ysksn
2017-11-15Optional notification muting (#5087)Surinna Curtis
2017-11-15Add tests for StreamEntry (#5687)ysksn
2017-11-14Add option to block direct messages from people you don't follow (#5669)Eugen Rochko
2017-11-14Add a test for SiteUpload#cache_key (#5685)ysksn
2017-11-14Refactor remote_follow_spec.rb (#5690)Yamagishi Kazutoshi
2017-11-14Add uniqueness to block email domains (#5692)Yamagishi Kazutoshi
2017-11-14Add tests for Setting (#5683)ysksn
2017-11-13Maintain case-insensitivity when merging multiple matchers (#213)David Yip
2017-11-13Add tests for SessionActivation (#5668)ysksn
2017-11-12Add tests for RemoteProfile (#5665)ysksn
2017-11-11Actually filter blocked reblogs from feedaschmitz
2017-11-10Per-user reblog hiding implementation/fixes/testsaschmitz
2017-11-10Add tests for RemoteFollow (#5651)ysksn
2017-11-09Add tests for Notification (#5640)ysksn
2017-11-09Add and Remove tests for FollowRequest (#5622)ysksn
2017-11-09Rewrite account_controller_spec (#5633)Nanamachi
2017-11-08Add tests for MediaAttachment (#5620)ysksn
2017-11-08Add tests for CustomEmoji#local? and #object_type (#5621)ysksn
2017-11-06Implement tests for Account#refresh! (#5601)ysksn
2017-11-06Add test for Account#save_with_optional_media! (#5603)ysksn
2017-11-05Implement tests for Account#possibly_stale? (#5591)ysksn
2017-10-26Merge remote-tracking branch 'origin/master' into gs-masterDavid Yip
2017-10-26Fix Cocaine::ExitStatusError when upload small non-animated GIF (#5489)unarist
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-24Also filter notifications containing muted keywords.David Yip
2017-10-24Fix example description.David Yip
2017-10-22Added a timeline for Direct statusesMatthew Walsh
2017-10-22Don't add \b to whole-word keywords that don't start with word characters.David Yip
2017-10-22keyword mutes: also check spoiler (CW) text and reblogged statuses.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-21Set up /settings/keyword_mutes. #164.David Yip
2017-10-21Fix case-insensitive match scenario; test some word ornamentation. #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-20hide mentions of muted accounts (in home col) (#190)beatrix