Razmig Sarkissian
b6de2f5653
Only serve media files in development mode
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
35884b728f
Merge branch 'main' of https://gitea.staxriver.com/staxriver/padelclub_backend
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
c8c54b5ac8
Merge branch 'main' of https://gitea.staxriver.com/staxriver/padelclub_backend
1 month ago
Laurent
12ddbb2c29
update PurchaseAdmin
1 month ago
Razmig Sarkissian
2d0dfd1b8f
Merge branch 'main' of https://gitea.staxriver.com/staxriver/padelclub_backend
1 month ago
Razmig Sarkissian
ff7718d044
add oct 2025 rankings
1 month ago
Laurent
169bc465c5
change param list
1 month ago
Laurent
7120bddd26
adds phone to prospect list
1 month ago
Laurent
58557c01aa
fix sync crash
1 month ago
Laurent
c37a6a8c12
Adds mobile only filter for prospects
1 month ago
Laurent
85cdf26fcf
update activity admin
1 month ago
Razmig Sarkissian
ae4660ffb8
Merge branch 'main' of https://gitea.staxriver.com/staxriver/padelclub_backend
1 month ago
Razmig Sarkissian
358f025cc5
Remove debug logging statements
1 month ago
Laurent
95496508ac
test
1 month ago
Laurent
a221bb0090
adds log to sync signal
1 month ago
Laurent
a7dd1a4122
Merge branch 'main' of https://gitea.staxriver.com/staxriver/padelclub_backend
1 month ago
Laurent
23e1651dad
update
1 month ago
Laurent
ff8788c527
remove biz objects from sync
1 month ago
Razmig Sarkissian
06e8375e15
Remove duplicate media file serving pattern
1 month ago
Razmig Sarkissian
9e9d476922
Add media files serving configuration for production
1 month ago
Razmig Sarkissian
d9c7a1ae4a
Serve media files in all environments
1 month ago
Laurent
73c18bfbf8
Merge branch 'main' of https://gitea.staxriver.com/staxriver/padelclub_backend
1 month ago
Laurent
5d60993748
Adds ModelLog creation for DataAccess to be shared between concerned users
1 month ago
Razmig Sarkissian
1404adc802
Replace payment link endpoints with resend email option
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
Laurent
0074548dd4
exclude activities from EmailTemplate admin
1 month ago
Laurent
708e086ded
update name replacement in emails
1 month ago
Laurent
60d36278c6
order activities by last_update
1 month ago
Laurent
aa6cb5c84e
remove logs
1 month ago
Laurent
4e96ba5a13
Merge branch 'main' of https://gitea.staxriver.com/staxriver/padelclub_backend
1 month ago
Laurent
e5ac3750d1
fixes sharing/revocations issues
1 month ago
Razmig Sarkissian
de5cd64679
Add HTTPS requirement for production Stripe account links
1 month ago
Razmig Sarkissian
4826b4b8b7
Add debug print statement for Stripe account link base path
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
769f969ba2
Merge branch 'main' of https://gitea.staxriver.com/staxriver/padelclub_backend
1 month ago
Razmig Sarkissian
5e45b6d96a
Refactor Tournament Summary Serializer for enhanced readability
1 month ago
Laurent
1a9eb14dd9
reorder filters
1 month ago
Laurent
a8276d5f4b
Merge branch 'main' of https://gitea.staxriver.com/staxriver/padelclub_backend
1 month ago
Laurent
c8ea7699c5
adds prospect option
1 month ago
Razmig Sarkissian
e6756f40dd
Remove unused BeautifulSoup import from utils.py
2 months ago
Razmig Sarkissian
9c2fbed0d5
Merge branch 'main' of https://gitea.staxriver.com/staxriver/padelclub_backend
2 months ago
Razmig Sarkissian
2c47025a77
Refactor Playwright scraping with environment-specific browser and
...
Queue-It handling
2 months ago