aboutsummaryrefslogtreecommitdiff
path: root/src
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
| |
* | Merge branch 'feat/make-mentions-use-internal-routing' into 'develop'lambda2019-01-30
|\ \ | | | | | | | | | | | | | | | | | | Fix #289 Make more user links use internal routing Closes #289 See merge request pleroma/pleroma-fe!500
| * | Capture clicks on statuses to hijack mention clicks, match mention href to ↵shpuld2019-01-30
| |/ | | | | | | user somehow
* | Split hide_network into hide_followers & hide_followingsMaxim Filippov2019-01-30
| |
* | Fix favs timeline fetching when opening profile via direct urlshpuld2019-01-29
|/
* Merge branch 'fix/nav-panel-shadow' into 'develop'lambda2019-01-29
|\ | | | | | | | | Add missing shadow to nav panel See merge request pleroma/pleroma-fe!491
| * add missing shadow to nav panelshpuld2019-01-29
| |
* | Merge branch 'fix/dont-connect-ws-when-chat-disabled' into 'develop'lambda2019-01-29
|\ \ | | | | | | | | | | | | | | | | | | fix #288 - Don't connect WS when chat is disabled Closes #288 See merge request pleroma/pleroma-fe!492
| * | Connect only after-store instead of when user gets tokenshpuld2019-01-29
| |/
* / Fix TypeError crash when using url of an invalid usershpuld2019-01-29
|/
* 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
| |
| * entity normalizer: add support for opengraph cardsWilliam Pitcock2019-01-28
| |
* | Merge branch 'fix/tall-status-handling' into 'develop'lambda2019-01-28
|\ \ | | | | | | | | | | | | Tall status fixes/improvements See merge request pleroma/pleroma-fe!490
| * | 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 'fix/make-user-by-name-case-insensitive' into 'develop'lambda2019-01-28
|\ \ \ | | | | | | | | | | | | | | | | Make userByName case-insensitive See merge request pleroma/pleroma-fe!489
| * | | Make userByName case-insensitiveshpuld2019-01-28
| |/ /
* / / fix user tl clearing and give it a testshpuld2019-01-28
|/ /
* | Merge branch 'fix/dont-fetch-favorites-for-others' into 'develop'lambda2019-01-28
|\ \ | | | | | | | | | | | | fix/don't fetch favs if the profile isnt current user See merge request pleroma/pleroma-fe!484
| * | dont fetch favs if profile isnt usshpuld2019-01-28
| | |
* | | Formattingshpuld2019-01-28
| | |
* | | Add back that login error thing that someone removedshpuld2019-01-28
| | |
* | | Merge branch 'fix/fix-warnings' into 'develop'lambda2019-01-28
|\ \ \ | |_|/ |/| | | | | | | | Fix annoying console warnings See merge request pleroma/pleroma-fe!480
| * | Remove logsshpuld2019-01-27
| | |
| * | Fix replies to deleted posts/users pushing vue warningsshpuld2019-01-27
| | |
| * | Fix registration path warning and translation warningsshpuld2019-01-27
| | |
* | | Merge branch 'develop' into 'develop'Shpuld Shpludson2019-01-28
|\ \ \ | | | | | | | | | | | | | | | | Add Dutch translation See merge request pleroma/pleroma-fe!482
| * | | Add Dutch translationspctrl2019-01-27
| | | |
* | | | Properly handle websocket token (fixes chat).lain2019-01-27
| |_|/ |/| |
* | | Merge branch 'fix/following-status-on-usercard' into 'develop'Shpuld Shpludson2019-01-27
|\ \ \ | | | | | | | | | | | | | | | | Fix follow-button on usercard not showing following status correctly See merge request pleroma/pleroma-fe!479
| * | | Move following to qvitter only spaceshpuld2019-01-27
| | | |
| * | | Add forgotten prop to entity normalizershpuld2019-01-27
| | |/ | |/|
* / | use translate over margin animation (stupid me)shpuld2019-01-27
|/ /
* | user profile: add media timelineWilliam Pitcock2019-01-26
| |
* | api service: add the ability to fetch a media-only timelineWilliam Pitcock2019-01-26
|/
* i should take it easyHenry Jameson2019-01-25
|
* Merge branch 'hotfix-broken-convos' into 'develop'HJ2019-01-25
|\ | | | | | | | | Hotfix broken convos See merge request pleroma/pleroma-fe!476
| * hotfixHenry Jameson2019-01-25
| |
* | Merge branch 'hotfix/summary-html' into 'develop'lambda2019-01-25
|\ \ | |/ |/| | | | | entity normalizer: provide summary_html property See merge request pleroma/pleroma-fe!475
| * entity normalizer: provide summary_html propertyWilliam Pitcock2019-01-25
| | | | | | | | | | | | Mastodon API returns HTML always in spoiler_text, while TwitterAPI sends both a text version as well as an HTML version of the message subject, which we started to use when we allowed custom emoji in message subjects.
* | quickfixHenry Jameson2019-01-25
| |
* | this attempts converting id to number to sort them numerically, since "99" >Henry Jameson2019-01-25
|/ | | | "100" while 99 < 100
* Merge branch 'fix-custom-nsfw-image' into 'develop'HJ2019-01-24
|\ | | | | | | | | fix custom nsfwCensorImage not working See merge request pleroma/pleroma-fe!469
| * "spring" cleaningHenry Jameson2019-01-24
| |
| * fix custom nsfwCensorImage not workingHenry Jameson2019-01-23
| |
* | Merge branch 'favorites-fixes' into 'develop'HJ2019-01-24
|\ \ | | | | | | | | | | | | fix reply-to tooltip being somewhat unreliable See merge request pleroma/pleroma-fe!473