about summary refs log tree commit diff
path: root/app
AgeCommit message (Expand)Author
2017-10-24Override Action View name inference in settings/keyword_mutes.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-22KeywordMute matcher: more closely mimic Regexp#=~ behavior.David Yip
2017-10-22Address unused translation errors.David Yip
2017-10-22Use current_account from ApplicationController.David Yip
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-21Fill in create, edit, update, and destroy for keyword mutes interface.David Yip
2017-10-21Allow keywords to match either substrings or whole words.David Yip
2017-10-21Spike out index and new views for keyword mutes controller.David Yip
2017-10-21Set up /settings/keyword_mutes. #164.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-21Compose buttons bar redesign + generalize dropdown (#194)Ondřej Hruška
2017-10-20hide mentions of muted accounts (in home col) (#190)beatrix
2017-10-19Updates to bio metadata scriptkibigo!
2017-10-19Make the compose area optionally scrollable.David Yip
2017-10-18Merge pull request #185 from glitch-soc/fix-null-statusDavid Yip
2017-10-18formatting fix for eslintOndřej Hruška
2017-10-18Remove unused filesAttached property.David Yip
2017-10-18Update stylesheet imports in glitch components.David Yip
2017-10-18Merge tag 'v2.0.0' into gs-masterDavid Yip
2017-10-18Suppress type error(not a function) on calling fastSeek (#5452)Sho Kusano
2017-10-18Fix pt-BR translation strings related to advanced search. (#5449)Renato "Lond" Cerqueira
2017-10-18Revert #5438 for FR (#5450)Technowix
2017-10-18Some typos and supplementation in sentence structures (#5441)Håkan Eriksson
2017-10-18fr.json typo (realtive time) (#5447)JohnD28
2017-10-18Make theme directory and Rename application.scss (#5336)YaQ
2017-10-17When unreblog arrives over streaming API, just delete in UI (#5439)Eugen Rochko
2017-10-17i18n better wording (OC/CA/FR) + string added in FR (#5438)JeanGauthier
2017-10-17Fix scrolling of dropdown when offscreen (#5434)Nolan Lawson
2017-10-17Fix unwanted content warning gap in CSS (#5436)Eugen Rochko
2017-10-17When status is fetched instead of delivered, do not stream it (#5437)Eugen Rochko
2017-10-17Don't capture scheme-less URLs in the status (#5435)unarist
2017-10-17i18n update (#5427) in OC/CA/FR/ES (#5431)JeanGauthier
2017-10-17Fix React warning about tabIndex on status with CW (#5432)unarist
2017-10-17Update German translation (#5425)Jakob Kramer
2017-10-17Add Japanese translations (#5427)Yamagishi Kazutoshi
2017-10-17Clean up reblog tracking keys, related improvements (#5428)aschmitz
2017-10-17Swedish translation (#5406)Håkan Eriksson
2017-10-17Small update Dutch (nl) strings (#5424)Jeroen
2017-10-16Fix dual toot button wrong behavior after compose re-designOndřej Hruška
2017-10-16workaround for null statusOndřej Hruška