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