Commit graph

201 commits

Author SHA1 Message Date
Samuel Clay
2e6ff6ab78 Checking numerics in usernames. 2015-08-26 10:58:05 -07:00
Samuel Clay
b6e1e03bd5 Upgrading feedparser, cleaing up logging on feed fetch. 2015-08-24 14:27:01 -07:00
Samuel Clay
a5eda6d0b2 Fixing bookmarklet share modal dialog to work on mobile devices. Thanks @satadru! 2015-08-17 17:12:33 -07:00
Samuel Clay
2d7e539f9a Switching redis feed sub pool to sessions redis server. 2015-08-11 13:33:49 -07:00
Samuel Clay
a774cddcb3 Fixing broken sub counts when reids sub count expires. 2015-08-05 13:59:26 -07:00
Samuel Clay
3ba68122d7 Updating postgres standby commands. 2015-08-03 12:23:49 -07:00
Samuel Clay
0c7d6a1a6a Clearing dead. 2015-07-30 18:10:55 -07:00
Samuel Clay
a259e5b7cb Counting feed subscribers needs less logging. 2015-07-29 11:57:11 -07:00
Samuel Clay
a81864d8cd Fixing counts when taking into account muted feeds. 2015-07-28 20:46:30 -07:00
Samuel Clay
6256c906a4 Taking active/unmuted feed sinto account when counting active subscribers. 2015-07-28 19:56:06 -07:00
Samuel Clay
8179300d19 Renaming counter and removing unused sql. 2015-07-28 19:10:19 -07:00
Samuel Clay
a1fad2066c Separating counting feed subs and all user's feed subs. 2015-07-28 19:04:06 -07:00
Samuel Clay
cf43747b20 Adding user sub counts to redis, using new redis cache to count subscribers only when feed is entirely cached. Still need automatic conversion from postgres to redis sub counts. 2015-07-28 18:46:37 -07:00
Samuel Clay
6a20478a7f Renaming redis feed pool to redis feed update pool in prep for redis feed sub pool. 2015-07-27 18:35:25 -07:00
Samuel Clay
1a578193a4 Updating to latest pymongo and mongoengine. 2015-07-20 16:44:50 -07:00
Samuel Clay
d917fbcc47 Gifting code as first param for convenience. 2015-06-30 18:17:20 -07:00
Samuel Clay
552311517d Adding new model for gift codes. Can now use gift codes for premium accounts. 2015-06-30 16:06:10 -07:00
Samuel Clay
5b54077586 Adding email to activation. 2015-06-24 14:38:02 -07:00
Samuel Clay
a140be5ecb Adding activate_all classmethod for queued users. 2015-06-22 11:04:06 -07:00
Samuel Clay
21e7f29b5d Forcing IFTTT shares to hit ceiling of 1 story per day from free users. 2015-06-15 16:59:35 -07:00
Samuel Clay
0478ef0f1b Turning off sslv3 for paypal. 2015-05-26 12:22:50 -07:00
Samuel Clay
d9fa2b7a65 Only updating premium expire when checking. 2015-05-19 17:05:01 -07:00
Samuel Clay
d119b94c75 Adding a never_expire flag when upgrading premiums. 2015-05-18 17:27:24 -07:00
Samuel Clay
8a52f093c4 Don't bother recalculating feed's subs, as it will do that on next fetch. 2015-05-18 14:45:00 -07:00
Samuel Clay
89089ddbc2 Changing premium expiration tasks to not get bogged down by re-downloading all premium history beforehand. 2015-05-18 14:13:48 -07:00
Samuel Clay
0da18eb986 Reformatting payment reports. 2015-04-16 22:29:36 -07:00
Samuel Clay
ab2b419aca Adding yearly totals to payment reports. 2015-04-16 21:15:30 -07:00
Samuel Clay
7990620e5d Better color in premium history logging. 2015-04-16 20:29:35 -07:00
Samuel Clay
8e1ba7ec19 Fixing multiple paypal payments. 2015-04-16 20:26:35 -07:00
Samuel Clay
31d9d92b07 A better refund for paypal. 2015-04-16 19:16:20 -07:00
Samuel Clay
6dfe4a28da The one time I don't test my code I get a syntax error. 2015-04-16 19:09:08 -07:00
Samuel Clay
9cb6d1f1b9 Rejecting failed stripe payments. 2015-04-16 19:07:16 -07:00
Samuel Clay
83d18663dc No longer emailing new premiums to admin, since this is all stored in the DB anyhow. 2015-04-15 16:35:01 -07:00
Samuel Clay
b18e58d815 Switching default story layout to west from south. 2015-03-09 15:32:05 -07:00
Samuel Clay
f001bc475a Fixing paypal flag error. 2015-02-19 10:50:06 -08:00
Samuel Clay
065f12cb3e Adding check to paypal resub ipn. 2015-02-09 13:51:12 -08:00
Samuel Clay
e3c5adb38d Fixing Paypal IPN issues once and for all. 2015-01-15 14:12:21 -08:00
Samuel Clay
4d683a9870 Revert "Upgrading paypal ipn."
This reverts commit 2635ff7136.
2015-01-15 12:40:17 -08:00
Samuel Clay
2635ff7136 Upgrading paypal ipn. 2015-01-15 12:34:29 -08:00
Samuel Clay
7603293301 Merge branch 'master' into organizer
* master:
  Handling non-premium payments.
