about summary refs log tree commit diff
path: root/app/javascript/mastodon/actions/compose.js
AgeCommit message (Expand)Author
2020-11-12Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2020-11-11Remove auto-redirect to direct messages in web UI (#15142)Eugen Rochko
2020-07-22Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2020-07-19Fix/14021 behaviour on add or remove toots (#14212)Ariel
2020-07-07Merge pull request #1372 from ThibG/glitch-soc/fixes/local-only-public-optionThibG
2020-07-07Add ability to choose media thumbnail in web UI (#14244)Eugen Rochko
2020-07-06Fix vanilla flavour tooThibaut Girka
2020-03-10Fix regression in “Edit media” modal in web UI (#13243)ThibG
2020-03-08Change local media attachments to perform heavy processing asynchronously (#1...Eugen Rochko
2019-11-29Fix pending upload count not being decremented on error (#12499)ThibG
2019-11-07Fix WebUI allowing to upload more items than the limit (#12300)ThibG
2019-09-28Add `exclude_unreviewed` param to `GET /api/v2/search` REST API (#11977)Eugen Rochko
2019-09-27Use blob URL for Tesseract to avoid CORS issues (#11964)ThibG
2019-08-22Restore hashtag suggestions from local tag history (#11632)ThibG
2019-07-29Fix emoji autosuggestions (#11442)Eugen Rochko
2019-07-28Add autosuggestions for hashtags (#11422)Eugen Rochko
2019-06-29When sending a toot, ensure a CW is only set if the CW field is visible (#11206)ThibG
2019-05-26Improvements to the single column layout (#10835)Eugen Rochko
2019-05-25Add responsive panels to the single-column layout (#10820)Eugen Rochko
2019-05-09Add emoji suggestions to CW and poll option fields (#10555)ThibG
2019-04-25Fix upload progressbar when image resizing is involved (#10632)ThibG
2019-03-07Fix public timelines being broken by new toots when they are not mounted (#10...Eugen Rochko
2019-03-06Disable file upload when there is a poll (#10195)ThibG
2019-03-06Add UI for creating polls (#10184)Eugen Rochko
2019-02-02Allow multiple files upload through web UI, including drag & drop (#9856)tmm576
2018-12-30Immediately go back in browser history upon successfully sending toot (#9663)ThibG
2018-12-14When posting in mobile mode, go back to previous history location (#9502)ThibG
2018-10-24Fix JS error when posting from page without router context (#9073)Eugen Rochko
2018-10-23Fix public timelines not instantly updating on compose (#9050)Eugen Rochko
2018-10-11Do not push DMs into the home feed (#8940)Eugen Rochko
2018-08-23Preserve hashtag casing in web UI hashtag history (#8394)Eugen Rochko
2018-04-23Refactor resizeImage method (#7236)Yamagishi Kazutoshi
2018-04-23Resize images before upload in web UI to reduce bandwidth (#7223)Eugen Rochko
2018-04-18Direct messages column (#4514)Kaito Sinclaire
2018-04-17Fix caret position after inserting emoji (#7167)abcang
2018-04-02 Add missing rejection handling for Promises (#7008)unarist
2018-03-29Feature: Direct message from menu (#6956)Emelia Smith
2018-03-24Allow clients to fetch statuses made while they were offline (#6876)Akihiko Odaki
2018-03-24Store objects to IndexedDB (#6826)Akihiko Odaki
2018-03-20Cancel outdated pending compose suggestions (#6838)ThibG
2018-03-07Remove text requirement when media attached from statuses (#6672)Eugen Rochko
2018-03-04Implement tag auto-completion by history (#6621)Akihiko Odaki
2018-02-22Focal points (#6520)Eugen Rochko
2017-10-08Track frequently used emojis in web UI (#5275)Eugen Rochko
2017-10-06Compress and combine emoji data (#5229)Nolan Lawson
2017-10-06Implement hotkeys for web UI (#5164)Eugen Rochko
2017-10-02Code-split emoji-mart picker and data (#5175)Nolan Lawson
2017-09-30Make emoji autosuggestions immediate, usernames appear sooner (#5149)Eugen Rochko
2017-09-28Add ability to specify alternative text for media attachments (#5123)Eugen Rochko
2017-09-23Add emoji autosuggest (#5053)Eugen Rochko