taehoon
9ca805a991
Add new FollowCard component
2019-02-28 12:41:20 -05:00
taehoon
bb1fac4bc2
Remove needless component local registration
2019-02-28 12:41:20 -05:00
taehoon
080786c945
Rewrite FollowList using hocs
2019-02-28 12:41:20 -05:00
taehoon
b78227456e
Better error handling
2019-02-26 12:26:04 -05:00
taehoon
e687b58091
Show error message when visit profile page of invalid user
2019-02-26 11:08:13 -05:00
jasper
daa10f3969
Fix console error - maximum call stack size exceeded
2019-02-15 00:01:13 -08:00
Shpuld Shpludson
5296d41372
Merge branch 'fix/js-error-in-tag-page' into 'develop'
...
Fixed JS error in tag page
See merge request pleroma/pleroma-fe!543
2019-02-09 06:56:46 +00:00
Edijs
0dc7c45f32
Code refactoring
2019-02-07 16:23:18 -07:00
taehoon
55da7dbfde
Fix naming
2019-02-07 10:53:36 -05:00
taehoon
ea1d7f46b5
Always show my own followees/followers
2019-02-07 10:48:47 -05:00
shpuld
18ae7bd5f3
Combine friends/followers
2019-02-03 11:58:49 +02:00
shpuld
dbb16d56e2
follows/followers pagination ready for review
2019-02-02 22:29:10 +02:00
shpuld
8ce513ed09
initial draft for follows/following pagination
2019-01-31 21:11:28 +02:00
shpuld
0a0dffa793
Fix favs timeline fetching when opening profile via direct url
2019-01-29 19:12:47 +02:00
shpuld
82ef57cd59
dont fetch favs if profile isnt us
2019-01-28 16:59:01 +02:00
William Pitcock
7b296696a3
user profile: add media timeline
2019-01-26 13:49:24 +00:00
Henry Jameson
93cbb58212
fix login and favorites tab...
2019-01-17 22:11:51 +03:00
Henry Jameson
cab87744c8
Revert "some initial work to make it possible to use "unregistered" timelines, i.e. not"
...
and some stuff to make favorites still work
This reverts commit 039a407400
.
2019-01-17 21:46:03 +03:00
Henry Jameson
f9fb85ee42
Merge remote-tracking branch 'upstream/develop' into favorites
...
* 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
2019-01-13 22:21:09 +03:00
Henry Jameson
039a407400
some initial work to make it possible to use "unregistered" timelines, i.e. not
...
reserving a timeline by name, instead just passing timeline object itself.
2019-01-12 23:33:45 +03:00
Henry Jameson
0b8f616af1
fix #262 part of user profiles not being able to load previous posts
2019-01-09 14:18:36 +03:00
Shpuld Shpludson
fb8f774383
Fix profiles without statuses not loading
2018-12-31 01:57:22 +00:00
Henry Jameson
b7962a224c
fixes many problems related to user profile
2018-12-20 07:54:55 +03:00
Henry Jameson
81c83566cd
Merge remote-tracking branch 'upstream/develop' into user-profile-overhault
...
* 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
...
2018-12-18 22:43:26 +03:00
Henry Jameson
8f255fbad4
Refactor follower/friends out of statuses/timeline into user_profile where it
...
belongs. Changed display of profile to single panel with tabs.
2018-12-17 19:14:38 +03:00
Maxim Filippov
828b1c78f9
Implement user_profile.spec.js
2018-12-15 06:16:44 +03:00
Maxim Filippov
c1dc69a038
Pass userName instead of userId
2018-12-06 22:10:46 +03:00
Maxim Filippov
54c6438b17
Fix typo
2018-12-06 22:09:54 +03:00
Maxim Filippov
6532462b95
Move old routes to /p, use /nickname for user profiles
2018-12-06 22:09:54 +03:00
Henry Jameson
ccb1682379
Add userId property to timelines so that we don't overwrite user timeline meant
...
for another user
2018-12-03 09:29:33 +03:00
eal
07057043d9
Use state object for user view instead of timeline.
...
Also fetch user if not in the state already.
2017-11-14 18:08:03 +02:00
Shpuld Shpuldson
2084c92dff
Force user profile timeline update when the user id changes (like when another user has been searched/found).
2017-08-16 16:40:09 +03:00
Roger Braun
bbb9a9c93c
Fetch user from timeline.
2017-06-12 17:07:10 +02:00
Roger Braun
bda0a76c89
Clear timeline on user change.
2017-06-12 16:30:56 +02:00
Roger Braun
2e7029b670
Display user timeline
2017-06-12 16:20:02 +02:00
Roger Braun
090148ef60
Start fetching user timelines.
2017-06-12 16:00:46 +02:00
Roger Braun
fcccb9df68
Add basic user profiles.
2016-11-30 23:32:22 +01:00