about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/actions/compose.js
AgeCommit message (Collapse)Author
2020-08-30Redesign local-only toots in glitch flavourThibaut Girka
Co-authored-by: Fire Demon <firedemon@creature.cafe>
2020-08-30[Feature] Add in-place post editingFire Demon
2020-07-07Merge pull request #1372 from ThibG/glitch-soc/fixes/local-only-public-optionThibG
Add option to show local-only toots in public timeline
2020-07-07[Glitch] Add ability to choose media thumbnail in web UIEugen Rochko
Port 06fc6a9cd4c700c450dbe8e8c579a5d5bc4ba732 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2020-07-06Add UI option to show local-only toots in public timelineThibaut Girka
2020-03-22[Glitch] Fix regression in “Edit media” modal in web UIThibG
Port 90f3a0006243250ced6e7e192f81513d6b731b33 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2020-03-22[Glitch] Change local media attachments to perform heavy processing ↵Eugen Rochko
asynchronously Port front-end part of 9660aa4543deff41c60d131e081137f84e771499 to glitch-soc [API] This makes use of a new media posting API (/api/v2/media), supporting background processing of uploaded files. For Pleroma's purposes, this could be handled the same as /api/v1/media since afaik Pleroma doesn't do any transcoding. Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2020-01-07Make prepending “re: ” to CWs on reply optionalThibaut Girka
2019-11-30[Glitch] Fix pending upload count not being decremented on errorThibG
Port 667708f5b00ee8b7795eacd9c20d29f77c8ae602 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2019-11-07[Glitch] Fix WebUI allowing to upload more items than the limitThibG
Port 66684c489c3c0bde752d107b02fc3bd6cbcacf04 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2019-09-30[Glitch] Use blob URL for Tesseract to avoid CORS issuesThibG
Port 7baedcb61e15200478f3ad6deb96d452cd63499a to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2019-09-02[Glitch] Restore hashtag suggestions from local tag historyThibG
Port 5ab1e0e738183a0ddcec140d55184351f751b22d to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2019-09-02[Glitch] Fix emoji autosuggestionsEugen Rochko
Port 784c88e16d8e0f75c0d27e34f926569607e02044 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2019-09-02[Glitch] Add autosuggestions for hashtagsEugen Rochko
Port cfb2ed78231758a79af038a964ab7f7b7b35274e to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2019-06-30[Glitch] When sending a toot, ensure a CW is only set if the CW field is visibleThibaut Girka
Partial port of ccc7fe3e1d04c7cabad916e4e57c7739743d5c91 to glitch-soc It doesn't ensure the field isn't changed, just that it isn't submitted if the field isn't visible. Ensuring the field isn't changed would require reworking the “always show CW field” feature.
2019-06-13[Glitch] Improvements to the single column layoutEugen Rochko
Port 0e445ebb1392c8dbce320509d219f16c7c221406 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2019-06-13[Glitch] Add responsive panels to the single-column layoutEugen Rochko
Port 1e5532e693d9533ee37f553aeb191e284178fa52 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2019-05-17Add status content type dropdown to compose box.KokaKiwi
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2019-04-26Refactor selectComposeSuggestion so that different paths can be updatedThibaut Girka
2019-04-24Fix upload progressbar when image resizing is involvedThibaut Girka
2019-03-08[Glitch] Fix public timelines being broken by new toots when they are not ↵Eugen Rochko
mounted Port be1c634b2b4372a525d304d2ff830392f04c5cc5 to glitch-soc
2019-03-06Disable file upload when there is a pollThibaut Girka
2019-03-06[Glitch] Port polls creation UI from upstreamThibaut Girka
2019-03-05Port upstream refactoring of reducers and actionsThibaut Girka
Also includes 9e45b051cfea667f9ca3d3c72d13022259315090
2019-02-10[Glitch] Allow multiple files upload through web UI, including drag & dropThibaut Girka
Port 750c67660de753065ec160b4e389ba0dda2f81cc to glitch-soc
2019-02-10[Glitch] Add missing rejection handling for PromisesThibaut Girka
Port missing parts from 2c51bc0ca5a4c3a4bb140b4b40dabdda859ebb94 to glitch-soc
2019-02-01Do not mark toots as sensitive if they don't have any media attachedThibaut Girka
2018-12-30Immediately go back in browser history upon successfully sending tootThibaut Girka
2018-12-14On mobile, go back in browser history upon posting, unless threaded mode is ↵Thibaut Girka
enabled
2018-10-20Force sensitive content flag when posting a toot with a CWThibaut Girka
Indeed, when the “Always enable the Content Warning field” setting is enabled, sending a content-less toot with a CW would move the CW to the toot's content and leave the toot not marked as sensitive.
2018-08-28[Glitch] Preserve hashtag casing in web UI hashtag historyThibaut Girka
Port f9b23a5d6247445ea5b70b431c934a4bb99213bc to glitch-soc
2018-08-28[Glitch] Implement tag auto-completion by historyThibaut Girka
Port 460e380d386367b6809d319859e13d17a6a2acea to glitch-soc
2018-08-18Add focal points support in the composerThibaut Girka
2018-05-29[Glitch] Allow clients to fetch statuses made while they were offlineThibaut Girka
Port 9a1a55ce526c956ac6b35897d483c316b7ad4394 to glitch-soc
2018-05-27Implement client-size image resizing from upstreamThibaut Girka
2018-05-16[Glitch] Feature: Direct message from menuThibaut Girka
Port d1f34151aee564bb1e60ee48107797681c869a81 to glitch-soc
2018-03-20[Glitch] Cancel outdated pending compose suggestionsThibaut Girka
Port 08f49bdb0d9ea03b1290bc1b6f1beaa37a6308e2 to the glitch flavour
2018-03-12Remove text requirement when media attached from statuses (fixes #381)Thibaut Girka
Ports cfa9b6e13ab3c434f3901df6f614d0aa94a3d1ed to glitchsoc
2018-01-14Set glitchy elephant friend variant in initial state. #294.David Yip
Also lay some groundwork needed to interactively change the glitchfriend. The codebase uses "elefriend" because it's shorter and didn't require me to realign the actions in actions/compose.js. Same idea, though.
2018-01-05Threaded mode~kibigo!
2018-01-04WIP <Compose> Refactor; SCSS ed.kibigo!
2018-01-04WIPgit status <Compose> Refactor; <Composer> ed.kibigo!
2017-12-03Rename themes -> flavours ? ?kibigo!