aboutsummaryrefslogtreecommitdiff
path: root/src/components
Commit message (Collapse)AuthorAge
* 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
| * | Use a cross browser safe solution to get scroll toptaehoon2019-03-06
| | |
* | | Merge branch 'issue-392-other-user-stale-data' into 'develop'Shpuld Shpludson2019-03-07
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | #392: stale data served to new user account Closes #392 See merge request pleroma/pleroma-fe!625
| * | | #392: stale data served to new user accountdave2019-02-28
| | | |
* | | | Merge branch 'fix/remove-posts-immediately-by-blocking-someone' into 'develop'Shpuld Shpludson2019-03-07
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | #330 Remove posts immediately by blocking someone See merge request pleroma/pleroma-fe!589
| * | | | Remove posts by blocking or unfollowingjasper2019-02-26
| | | | |
| * | | | Remove posts by blocking or unfollowingjasper2019-02-25
| | | | |
| * | | | Remove posts by blocking or followingjasper2019-02-18
| | | | |
| * | | | Remove posts immediately by blockingjasper2019-02-15
| | | | |
* | | | | Merge branch 'fix/gallery-css' into 'develop'Shpuld Shpludson2019-03-07
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix gallery style - move hide button to top right Closes #335 See merge request pleroma/pleroma-fe!579
| * | | | | Revert codeEdijs2019-02-28
| | | | | |
| * | | | | RevertEdijs2019-02-22
| | | | | |
| * | | | | Issue #335 - place hide button on right handEdijs2019-02-14
| | | | | |
| * | | | | Use static height if gallery has single imageEdijs2019-02-14
| | | | | |
* | | | | | Merge branch 'fix/post-content-type' into 'develop'Shpuld Shpludson2019-03-07
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #327: Load post status content type from instance config Closes #327 See merge request pleroma/pleroma-fe!641
| * | | | | | Merge content types translationsEdijs2019-03-06
| | | | | | |
| * | | | | | Load post status content type from instance configEdijs2019-03-04
| | | | | | |
* | | | | | | Merge branch 'issue-346-auto-post' into 'develop'Shpuld Shpludson2019-03-06
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #346: Hyperlink is not included Closes #346 See merge request pleroma/pleroma-fe!626
| * | | | | | #346: Hyperlink is not includeddave2019-02-28
| | |_|_|/ / | |/| | | |
* | | | | | compatibility with upcoming changesHenry Jameson2019-03-05
| |_|_|_|/ |/| | | |
* | | | | Merge branch 'fix/gallery-and-attachment-spacing' into 'develop'Shpuld Shpludson2019-03-05
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Unify spacing between gallery/link preview/attachment components See merge request pleroma/pleroma-fe!638
| * | | | | unify spacing between gallery/link preview/attachment componentsshpuld2019-03-04
| | | | | |
* | | | | | Generate cropped avatar image in the original file typetaehoon2019-03-04
| |_|/ / / |/| | | |
* | | | | Merge branch 'issue-417-profile-tab' into 'develop'Shpuld Shpludson2019-03-04
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Issue 417 profile tab Closes #417 See merge request pleroma/pleroma-fe!634
| * | | | | #417: reset tab from the outsidedave2019-03-03
| | | | | |