about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/reducers/statuses.js
AgeCommit message (Collapse)Author
2019-03-05Port upstream refactoring of reducers and actionsThibaut Girka
Also includes 9e45b051cfea667f9ca3d3c72d13022259315090
2018-11-13[Glitch] Fix race condition when interacting with deleted tootsThibaut Girka
Port c875f19673e923e7a6e3c2b6656e96b863ca5915 to glitch-soc
2018-10-30[Glitch] Fix dimensions of preview cards, fix crash in web UI, fix warningThibaut Girka
Port 9c38c5daa3d7298f02c763a84a74680dcc89dac2 to glitch-soc
2018-10-30[Glitch] Include preview cards in status entity in REST APIThibaut Girka
Port 795f0107d23c1c9bd039f6449fa1e094ab7653a7 to glitch-soc
2018-07-17Process statuses on COMPOSE_SUBMIT_SUCCESS (fixes #579)Thibaut Girka
2018-06-09Delete references to removed constants (fixes #537)Thibaut Girka
2018-04-22[Glitch] Do not overwrite some status attributes in reducerThibaut Girka
Backport 386365090c9c9063941e3f7425c2e33c7d5c5b2a
2018-04-19[Glitch] Do not filter the status collection after muting and blockingThibaut Girka
Port fd87e5a53bcaafb886a675c76e9256015e9db897 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.
2017-12-03Rename themes -> flavours ? ?kibigo!