Commit graph

278 commits

Author SHA1 Message Date
Samuel Clay
28e3871b6c Stubbing in social feed count calculations. 2012-02-08 12:20:05 -08:00
Samuel Clay
193201061e A whopper: marking stories as read in a social feed. 2012-02-03 11:41:01 -08:00
Samuel Clay
4fb275ccfc Rearranging common social views. 2012-02-02 17:43:17 -08:00
Samuel Clay
14d7849878 Adding Original page for social shared feeds. 2012-01-31 10:15:11 -08:00
Samuel Clay
248a3b65d2 Marking social stories as read. Doesn't work quite right though. 2012-01-30 08:53:19 -08:00
Samuel Clay
87f6c541b5 Showing unread stories. I don't think this works at all yet, but it should. 2012-01-26 09:54:48 -08:00
Samuel Clay
fb659b3d6f Social stories feed view nearly finished. Loads, pages, shows stories and shares and comments and stars. Still needs intelligence, better date sorting, and unread counts. 2012-01-26 08:43:46 -08:00
Samuel Clay
f82380c183 Showing social stories feed in reader. Needs unread counts, original view, routing, starred status, among others. 2012-01-25 09:52:34 -08:00
Samuel Clay
20122b05d6 Fetching correct comments and shares on share feeds. 2012-01-24 18:14:52 -08:00
Samuel Clay
bed2475a6c Showing blurblogs on the feed list. 2012-01-21 16:12:54 -08:00
Samuel Clay
d1f5213d33 Adding social subscription relationship. Loading social feeds in with all feeds. Needs to be drawn in feed list. Also needs both original and feed view for social subs. 2012-01-20 09:38:41 -08:00
Samuel Clay
93fb5038a7 Dynamically updating comments under stories when adding comments or sharing. 2012-01-15 21:09:49 -08:00
Samuel Clay
0468fe12dc Finished styling comments. Showing all sharers now. 2012-01-15 20:51:48 -08:00
Samuel Clay
c0fa6b263e Adding share keys and comment keys to redis, in order to distinguish between the two. 2012-01-13 09:20:37 -08:00
Samuel Clay
d8a4e7f850 Showing correct comments from friends. Now need to load public comments w/ ajax. 2012-01-11 09:35:52 -08:00
Samuel Clay
499a51a2bd Syncing redis. 2012-01-10 10:20:49 -08:00
Samuel Clay
c108afd39a Completing the fetching of story comments from friends. Also counting story comments and shares. Lastly, creating the social graph in redis. Still needs to auto-follow self. 2012-01-09 13:55:26 -08:00
Samuel Clay
293474d51c Updating follow profiles during actions. 2012-01-05 20:54:24 -08:00
Samuel Clay
9ea6ee9086 Rearranging javascript. Also backbonizing user models for follower and following collections. 2012-01-04 09:42:35 -08:00
Samuel Clay
dd0e8ce9af Adding follow counts to profile badge. 2011-12-27 21:38:32 -08:00
Samuel Clay
36ded0085a Complete user profile -- photo select, bio, location, website, editing and defaulting during OAuth social service connect. 2011-12-25 20:50:59 -08:00
Samuel Clay
3b061f9529 Hiding upload image. Changing a few bits of copy. 2011-12-25 12:27:05 -08:00
Samuel Clay
638963f31a Adding profile photos, hiding of completed Getting Started items, following and auto-following of new friends, creating connections. 2011-12-24 00:30:37 -08:00
Samuel Clay
de49d81f5e Adding twitter/facebook connect/disconnect buttons to find friend dialog. 2011-12-22 13:36:03 -08:00
Samuel Clay
bfbba21711 Adding Twitter OAuth. Syncing friends for both twitter and facebook. Needs disconnect and resync. 2011-12-21 09:43:17 -08:00
Samuel Clay
cbea833e05 Adding Facebook OAuth and friend list saving. 2011-12-20 11:49:49 -08:00
Samuel Clay
0d34f9a402 Adding has_comments boolean to shared stories for efficieny. 2011-12-19 09:24:19 -08:00
Samuel Clay
b94d48b793 Adding shared stories model, saving shared stories (with comments), and loading shared stories in feed pages. Now just need to make a share feed, follow a share feed, and find friends to follow. 2011-12-15 09:10:37 -08:00
Renamed from social/models.py (Browse further)