Commit graph

305 commits

Author SHA1 Message Date
Samuel Clay
0f27bff19a Marking socialsubs as read just marks every story as read, but does not move up the mark_as_read date. Now need to clear out old read stories from the db. 2012-08-09 21:13:57 -07:00
Samuel Clay
a538816978 Cleanup on aisle 4. 2012-08-09 10:34:41 -07:00
Samuel Clay
0465a3a8d7 Fixing broken mark_social_stories_as_read call on river blurblogs. 2012-08-08 22:02:05 -07:00
Samuel Clay
bbafdc2393 Fixing date ordering on river blurblog stories. 2012-08-08 19:13:10 -07:00
Samuel Clay
4fb6e67617 Fixing dates on river blurblog. Also fixing refreshing on friends dialog. 2012-08-07 23:55:03 -07:00
Samuel Clay
18bade6733 Adding river blurblogs. Still fishy, but it's pulling stories. Going to try to dev it. 2012-08-07 14:37:07 -07:00
Samuel Clay
0ea2cba95a Big changes to blurblogs. Editing comments inline. Deleting comments inline. Removing sideoptions on blurblogs. Streamlining. Robusticizing. Shipping. 2012-08-06 17:52:33 -07:00
Samuel Clay
f40c96b226 Fixing send story by email. Also adding update_counts field to feeds/flat. 2012-08-01 18:54:51 -07:00
Samuel Clay
9b343f0104 Cleaning profile data (stripping html). Also sorting find friends. 2012-07-31 23:44:20 -07:00
Samuel Clay
54e6d97c3d Auto-sharing popular stories. Also implementing a manual cutoff, so slightly less automatically popular stories can still be manually shared. 2012-07-31 11:41:30 -07:00
Samuel Clay
78338bba0d Tons of small fixes: opml uploads, rss feeds for blurblogs, default images on blurblogs. 2012-07-30 21:43:55 -07:00
Samuel Clay
3d1f8bf11a Adding reply_id to saved replies response. Also fixing RSS redirect bug. 2012-07-30 13:54:05 -07:00
Samuel Clay
59cf3fe8c4 Fixing rss feed for blurblogs to start with the newest story. Duh. 2012-07-30 13:25:44 -07:00
Samuel Clay
bffeda9beb 403 on activities/interactions. Also attempting to fix an intermittent firefox intro bug that's pretty nasty. 2012-07-28 23:02:35 -07:00
Samuel Clay
c9645cdd95 New API endpoint: /social/remove_comment_reply. Does what it says. Also integrated into the web. 2012-07-28 22:36:50 -07:00
Samuel Clay
12ec0d1f05 Simplifying dashboard by including current user's profile photo, linking to their profile. 2012-07-28 19:53:38 -07:00
Samuel Clay
43045a85d7 Adding full delete user capability. Also removing social beta invite system in prep for launch. 2012-07-28 18:33:07 -07:00
Samuel Clay
215816a15d Restyling the crap out of interactions and activities. Converting old interactions and activities to all use the new feed_id parameter. Also resizing dashboard. 2012-07-28 16:41:17 -07:00
Samuel Clay
dffdfa75a6 Fixing interactions on favorites, replies (to include titles), and wording in api docs. 2012-07-28 12:37:16 -07:00
Samuel Clay
8eb106612a Converting replies from original messages to reply ids. Also delaying emails on new replies and reshares so authors can change typos. Also dong a much better job with checking for dupe emails so no dupes ever get sent out. 2012-07-27 18:58:35 -07:00
Samuel Clay
01fd83ccb5 Adding the last necessary pieces for redis to handle blurblogs. Now to strip out oldest/unread filter and put back in the old river so it can be merged upstream. 2012-07-26 22:12:48 -07:00
Samuel Clay
c4dc6a1ae1 Merge branch 'social' into redis
* social:
  Refactoring social profiles so that even new users have profiles. Thanks to @roycyang's new db setup for finding all of this.
  Fixing bug if a user has no social profile.

Conflicts:
	apps/social/views.py
2012-07-25 23:58:01 -07:00
Samuel Clay
8f28065154 Refactoring social profiles so that even new users have profiles. Thanks to @roycyang's new db setup for finding all of this. 2012-07-25 23:57:10 -07:00
Samuel Clay
719a88d3e0 Merge branch 'social' into redis
* social:
  Sharing stories from Saved Stories now works if the story has been deleted. Thanks to @ojiikun for the find.
