aboutsummaryrefslogtreecommitdiff
path: root/src/components
Commit message (Collapse)AuthorAge
* Get correct mimetype through entity_normalizertaehoon2019-03-24
|
* Switch to mastoapi for posting status and uploading mediataehoon2019-03-24
|
* Merge branch '227-manage-blocks-mutes' into 'develop'HJ2019-03-24
|\ | | | | | | | | Transition to MastoAPI: Mute & Block and Add Mutes management tab See merge request pleroma/pleroma-fe!611
| * Add hideMutedPosts setting and wire up to post-returning endpointstaehoon2019-03-21
| |
| * Remove old muting logictaehoon2019-03-21
| |
| * Update MuteCard uitaehoon2019-03-21
| |
| * Add mute/unmute featrue and mutes management tabtaehoon2019-03-21
| |
* | Merge branch 'issue-452-unfollow-button' into 'develop'Shpuld Shpludson2019-03-23
|\ \ | | | | | | | | | | | | | | | | | | #452 - unfollow button issue Closes #452 See merge request pleroma/pleroma-fe!698
| * | #452 - update button class namedave2019-03-21
| | |
| * | #452 - unfollow button issuedave2019-03-21
| |/
* | Merge branch 'issue-451-long-user-name' into 'develop'Shpuld Shpludson2019-03-23
|\ \ | |/ |/| | | | | | | | | #451 - long username on follow/follower tabs Closes #451 See merge request pleroma/pleroma-fe!697
| * #451 - add class to username spandave2019-03-22
| |
| * #451 - update stylingdave2019-03-21
| |
| * #451 - long username on follow/follower tabsdave2019-03-21
| |
* | Merge branch 'issue-444-remote-follow' into 'develop'Shpuld Shpludson2019-03-21
|\ \ | | | | | | | | | | | | | | | | | | #444 - show `remote follow` button when logged out Closes #444 See merge request pleroma/pleroma-fe!692
| * | #444 - remote follow clean updave2019-03-19
| | |
| * | #444 - show `remote follow` button when logged outdave2019-03-19
| |/
* | Merge branch 'feature/bypass-avatar-cropper' into 'develop'Shpuld Shpludson2019-03-21
|\ \ | | | | | | | | | | | | | | | | | | #443 Add button to save without cropping Closes #443 See merge request pleroma/pleroma-fe!691
| * | Add button to save without croppingjasper2019-03-18
| |/
* | Merge branch 'feature/version-info' into 'develop'Shpuld Shpludson2019-03-21
|\ \ | |/ |/| | | | | | | | | Added new tab to display versions of BE/FE Closes #397 See merge request pleroma/pleroma-fe!671
| * Merge branch 'develop' into feature/version-infoEdijs2019-03-13
| |\
| * | Code refactoringEdijs2019-03-10
| | |
| * | Version links to BE/FEEdijs2019-03-10
| | |
| * | Added new tab to display versions of BE/FEEdijs2019-03-10
| | |
* | | Merge branch 'mastoapi/user-stuff' into 'develop'HJ2019-03-15
|\ \ \ | |_|/ |/| | | | | | | | Transition to MastoAPI: user data See merge request pleroma/pleroma-fe!655
| * | fix user-card avatar falling into permament failed stateHenry Jameson2019-03-14
| | |
| * | fix flake id users not fetching correctlyHenry Jameson2019-03-14
| | |
| * | whoopsHenry Jameson2019-03-12
| | |
| * | レインせんぱいにサンキューHenry Jameson2019-03-12
| | |
| * | fixed tests, review fixes, now storing local users with downcase screen name forHenry Jameson2019-03-11
| | | | | | | | | | | | better compatibility
| * | fix errorHenry Jameson2019-03-09
| | |
| * | attempt at fixing switching to user TLHenry Jameson2019-03-09
| | |
| * | fix reply-to marker, also whoops console logHenry Jameson2019-03-09
| | |
| * | revert some stuff, turns out it's actually breaking. Fixed some local user ↵Henry Jameson2019-03-09
| | | | | | | | | | | | things
| * | Since BE doesn't support fetching user by screen name over MastoAPI we'll gonnaHenry Jameson2019-03-08
| | | | | | | | | | | | just fetching it over QvitterAPI real quick :DDDDDDDDD
| * | Partially transitioned user data to MastoAPI. Added support for fetchingHenry Jameson2019-03-08
| | | | | | | | | | | | | | | relationship data. Upgraded code to be more resilient to nulls caused by missing data in either APIs
* | | Add floating post-status button on mobileShpuld Shpludson2019-03-11
| | |
* | | Update user settings icon to penciltaehoon2019-03-11
| | |
* | | Merge branch 'emoji-limit-profile' into 'develop'HJ2019-03-11
|\ \ \ | |_|/ |/| | | | | | | | user_card.vue: Set img.emoji to 32×32px See merge request pleroma/pleroma-fe!665
| * | user_card.vue: Copy over .status-content img stylingHaelwenn (lanodan) Monnier2019-03-11
| | |
| * | user_card.vue: Set img.emoji to 32×32pxHaelwenn (lanodan) Monnier2019-03-10
| |/ | | | | | | Related to https://git.pleroma.social/pleroma/pleroma/merge_requests/792
* / #432 - prevent post status form textarea keydown event propagationdave2019-03-08
|/
* Merge branch '420-redo-user-card-content' into 'develop'Shpuld Shpludson2019-03-07
|\ | | | | | | | | | | | | Re-do UserCardContent Component CSS Closes #420 See merge request pleroma/pleroma-fe!642
| * Revert modifier class notationtaehoon2019-03-05
| |
| * Update classnametaehoon2019-03-05
| |
| * Rename UserCardContent to UserCardtaehoon2019-03-05
| |
| * Update block class name of BasicUserCard componenttaehoon2019-03-05
| |
| * Update modifier class notationtaehoon2019-03-05
| |
| * Re-do UserCardContent csstaehoon2019-03-05
| |
* | Merge branch '415-timeline' into 'develop'Shpuld Shpludson2019-03-07
|\ \ | | | | | | | | | | | | | | | | | | Fix timeline updating bug when scrolled down Closes #415 See merge request pleroma/pleroma-fe!644