Commit graph

862 commits

Author SHA1 Message Date
Samuel Clay
7205d3b55c Adding the only real different for protected accounts -- permission needed for replying. 2012-10-25 11:59:23 -07:00
Samuel Clay
3e1b00f941 Adding request follow module, js endpoints for approving and ignoring follows. This may be ready to ship? 2012-10-24 18:52:24 -07:00
Samuel Clay
41b69dd3b5 Hiding share comments by private profiles when not being followed. 2012-10-24 17:01:22 -07:00
Samuel Clay
ca55d81e5f Stubbing in new privacy options: public, protected, and private blurblog. Still needs email actions, messaging, hiding of shared stories in original feeds, and request system. 2012-10-24 16:09:47 -07:00
Samuel Clay
85699cd2fc Striking the mobile module off the dashboard and into the Goodies dialog. 2012-10-23 12:45:43 -07:00
Samuel Clay
f570a5ea71 Adding official Android app static page. 2012-10-18 13:11:36 -07:00
Samuel Clay
568a5dc080 Fixing the small things on blurblogs. Just margins, colors, and removing times from dates. 2012-10-03 22:25:54 -07:00
Samuel Clay
d61b7d3535 Extracting unread counts into reusable uiview, so folders can soon have unread counts in ios app. 2012-10-03 18:27:21 -07:00
Samuel Clay
d594366db5 Fixing goto feed shortcut to work on collapsed blurblogs. 2012-10-03 16:20:56 -07:00
Samuel Clay
a7911316cd Adding folder collapse for blurblogs. 2012-10-01 13:07:45 -07:00
Samuel Clay
60c61229a9 Finishing off new feed selector. Now scrolls to matched feed, correctly loads top feed, handles errors, and handles esc. 2012-09-26 17:32:00 -07:00
Samuel Clay
dff45202b1 New feed selector now works to find feed by keyword. 2012-09-26 13:49:17 -07:00
Samuel Clay
801fe4f20d Cleaning up footer on welcome page. 2012-09-18 13:25:54 -07:00
Samuel Clay
c22739435a Retina-izing twitter and github logos. 2012-09-18 13:18:59 -07:00
Samuel Clay
abfcf5ab3f Updating welcome apge to include pricing and a cleaned up footer. 2012-09-18 11:32:09 -07:00
Samuel Clay
9226dbfa20 Showing signup button in tryout view. Splash apge hides when in tryout mode. Still need to preload feed view and show feed list on url load. 2012-09-17 12:29:46 -07:00
Samuel Clay
e8f6ae78b6 Finishing up tryout. Still need Sign Up callout. 2012-09-17 11:52:11 -07:00
Samuel Clay
fb46127a3d Merge branch 'welcome' of github.com:samuelclay/NewsBlur into welcome
* 'welcome' of github.com:samuelclay/NewsBlur:
  Fixing a small gradient color, and blurring on rotation.
  Re-coloring welcome header.
2012-09-16 10:38:00 -07:00
Samuel Clay
d331ec37d6 Fixing a small gradient color, and blurring on rotation. 2012-09-16 10:14:44 -07:00
Samuel Clay
799e4daef4 Re-coloring welcome header. 2012-09-15 15:45:57 -07:00
Samuel Clay
22a81fea2c Adding padding for activities module. 2012-09-13 18:39:19 -07:00
Samuel Clay
824e321043 Fixing android header image. 2012-09-13 17:27:44 -07:00
Samuel Clay
bac780f105 Styling footer, using better web graphic for header. 2012-09-13 17:12:43 -07:00
Samuel Clay
86f8b0eb5f Merge branch 'master' into welcome
* master:
  Upgrading iphone/ipad app to support both ios 6 and tall-iphone.
  New folder options: add subfolder.
  Adding location to find friends.
  Trimming mongodb lag cutoff to force feeds to correct themselves when slave lag becomes an issue.
  Fixing 'r' refresh command for All Site Stories.
  Fixing broken social page.
