aboutsummaryrefslogtreecommitdiff
path: root/src/components/user_profile/user_profile.js
Commit message (Collapse)AuthorAge
* remove needless importingtaehoon2019-05-15
|
* improve performance by caching pinned status ids into user objecttaehoon2019-05-15
|
* filter pinned statuses based on pinned entity instead of a separate user entitytaehoon2019-05-15
|
* remove pinned timeline, instead, use simple entity of user objecttaehoon2019-05-15
|
* #468 - show pinned timeline and add pinned label to the statusdave2019-05-15
|
* fix typostaehoon2019-04-17
|
* remove withList hoctaehoon2019-04-17
|
* refactor using List componenttaehoon2019-04-17
|
* fix mess in UserProfile componenttaehoon2019-04-15
|
* store friends/followers in the global user repositorytaehoon2019-04-14
|
* Merge branch 'fix/notification-bugs' into 'develop'Shpuld Shpludson2019-04-09
|\ | | | | | | | | | | | | #474 Fix notification bugs Closes #474 See merge request pleroma/pleroma-fe!728
| * Separate timeline and notificationjasper2019-04-04
| |
* | Added moderation menueugenijm2019-04-01
|/
* Fix user card in notificationjasper2019-04-01
|
* 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
|
* 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
* Rename UserCardContent to UserCardtaehoon2019-03-05
|
* #417: reset tab from the outsidedave2019-03-03
|
* Add new FollowCard componenttaehoon2019-02-28
|
* Remove needless component local registrationtaehoon2019-02-28
|
* Rewrite FollowList using hocstaehoon2019-02-28
|
* Better error handlingtaehoon2019-02-26
|
* Show error message when visit profile page of invalid usertaehoon2019-02-26
|
* Fix console error - maximum call stack size exceededjasper2019-02-15
|
* Merge branch 'fix/js-error-in-tag-page' into 'develop'Shpuld Shpludson2019-02-09
|\ | | | | | | | | Fixed JS error in tag page See merge request pleroma/pleroma-fe!543
| * Code refactoringEdijs2019-02-07
| |
* | Fix namingtaehoon2019-02-07
| |
* | Always show my own followees/followerstaehoon2019-02-07
|/
* Combine friends/followersshpuld2019-02-03
|
* follows/followers pagination ready for reviewshpuld2019-02-02
|
* initial draft for follows/following paginationshpuld2019-01-31
|
* Fix favs timeline fetching when opening profile via direct urlshpuld2019-01-29
|
* dont fetch favs if profile isnt usshpuld2019-01-28
|
* user profile: add media timelineWilliam Pitcock2019-01-26
|
* 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 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
| * fix #262 part of user profiles not being able to load previous postsHenry Jameson2019-01-09
| |
* | 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.
* Fix profiles without statuses not loadingShpuld Shpludson2018-12-31
|
* fixes many problems related to user profileHenry Jameson2018-12-20
|
* Merge remote-tracking branch 'upstream/develop' into user-profile-overhaultHenry Jameson2018-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 ...
| * Implement user_profile.spec.jsMaxim Filippov2018-12-15
| |