aboutsummaryrefslogtreecommitdiff
path: root/src/components
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
|/
* add missing shadow to nav panelshpuld2019-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
| |
* | 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/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
| |
* | use translate over margin animation (stupid me)shpuld2019-01-27
|/
* user profile: add media timelineWilliam Pitcock2019-01-26
|
* i should take it easyHenry Jameson2019-01-25
|
* hotfixHenry Jameson2019-01-25
|
* 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
| * 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
| * | reviewHenry Jameson2019-01-24
| | |
| * | fix reply-to tooltip being somewhat unreliableHenry Jameson2019-01-23
| |/
* / Fix who to follow panel shufflingHakaba Hitoyo2019-01-24
|/
* 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
|
* fix errors in consoleHenry Jameson2019-01-22
|
* 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
| * lintingHenry Jameson2019-01-22
| |
| * some more post fieldsHenry Jameson2019-01-17
| |
| * removing unnecessary conversions since it should already be converted in ↵Henry Jameson2019-01-17
| | | | | | | | normalizer
| * fix indentsHenry Jameson2019-01-17
| |
| * add support for tab-switcher to automatically switch to first tab if asked indexHenry Jameson2019-01-17
| | | | | | | | is invalid
| * fix login and favorites tab...Henry Jameson2019-01-17
| |
| * Revert "some initial work to make it possible to use "unregistered" ↵Henry Jameson2019-01-17
| | | | | | | | | | | | | | | | timelines, i.e. not" and some stuff to make favorites still work This reverts commit 039a4074006fb91ac9031b41b4e9af4a15766dfa.
| * 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 remote-tracking branch 'upstream/develop' into favoritesHenry Jameson2019-01-13
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: Add Korean translation Change emptlyTl to take userId better fix fixes #265 and also that thin line below gradient on chrome (UGH) fix #262 part of user profiles not being able to load previous posts Retain userId on clearing user timeline, don't flush when empty timeline
| * | | separated normalization into a another file, removed catchall and added more ↵Henry Jameson2019-01-13
| | | | | | | | | | | | | | | | stuff
| * | | some initial work to make it possible to use "unregistered" timelines, i.e. notHenry Jameson2019-01-12
| | |/ | |/| | | | | | | reserving a timeline by name, instead just passing timeline object itself.
* | | Linting.lain2019-01-19
| | |