about summary refs log tree commit diff
path: root/app/javascript/mastodon/actions
AgeCommit message (Expand)Author
2020-07-07Add ability to choose media thumbnail in web UI (#14244)Eugen Rochko
2020-07-07Change design of account notes in web UI (#14208)Eugen Rochko
2020-07-06Fix vanilla flavour tooThibaut Girka
2020-06-30Add user notes on accounts (#14148)ThibG
2020-06-09FIX: filters ignore media descriptions (#13837)Ben Lubar
2020-05-29Fix timeline markers in Firefox (regression from #13887) (#13889)ThibG
2020-05-29Fix timeline markers not working on Chrome (#13887)ThibG
2020-05-23Fix local streaming of hashtag timelines (#13827)Takeshi Umeda
2020-05-10Add remote only to public timeline (#13504)Takeshi Umeda
2020-04-28Refactor/cleanup TIMELINE_DELETE-related code (#13175)ThibG
2020-04-18Add local only to hashtag timeline (#13502)Takeshi Umeda
2020-03-28Fix 404 and 410 API errors being silently discarded in WebUI (#13279)ThibG
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
2020-03-08Code style improvements in JavaScript (#13159)Bèr Kessels
2020-02-03Change how unread announcements are handled (#13020)ThibG
2020-01-26Add streaming API updates for announcements being modified or deleted (#12963)Eugen Rochko
2020-01-25Fix spurious error and incorrect state change when adding a reaction twice (#...ThibG
2020-01-25Improve announcements design (#12954)ThibG
2020-01-23Add announcements (#12662)Eugen Rochko
2020-01-02Fix 12661 (#12744)Matt Panaro
2019-12-29Summary: fix slowness due to layout thrashing when reloading a large … (#12...Matt Panaro
2019-12-01Add follow_request notification type (#12198)ThibG
2019-11-29Fix pending upload count not being decremented on error (#12499)ThibG
2019-11-13Add bookmarks (#7107)ThibG
2019-11-07Fix WebUI allowing to upload more items than the limit (#12300)ThibG
2019-11-04Fix notification filters not applying to poll options (#12269)ThibG
2019-10-06Fix performance of home feed regeneration (#12084)Eugen Rochko
2019-09-29Add explanation to mute dialog, refactor and clean up mute/block UI (#11992)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-09-22Show user what options they have voted (#11195)ThibG
2019-09-21Change conversations UI (#11896)Eugen Rochko
2019-09-21Fix updates being hidden behind pending items on unmounted components (#11898)Eugen Rochko
2019-09-18Fix “load more” adding older toots/notifications to pending items (#11883)ThibG
2019-09-06Add timeline read markers API (#11762)Eugen Rochko
2019-08-30Add profile directory to web UI (#11688)Eugen Rochko
2019-08-27Add special alert for throttled requests (#11677)ThibG
2019-08-22Restore hashtag suggestions from local tag history (#11632)ThibG
2019-08-13Add indicator of unread content to window title when web UI is out of focus (...Eugen Rochko
2019-08-06Add trends UI with admin and user settings (#11502)Eugen Rochko
2019-08-06Improve dropdown menu keyboard navigation (#11491)ThibG
2019-07-29Fix emoji autosuggestions (#11442)Eugen Rochko
2019-07-28Add autosuggestions for hashtags (#11422)Eugen Rochko
2019-07-27Add search results pagination to web UI (#11409)Eugen Rochko
2019-07-25Change account domain block to clear out notifications and follows (#11393)Eugen Rochko
2019-07-21Display custom emoji in bio field names (#11350)ThibG
2019-07-16Add option to disable real-time updates in web UI (#9984)Eugen Rochko
2019-06-30Optimize makeGetStatus (#11211)ThibG
2019-06-29When sending a toot, ensure a CW is only set if the CW field is visible (#11206)ThibG