aboutsummaryrefslogtreecommitdiff
path: root/src/components/status/status.js
Commit message (Collapse)AuthorAge
* Fix returnEdijs2019-02-11
|
* Fix clicking link - open new tab unless tag or mentionEdijs2019-02-11
|
* Merge branch 'develop' into fix/hashtag-openingEdijs2019-02-10
|\
| * Merge branch 'fix/subject-copying-composition-bug' into 'develop'Shpuld Shpludson2019-02-09
| |\ | | | | | | | | | | | | #326 Subject copying composition bug See merge request pleroma/pleroma-fe!550
| | * Switch into Lodashjasper2019-02-09
| | |
| | * Switch into Lodashjasper2019-02-09
| | |
| | * Subject copying composition bugjasper2019-02-08
| | |
| * | Add option to hide filtered statusesjasper2019-02-08
| | |
| * | Add option to hide filtered statusesjasper2019-02-08
| | |
| * | Add option to hide filtered statusesjasper2019-02-06
| |/
* | Extract tag name from href and open in same tabEdijs2019-02-07
| |
* | Always open tag in same instanceEdijs2019-02-06
| |
* | Hashtag opens in same tabEdijs2019-02-06
|/
* Merge branch 'issue-154-shorten-cw-subject' into 'develop'Shpuld Shpludson2019-02-04
|\ | | | | | | | | | | | | Issue #154 shorten subject Closes #154 See merge request pleroma/pleroma-fe!520
| * #154 - update long subject determine logic, meaningful variable namesdave2019-02-04
| |
| * shorten incredibly long content warning or subjectdave2019-02-03
| |
* | Merge branch 'fix/user-links-not-replaced-with-router-links-in-repeats' into ↵Shpuld Shpludson2019-02-04
|\ \ | | | | | | | | | | | | | | | | | | 'develop' #307 - replace user links with router links in repeats See merge request pleroma/pleroma-fe!516
| * | #307 - replace user links with router links in repeatsXiaofeng An2019-02-03
| |/
* | Merge branch '275-avatar-placeholder' into 'develop'Shpuld Shpludson2019-02-04
|\ \ | |/ |/| | | | | | | | | Support avatar placeholder Closes #275 See merge request pleroma/pleroma-fe!511
| * Migrate StillImage to UserAvatar for avatarstaehoon2019-02-02
| |
| * Show placeholder image if avatar image url is brokentaehoon2019-02-02
| |
* | Merge branch 'fix/default-inlined-videos' into 'develop'Shpuld Shpludson2019-02-03
|\ \ | |/ |/| | | | | Change video playing default without bothering making it an instance configurable See merge request pleroma/pleroma-fe!505
| * Change video playing default without bothering making it an instance ↵shpuld2019-01-31
| | | | | | | | configurable
* | fix #157 show screen_name when name is empty in retweetJoshua Burch2019-02-01
|/
* Merge branch 'develop' into feat/media-modalshpuld2019-01-30
|\
| * Merge branch 'fix/tall-statuses-v2' into 'develop'lambda2019-01-30
| |\ | | | | | | | | | | | | More tall status related fixes that I didn't know was borkd See merge request pleroma/pleroma-fe!498
| | * Adjust scrolling logic and document it, make sure to never show 'show less' ↵shpuld2019-01-30
| | | | | | | | | | | | if it's not a tall status
| * | Merge branch 'fix/reply-to-using-wrong-id' into 'develop'lambda2019-01-30
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix #295 reply-to link pointing to wrong id Closes #295 See merge request pleroma/pleroma-fe!499
| | * | Fix a simple typoshpuld2019-01-30
| | |/
| * / Capture clicks on statuses to hijack mention clicks, match mention href to ↵shpuld2019-01-30
| |/ | | | | | | user somehow
| * Merge branch 'feature/link-preview' into 'develop'lambda2019-01-29
| |\ | | | | | | | | | | | | link previews See merge request pleroma/pleroma-fe!481
| | * add link-preview componentWilliam Pitcock2019-01-28
| | |
| * | remove logshpuld2019-01-28
| | |
| * | Fix tall status expanding needing extra clicks, make tall status expand ↵shpuld2019-01-28
| | | | | | | | | | | | automatically in conversation when focused
* | | Merge branch 'develop' into feat/media-modalshpuld2019-01-28
|\| |
| * | Remove logsshpuld2019-01-27
| | |
| * | Fix replies to deleted posts/users pushing vue warningsshpuld2019-01-27
| |/
* | Merge develop and fix conflictshpuld2019-01-26
|\|
| * reviewHenry Jameson2019-01-24
| |
| * fix reply-to tooltip being somewhat unreliableHenry Jameson2019-01-23
| |
| * Revert "fix reply-to tooltip being somewhat unreliable"HJ2019-01-22
| | | | | | This reverts commit 66dc72deb2b4b518ba09b984d792be57451c4bfc
| * fix reply-to tooltip being somewhat unreliableHenry Jameson2019-01-23
| |
| * Merge branch 'favorites' into 'develop'HJ2019-01-22
| |\ | | | | | | | | | | | | | | | | | | Add Favorites TL to user profile, add some initial support for MastoAPI Closes #265 and #262 See merge request pleroma/pleroma-fe!462
| | * some more post fieldsHenry Jameson2019-01-17
| | |
| | * 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
* | | Redo everything in the MRshpuld2019-01-26
| | |
* | | Merge dev fix conflictsshpuld2019-01-20
|\| |
| * | Remove reply detection hackscarlett2019-01-13
| |/
* / Add media viewer module and media module component, modify attachment behaviorshpuld2019-01-14
|/