Commit graph

23 commits

Author SHA1 Message Date
Samuel Clay
a136e47310 Fixing Stripe webhook debugging 2022-01-26 12:30:30 -05:00
Samuel Clay
490b28d986 Only logging stripe in debug. 2022-01-24 16:46:21 -05:00
Samuel Clay
50b56d3f0c Adding user logging for zebra. 2022-01-24 16:41:16 -05:00
Samuel Clay
d1c5755200 Using newsblur logging for zebra. 2022-01-24 16:39:15 -05:00
Samuel Clay
b03c67056b Using correct logger. 2022-01-24 16:29:27 -05:00
Samuel Clay
10a18ea3d1 Logging stripe webhooks. 2022-01-24 16:27:44 -05:00
Samuel Clay
b89e7dc429 Merge branch 'django1.11' into django2.0
* django1.11: (152 commits)
  request.raw_post_data -> request.body (django 1.6)
  Upgrading pgbouncer to 1.15.0.
  Finishing off Postgresql 13 upgrade.
  Upgrading to Postgresql 13.
  Ubuntu 20.04
  Fixing supervisor path issues
  Upgrading setuptools
  Fixing flask
  Handling over capacity for twitter.
  Max length for image_urls.
  Properly filtering newsletter feeds.
  Fixing issue with text importer on feed-less urls.
  Removing dependency, fixing encoding issue for pages.
  Fixing DB Monitor.
  Updating User Agent for all fetchers.
  Ignoring VSCode.
  Fixing DB Monitor.
  Updating User Agent for all fetchers.
  Ignoring VSCode.
  Fixing Statistics by fixing how timezones are handled.
  ...
2020-12-03 14:04:26 -05:00
Samuel Clay
67ef0c578f request.raw_post_data -> request.body (django 1.6) 2020-12-03 11:58:54 -05:00
Samuel Clay
eeb44e3400 Fixing a bunch of feed fetch py3 errors. Fetching now works! 2020-06-30 20:50:30 -04:00
Jonathan Math
5c4c8ec757 2to3 vendor/zebra/ 2020-06-17 03:38:29 -04:00
Jonathan Math
79b5802b9a create migration file for zebra 2020-06-17 03:19:41 -04:00
Jonathan Math
a87b0297b3 upgrade management commands to python3 2020-06-17 00:31:31 -04:00
Jonathan Math
e46b2495ce update all models.py files to python3 and django2.0 2020-06-17 00:17:32 -04:00
jmath1
184348e436 add use_required_attribute=False to prevent required attribute from being added to html (maintaining original behavior) 2020-06-11 11:45:50 -04:00
jmath1
38a19fbbe2 update the way app_name argument is used in urls.py 2020-06-11 08:08:26 -04:00
jmath1
3a88b5210a Add on_delete argument to ForeignKeyField and OneToOneField fields 2020-06-11 05:45:48 -04:00
jmath1
0f9d839a49 Fix url patterns usage to use a list of url() calls 2020-06-11 04:34:16 -04:00
jmath1
6412393ca9 change get_model() to apps.get_model() 2020-06-11 03:52:30 -04:00
jmath1
4e89bcd67a upgrade to django 1.6 and make migrations 2020-06-05 11:00:54 -04:00
Samuel Clay
d209b2e905 Adding email for first share to tell users about their blurblog. 2013-04-22 15:24:38 -07:00
Samuel Clay
b87bb34073 Adding models for payment history. 2012-12-03 14:35:21 -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
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