about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/actions/compose.js
AgeCommit message (Expand)Author
2023-02-19[Glitch] Fix focus point of already-attached media not saving after editClaire
2023-02-03[Glitch] Run eslint --fixClaire
2023-01-18[Glitch] Add support for editing media description and focus point of already...Claire
2022-12-04Fix content-type being reset when editing toots (#1993)Claire
2022-11-06[Glitch] Fix edits not being immediately reflectedClaire
2022-10-30[Glitch] Fix upload progress not communicating processing phase in web UIEugen Rochko
2022-10-28[Glitch] Fix reply not opening compose page on certain screen sizes in web UIEugen Rochko
2022-10-28[Glitch] Fix missing `isCancel`Yamagishi Kazutoshi
2022-10-28[Glitch] Replace `CancelToken` to `AbortSignal`Yamagishi Kazutoshi
2022-10-11Move flavours/glitch/utils/emoji back to flavours/glitch/features/emojiClaire
2022-10-11Move more modules from flavours/glitch/utils to flavours/glitchClaire
2022-10-11Rename flavours/glitch/util into flavours/glitch/utilsClaire
2022-10-11Move flavours/glitch/util/api to flavours/glitch/apiClaire
2022-05-16[Glitch] Add language dropdown to compose in web UIEugen Rochko
2022-02-10[Glitch] Add editing for published statusesEugen Rochko
2022-01-16[Glitch] Gradually increase retry waiting for media processingJeong Arm
2021-12-16[Glitch] ignore hashtag suggestions if they vary only in caseDavid Sterry
2021-09-28[Glitch] Add aliases for WebUI routes that were renamed in #16171Claire
2021-09-26[Glitch] Change routing paths to use usernames in web UIEugen Rochko
2021-07-25[Glitch] Add confirmation modal when closing media edit modal with unsaved ch...Claire
2020-07-07Merge pull request #1372 from ThibG/glitch-soc/fixes/local-only-public-optionThibG
2020-07-07[Glitch] Add ability to choose media thumbnail in web UIEugen Rochko
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
2020-03-22[Glitch] Change local media attachments to perform heavy processing asynchron...Eugen Rochko
2020-01-07Make prepending “re: ” to CWs on reply optionalThibaut Girka
2019-11-30[Glitch] Fix pending upload count not being decremented on errorThibG
2019-11-07[Glitch] Fix WebUI allowing to upload more items than the limitThibG
2019-09-30[Glitch] Use blob URL for Tesseract to avoid CORS issuesThibG
2019-09-02[Glitch] Restore hashtag suggestions from local tag historyThibG
2019-09-02[Glitch] Fix emoji autosuggestionsEugen Rochko
2019-09-02[Glitch] Add autosuggestions for hashtagsEugen Rochko
2019-06-30[Glitch] When sending a toot, ensure a CW is only set if the CW field is visibleThibaut Girka
2019-06-13[Glitch] Improvements to the single column layoutEugen Rochko
2019-06-13[Glitch] Add responsive panels to the single-column layoutEugen Rochko
2019-05-17Add status content type dropdown to compose box.KokaKiwi
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 mou...Eugen Rochko
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
2019-02-10[Glitch] Allow multiple files upload through web UI, including drag & dropThibaut Girka
2019-02-10[Glitch] Add missing rejection handling for PromisesThibaut Girka
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 e...Thibaut Girka
2018-10-20Force sensitive content flag when posting a toot with a CWThibaut Girka
2018-08-28[Glitch] Preserve hashtag casing in web UI hashtag historyThibaut Girka
2018-08-28[Glitch] Implement tag auto-completion by historyThibaut Girka