aboutsummaryrefslogtreecommitdiff
path: root/src/components/user_profile/user_profile.js
Commit message (Collapse)AuthorAge
* 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
| |
| * Pass userName instead of userIdMaxim Filippov2018-12-06
| |
| * Fix typoMaxim Filippov2018-12-06
| |
| * Move old routes to /p, use /nickname for user profilesMaxim Filippov2018-12-06
| |
* | Refactor follower/friends out of statuses/timeline into user_profile where itHenry Jameson2018-12-17
|/ | | | belongs. Changed display of profile to single panel with tabs.
* Add userId property to timelines so that we don't overwrite user timeline meantHenry Jameson2018-12-03
| | | | for another user
* Use state object for user view instead of timeline.eal2017-11-14
| | | | Also fetch user if not in the state already.
* Force user profile timeline update when the user id changes (like when ↵Shpuld Shpuldson2017-08-16
| | | | another user has been searched/found).
* Fetch user from timeline.Roger Braun2017-06-12
|
* Clear timeline on user change.Roger Braun2017-06-12
|
* Display user timelineRoger Braun2017-06-12
|
* Start fetching user timelines.Roger Braun2017-06-12
|
* Add basic user profiles.Roger Braun2016-11-30