about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/containers/status_container.js
AgeCommit message (Collapse)Author
2020-11-03Fix crash when viewing a profile with a filtered out pinned tootThibaut Girka
2020-10-28Merge remote-tracking branch 'upstream/master' into devFire Demon
2020-10-26Add setting to disable the pop-in playerThibaut Girka
2020-10-26[Glitch] Add pop-out player for audio/video in web UIEugen Rochko
port d88a79b4566869ede24958fbff946e357bbb3cb9 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2020-09-08Monsterfork v2 Kaiju Commit 2020.06.27.1 - 2020.09.05.5Fire Demon
2020-04-25[Glitch] Fix expanded video player issuesThibG
Port c955f98d36868e85b0f1939a3a1c58c00babd4e8 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2019-12-12Fix edit filter link in filtered “Show why” dialogThibaut Girka
2019-09-30[Glitch] Change conversations UIEugen Rochko
Port bc5678d0151dd96e0ec5f3d4084ac6356c1d02f5 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2019-09-30[Glitch] Add explanation to mute dialog, refactor and clean up mute/block UIThibG
Port 9027bfff0c25a6da1bcef7ce880e5d8211062d1d to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2019-09-17Fix boost confirmation modal for description-less media not workingThibaut Girka
2019-07-15Add link to edit each listed filterThibaut Girka
2019-07-15Make some strings translatableThibaut Girka
2019-07-15Minor refactoringThibaut Girka
2019-07-15Add a way to know why a status has been filtered, and show it anywayThibaut Girka
2019-06-10Add option to display a warning before boosting toots lacking media descriptionsThibaut Girka
2019-05-10[Glitch] Add confirm modal for unboosting tootsAurélien Reeves
Port fe8a8f779e36e25286b6a7ddc7bcd08e2a4e2890 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2019-03-26[Glitch] Add a “Block & Report” button to the block confirmation dialogThibG
Port 6df4a8296996181d56a22535b86830c0ab56086e to glitch-soc
2019-02-10[Glitch] Add missing rejection handling for PromisesThibaut Girka
Port missing parts from 2c51bc0ca5a4c3a4bb140b4b40dabdda859ebb94 to glitch-soc
2018-12-18Allow disabling the reply confirmation dialogThibaut Girka
2018-10-05[Glitch] Add a confirmation dialog when hitting reply and the compose box ↵Thibaut Girka
isn't empty
2018-08-31[Glitch] Show compose form on delete & redraft when in mobile layoutThibaut Girka
Port 025fbb8285cdedf495d9e4d015db611b0c622cbb 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-06-16[Glitch] Add redraft functionThibaut Girka
Port bd0791d800902cdbdf6666e65d201df3ec22789c to glitch-soc
2018-05-16[Glitch] Feature: Direct message from StatusesThibaut Girka
Port 904a2479dd2085dfc94f33746ad6f7a755e72609 to glitch-soc
2018-04-11Add glitch-soc front-end support for bookmarksThibaut Girka
Unlike boosts and like, there is no confirmation dialog as misclicking can be recovered without another user seeing it.
2018-03-16[Glitch] Federate pinned statuses over ActivityPubThibaut Girka
Port 9110db41c53a2f3f22affc23b364362133997d3e to glitch
2017-12-09remove trailing spacescwm
2017-12-09add initial components based off of tootsuite pr #1507cwm
2017-12-04Merge branch 'gs-master' into glitch-themeDavid Yip
2017-12-03Rename themes -> flavours ? ?kibigo!