about summary refs log tree commit diff
path: root/app/javascript/mastodon/reducers
AgeCommit message (Expand)Author
2018-04-09Feature: Direct message from Statuses (#7089)Emelia Smith
2018-04-04retrieve custom emoji list via API instead of before page load (#7047)Isatis
2018-04-02Fix issues with sending direct messages from user profile (#6999)Emelia Smith
2018-03-30Add some UI for user-defined domain blocks (#6628)ThibG
2018-03-29Feature: Direct message from menu (#6956)Emelia Smith
2018-03-27Add missing null handling in notification reducer (#6930)unarist
2018-03-24Allow clients to fetch notifications made while they were offline (#6886)Akihiko Odaki
2018-03-24Allow clients to fetch statuses made while they were offline (#6876)Akihiko Odaki
2018-03-24Rename variables to have semantic meanings in notifications reducer (#6890)Akihiko Odaki
2018-03-24Store objects to IndexedDB (#6826)Akihiko Odaki
2018-03-13Fix #6762: Do not overwrite some status attributes in reducer (#6767)Eugen Rochko
2018-03-12Insert space before shortcode if necessary (#6751)Akihiko Odaki
2018-03-11Add show more/less toggle for entire threads in web UI (#6733)Eugen Rochko
2018-03-07Remove text requirement when media attached from statuses (#6672)Eugen Rochko
2018-03-07Remove pointer events on the entire UI when a dropdown menu is open (#6648)Akihiko Odaki
2018-03-06Fix accounts' display name/bio not being set from initial state (#6644)Eugen Rochko
2018-03-04Implement tag auto-completion by history (#6621)Akihiko Odaki
2018-02-28Federated reports (#6570)Eugen Rochko
2018-02-22Focal points (#6520)Eugen Rochko
2018-02-21fix #6523 (#6524)りんすき
2018-01-21fix filter search index being too strict when looking for line breaks (#6318)codl
2018-01-19Do not throw away statuses obtained via websocket when API request finishes (...ThibG
2018-01-17Fix home regeneration (#6251)Eugen Rochko
2018-01-02Rename key to path in actions and reducers for settings (#6105)Akihiko Odaki
2017-12-24Refactor web_push_subscription (#6047)Akihiko Odaki
2017-12-09Fix #5630 - Prevent duplicate load of favourites (#5931)Eugen Rochko
2017-12-05Add list of lists component to web UI (#5811)Eugen Rochko
2017-11-28Allow hiding of reblogs from followed users (#5762)aschmitz
2017-11-26Do not filter the status collection after muting and blocking (#5815)Akihiko Odaki
2017-11-25Display list column (#5750)Eugen Rochko
2017-11-24Don't remove originals of boosted toots from timeline (#5479)sdukhovni
2017-11-18Profile redirect notes (#5746)Eugen Rochko
2017-11-15Optional notification muting (#5087)Surinna Curtis
2017-11-12Fix #5632 - Reset column loading status after fetch fail (#5659)Eugen Rochko
2017-11-01Refactor initial state: auto_play_gif (#5576)Nolan Lawson
2017-10-31Refactor initial state: "me" (#5563)Nolan Lawson
2017-10-17When unreblog arrives over streaming API, just delete in UI (#5439)Eugen Rochko
2017-10-16Filter out duplicate IDs in timelines reducer (#5417)Eugen Rochko
2017-10-13When unfollowing, remove from home in web UI immediately (#5369)Eugen Rochko
2017-10-08Track frequently used emojis in web UI (#5275)Eugen Rochko
2017-10-07Fix custom emoji in emoji picker, persist skin tone (#5258)Eugen Rochko
2017-10-07Fix regression from #5206 - deduplicate descendants (#5253)Eugen Rochko
2017-10-07Make auto-play GIFs preference affect custom emojis in web UI (#5254)Eugen Rochko
2017-10-06Compress and combine emoji data (#5229)Nolan Lawson
2017-10-06Implement hotkeys for web UI (#5164)Eugen Rochko
2017-10-05When processing custom emoji, ensure a non-animated version exists (#5230)Eugen Rochko
2017-10-04When a streaming API status arrives, sort it into conversations (#5206)Eugen Rochko
2017-10-03When muting, clear web UI like for blocks (#5172)Eugen Rochko
2017-10-02Code-split emoji-mart picker and data (#5175)Nolan Lawson
2017-09-28Add ability to specify alternative text for media attachments (#5123)Eugen Rochko