about summary refs log tree commit diff
path: root/app/javascript/mastodon/reducers/compose.js
AgeCommit message (Expand)Author
2020-07-07Add ability to choose media thumbnail in web UI (#14244)Eugen Rochko
2020-03-31Fix content warning being unnecessarily cleared when enabling/disabling CW (#...ThibG
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-27Avoid storing audio and video file data in memory (#11974)ThibG
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-30Add hashtag score for better sorting of autosuggestions (#11427)Eugen Rochko
2019-07-29Fix emoji autosuggestions (#11442)Eugen Rochko
2019-07-28Add autosuggestions for hashtags (#11422)Eugen Rochko
2019-07-02When deleting & redrafting a poll, fill in closest expires_in (#11203)ThibG
2019-06-29When sending a toot, ensure a CW is only set if the CW field is visible (#11206)ThibG
2019-06-06Fix “mark as sensitive” not being used in delete & redraft (#10980)ThibG
2019-05-11Fix incorrect reference to raw_content (it is raw_text instead) (#10753)ThibG
2019-05-11Add toot source to delete result to ease Delete & Redraft (#10669)ThibG
2019-05-09Add emoji suggestions to CW and poll option fields (#10555)ThibG
2019-03-06Add UI for creating polls (#10184)Eugen Rochko
2018-12-16Split out is_changing_upload from is_submitting (#9536)ThibG
2018-08-23Preserve hashtag casing in web UI hashtag history (#8394)Eugen Rochko
2018-07-04Refactor privacyPrefence() to use priority list (#7945)Maciek Baron
2018-06-06Preserve newlines in delete & redraft and desktop notifications (#7750)Eugen Rochko
2018-06-05Add redraft function (#7735)Eugen Rochko
2018-05-23Fix caret position after selected suggestion and media upload (#7595)ThibG
2018-04-17Fix caret position after inserting emoji (#7167)abcang
2018-04-09Feature: Direct message from Statuses (#7089)Emelia Smith
2018-04-02Fix issues with sending direct messages from user profile (#6999)Emelia Smith
2018-03-29Feature: Direct message from menu (#6956)Emelia Smith
2018-03-12Insert space before shortcode if necessary (#6751)Akihiko Odaki
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
2018-02-21fix #6523 (#6524)りんすき
2017-10-31Refactor initial state: "me" (#5563)Nolan Lawson
2017-10-06Implement hotkeys for web UI (#5164)Eugen Rochko
2017-09-28Add ability to specify alternative text for media attachments (#5123)Eugen Rochko
2017-09-23Add emoji autosuggest (#5053)Eugen Rochko
2017-09-23Switch from EmojiOne to Twemoji, different emoji picker (#5046)Eugen Rochko
2017-08-14Add protocol handler. Handle follow intents (#4511)Eugen Rochko
2017-07-31Disable sensitive button when with content warnings (#4460)Yamagishi Kazutoshi
2017-07-30Change to sensitive when adding content warning from web UI (#4456)Yamagishi Kazutoshi
2017-07-21feat(compose): More space on mobile devices (#4282)Sorin Davidoi
2017-07-17fix(emojis): Handle multipoint emojis (e.g. country flags) (#4221)Sorin Davidoi
2017-07-14Fix #4149, fix #1199 - Store emojis as unicode (#4189)Eugen Rochko
2017-07-11refactor: Rewrite immutablejs import statements using destructuring (#4147)Sorin Davidoi
2017-07-10Add setting a always mark media as sensitive (#4136)Yamagishi Kazutoshi
2017-07-09refactor: Make all reducers sync (#4125)Sorin Davidoi
2017-07-08Lazy load components (#3879)Sorin Davidoi
2017-06-23Remove unused variables (#3906)Yamagishi Kazutoshi
2017-05-20Improve eslint rules (#3147)Yamagishi Kazutoshi
2017-05-03Replace sprockets/browserify with Webpack (#2617)Eugen Rochko