Laurent
319efc28f5
adds id of DataAccess in the admin
2 months ago
Laurent
334bcad30f
Merge branch 'main' of https://gitea.staxriver.com/staxriver/padelclub_backend
2 months ago
Laurent
30b17810e9
update offer
2 months ago
Razmig Sarkissian
1482f7f670
Merge branch 'main' of https://gitea.staxriver.com/staxriver/padelclub_backend
2 months ago
Razmig Sarkissian
5320d0a5be
Remove ReferrerMiddleware and move logic to login view
2 months ago
Laurent
10168de3cd
adds filter for user that have or dont have a prospect with the same email
2 months ago
Laurent
c4be3c9ce2
add filter for user with/without purchases
2 months ago
Laurent
42bdb3bfed
Add filter for user that have created an event
2 months ago
Laurent
bc792ed470
make user a raw_id field
2 months ago
Laurent
6759ce7af8
Merge branch 'main' of https://gitea.staxriver.com/staxriver/padelclub_backend
2 months ago
Laurent
08ada3d771
adds api keys for api usage
2 months ago
Razmig Sarkissian
82900cfe5e
Add confirmation time to registration deadline
2 months ago
Razmig Sarkissian
eee03f7708
Merge branch 'main' of https://gitea.staxriver.com/staxriver/padelclub_backend
2 months ago
Razmig Sarkissian
b71ac1c645
Remove Registration Cart Cleanup Middleware
2 months ago
Laurent
08f78e7de4
adds first draft for tournament summaries api
2 months ago
Laurent
8faf79fd94
adds claude.md
2 months ago
Laurent
0af9609075
Merge branch 'main' of https://gitea.staxriver.com/staxriver/padelclub_backend
2 months ago
Laurent
d934230880
adds event_count for user in the dashboard
2 months ago
Razmig Sarkissian
d0fb9fcac6
Add support for custom tournament animation type
2 months ago
Razmig Sarkissian
aa39b9f08b
Update email service to handle single-player tournament inscription
2 months ago
Razmig Sarkissian
caad565056
Conditionally serve media files in development mode
2 months ago
Razmig Sarkissian
095a446675
Merge branch 'main' of https://gitea.staxriver.com/staxriver/padelclub_backend
2 months ago
Razmig Sarkissian
213527592e
Remove DEBUG condition for serving media files
2 months ago
Laurent
bedd752824
tournament api returns tournament created by the user
2 months ago
Laurent
47c50780a4
Merge branch 'main' of https://gitea.staxriver.com/staxriver/padelclub_backend
2 months ago
Laurent
2463c8f8c8
put the shop back online
2 months ago
Razmig Sarkissian
108d2d6451
Extend tournament broadcast search window to 72 hours
2 months ago
Razmig Sarkissian
183d0ee6ec
Improve tournament broadcast selection logic
2 months ago
Razmig Sarkissian
61a6f88e6f
Update broadcasted_auto.html
2 months ago
Razmig Sarkissian
c0d18ed9a1
Add retry mechanism for tournament autobroadcast
2 months ago
Razmig Sarkissian
aa7c9bc5aa
Update auto-broadcast completion logic for tournaments
...
Refine tournament auto-broadcast detection algorithm to handle
multi-page tournaments more robustly. Specifically:
- Improve completion detection for multi-page tournaments - Prevent
false completion when cycling through pages - Add more descriptive
logging for edge cases
2 months ago
Razmig Sarkissian
f5a4a18ee5
Merge branch 'main' of https://gitea.staxriver.com/staxriver/padelclub_backend
2 months ago
Razmig Sarkissian
586de4431f
Remove Broadcasted Auto Event Template
2 months ago
Laurent
731c3fc1fb
Merge branch 'main' of https://gitea.staxriver.com/staxriver/padelclub_backend
2 months ago
Laurent
ae57ec7bcd
improved admin
2 months ago
Razmig Sarkissian
39beecd9cd
Change team name class from bold to semibold
2 months ago
Razmig Sarkissian
d92849edfc
Remove large class from date table cell
2 months ago
Razmig Sarkissian
b0b1abd972
Fix tournament list order in automatic broadcast view
2 months ago
Razmig Sarkissian
2c34296a5e
Add short name support for animation tournaments
2 months ago
Razmig Sarkissian
26a2465dfb
Improve club broadcast page title with broadcast code
2 months ago
Razmig Sarkissian
73571702db
Add error handling for tournament data fetching
2 months ago
Razmig Sarkissian
34530f94c5
Add null checks and handle empty lists in broadcast templates
2 months ago
Razmig Sarkissian
1e5bd9a072
Merge branch 'main' of https://gitea.staxriver.com/staxriver/padelclub_backend
2 months ago
Razmig Sarkissian
17d6313042
Add automatic broadcast features and UI improvements
2 months ago
Laurent
debf60bc9b
Adds a contact_again field for prospects
2 months ago
Razmig Sarkissian
bcf5017169
Fix handling of expired team registration sessions
...
A missing team registration should be treated as a valid expiration
case, returning True instead of False to properly clean up sessions.
2 months ago
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
758bd60c93
Add Activity status options and fix DataAccess model name
...
The changes add more Activity status choices in biz app and fix the
verbose plural name for DataAccess in sync app.
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