Commit Graph

418 Commits (beb76ea4bba099b480987c4986dbe5f2fc761bc2)

Author SHA1 Message Date
eric f95becb941 delint 2020-12-16 16:18:24 -05:00
eric 8451f175f7 add a new stripe event 2020-12-16 15:20:18 -05:00
eric 18a34d71d5 delint 2020-12-08 19:26:54 -05:00
eric d1d8e16bc5 fix import error 2020-12-08 18:06:01 -05:00
eric 8052fde357 some delinting 2020-07-29 15:38:58 -04:00
eric 7a6332d641 fix card-declined error for anon user 2020-07-29 15:26:35 -04:00
eric 7d175185f3 Revert "tweak"
This reverts commit 7b440d1de7.
2020-02-28 15:54:09 -05:00
eric 7b440d1de7 tweak
wondering why celery/redis is balky on m
2020-02-28 15:35:31 -05:00
eric 5225c3b327 avoid emailing Raymond 2020-02-27 14:52:21 -05:00
eric e3f5459f68 lint 2020-02-18 09:58:02 -05:00
eric a9b00fabb6 remove Key model
stripe keys now encrypted by ansible
2020-02-17 15:18:56 -05:00
eric 86c99ab75a changes to stripe py api 2020-02-17 14:04:50 -05:00
eric 824ba51e8b migrations 2020-02-14 13:55:12 -05:00
eric 4ca11c4179 1 more <> 2020-02-13 22:30:11 -05:00
eric abff651f52 StringIO 2020-02-12 23:22:11 -05:00
eric a783be2e48 urllib 2020-02-12 17:57:35 -05:00
eric 7aa6148b42 exception syntax 2020-02-12 17:56:04 -05:00
eric 61dc601d7c unicode -> str 2020-02-12 11:36:49 -05:00
eric 60017ab959 remove has_key 2020-02-12 11:12:56 -05:00
eric 82db131740 change print to print() 2020-02-12 10:43:41 -05:00
eric 4e91f4ca0e expired 1/31/2020 2020-02-01 14:38:19 -05:00
eric f298858ed3 allow admin to deactivate card accounts 2020-01-10 11:50:49 -05:00
eric 5ad6ec24eb remove stripe test keys 2019-04-10 14:27:14 -04:00
eric a7b63631da fix stripe tests 2019-04-10 13:58:47 -04:00
eric 6f2a7626ac logging bugfixes 2018-07-25 01:18:50 -04:00
eric 26bab0af68 last 2.0 deprecations 2018-07-24 11:33:39 -04:00
eric cb1ec66a08 addressed deprecations
mostly adding on_delete to models
2018-07-23 23:48:35 -04:00
eric 50f0294b59 is_anonymous and is_authenticated are properties 2018-07-23 22:17:05 -04:00
eric f80b7a8d31 context_instance deprecated in django 1.10 2018-05-02 11:13:38 -04:00
eric c7ffd3361a removed patterns from imports 2018-04-27 11:42:39 -04:00
eric 8f600f1556 make it work in django 1.8 2018-04-25 17:20:44 -04:00
eric 3337de9a2e Merge remote-tracking branch 'Gluejar/master' into dj111
# Conflicts:
#	core/tests.py
#	payment/tests.py
2018-04-25 16:23:00 -04:00
eric 680caad71d deprecations 2018-04-19 21:27:20 -04:00
eric 146f26c5f8 deprecate django unittest 2018-04-19 21:26:29 -04:00
eric 39fdd9683a rip out dead code 2018-04-19 12:24:34 -04:00
eric 6dbe9bdaeb clean up 2018-02-07 18:34:05 -05:00
eric cb50e931bd delint 2018-02-07 17:42:37 -05:00
eric 3084ab837c handle pledges on credit 2018-02-07 16:46:44 -05:00
eric e015539fee change language about "gift credit" 2018-02-07 16:44:29 -05:00
eric 78d24330a6 expired cards should not be active
regluit uses date_deactivated to determine whether a card can be used
2018-01-19 20:08:41 -05:00
eric 906e5ece9d don't try to notify null users
this was causing errors
2018-01-19 19:18:50 -05:00
eric cd35552026 add IPN events
(we ignored the old ones; now we ignore the new ones, too.
2018-01-07 20:21:48 -05:00
eric c896fdeba4 add handing for pledge->donation 2017-12-14 21:38:14 -05:00
eric 4aeae6e67c implement donation options 2017-12-14 16:24:26 -05:00
eric e864f7d9b1 updates to allow compilescss to run quietly 2017-12-12 13:26:57 -05:00
eric db97a98ae8 https 2017-07-27 10:33:13 -04:00
eric 417f9eac58 add donation box to homepage 2017-02-13 13:33:26 -05:00
eric ac541ec1a0 patterns in urlpatterns are deprecated
https://docs.djangoproject.com/en/1.9/releases/1.8/#s-django-conf-urls-p
atterns

Also, moved edit_user to libraryauth module with the rest of our user
reg and auth.
2016-07-27 13:02:47 -04:00
eric 4adf6917ff refactor admin 2016-07-26 10:34:45 -04:00
eric e6c3b226f9 REQUEST is deprecated 2016-07-25 11:32:04 -04:00