about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/selectors/index.js
AgeCommit message (Collapse)Author
2020-08-30[Feature] Support Misskey-compatible boosts with attached content notesFire Demon
2020-07-15[Glitch] Fix audio and video items in account gallery in web UIEugen Rochko
Port 6cc5b822f5ca7df9b267ac2b5d24e2aac2dc0325 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2020-03-08[Glitch] Code style improvements in JavaScriptBèr Kessels
Port fd76955f3942bbd7ec830ab535bc31621cac14a4 to glitch-soc * JS-linter: fix trailing comma's * Configure eslinter to ignore this onchange error. Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2020-01-24[Glitch] Add “account timeline” filter categoryThibG
Port JS changes from 43daeccccb31a0145c48f41c4ba449f0a3967ef2 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2019-08-29[Glitch] Add special alert for throttled requestsThibG
Port 81f864d4dac349dd7cd516149d00e1cffe063edc to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2019-07-15Implement feature to add filtered phrases to content warningsThibaut Girka
2019-07-15Implement option to completely hide filtered tootsThibaut Girka
2019-07-15Add a way to know why a status has been filtered, and show it anywayThibaut Girka
2019-06-30[Glitch] Optimize makeGetStatusThibG
Port f895bf198470c1d4a0299b454433fdf1c35ee2b0 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2019-06-19[Glitch] Completely hide toots matched by “irreversible” filters even if ↵ThibG
they got to the client
2018-08-19Don't filter own tootsThibaut Girka
2018-07-11[Glitch] Make whole-word filter regex consistent between Ruby and JSThibaut Girka
Port front-end part of 20fefdb7145b48449e9d6a824a9846dadfd6ac2f to glitch-soc
2018-07-10make sure reblogged's filter is set correctlyThibaut Girka
2018-07-10[Glitch] Add option to not consider word boundaries when processing keyword ↵Thibaut Girka
filtering Port 1ca4e51eb38de6de81cedf3ddcdaa626f1d1c569 to glitch-soc
2018-07-10[Glitch] In keyword filter, account for reblogs, HTML and whole-wordsThibaut Girka
Port 404c7702ec2a6576ef3b54f6a800624adfda9d53 to glitch-soc
2018-07-10[Glitch] Fix filters not affecting notifications in web UIThibaut Girka
Port cfeb3beb4e1c3a05392546e6e4584de537049989 to glitch-soc
2018-07-10Add client-side custom filter support to glitch-socThibaut Girka
Port cdb101340a20183a82889f811d9311c370c855e5 to glitch-soc, but without dropping support for regexp filters yet.
2018-03-29[Glitch] Profile redirect notesThibaut Girka
Port WebUI changes from 58cede4808baa4db6cc143b80ef23e8179a8415b
2017-12-03Rename themes -> flavours ? ?kibigo!