Razmig Sarkissian
31b87cea2f
Add payment session expiration and logging
...
The main changes in this commit are: - Adding 30-minute expiration to
Stripe checkout sessions - Adding comprehensive logging throughout
payment flow - Improving payment failure and expiration handling -
Moving payment processing to static methods - Refactoring payment
session creation and handling - Adding better error handling for Stripe
operations
``` Add payment session expiration and logging ```
2 months ago
Razmig Sarkissian
84a7047053
Add get_registration_fee methods to registration models
2 months ago
Razmig Sarkissian
e58ec43999
Add retry logic and stats for padel rankings download
...
The changes add a robust retry mechanism with exponential backoff for
downloading French padel rankings, along with detailed retry statistics
tracking and reporting. This improves reliability when fetching ranking
data in case of temporary network issues.
2 months ago
Razmig Sarkissian
28a0219507
Fix index out of bounds error in group stage teams lookup
...
The subject line alone fully captures this change, as it's a
straightforward bug fix for an array bounds issue when accessing teams
in group stages.
2 months ago
Laurent
3146b16962
remove other shop link
2 months ago
Laurent
ae4c330b1a
remove shop from nav bar
2 months ago
Razmig Sarkissian
664b461e6d
fix sept ranking 2025
2 months ago
Razmig Sarkissian
0a017d7957
Update max players and unranked values in rankings file
2 months ago
Razmig Sarkissian
9b763e0ed5
September 2025 Rankings
2 months ago
Razmig Sarkissian
ecda64402f
Add is_anonymous field to PlayerRegistration model
3 months ago
Razmig Sarkissian
0da7941390
Add Anonymous Player Support
3 months ago
Razmig Sarkissian
a6ca96d2e9
Add season year parameter for 2026 tournament rules
3 months ago
Razmig Sarkissian
0fae81c45f
Update player data in CLASSEMENT-PADEL-MESSIEURS-08-2025.csv
3 months ago
Razmig Sarkissian
79b857f7c9
Fix age calculation to use tournament start date
3 months ago
Razmig Sarkissian
1ba15438ca
Update Padel tournament guide PDFs
3 months ago
Razmig Sarkissian
f3d41d3b5f
Rename Club hidden field to admin_visible
3 months ago
Razmig Sarkissian
2da21d67b2
Add hidden field to Club model
3 months ago
Razmig Sarkissian
1409fe309b
Update views.py
3 months ago
Razmig Sarkissian
17f455137c
Update admin.py
3 months ago
Razmig Sarkissian
6401914b74
Update views.py
3 months ago
Razmig Sarkissian
f613b44152
Update views.py
3 months ago
Razmig Sarkissian
ed7031ef24
Update tournament.py
3 months ago
Razmig Sarkissian
e4d008956a
08 2025 rankings
3 months ago
Laurent
455928f600
update league concept
3 months ago
Laurent
4636b12deb
improve club list
3 months ago
Laurent
83c7e7a97c
order clubs by name
3 months ago
Laurent
3c41da77bc
improve club list page
3 months ago
Laurent
66d935e83e
fix #2
3 months ago
Laurent
59f5f093d1
fix
3 months ago
Laurent
bb86086235
fix missing import
3 months ago
Laurent
67879ed6ed
improvements
3 months ago
Laurent
966beb6599
adds month/year filtering for tournament lists
3 months ago
Laurent
7fa16f23c4
fix
3 months ago
Laurent
cf0b33aa2a
add more prefetches
3 months ago
Laurent
a1becd8455
fix claude issue
3 months ago
Laurent
c6e431a0d3
improved performance with claude
3 months ago
Laurent
06e9daba59
improve performance #4
3 months ago
Laurent
c5e910a208
performance #3
3 months ago
Laurent
1e958cca57
improve performance #2
3 months ago
Laurent
0a6b4614fe
performance improvement
3 months ago
Laurent
b00e01a674
add email link
4 months ago
Laurent
77e635dda5
improve users list
4 months ago
Laurent
cfed9030c0
update label
4 months ago
Laurent
38d7c0f293
dashboard update
4 months ago
Laurent
3f2d8bab9a
update dashboard
4 months ago
Laurent
6ce616cdf3
dashboard update
4 months ago
Laurent
c1a62cf4e6
rename bizdev into biz
4 months ago
Razmig Sarkissian
f3ba9d4fc9
Reorder conditions in display_matches method for clarity
4 months ago
Razmig Sarkissian
36e791efe9
Fix tournament display matches logic
4 months ago
Razmig Sarkissian
96dfc77856
Fix team positioning check method in Tournament model
4 months ago