2015-01-05 17:08:50 -08:00
Samuel Clay
4a63ec9135 Handling non-premium payments. 2015-01-05 17:08:45 -08:00
Samuel Clay
2015082f5e Merge branch 'master' into organizer
* master:
  Adding temp paypal doublecheck.
2015-01-05 17:06:46 -08:00
Samuel Clay
75c281b1bc Adding temp paypal doublecheck. 2015-01-05 17:06:41 -08:00
Samuel Clay
94692b323c Merge branch 'master' into organizer
* master: (80 commits)
  Handling error when user's twitter connection doesn't work.
  Handling missing social subs caused by cached subs on android.
  Updating elasticsearch to 0.90.13.
  Checking premium status on paypal sync.
  Bumping Android to 4.1.0b1.
  Syncing offline status text with ios.
  Buffer more stories while reading.
  Fix login crash.
  Fix logout crash.
  Cap the duty cycle of expensive background services to prevent resource hogging.
  Remove status message flicker.
  Remove logging.
  Ensure stories always load more buffer on start of reading activity. Ensure story load cancels quickly on return to feed list.
  Tone down some logging.
  Fix crash if user touches reading overlay before cursor is ready.
  Fix reading progress indicator if new unreads are found during reading session.
  Fix lock crash in legacy DB.
  Ensure reading progress meter works on async load.
  Discard stale stories if a reading action happens during fetch.
  Fix crash.
  ...
2015-01-05 17:02:51 -08:00
Samuel Clay
06d3a51f38 Checking premium status on paypal sync. 2015-01-05 16:06:48 -08:00
Samuel Clay
7da75ab1e2 Merge branch 'master' into organizer
* master:
  Adding  to regular /reader/feeds (non-flat) as per @manderson23's request. See 23bc4f2.
  Adding ratelimit to friends list.
  Showing is_staff on mobile devices. Useful for #631.
  Logging signals for paypal.
  Seeing if signals can be moved around.
  Splitting paypal webhook events. Adding payment logging.
  Fixing missing paypal IPNs.
  Bumping android to v4.0.2.
  v4.6.0 enterprise.
  Submitting v4.6.0
  Fixing ipad rotation page movement. Also correcting story position scrolling.
2014-12-08 16:55:47 -08:00
Samuel Clay
74ab5bc3c4 Logging signals for paypal. 2014-12-04 15:48:27 -08:00
Samuel Clay
cb228ed20b Seeing if signals can be moved around. 2014-12-04 15:47:19 -08:00
Samuel Clay
a3ffd796a9 Splitting paypal webhook events. Adding payment logging. 2014-12-04 15:15:15 -08:00
Samuel Clay
1bc6941cd3 Merge branch 'master' into organizer
* master:
  Fixing scroll for search when loading feed detail.
  Fixing multi-word search queries on ios.
  Adding search bar to ios.
  Adding messaging for premium-only in saved story tags.
  Colorizing payment logging.
  Colorizing payment logging.
  Second typo. Stupid payment code can't be tested offline.
  Typo.
  Forcing re-sync of payment history on expiration.
  Cleaning up payment history logging.
  Fixing chooser dialog by forcing it to conform to modernized modal.

Conflicts:
	media/js/newsblur/reader/reader_feedchooser.js
2014-11-17 16:37:48 -08:00