aboutsummaryrefslogtreecommitdiff
path: root/src/components/status
Commit message (Collapse)AuthorAge
* 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
* | Remove logsshpuld2019-01-27
| |
* | Fix replies to deleted posts/users pushing vue warningsshpuld2019-01-27
|/
* 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
* | 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
|/
* 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
|
* Merge branch 'develop' into feature/new-user-routesMaxim Filippov2018-12-17
|\
| * fix timeago fontHenry Jameson2018-12-13
| |
| * added router-links to all relavent linksValD2018-12-12
| |
| * 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
| * | making inset shadows work on avatars againHenry Jameson2018-12-02
| | |
| * | fix retweeter avatar not getting proper shadowHenry Jameson2018-12-01
| | |
| * | avatars shadows, also allows drop-shadow useHenry Jameson2018-11-30
| | |
| * | Merge remote-tracking branch 'upstream/develop' into feature/theming2Henry Jameson2018-11-26
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: (60 commits) whoops whoops DM timeline: stream new statuses update-japanese-translation Add actual user search. incorporate most translation changes from MR 368 update french translation Always show dm panel. Add direct message tab. api service url remove deploy stage remove deploy stage updated and completed German translation On logout switch to public timeline. minor modification of Chinese translation update Chinese translation Add Chinese language Fix posting. Put oauth text into description. Display OAuth login on login form button. ...
| * | | better preview, collateral fixesHenry Jameson2018-11-26
| | | |
| * | | more stylesHenry Jameson2018-11-26
| | | |
| * | | more fontsHenry Jameson2018-11-25
| | | |
| * | | collateral fixesHenry Jameson2018-11-25
| | | |
| * | | more default shadows, replaced original shadows with generated ones. maybe gottaHenry Jameson2018-11-21
| | | | | | | | | | | | | | | | update fallbacks...
| * | | Some themeing is working!!Henry Jameson2018-10-07
| | | |
* | | | Implement user_profile.spec.jsMaxim Filippov2018-12-15
| | | |
* | | | Use 'userProfileLink' to generate user-profile linkMaxim Filippov2018-12-13
| | | |
* | | | Fix avatar stylesMaxim Filippov2018-12-06
| | | |
* | | | Move old routes to /p, use /nickname for user profilesMaxim Filippov2018-12-06
| |_|/ |/| |
* | | added PR commentsValD2018-12-05
| | |
* | | resolved the lintValD2018-12-05
| | |
* | | used the deleted data param as condition in status templateValD2018-12-05
| | |
* | | added tooltipValD2018-12-04
| |/ |/|