summaryrefslogtreecommitdiff
path: root/fundraising/views.py
AgeCommit message (Expand)Author
2025-10-14Bump stripe from 12.5.1 to 13.0.1 in /requirements (#2244)dependabot[bot]
2025-01-29Fixed stripe API usage in update_card viewBaptiste Mispelon
2025-01-29Fixed handling of token in card update viewBaptiste Mispelon
2025-01-28Fixed more stripe crashes in fundraising viewsBaptiste Mispelon
2025-01-28Fixed stripe crash in fundraising viewBaptiste Mispelon
2025-01-20Fixed checkout webhook after Stripe client updateBaptiste Mispelon
2024-12-07Fixed #1765 -- Actually validate signature of stripe webook requestsBaptiste Mispelon
2024-12-06Revert "Fixed #1765 -- Actually validate signature of stripe webook requests"Baptiste Mispelon
2024-12-03Fixed #1765 -- Actually validate signature of stripe webook requestsBaptiste Mispelon
2024-11-05Sorted past payments on donation management pageBaptiste Mispelon
2024-11-05Fixed crash in fundraising checkout viewBaptiste Mispelon
2024-11-01[fundraising] Marked all user-facing strings for translationMark Walker
2023-05-15Fixed Stripe webhooks crash when object is empty.Mariusz Felisiak
2022-11-30Refs #1184 -- Reformatted code with Black.django-bot
2021-01-04Update Stripe integration for main fundraising page.Carlton Gibson
2019-08-14Re-added `invisible` captcha to donations form. (#935)Carlton Gibson
2019-08-13Reverted "Added `invisible` recapthca to donations form. (#928)"Mariusz Felisiak
2019-08-13Added `invisible` recapthca to donations form. (#928)Çağıl
2018-08-31Fixed crash after update to stripe 2.x.Tim Graham
2017-11-18Fixed #743 -- Added past donations to "manage donations" page.chaitanya
2017-09-14Removed inheritance of object to define new style classes.Tim Graham
2015-12-16Fixed #588 -- Added badges to donate "thank-you" page.Tim Graham
2015-12-16Fixed #563 -- Updated fundraising page for 2015 activities.Tim Graham
2015-12-14Fixed Stripe webhook handler crash on zero payment amount charges.Tim Graham
2015-12-11Refs #508 -- Limited displayed donations to the last 365 days.Tim Graham
2015-12-01Fixed #566 -- Made "Cancel this donation" button use POST.Tim Graham
2015-11-30Removed the Campaign model.Tim Graham
2015-11-30Moved fundraising page to /fundraising/Tim Graham
2015-11-30Disabled caching of the "Manage Donations" view.Tim Graham
2015-07-08Fix Flake8/isort errors.Daniel Roseman
2015-07-08Remove null=True from CharFields.Daniel Roseman
2015-06-19Guard against invalid JSON.Daniel Roseman
2015-06-14Request event from Stripe on receiving webhook.Daniel Roseman
2015-06-14Amounts in the API are in cents, not dollars.Daniel Roseman
2015-06-14Style fixes.Daniel Roseman
2015-06-06Fix lint issues, use dash in URL.Daniel Roseman
2015-06-05Add update card functionality.Daniel Roseman
2015-06-05Handle payment failed webhook.Daniel Roseman
2015-06-05Handle subscription.deleted webhook.Daniel Roseman
2015-06-05Handle payment webhook calls.Daniel Roseman
2015-06-05Null subscriptions should not appear as recurring.Daniel Roseman
2015-06-04Fixed redirect url on cancel pageOla
2015-04-19Added a way to cancel recurring donationsOla Sitarska
2015-04-19Added basic page to manage and modify donations. Still work in progress.Ola Sitarska
2015-04-19Add stripe_customer_id to django heroTomek Paczkowski
2015-04-19Always copy DjangoHero email from DonationOla Sitarska
2015-04-18Replaced custom donation form with Stripe checkout.Tomek Paczkowski
2015-04-18Last code improvements after reviewOla Sitarska
2015-04-18Updated campaign permissionsOla Sitarska
2015-04-18Code improvements after reviewOla Sitarska