2012-09-13 16:01:45 -07:00
Samuel Clay
717402261d New folder options: add subfolder. 2012-09-13 14:20:09 -07:00
Samuel Clay
4f9a7fcbda Google Reader logo and spacing. 2012-09-13 12:09:30 -07:00
Samuel Clay
11ac02e852 Finishing login/signup forms and interactions. Added 4 features and images. Formatted activity. Needs some love and integration with the reader, but it's almost there. 2012-09-12 18:47:37 -07:00
Samuel Clay
f4e3e1328e New welcome page. Needs all sections, login, and more interactivity. But a great start to a redesign. 2012-09-12 12:12:58 -07:00
Samuel Clay
149960e307 Fixing follow user on blurblogs. Abstracting unshare so I can more easily unshare. 2012-09-10 11:55:42 -07:00
Samuel Clay
ac7088c16a Fixing headers for Everything river and river blurblog. 2012-09-07 17:52:08 -07:00
Samuel Clay
ad0c8e0e71 Massive refactor around feedbar, brought on by @afita, in order to give Folders a menu in the story titles header (and then make the mark as read button work on folders in the header.) 2012-09-07 17:36:12 -07:00
Samuel Clay
c07d7e7578 Adding new analytics collections to keep track of page loads and feed fetches. Need to start aggregating before I can tell how useful this data will be. 2012-09-06 17:24:42 -07:00
Samuel Clay
b3fa985ad1 Simplifying top dashboard button. 2012-08-30 16:04:35 -07:00
Samuel Clay
503f99c75c iPad/iPhone splash page, redone for the new iPad app. 2012-08-28 16:32:08 -07:00
Samuel Clay
2eec84fcac Fixing bug I've been tracking down for a while. Following an activity on a user you don't follow now correctly shows a tryfeed. Thanks to @afita for the great find! 2012-08-27 14:10:34 -07:00
Samuel Clay
82060a6fe6 Adding support for YouTube and Vimeo video embeds in share bookmarklet. 2012-08-27 11:17:04 -07:00
Samuel Clay
0a4899c6a5 Speeding up the first half of the bookmarklet. 2012-08-27 10:26:49 -07:00
Samuel Clay
f8d3c955ec Fixing typo in share bookmarklet. 2012-08-25 19:56:07 -07:00
Samuel Clay
1d089cb0e2 Finishing bookmarklet, having added all side info (same share, other shares on site, and user's previous shares). Also handling gracious resizes. 2012-08-25 19:19:44 -07:00
Samuel Clay
3acc2850aa Scrubbing content and title from bookmarklet. Completing flow when updating comments, so showing user's own comments and customized title/content. Just need to show other shared stories and it'll be ready to ship. 2012-08-24 18:07:44 -07:00
Samuel Clay
567b4ce4f7 Completing share flow from bookmarklet. Needs listing of previously shared stories, and perhaps some error handling. 2012-08-24 15:07:10 -07:00
Samuel Clay
116b976b51 Completing flow for sharing using bookmarklet. Just needs to actually share the story, then show shared stories in sidebar. 2012-08-24 14:34:53 -07:00
Samuel Clay
8bb6ff00b7 Cleaning up bookmarklet layout a bit. 2012-08-19 17:24:37 -07:00
Samuel Clay
c2c983ee81 Adding share api calls to bookmarklet. 2012-08-17 23:29:17 -07:00
Samuel Clay
0a1c974c41 Merge branch 'master' into bookmarklet
* master: (376 commits)
  Removing redis db accidentally committed.
  Removing non-ipad changes. -SC
  Adding source attribution in river blurblog. Also changing default view for new users to Feed.
  Cleaning up feed calculation in feed fetching.
  Turning on mongodb replication lag watcher.
  Forcing the feed fetcher to not count scores when there's replica lag. God this had better work.
  Collecting replication lag statistics, to be used to count unreads.
  Typo
  Removing all removal of read stories, so that they stick around for blurblogs. No good answer for this one.
  Fixing comments on river.
  final v1.5
  Moving read date to use shared date.
  final bug squashes
  semi final changes before launch
  Adding signup activity for iPad and web.
  make addsite a popover
  Adding monit for celery on db. Fixing push subscription issue with changing feed ids.
  polishing up first time user experience and fixing sharing nulls
  ftux ui
  adding in first time user experience fixes
  ...
2012-08-17 16:10:19 -07:00
Samuel Clay
6b93ead2e0 Adding signup activity for iPad and web. 2012-08-15 18:35:55 -07:00
Samuel Clay
60f1f6f4cd Adding monit for celery on db. Fixing push subscription issue with changing feed ids. 2012-08-15 17:02:55 -07:00
Samuel Clay
48e405f138 Adding narrow view for Feed view. 2012-08-14 14:39:28 -07:00
Samuel Clay
8925db975b Adding gray icons for twitter/facebook crossposting shares. 2012-08-14 14:39:16 -07:00
Samuel Clay
99976d6f18 Probably a bit too much in one commit: allowing categories to be specified in interactions and activities calls so the iPad won't get category types it doesn't know how to handle. Also added twitter/facebook buttons to comment share on blurblogs. 2012-08-14 00:26:42 -07:00