2012-07-24 17:27:29 -07:00
Samuel Clay
01c7a1f638 Sharing stories from Saved Stories now works if the story has been deleted. Thanks to @ojiikun for the find. 2012-07-24 17:27:24 -07:00
Samuel Clay
fb006020e3 Adding blurblog oldest/unread order/filter redis support. Includes migration for shared stories. 2012-07-24 17:16:10 -07:00
Samuel Clay
f27049bbb6 Merge branch 'social' into redis
* social:
  Fixing /social/public_comments to grab public comments.
  Adding ISO date to comments and replies at @secretsquirrel's request.
2012-07-23 13:20:04 -07:00
Samuel Clay
a86dce0dc6 Fixing /social/public_comments to grab public comments. 2012-07-23 13:08:48 -07:00
Samuel Clay
2b2ef7f15c Merge branch 'social' into redis
* social:
  Auto-linkifying comments and replies, and stripping html from comments, replies, and story titles, tags, and authors.
  Adding compacting to user sub folders, to remove dupe subscriptions.
  Clearing folders and decoding unicode.
  Typo in gunicorn conf.
  Only using appropriate number of gunicorn processes, making this machine agnostic.
  Deferring OPML import if it takes > 20 seconds. Email user when complete. Also, hamburgers. This one's for @torrez.
  Adding vps roles to fabfile.

Conflicts:
	apps/reader/views.py
	apps/social/models.py
2012-07-21 16:43:23 -07:00
Samuel Clay
18428a32a1 Auto-linkifying comments and replies, and stripping html from comments, replies, and story titles, tags, and authors. 2012-07-21 16:38:37 -07:00
Samuel Clay
0acefb2465 Adding blurblog redis story id sets. 2012-07-19 23:29:11 -07:00
Samuel Clay
4383b1148d Fixing interactions and activities to only pull what's necessary. Otherwise doubles show up in android + ios. 2012-07-18 23:06:43 -07:00
Samuel Clay
5adc74cd5d Activities and Interactions for favoriting shared story comments. 2012-07-15 19:29:05 -07:00
Samuel Clay
497f610056 Adding likes/favorites to comments. Still needs interaction history and perhaps an email. 2012-07-15 17:59:19 -07:00
Samuel Clay
8bb6b41883 Cleaning up logging. 2012-07-14 07:50:53 -07:00
Samuel Clay
8d8514080f Fixing bugs around follow information. 2012-07-13 15:32:27 -07:00
Samuel Clay
cdf42f323e Adding elapsed time to all requests logging. 2012-07-13 14:56:12 -07:00
Samuel Clay
5225395b40 Adding /social/activities endpoint for Android and iOS. 2012-07-11 17:51:01 -07:00
Samuel Clay
64d607d7e9 Fully customizable blurblogs: title, background color, and custom css. 2012-07-10 00:17:45 -07:00
Samuel Clay
538f08cb46 Hiding uneccessary activites html. Fixing google reader starred stories import. Updating api docs. 2012-07-09 12:41:25 -07:00
Samuel Clay
2fa6f847b5 Restyling the crap out of the blurblog header. Still needs a follow button. 2012-07-06 19:54:33 -07:00
Samuel Clay
46459ef615 Changing colors on three loading log messages. 2012-07-06 18:06:14 -07:00
Samuel Clay
5fadac394d Story urls to blurblogs now work. Gracefully finds the story in the infinite scroll. Uses a Backbone.js Router. 2012-07-06 17:47:06 -07:00
Samuel Clay
c3145486f0 Adding error handling to social page. Looks pretty classy. 2012-07-06 14:41:20 -07:00
Samuel Clay
2ec16e8542 The Jenny Holzer commit. When reaching the last page of a blurblog, show a Holzer Truism (instead of a 'no more stories' text). 2012-07-06 13:48:06 -07:00
Samuel Clay
dde7ff1f43 Handling empty stories on a blurblog. 2012-07-06 11:20:13 -07:00
Samuel Clay
84be44f991 Adding logging for blurblogs and time elapsed. 2012-07-06 00:51:38 -07:00
Samuel Clay
75c7d1960c Adding paging to blurblogs. Fancy animations and color changes make for a funner experience. 2012-07-06 00:34:21 -07:00
Samuel Clay
a8c9862385 Moving new user and new premiums to background task. 2012-07-05 22:20:49 -07:00
Samuel Clay
b0402f293c Adding re-share emails that go to the source if the re-share adds comments. 2012-07-05 19:50:02 -07:00