9226257a1bOverride Action View name inference in settings/keyword_mutes.
David Yip
2017-10-24 18:40:28 -0500
641f90e73aFix example description.
David Yip
2017-10-24 18:33:02 -0500
f5a3283976Switch to Regexp.union for building the mute expression.
David Yip
2017-10-24 18:31:34 -0500
516eeeb43doption to add title to <Button>, use for toot buttons (#197)
Ondřej Hruška
2017-10-24 19:08:07 +0200
664c9aa708Merge pull request #196 from glitch-soc/fix-imports
David Yip
2017-10-23 23:34:43 -0500
119d477c8bAdded app/javascript for imports
kibigo!
2017-10-23 20:22:48 -0700
8410d33b49Only cache the regex text, not the regex itself.
David Yip
2017-10-23 19:31:59 -0500
4f01e6e8d5Merge remote-tracking branch 'origin/master' into gs-master
David Yip
2017-10-22 22:57:41 -0500
a76b024228Changes to match other timelines in 2.0
Matthew Walsh
2017-10-22 18:45:35 -0700
3db80f75a6Added a timeline for Direct statuses * Lists all Direct statuses you've sent and received * Displayed in Getting Started * Streaming server support for direct TL
Matthew Walsh
2017-10-15 21:02:39 -0700
af8f06413eKeywordMute matcher: more closely mimic Regexp#=~ behavior.
David Yip
2017-10-22 01:11:17 -0500
1a60445a5fAddress unused translation errors.
David Yip
2017-10-22 01:05:56 -0500
4c84513e04Use current_account from ApplicationController.
David Yip
2017-10-22 01:02:52 -0500
4b68e82a19Don't add \b to whole-word keywords that don't start with word characters.
David Yip
2017-10-22 00:24:32 -0500
19826774f0keyword mutes: also check spoiler (CW) text and reblogged statuses.
David Yip
2017-10-22 00:23:21 -0500
fdb0848e08i18n: Update Polish Translation (#5494)
Marcin Mikołajczak
2017-10-22 01:34:40 +0200
ad86c86fa8Apply keyword mutes to reblogs.
David Yip
2017-10-21 15:44:47 -0500
670e6a33f8Move KeywordMute into Glitch namespace.
David Yip
2017-10-21 14:47:17 -0500
cd04e3df58Fill in create, edit, update, and destroy for keyword mutes interface.
David Yip
2017-10-20 15:12:45 -0500
4a64181461Allow keywords to match either substrings or whole words.
David Yip
2017-10-15 19:49:22 -0500
2e03a10059Spike out index and new views for keyword mutes controller.
David Yip
2017-10-15 04:51:42 -0500
4fa2f7e82dSet up /settings/keyword_mutes. #164.
David Yip
2017-10-15 03:17:33 -0500
b4b657eb1dInvalidate cached matcher objects on KeywordMute commit. #164.
David Yip
2017-10-15 02:52:53 -0500
693c66dfdeUse more idiomatic string concatentation. #164.
David Yip
2017-10-15 02:32:03 -0500
a4851100fdMake use of the regex attr_reader. #164.
David Yip
2017-10-14 20:45:14 -0500
9f609bc94eFix case-insensitive match scenario; test some word ornamentation. #164.
David Yip
2017-10-14 20:41:52 -0500
603cf02b70Rework KeywordMute interface to use a matcher object; spec out matcher. #164.
David Yip
2017-10-14 20:36:53 -0500
4745d6eecaSpec out KeywordMute interface. #164.
David Yip
2017-10-14 02:28:20 -0500
9093e2de7aAdd KeywordMute model.
David Yip
2017-10-09 17:28:28 -0500