aboutsummaryrefslogtreecommitdiff
path: root/src/components/user_card_content/user_card_content.js
Commit message (Collapse)AuthorAge
* Rename UserCardContent to UserCardtaehoon2019-03-05
|
* Update modifier class notationtaehoon2019-03-05
|
* Re-do UserCardContent csstaehoon2019-03-05
|
* #332 - add follow/not follow button to follow listdave2019-02-09
|
* Refactor visibleRole for better readabilityeugenijm2019-02-06
| | | | Improve translation
* Allow to configure visibility for admin and moderator badgeseugenijm2019-02-06
|
* Migrate StillImage to UserAvatar for avatarstaehoon2019-02-02
|
* merge develop, fix conflicts, fix logged out bugshpuld2018-12-29
|\
| * Treat reserved users like external users in the frontend.Lambda2018-12-26
| |
* | New routes, notifications, other impovements in side drwaershpuld2018-12-28
|/
* Merge branch 'develop' into feature/new-user-routesMaxim Filippov2018-12-17
|\
| * slightly changed the code to have less mutations, added commentsHenry Jameson2018-12-14
| |
| * Merge remote-tracking branch 'upstream/develop' into async_followHenry Jameson2018-12-14
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: (45 commits) fix chrome Prevent html-minifier to remove placeholder comment in index.html template Add placeholder to insert server generated metatags. Related to #430 added condition to check for logined user fix gradients and minor artifacts keep track of new instance options fix old MR oof get rid of slots fix timeago font added hide_network option, fixed properties naming Fix fetching new users, add storing local users in usersObjects with their screen_name as well as id, so that they could be fetched zero-state with screen-name link. improve notification subscription Refactor arrays to individual options Reset enableFollowsExport to true after 2 sec when an export file is available to download Write a unit test for fileSizeFormatService add checkbox to disable web push I am dumb Handle errors from server Moved upload errors in user_settings to an array. Moved upload error strings to its separate section in i18n ...
| | * fix gradients and minor artifactsHenry Jameson2018-12-13
| | |
| * | Merge remote-tracking branch 'upstream/develop' into async_followHenry Jameson2018-12-13
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: (131 commits) Fix typo that prevented scope copy from working. added check for activatePanel is function or not addressed PR comments activate panel on user screen click added not preload check so hidden toggles asap removed counters from left panel added router-links to all relavent links added activatePanel onclick for timeago button added PR comments removed brackets from condition resolved lint issue renamed config to preload images and add ident to config added config for preload and made attachment responsive to it preload nsfw image fix fixed wrong height for selects better layouting for import-export, error display fixes added keep-colors option separated preview and exported from style_switcher revert that, it's actually used, i'm an idiot ...
| | * Merge remote-tracking branch 'upstream/develop' into feature/theming2Henry Jameson2018-12-05
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: Fix iOS Safari from making videos play fullscreen by default added PR comments resolved the lint used the deleted data param as condition in status template Switch to "timeline" when pressing user-settings Added user setting tooltip made links in user bio always open in new tabs addressed PR comments added tooltip Add userId property to timelines so that we don't overwrite user timeline meant for another user Added option to auto-hide subject field when it's empty. removes hacks from notifications storage, adds api call to let server update is_seen attribute fixes vimium not giving retweet button a hint Do not use underscore at the beginning of the method Logout user on password change Route user to the correct profile URL Typo Fix filetype detection Switch to settings when touching settings Switch to timeline on nav panel actions
| | * | avatars shadows, also allows drop-shadow useHenry Jameson2018-11-30
| | | |
| | * | lint fixHenry Jameson2018-11-27
| | | |
| | * | unbreak user profilesHenry Jameson2018-11-26
| | | |
| | * | Merge remote-tracking branch 'upstream/develop' into feature/theming2Henry Jameson2018-11-26
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: (60 commits) whoops whoops DM timeline: stream new statuses update-japanese-translation Add actual user search. incorporate most translation changes from MR 368 update french translation Always show dm panel. Add direct message tab. api service url remove deploy stage remove deploy stage updated and completed German translation On logout switch to public timeline. minor modification of Chinese translation update Chinese translation Add Chinese language Fix posting. Put oauth text into description. Display OAuth login on login form button. ...
| | * | | fixesHenry Jameson2018-11-21
| | | | |
| | * | | fix lint, for shadows, it's now possible to refer css variables as colorsHenry Jameson2018-11-21
| | | | |
| | * | | fix coldbootHenry Jameson2018-11-21
| | | | |
| | * | | some initial work for user highlight v2Henry Jameson2018-11-14
| | | | |
| * | | | Added support for async following including delayed confirmation if we followedHenry Jameson2018-12-04
| | |/ / | |/| | | | | | | | | | user or not
* | | | Implement user_profile.spec.jsMaxim Filippov2018-12-15
| | | |
* | | | Use 'userProfileLink' to generate user-profile linkMaxim Filippov2018-12-13
| |_|/ |/| |
* | | Switch to "timeline" when pressing user-settingseal2018-12-04
| | |
* | | made links in user bio always open in new tabsHenry Jameson2018-12-04
|/ /
* | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma-fe into ↵scarlett2018-10-16
|\| | | | | | | hide-statistics
* | Add option for disabling counts (followers, statuses) in user profiles.scarlett2018-09-04
|/
* added ability to pick the style of highlightingHenry Jameson2018-08-05
|
* both bugs fixed. it's reactive and no more conflicting cardsHenry Jameson2018-07-06
|
* working, somewhatHenry Jameson2018-07-06
|
* alternate usercardHenry Jameson2018-05-12
|
* Entire area around user counters are clickable now, not just the header-linkHenry Jameson2018-05-12
|
* Further usercard readibility. Made it visible which "tab" is actiavated - shouldHenry Jameson2018-05-12
| | | | be enough to hint user that you can click "following" / "followers". Fixes #77
* change external link icon, move chat from side panel to floating, hide own ↵shpuld2018-04-14
| | | | bio, prevent body/app from scrolling horizontally.
* cleanup. added fallback mechanism for IE11 and unsupported browsers.Henry Jameson2018-04-07
|
* getting rid of baseXX, some small fixes. Seems to be usable.Henry Jameson2018-04-07
|
* after nine years of development, hopefully, it has been worth the weightHenry Jameson2018-03-12
|
* Add remote follow button to local user profiles.eal2018-02-01
|
* Fix usercard from breaking with certain colors, clean up code structure a bit.shpuld2017-11-20