| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | add back mute prediction, add getter for relationships | Shpuld Shpuldson | 2020-04-24 |
| | | |||
| * | make relationships separate from users | Shpuld Shpuldson | 2020-04-21 |
| | | |||
| * | stop using customTheme in user card, instead use color slots. fix for opacity | Henry Jameson | 2020-02-20 |
| | | | | | inheritance polluting inheritors | ||
| * | move mention button right next to mute button | taehoon | 2019-11-26 |
| | | |||
| * | show N/A when count is hidden | taehoon | 2019-11-12 |
| | | |||
| * | Merge remote-tracking branch 'upstream/develop' into settings-refactor | Henry Jameson | 2019-10-29 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: (89 commits) remove needless ref show preview popover when hover numbered replies refactor conditions do not make too many nested div add fetchStatus action refactor status loading logic split status preview popover into a separate component uninstall mobile-detect library listen both events minor css fix restrict distance at top side only set different trigger event in desktop and mobile by default fix eslint warnings fix popper go behind the top bar migrate Popper to v-popover fix popper go behind the top bar fix eslint warnings reset font-size to normal text size using rem use top placement by default hide status preview popper when hover popper content ... | ||
| | * | updated user_card | Maksim Pechnikov | 2019-10-08 |
| | | | |||
| | * | Revert "added acccount_actions component" | Maksim Pechnikov | 2019-10-08 |
| | | | | | | | | | This reverts commit 188b6f56ed2f983d8f0fba4dc8f7327ebbee321d. | ||
| | * | added acccount_actions component | Maksim Pechnikov | 2019-09-30 |
| | | | |||
| | * | Merge branch 'develop' into feature/following_reblogs | Maksim Pechnikov | 2019-09-26 |
| | |\ | |||
| | * | | use `repeats` intead `boosts` | Maksim Pechnikov | 2019-09-22 |
| | | | | |||
| | * | | added support hide\show reblogs from a specific user | Maksim Pechnikov | 2019-09-21 |
| | | | | |||
| * | | | Fix tests, more replacing with mergedConfig | Henry Jameson | 2019-10-06 |
| | | | | |||
| * | | | created mergedConfig getter to avoid obnoxious checks for undefined everywhere | Henry Jameson | 2019-09-29 |
| | |/ |/| | |||
| * | | Merge remote-tracking branch 'upstream/develop' into emoji-selector-update | Henry Jameson | 2019-09-25 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: (42 commits) Fix formatting in oc.json avoid using global class fix logo moving bug when lightbox is open Reserve scrollbar gap when body scroll is locked setting display: initial makes trouble, instead, toggle display: none using classname lock body scroll add body-scroll-lock directive install body-scroll-lock wire up props with PostStatusModal rename component recover autofocusing behavior refactor MobilePostStatusModal using new PostStatusModal add new module and modal to post new status remove needless condition add mention button wire up user state with global store collapse fav/repeat notifications from muted users do not collapse thread muted posts in conversation detect thread-muted posts do not change word based muting logic ... | ||
| | * | | add new module and modal to post new status | taehoon | 2019-09-20 |
| | | | | |||
| | * | | add mention button | taehoon | 2019-09-20 |
| | |/ | |||
| | * | Utilize `user.requested` to display follow request status on user card | rinpatch | 2019-09-05 |
| | | | | | | | | | Closes #635 | ||
| * | | update status/user card to use same gradient mask fading effect instead of | Henry Jameson | 2019-09-15 |
| |/ | | | | background hack | ||
| * | allow zooming avatar in profile panel header | taehoon | 2019-07-28 |
| | | |||
| * | use $route instead of $router.currentRoute | taehoon | 2019-07-28 |
| | | |||
| * | enlarge avatar in profile page | taehoon | 2019-07-28 |
| | | |||
| * | mutate updated relationship to the store | taehoon | 2019-07-10 |
| | | |||
| * | migrate SubscribeButton to the existing common component | taehoon | 2019-07-10 |
| | | |||
| * | #482 - add subscribe button | jared | 2019-07-10 |
| | | |||
| * | all the manual fixes | Henry Jameson | 2019-07-07 |
| | | |||
| * | npm eslint --fix . | Henry Jameson | 2019-07-05 |
| | | |||
| * | add user reporting modal | taehoon | 2019-05-03 |
| | | |||
| * | Added moderation menu | eugenijm | 2019-04-01 |
| | | |||
| * | Remove old muting logic | taehoon | 2019-03-21 |
| | | |||
| * | Add mute/unmute featrue and mutes management tab | taehoon | 2019-03-21 |
| | | |||
| * | #444 - show `remote follow` button when logged out | dave | 2019-03-19 |
| | | |||
| * | Partially transitioned user data to MastoAPI. Added support for fetching | Henry Jameson | 2019-03-08 |
| | | | | | | relationship data. Upgraded code to be more resilient to nulls caused by missing data in either APIs | ||
| * | Merge branch '420-redo-user-card-content' into 'develop' | Shpuld Shpludson | 2019-03-07 |
| |\ | | | | | | | | | | | | | Re-do UserCardContent Component CSS Closes #420 See merge request pleroma/pleroma-fe!642 | ||
| | * | Revert modifier class notation | taehoon | 2019-03-05 |
| | | | |||
| | * | Rename UserCardContent to UserCard | taehoon | 2019-03-05 |
| |/ | |||
| * | Remove UserCard | taehoon | 2019-02-28 |
| | | |||
| * | Take over branch and fix some issues | shpuld | 2019-02-17 |
| | | |||
| * | #332 - add follow/not follow button to follow list | dave | 2019-02-09 |
| | | |||
| * | Migrate StillImage to UserAvatar for avatars | taehoon | 2019-02-02 |
| | | |||
| * | Treat reserved users like external users in the frontend. | Lambda | 2018-12-26 |
| | | |||
| * | Merge remote-tracking branch 'upstream/develop' into user-profile-overhault | Henry Jameson | 2018-12-18 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: (24 commits) Feature/bigger icons for mobile / #211 Fix oauth url Make user profile page cleaner Redirect to /main/all Move userProfile link to methods Fix user profile test Add temporary redirects Add local profile test Implement user_profile.spec.js Use babel polyfill in karma Use 'userProfileLink' to generate user-profile link Rollback disableDotRule Use "-1" in indexOf Add generateProfileLink Use "~" as a route namespace symbol Disable dot rule Pass userName instead of userId Typo in tests Fix redirect paths Fix typo ... | ||
| | * | Move userProfile link to methods | Maxim Filippov | 2018-12-17 |
| | | | |||
| | * | Merge branch 'develop' into feature/new-user-routes | Maxim Filippov | 2018-12-17 |
| | |\ | |||
| | * | | Use 'userProfileLink' to generate user-profile link | Maxim Filippov | 2018-12-13 |
| | | | | |||
| * | | | collateral fixes for user-card: use still-image, styles for custom emoji | Henry Jameson | 2018-12-17 |
| | |/ |/| | |||
| * | | added condition to check for logined user | ValD | 2018-12-13 |
| |/ | |||
| * | follow requests: refactor to properly leverage vuex | William Pitcock | 2018-06-07 |
| | | |||
| * | add follow requests UI | William Pitcock | 2018-06-07 |
| | | |||
| * | Add follower and following views | eal | 2017-08-23 |
