aboutsummaryrefslogtreecommitdiff
path: root/src/components/status
Commit message (Collapse)AuthorAge
* 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
| * Fix class ordering issues related to avatartaehoon2019-02-02
| |
| * Improve reusability of UserAvatar componenttaehoon2019-02-02
| |
| * Move avatar css into a correct placetaehoon2019-02-02
| |
| * Migrate StillImage to UserAvatar for avatarstaehoon2019-02-02
| |
| * Show placeholder image if avatar image url is brokentaehoon2019-02-02
| |
* | Merge branch 'fix/conversation-arrow-smushed-in-notifications-panel' into ↵Shpuld Shpludson2019-02-03
|\ \ | | | | | | | | | | | | | | | | | | 'develop' #306 - fix conversation arrow smushed in notifications panel See merge request pleroma/pleroma-fe!513
| * | #306 - fix conversation arrow smushed in notifications panelXiaofeng An2019-02-03
| | |
| * | Revert "#306 - fix conversation arrow smushed in notifications panel"Xiaofeng An2019-02-03
| | | | | | | | | | | | This reverts commit 1e40e70efc64071581adff4bce3c8bf78da82acb.
| * | #306 - fix conversation arrow smushed in notifications panelXiaofeng An2019-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
| | * refactor the FE partsshpuld2019-01-28
| | |
| | * status: only show link preview in main post viewWilliam Pitcock2019-01-28
| | |
| | * 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
|\| |
| * | Merge branch 'summary-html' into 'develop'lambda2019-01-15
| |\ \ | | | | | | | | | | | | | | | | Sync with backend: Use summary_html. See merge request pleroma/pleroma-fe!463
| | * | Sync with backend: Use summary_html.scarlett2019-01-13
| | |/
| * / Remove reply detection hackscarlett2019-01-13
| |/
* / Add media viewer module and media module component, modify attachment behaviorshpuld2019-01-14
|/
* merge develop, fix conflicts, fix logged out bugshpuld2018-12-29
|\
| * Treat reserved users like external users in the frontend.Lambda2018-12-26
| |
* | New routes, notifications, other impovements in side drwaershpuld2018-12-28
|/
* Fixed some settings not using defaults from instance config. Made some parts ofHenry Jameson2018-12-18
| | | | code more readable
* Feature/bigger icons for mobile / #211Shpuld Shpludson2018-12-18
|