aboutsummaryrefslogtreecommitdiff
path: root/src/components/status/status.js
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
| * 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
|/
* 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
* Merge branch 'develop' into feature/new-user-routesMaxim Filippov2018-12-17
|\
| * added activatePanel onclick for timeago buttonValD2018-12-12
| |
| * Merge remote-tracking branch 'upstream/develop' into feature/theming2Henry Jameson2018-12-05
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: Fix iOS Safari from making videos play fullscreen by default added PR comments resolved the lint used the deleted data param as condition in status template Switch to "timeline" when pressing user-settings Added user setting tooltip made links in user bio always open in new tabs addressed PR comments added tooltip Add userId property to timelines so that we don't overwrite user timeline meant for another user Added option to auto-hide subject field when it's empty. removes hacks from notifications storage, adds api call to let server update is_seen attribute fixes vimium not giving retweet button a hint Do not use underscore at the beginning of the method Logout user on password change Route user to the correct profile URL Typo Fix filetype detection Switch to settings when touching settings Switch to timeline on nav panel actions
| * | avatars shadows, also allows drop-shadow useHenry Jameson2018-11-30
| | |
* | | Implement user_profile.spec.jsMaxim Filippov2018-12-15
| | |
* | | Use 'userProfileLink' to generate user-profile linkMaxim Filippov2018-12-13
| |/ |/|
* | resolved the lintValD2018-12-05
| |
* | used the deleted data param as condition in status templateValD2018-12-05
|/
* Merge remote-tracking branch 'upstream/develop' into feature/scope_preferencesHenry Jameson2018-11-26
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: (36 commits) remove deploy stage remove deploy stage updated and completed German translation minor modification of Chinese translation update Chinese translation Add Chinese language Fix posting. Count spoiler text in the character count. Fixes #135. Added Irish (Gaeilge) Language Copy-Paste too fast from the Catalan file apparently. Now it's in good Occitan. simplify code adapt to destructive change of api Adds Occitan locale Updated italian translation Update oc.json Update oc.json Update of the oc.json file Actualizacion del fichièr oc.json Sort messages object by language code so that it's easier from the UI to browse them. explicitly set collapseMessageWithSubject to undefined Fall back to instance settings consistently ...
| * Fall back to instance settings consistentlyscarlett2018-10-21
| |
* | lint fixHenry Jameson2018-09-25
| |
* | now it actually worksHenry Jameson2018-09-25
|/