Samuel Clay
33fa13cf69
Fixing issue around feeds that are mistakenly declared as not having a page.
2012-03-05 13:12:50 -08:00
Samuel Clay
18fbd5e5c6
Upgrading requests's ConnectionError to a first-class error, marking page as bad url.
2012-03-03 10:12:51 -08:00
Samuel Clay
d7574c9742
Python module requests now throwing ConnectionError on bad urls. Handling by not emailing me about it.
2012-03-03 09:58:25 -08:00
Samuel Clay
fa917389a8
Adding Pay by Credit Card as an option to feed chooser dialog. Thus concludes Stripe.js integration. Time to launch!
2012-02-29 12:15:01 -08:00
Samuel Clay
85eb73b1a7
Using correct kwargs for stripe signal.
2012-02-28 17:39:02 -08:00
Samuel Clay
c9866c087d
Wrapping up stripe.js form. Has validation, styling, and does the right thing for new subscriptions. Needs a link to the form, though.
2012-02-28 17:37:01 -08:00
Samuel Clay
45bb45c9e5
Setting up correct customer model for stripe webhook.
2012-02-28 13:14:45 -08:00
Samuel Clay
33ad0ea5f6
Merge branch 'master' into stripe
...
* master:
Fixing exception on missing param in feed address searching.
Fixing recommendation date serialization bug.
Fixing bugs around login with blank password using full password. Also fixing bug in signups with no username.
2012-02-28 11:54:32 -08:00
Samuel Clay
1db5c2be86
Fixing exception on missing param in feed address searching.
2012-02-28 11:54:28 -08:00
Samuel Clay
ed8722e653
Fixing bugs around login with blank password using full password. Also fixing bug in signups with no username.
2012-02-28 11:29:34 -08:00
Samuel Clay
29234a8bac
Stripe.js payments using zebra. Adding zebra as a vendored dependency. Webhooks and views all in. Needs styling, custom username and email fields, and loads of testing.
2012-02-27 21:46:34 -08:00
Samuel Clay
1c761c8eb0
Adding error checking on requests in page fetching.
2012-02-27 17:01:42 -08:00
Samuel Clay
ac639380c0
Using a probability from redis to determine whether or not to skip a fetch.
2012-02-27 16:41:34 -08:00
Samuel Clay
936088f09c
Allowing any password to be used on accounts with no password set.
2012-02-27 16:36:39 -08:00
Samuel Clay
fcb78b3133
Allow login from signup form.
2012-02-27 13:11:55 -08:00
Samuel Clay
d901ccdae1
Switching to redis to feed queuing. Also adding a weight for skipping feed fetches under high load.
2012-02-26 22:33:06 -08:00
Samuel Clay
cbc8df2c1c
Skipping feed resurrection.
2012-02-24 17:07:42 -08:00
Samuel Clay
ca5438a9fb
Fixing last update problem that has been choking feed fetchers.
2012-02-24 17:05:52 -08:00
Samuel Clay
ff00e16682
Fixing last update problem that has been choking feed fetchers.
2012-02-24 17:00:55 -08:00
Samuel Clay
ce536200f6
Adding ability to wind down feed queue by faking requests.
2012-02-24 16:43:08 -08:00
Samuel Clay
d57c26e98e
Adding debug message about counting errors.
2012-02-24 16:15:49 -08:00
Samuel Clay
80a666ff53
Inverting the count for fetched feeds.
2012-02-24 15:07:34 -08:00
Samuel Clay
96f6a3d2c7
Fixing numerous feed fetching errors.
2012-02-24 14:39:23 -08:00
Samuel Clay
1ffefaa419
Geometrically delaying the fetching of bad feeds, while they're still somewhat fresh.
2012-02-24 11:47:38 -08:00
Samuel Clay
48b69c5e57
Fixing error codes on statistics. Also fixing simple error on invalid feed.
2012-02-24 10:30:39 -08:00
Samuel Clay
24c31662a4
Catching errors in page links with ill-formed urls.
2012-02-23 15:18:59 -08:00
Samuel Clay
f3e2876ea2
Fixing feed exception dialog to actually reload feeds on the page.
2012-02-23 14:03:11 -08:00
Samuel Clay
6c7034343b
Geometrically decaying feed fetches on known good feeds that have gone bad.
2012-02-23 13:20:10 -08:00
Samuel Clay
742403e51d
Fixing issue around empty original pages.
2012-02-22 10:17:13 -08:00
Samuel Clay
9236ecc6f6
Correcting typo in dupe feed resolution.
2012-02-09 07:50:40 -08:00
Samuel Clay
50e80c7241
Handling duplicate feed saving much more gracefully by finding the correct dupe.
2012-02-03 13:02:26 -08:00
Samuel Clay
dc986a0a3e
Preserving feed fetch error histories for 2 weeks.
2012-02-02 07:46:04 -08:00
Samuel Clay
e5f7cf7517
Turning down verbosity on feed tasking.
2012-02-01 22:42:48 -08:00
Samuel Clay
c9cb7dcbc0
Adding new feeds db column 'known_good', for forcing updates of feeds that were once good but are now throwing 500s.
2012-02-01 17:59:46 -08:00
Samuel Clay
b6826cc790
Handling negative feature page bug. Also showing server errors on bad emails.
2012-01-23 10:16:50 -08:00
Samuel Clay
2e88b3d676
Fixing missing username in dupe USF.
2012-01-23 09:43:57 -08:00
Samuel Clay
f53251164a
Handling errors on river in client. Also fixing starred stories.
2012-01-23 09:42:05 -08:00
Samuel Clay
ab8b106057
Suppressing error on starring an already starred story.
2012-01-23 09:31:00 -08:00
Samuel Clay
5e3ce30c0b
Fixing #42 : a long-time bug of drag-and-drop not respecting order.
2012-01-14 18:54:59 -08:00
Samuel Clay
1b267a1cbc
Merge branch 'master' of github.com:samuelclay/NewsBlur
...
* 'master' of github.com:samuelclay/NewsBlur:
Ordering unmoderated recommended feeds by date.
2012-01-13 21:44:05 -08:00
Samuel Clay
ea0bff0297
Fixing default state while waiting for statistics data to come in.
2012-01-13 18:00:33 -08:00
Samuel Clay
edb76d8c83
Adding feed update interval for non-premium users in Statistics.
2012-01-13 17:54:17 -08:00
Samuel Clay
c23fb22cb0
Ordering unmoderated recommended feeds by date.
2012-01-12 20:01:07 -08:00
Samuel Clay
b17252d241
Fixing broken opml export due to missing feed icons.
2012-01-10 10:22:12 -08:00
Samuel Clay
642323fd07
Fixing slight bug in how active premiums were applied to feed update times.
2012-01-09 21:24:47 -08:00
Samuel Clay
ad007c7e61
Adding active_premium count. Setting a minimum of 1 hour fetches for feeds with any active premiums.
2012-01-09 19:08:22 -08:00
Samuel Clay
6a5ba5a2b7
Allowing username refinement in fetching starred stories.
2012-01-08 21:19:41 -08:00
Samuel Clay
e01fabe52c
Adding management command to fetch starred stories on command.
2012-01-08 20:47:01 -08:00
Samuel Clay
aa96e288d2
Adding error handling for insta-fetching stories.
2012-01-08 14:15:22 -08:00
Samuel Clay
3334383a04
Turning off the page fetcher requests vs. urllib2 discrepency checker. I bet I've caught them all by now.
2012-01-05 21:57:18 -08:00