about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/features/ui/components/embed_modal.js
AgeCommit message (Collapse)Author
2019-10-04[Glitch] Fix media editing modal and profile directory in light themeEugen Rochko
Port f51f99c3c21e1ef792db91cb90816b6c52727989 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2019-09-09Move “export” before decoratorsThibaut Girka
As this is what upstream does. See also https://github.com/tc39/proposal-decorators/issues/69
2019-02-10[Glitch] Add missing rejection handling for PromisesThibaut Girka
Port missing parts from 2c51bc0ca5a4c3a4bb140b4b40dabdda859ebb94 to glitch-soc
2018-12-17Sandbox toot embeds in the embed modalThibaut Girka
It should not be necessary thanks to our Content Security Policy, but best be sure in case a server's CSP is incorrect. Also, avoids a CSP warning about loading remote scripts.
2018-01-09Refactor /api/web APIs to use the centralized axios instance (tootsuite pr ↵cwm
#6223)
2017-12-03Rename themes -> flavours ? ?kibigo!