Age | Commit message (Expand) | Author |
2017-10-27 | Use contenthash for ExtractTextWebpackPlugin (#5462) | Akihiko Odaki |
2017-10-27 | Merge branch 'master' into gs-master | David Yip |
2017-10-27 | Feature: Unlisted custom emojis (#5485) | nullkal |
2017-10-27 | Allow ActivityPub Note's tag and attachment to be single objects (#5534) | puckipedia |
2017-10-27 | Optimize FixReblogsInFeeds migration (#5538) | unarist |
2017-10-26 | Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master | Jenkins |
2017-10-26 | Fix copying emojos: redirect to the page you were on (#5509) | erin |
2017-10-26 | Merge remote-tracking branch 'origin/master' into gs-master | David Yip |
2017-10-26 | Fix column design broken with very long title (#5493) | りんすき |
2017-10-26 | Fix Cocaine::ExitStatusError when upload small non-animated GIF (#5489) | unarist |
2017-10-26 | Remove translateZ(0) on modal overlay (#5478) | Nolan Lawson |
2017-10-25 | Merge pull request #179 from glitch-soc/keyword-mute | beatrix |
2017-10-25 | Merge pull request #198 from glitch-soc/gs-direct-timeline | beatrix |
2017-10-25 | Merge remote-tracking branch 'STJrInuyasha/feature/direct-timeline' into gs-d... | David Yip |
2017-10-25 | Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master | Jenkins |
2017-10-26 | Update Russian translation (#5517) | Ratmir Karabut |
2017-10-25 | l10n: PT-BR translation updated (#5530) | Anna e só |
2017-10-25 | Complete Esperanto translation (#5520) | Olivier Nicole |
2017-10-24 | Remove nil check in Glitch::KeywordMute#=~. | David Yip |
2017-10-24 | Assume Glitch::KeywordMute#destroy! works and error out if it doesn't. | David Yip |
2017-10-24 | Use edit template for displaying errors in update. | David Yip |
2017-10-24 | Also filter notifications containing muted keywords. | David Yip |
2017-10-24 | Override Action View name inference in settings/keyword_mutes. | David Yip |
2017-10-24 | Fix example description. | David Yip |
2017-10-24 | Switch to Regexp.union for building the mute expression. | David Yip |
2017-10-24 | option to add title to <Button>, use for toot buttons (#197) | Ondřej Hruška |
2017-10-23 | Merge pull request #196 from glitch-soc/fix-imports | David Yip |
2017-10-23 | Added app/javascript for imports | kibigo! |
2017-10-23 | Only cache the regex text, not the regex itself. | David Yip |
2017-10-22 | Merge remote-tracking branch 'origin/master' into gs-master | David Yip |
2017-10-22 | Changes to match other timelines in 2.0 | Matthew Walsh |
2017-10-22 | Added a timeline for Direct statuses | Matthew Walsh |
2017-10-22 | KeywordMute matcher: more closely mimic Regexp#=~ behavior. | David Yip |
2017-10-22 | Address unused translation errors. | David Yip |
2017-10-22 | Use current_account from ApplicationController. | David Yip |
2017-10-22 | Don't add \b to whole-word keywords that don't start with word characters. | David Yip |
2017-10-22 | keyword mutes: also check spoiler (CW) text and reblogged statuses. | David Yip |
2017-10-22 | i18n: Update Polish Translation (#5494) | Marcin Mikołajczak |
2017-10-21 | Apply keyword mutes to reblogs. | David Yip |
2017-10-21 | Move KeywordMute into Glitch namespace. | David Yip |
2017-10-21 | Fill in create, edit, update, and destroy for keyword mutes interface. | David Yip |
2017-10-21 | Allow keywords to match either substrings or whole words. | David Yip |
2017-10-21 | Spike out index and new views for keyword mutes controller. | David Yip |
2017-10-21 | Set up /settings/keyword_mutes. #164. | David Yip |
2017-10-21 | Invalidate cached matcher objects on KeywordMute commit. #164. | David Yip |
2017-10-21 | Use more idiomatic string concatentation. #164. | David Yip |
2017-10-21 | Make use of the regex attr_reader. #164. | David Yip |
2017-10-21 | Fix case-insensitive match scenario; test some word ornamentation. #164. | David Yip |
2017-10-21 | Rework KeywordMute interface to use a matcher object; spec out matcher. #164. | David Yip |
2017-10-21 | Spec out KeywordMute interface. #164. | David Yip |