about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/selectors
AgeCommit message (Collapse)Author
2023-01-05[Glitch] Fix unnecessary re-rendering of various components when typing in ↵Claire
web UI (#2063) Port 9620ee90be7e04b3616ce4b851abb63dbba7af7f to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com> Signed-off-by: Claire <claire.github-309c@sitedethib.com> Co-authored-by: Eugen Rochko <eugen@zeonfederated.com>
2022-10-28[Glitch] Change public accounts pages to mount the web UIEugen Rochko
Port 839f893168ab221b08fa439012189e6c29a2721a to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2022-10-11Rename flavours/glitch/util into flavours/glitch/utilsClaire
2022-10-11Move flavours/glitch/util/initial_state to flavours/glitch/initial_stateClaire
2022-08-25[Glitch] Add ability to filter individual postsClaire
Port 50487db1224851a49ee523bbc013d5f8686a7a55 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2022-08-25[Glitch] Remove dead code in WebUI filtering codeClaire
Port a233a9bfb5f384e89bdaef6e519fa20db2a99ae5 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2022-08-25[Glitch] Fix reblogged statuses being erroneously shown as filteredClaire
Port 3c24f19afedc2169a7a343c5af4a8f892d863f0b to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2022-08-25[Glitch] Revamp post filtering systemClaire
Port front-end changes from 02851848e964675bb59919fa5fd1bdee2c1c29db to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2022-06-28[Glitch] Add notifications for new reportsEugen Rochko
Port 2936f42a14cfdca70d4a9653dab29382315945e7 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2022-05-11[Glitch] Add `limited` attribute to accounts in REST API and a warning in web UIEugen Rochko
Port b4d373a3df2752d9f8bdc0d7f02350528f3789b2 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
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!