Samuel Clay
1d4038a484
Auto-refreshing feedback (1 min for staff, 10 min for everybody).
2011-12-18 18:03:40 -08:00
Samuel Clay
ad4b319c23
Launching the iPhone app on the front-page. Big deal.
2011-12-11 16:48:34 -08:00
Samuel Clay
05922d7cb8
Adding title and subtitle. (Big thanks to @ericflo for the inspiration.)
2011-12-08 16:17:30 -08:00
Samuel Clay
8f69864b5a
The @jashkenas treatment -- cleaning up the iphone app page.
2011-12-08 14:51:52 -08:00
Samuel Clay
4f4697fe4e
Adding rotation to iphone website.
2011-12-08 14:33:01 -08:00
Samuel Clay
369ad66c69
Finishign up interaction of iphone app trailer page. Need auto switching.
2011-12-08 10:52:36 -08:00
Samuel Clay
eb114aef53
iPhone screenshots, iPhone page, complete with animations.
2011-12-07 21:38:40 -08:00
Samuel Clay
3594cea7f8
Scrolling the story titles view to the feedbar when a page is loading. Experimental, but may help a bunch of users know what's happening.
2011-12-06 19:12:45 -08:00
Samuel Clay
4914d4c011
Stubbing in iphone page.
2011-12-06 17:57:11 -08:00
Samuel Clay
59f7ea080b
Fixing include_favicons to default to false, and correctly use a false value.
2011-12-01 11:10:25 -08:00
Samuel Clay
74973d186d
Fixing a number of API call parameters.
2011-11-30 09:53:00 -08:00
Samuel Clay
a4b5aae163
Updating copy on homepage.
2011-11-23 16:59:01 -05:00
Samuel Clay
8865f6fbfd
Adding linux.com story to press page.
2011-11-23 15:09:00 -05:00
Samuel Clay
038105a44e
Fixing mark_feed_stories_as_read, and fixing a bad MStory query.
2011-11-10 18:29:41 -08:00
Samuel Clay
74a2ca1c6e
Adding mark_story_as_unread to API. Now works flawlessly up to settings.DAYS_OF_UNREAD (currently 2 weeks).
2011-11-08 19:12:56 -08:00
Samuel Clay
4546aa8753
Move folder to folder now complete. Ready to launch!
2011-11-08 09:20:10 -08:00
Samuel Clay
936774b654
Adding update_counts to /feeds API endpoint, to force a recalculation of feed unread counts (WARNING: slower than calling /feeds then /refresh_feeds).
2011-11-07 08:27:59 -08:00
Samuel Clay
c91016a1ce
Adding new API endpoint: mark_feed_stories_as_read. Refactored mark_story_as_read.
2011-11-05 16:25:04 -07:00
Samuel Clay
78e7c072eb
Adding preference for always showing folder unread counts.
2011-10-31 19:44:36 -07:00
Samuel Clay
2815113135
Commifying front-page stats.
2011-10-24 09:20:56 -07:00
Samuel Clay
72fe3633d6
Fixing major bug around classifiers in the river of news. Forced to add a new flag to handle existing connections so they don't get data that will mess them up. New visitors will get new behavior. Eventually all users will be on new behavior and I can remove the new flag.
2011-10-24 08:55:28 -07:00
Samuel Clay
09146d110d
Finishing up delete feed in iPhone app. Let's ship this thing.
2011-10-20 09:32:39 -07:00
Samuel Clay
2c3ac303e6
Fixing ridiculous bug around the position of the mouse indicator in both the Feed view and Original view when the story pane is positioning at top or side.
2011-10-19 18:42:49 -07:00
Samuel Clay
622358e05c
Moving to $ per year instead of per month. Cleaning up new account email. Clearing out the story iframe between stories and feeds.
2011-09-30 18:02:48 -07:00
Samuel Clay
ad0cd4832f
Merge branch 'master' into customizations
...
* master:
Fixing broken signup form for google reader import.
Adding /load_feeds to repeat visitor tracking, since the iPhone app never hits refresh_feeds.
Adding celery granularity to fabfile.
2011-09-28 18:00:15 -07:00
Samuel Clay
86d5e2e968
Fixing broken signup form for google reader import.
2011-09-28 16:44:39 -07:00
Samuel Clay
3a526984f5
Preferences for story pane position.
2011-09-28 16:44:28 -07:00
Samuel Clay
74ac901285
Minor fixes to auto-load more stories on intelligence slide.
2011-09-28 09:31:30 -07:00
Samuel Clay
e559dc6f93
Fixing all manage menus positions.
2011-09-27 23:06:49 -07:00
Samuel Clay
a48183707e
Smoothing out north and west story titles. Fixing hover manage icons. Restyled west story titles pane to look and feel great.
2011-09-27 22:16:09 -07:00
Samuel Clay
7ad6d7f6df
Story titles pane can now be moved to west, north, or south. Also adding live redraws during pane sizing.
2011-09-26 10:27:21 -07:00
Samuel Clay
f29266d707
Adding forgot password email with conveniences.
2011-09-22 09:23:42 -07:00
Samuel Clay
8a6ff025d5
Adding android app to email. Also finalizing cleanup.
2011-09-21 21:51:25 -07:00
Samuel Clay
ed7d2bd88f
Finishing up new account email. Adding migration to save email sending preference.
2011-09-21 17:49:40 -07:00
Samuel Clay
68f091b22e
Further fleshing out emails.
2011-09-19 17:46:56 -07:00
Samuel Clay
482076d1de
Adding autologin (with optout param) for use with emails.
2011-09-19 09:46:36 -07:00
Samuel Clay
afae94cf7d
Templating emails -- new account and new premium.
2011-09-19 08:56:16 -07:00
Samuel Clay
2a3c93a3e4
Merge branch 'master' into email
...
* master:
Changing color of logged user agent.
Adding browser user agent to all logging.
Fixing sizing on iphone app's original view's url.
Only active feeds get loaded in the iPhone app. It's about time.
Showing correct story_id in logging for bad read stories.
Showing HUD on logout in iphone app.
Completing the python api.
Showing the correct logging info for mismarked read stories.
Fixing river of new to use new user stories.
Re-running story read migration to account fornew read stories during the migration process.
Adding errors to API/login and API/signup. Getting rid of namespacing on login and signup form fields for api use.
Moving read stories from story_date based to story_id based.
Handle error when pkilling pgbouncer during pgbouncer bouncing.
Adding in Python API. Needs some love to get the rest of the api up to standard.
2011-09-16 17:55:45 -07:00
Samuel Clay
51a0fb2705
Adding errors to API/login and API/signup. Getting rid of namespacing on login and signup form fields for api use.
2011-09-14 20:08:40 -07:00
Samuel Clay
66eaaf6114
Stubbing in email templates using django-ses.
2011-09-09 17:42:35 -07:00
Samuel Clay
ffe3653c37
Cleaning up reader import, subscriber expire down to 2, and adding favicon to title in iphone app feed detail.
2011-08-24 10:24:02 -07:00
Samuel Clay
d4dddf4896
Adding iphone and android apps, along with necessary migration for hiding mobile.
2011-08-07 21:38:09 -07:00
Samuel Clay
460ca4dce8
Adding stubbed in module for mobile apps. Adding Blar. Needs a hide button, and correct links and icons.
2011-08-04 08:45:51 -07:00
Samuel Clay
b075416505
Adding 's' to save/unsave a story, and '+' and '-' to change intellignece. Also fixing login_* in API docs.
2011-07-29 09:41:49 -07:00
Samuel Clay
811512d8da
Finishing up account dialog. Also re-styling subscriber counts.
2011-07-27 22:17:34 -07:00
Samuel Clay
de98a4e49b
Adding account dialog. Also remvoing colorama as a third-party.
2011-07-27 09:33:34 -07:00
Samuel Clay
945b604368
Merge branch 'master' of github.com:samuelclay/NewsBlur
2011-07-17 22:34:23 -07:00
Samuel Clay
ff50d85d7d
Updating a bunch of defaults to make NewsBlur installable on anybody's machine. Fleshing out README installation instructions.
2011-07-17 20:53:30 -07:00
Samuel Clay
38accaa3c0
Merge branch 'master' into animations
2011-07-12 08:53:15 -07:00
Samuel Clay
2b58b5fb0d
Adding date to moderated recommended feeds to schedule recommendations.
2011-07-11 18:44:47 -07:00