aboutsummaryrefslogtreecommitdiff
path: root/src/components/conversation/conversation.js
Commit message (Collapse)AuthorAge
...
* Misc fixes: Fix uploads stretching on chrome, fix warnings in consoleShpuld Shpludson2019-06-18
|
* show pinned state only in the user timelinetaehoon2019-05-15
|
* use pinned property from status directlytaehoon2019-05-15
|
* #468 - show pinned timeline and add pinned label to the statusdave2019-05-15
|
* refactor showing favs and repeats logicBrenden Bice2019-04-11
|
* display favs & reblogged users on expanded post in timeline viewBrenden Bice2019-04-11
|
* display avatars list on highlighted postBrenden Bice2019-04-11
|
* improve code qualityBrenden Bice2019-04-11
|
* rename favourite to favoriteBrenden Bice2019-04-11
|
* improve code qualityBrenden Bice2019-04-11
|
* fetch parent post boost users informationBrenden Bice2019-04-11
|
* fetch reblogged usersBrenden Bice2019-04-11
|
* fetch favorited usersBrenden Bice2019-04-11
|
* maintain conversationsObject storagetaehoon2019-04-11
|
* remove unused importingtaehoon2019-04-11
|
* get statuses in a conversation from the global repository instead of local statetaehoon2019-04-11
|
* #433 - update sort by for conversationdave2019-03-28
|
* Merge branch 'develop' of https://git.pleroma.social/pleroma/pleroma-fe into ↵dave2019-03-28
|\ | | | | | | issue-433-status-reply-form
| * Apparently, MastoAPI gives status in ancestors if you try opening a repeat...Henry Jameson2019-03-27
| |
* | #433 - sort conversation for retweets and clean updave2019-03-27
| |
* | #433 - fix retweet abnormal behaviordave2019-03-25
| |
* | #433 - consider page on focuseddave2019-03-25
| |
* | #433 - Fix conversation page highlight, fetch conversation on converation pagedave2019-03-25
| |
* | Resolve merge conflict,dave2019-03-25
|\| | | | | | | Fix few issues (conversation page highlight, fetch conversation, ...)
| * reviewHenry Jameson2019-03-25
| |
| * less hackery, more direct usage of mastoapiHenry Jameson2019-03-21
| |
| * minor UI improvements - keep current behavior of showing originating post ↵Henry Jameson2019-03-21
| | | | | | | | initially
| * why did i do thatHenry Jameson2019-03-21
| |
| * Fetching convos via MastoAPI. Had to change conversation component a bit forHenry Jameson2019-03-09
| | | | | | | | better support, since MastoAPI doesn't have coversation ids
* | #433 - fix broken conversation pagedave2019-03-25
| |
* | #433: persistency of status formdave2019-03-11
| |
* | #433: do not remove the reply dialogdave2019-03-11
|/
* fix convosHenry Jameson2019-02-14
|
* #341 - fix namingdave2019-02-12
|
* #341 - automatic scroll with repeats/reportsdave2019-02-12
|
* i should take it easyHenry Jameson2019-01-25
|
* hotfixHenry Jameson2019-01-25
|
* quickfixHenry Jameson2019-01-25
|
* this attempts converting id to number to sort them numerically, since "99" >Henry Jameson2019-01-25
| | | | "100" while 99 < 100
* removing unnecessary conversions since it should already be converted in ↵Henry Jameson2019-01-17
| | | | normalizer
* Merge branch 'switch-to-string-ids' into favoritesHenry Jameson2019-01-17
|\ | | | | | | | | | | | | | | | | | | | | | | with some changes/merge conflicts resolution * switch-to-string-ids: fixx????? fix notifications? fix lint fix tests, removed one unused function, fix real problem that tests helped to surface added some more explicit to string conversion since BE seem to be sending numbers and it could cause an issue. Remove all explicit and implicit conversions of statusId to number, changed explicit ones so that they convert them to string
| * Remove all explicit and implicit conversions of statusId to number, changedHenry Jameson2019-01-11
| | | | | | | | explicit ones so that they convert them to string
* | separated normalization into a another file, removed catchall and added more ↵Henry Jameson2019-01-13
|/ | | | stuff
* Move previews from conversation to status, put the reply preview arrow back ↵shpuld2017-11-13
| | | | on timeline statuses, add a spinner when the preview is still loading.
* Add back relative numbering.Roger Braun2017-07-29
|
* Only run through replies once.Roger Braun2017-07-29
|
* Revert "Throttle getReplies so it isn't called that often."Roger Braun2017-07-28
| | | | This reverts commit 86773579ed924e0a8a38eac4812f1bc10e353870.
* Throttle getReplies so it isn't called that often.Roger Braun2017-07-28
|
* Small cleanup.Roger Braun2017-06-07
|
* lint fixShpuld Shpuldson2017-06-07
|