Laurent
cf28db9fd0
avoid getting mails for get_object_or_404 failures
2 days ago
Razmig Sarkissian
08fd01e119
add nov 2025 rank
5 days ago
Razmig Sarkissian
f97dbd79cc
Enhance Club Selection Form in EventAdmin Action
...
Refactors the set_club_action method to improve form handling: - Add
validation for club selection - Improve form initialization with hidden
fields - Update template to match Django admin form conventions - Add
error handling and more robust user feedback
6 days ago
Razmig Sarkissian
240bb3fc25
Add admin template for setting club for multiple events
6 days ago
Razmig Sarkissian
5102e4c295
Add set club bulk action to EventAdmin
6 days ago
Razmig Sarkissian
6be947706e
Increase tournament listing limit from 50 to 100
1 week ago
Razmig Sarkissian
eb25d0e609
Add get_last_name method for anonymous players
1 week ago
Razmig Sarkissian
85c56981a6
Add null check to umpire_mail method
2 weeks ago
Razmig Sarkissian
f01a681e93
Add null check for event and event creator in umpire_phone
2 weeks ago
Razmig Sarkissian
3522ee87f5
Update player_registration.py
2 weeks ago
Razmig Sarkissian
e215ca7e1d
Add "My Team" link to tournament navigation for authenticated users
2 weeks ago
Razmig Sarkissian
174c2988b2
Update Padel rankings unranked male values
2 weeks ago
Razmig Sarkissian
ec079e1a7a
Add debug logging to Round and Tournament Bracket fix annelise issue
...
with match hide state detection
2 weeks ago
Razmig Sarkissian
93a27f9583
Modify team unregistration to cancel registration instead of deleting
3 weeks ago
Razmig Sarkissian
49d497d48f
Cancel Team Registration by Deleting Team Registration
3 weeks ago
Razmig Sarkissian
34924db360
Add user-initiated registration cancellation logic
3 weeks ago
Razmig Sarkissian
11d6913807
Improve Payment Service: Add Transaction Safety and Error Handling
3 weeks ago
Laurent
59a39ffd49
Adds round index filter for TeamScore
3 weeks ago
Laurent
77b999fbb3
logs update
3 weeks ago
Razmig Sarkissian
80b6bc1136
Fix email filtering for tournament registrations
...
Remove check for online registration when filtering emails to send
3 weeks ago
Laurent
1339b65731
Fix crash
3 weeks ago
Razmig Sarkissian
0158ce150d
Add API endpoint to get payment link for team registration
3 weeks ago
Razmig Sarkissian
fcb2ef9549
Add force_send option to resend registration emails
4 weeks ago
Razmig Sarkissian
005d8877e7
Add migration for new fields in Activity and Tournament models
4 weeks ago
Razmig Sarkissian
093015dac6
Add custom club name field to Tournament model
4 weeks ago
Razmig Sarkissian
ef0e7b6326
Add missing player information from authenticated user profile
4 weeks ago
Laurent
1572bed50d
fix margin
4 weeks ago
Laurent
4fb9460572
Adds distinct email in the dashboard
4 weeks ago
Laurent
015934c663
change TeamRegistrationAdmin
4 weeks ago
Razmig Sarkissian
6918677009
Fix user age calculation and handle 'N/A' birth year
4 weeks ago
Razmig Sarkissian
3b56d59321
update ranking oct 2025 accuracy
4 weeks ago
Razmig Sarkissian
7c1c37746c
Improve webhook handling and validation logic
...
Supporting multiple webhook secrets and enhanced Connect account
validation. Added more detailed logging and improved error handling for
payment processing.
4 weeks ago
Laurent
1bf31744b5
change many to many to autocomplete in the admin
1 month ago
Razmig Sarkissian
5c36eb8781
Add umpire data export functionality
...
The commit adds a new endpoint and functionality to gather tournament
and umpire contact information from the French Tennis Federation (FFT)
API, and export it as a CSV file. The changes include:
- Add route for monthly tournament/umpire data export - Add view to
fetch tournaments and umpire data in batches - Add CSV export of umpire
contact details - Clean up tournament model fields
1 month ago
Razmig Sarkissian
511066ccc8
Add support for single player tournament registration
...
The registration system now properly handles both team and individual
player tournaments, displaying the appropriate counts and labels based
on the tournament type.
1 month ago
Laurent
12ddbb2c29
update PurchaseAdmin
1 month ago
Razmig Sarkissian
ff7718d044
add oct 2025 rankings
1 month ago
Razmig Sarkissian
358f025cc5
Remove debug logging statements
1 month ago
Razmig Sarkissian
f4d8b1a536
Add support for corporate tournament Stripe payments
...
The commit adds webhook handling for corporate tournaments using
platform account (XLR) vs connected accounts, updates payment link
creation logic, and improves logging.
1 month ago
Razmig Sarkissian
22b06b4494
Remove cancel_url from Stripe checkout params
1 month ago
Razmig Sarkissian
c004325ac8
Remove unused tournament model fields
1 month ago
Razmig Sarkissian
a5c9765366
Add Stripe payment links for tournament registration
1 month ago
Razmig Sarkissian
4fbfce8393
Fix player contact email handling across service methods
1 month ago
Razmig Sarkissian
371bce35d7
Refactor contact information handling in tournament registration
1 month ago
Razmig Sarkissian
fe3e224d15
Update CustomUserAdmin to use date_joined instead of creation_date
1 month ago
Razmig Sarkissian
8f7b21d0de
Add 'creation_date' to CustomUserAdmin user fields
1 month ago
Razmig Sarkissian
5e45b6d96a
Refactor Tournament Summary Serializer for enhanced readability
1 month ago
Laurent
8132826866
renamed agents into supervisors and added organizers who can create tournaments
2 months ago
Razmig Sarkissian
33f170dd3e
Replace timezone.localtime with local_planned_start_date method
2 months ago
Razmig Sarkissian
9a3f92306d
Replace timezone.localtime with local planned start date method
2 months ago