Fringg
6a4140e3e2
fix: harden gift subscription feature after multi-agent review
- Add self-gift prevention (telegram username + email)
- Unify 404 response on purchase status (eliminate token oracle)
- Add period_days upper bound (le=3650) in schema
- Handle NULL paid_at in retry query with or_()
- Capture purchase_token before fulfill_purchase (session safety)
- Upgrade Bot API pre-check logging to warning level
- Add exc_info=True for monitoring retry errors
- Add database indexes: (user_id, is_gift, status), (status, paid_at), buyer_user_id
- Use datetime instead of str for created_at in PendingGiftResponse
- Align GuestPurchase model __table_args__ with all migrations
2026-03-09 20:34:39 +03:00
..
2026-02-16 09:18:12 +03:00
2026-02-17 04:45:40 +03:00
2026-03-09 04:59:56 +03:00
2026-01-24 17:45:27 +03:00
2026-03-06 01:42:09 +03:00
2026-03-09 02:43:43 +03:00
2026-03-05 08:32:50 +03:00
2026-02-16 09:18:12 +03:00
2026-02-17 04:45:40 +03:00
2026-02-16 09:18:12 +03:00
2026-02-23 21:29:54 +03:00
2026-02-16 09:18:12 +03:00
2026-02-23 18:02:25 +03:00
2026-02-25 00:24:31 +03:00
2026-02-16 09:18:12 +03:00
2026-02-24 02:50:31 +03:00
2026-03-05 10:15:25 +03:00
2026-02-16 09:18:12 +03:00
2026-02-17 04:45:40 +03:00
2026-02-16 09:18:12 +03:00
2026-02-16 09:18:12 +03:00
2026-02-27 01:00:50 +03:00
2026-03-09 20:34:39 +03:00
2026-02-16 09:18:12 +03:00
2026-02-16 09:18:12 +03:00
2026-01-24 17:45:27 +03:00
2026-02-17 07:52:26 +03:00
2026-01-24 17:45:27 +03:00
2026-03-09 20:34:39 +03:00
2026-02-16 09:18:12 +03:00
2026-02-17 04:45:40 +03:00
2026-02-17 04:45:40 +03:00
2026-03-07 16:40:35 +03:00
2026-02-16 09:18:12 +03:00
2026-02-17 04:45:40 +03:00
2026-02-27 04:02:17 +03:00
2026-03-02 20:34:57 +03:00
2026-03-07 00:04:32 +03:00
2026-03-07 03:50:15 +03:00
2026-03-06 04:20:41 +03:00
2026-03-07 06:05:03 +03:00
2026-02-17 04:45:40 +03:00
2026-02-17 04:45:40 +03:00
2026-02-16 09:18:12 +03:00
2026-02-16 09:18:12 +03:00
2026-02-17 04:45:40 +03:00
2026-02-17 04:45:40 +03:00
2026-03-06 01:33:18 +03:00
2026-02-16 09:18:12 +03:00
2026-03-06 07:02:42 +03:00
2026-03-06 01:33:06 +03:00
2026-03-06 01:33:06 +03:00
2026-03-02 04:35:16 +03:00
2026-03-02 02:25:32 +03:00
2026-03-07 05:44:19 +03:00
2026-02-17 04:45:40 +03:00
2026-03-04 05:46:37 +03:00
2026-02-17 04:45:40 +03:00
2026-02-16 09:18:12 +03:00
2026-02-25 13:48:39 +03:00
2026-03-09 03:02:32 +03:00
2026-02-16 09:18:12 +03:00
2026-03-05 06:29:34 +03:00
2026-03-05 06:29:34 +03:00
2026-03-09 02:26:38 +03:00
2026-02-16 18:22:44 +03:00
2026-03-07 02:25:54 +03:00
2026-02-17 07:52:26 +03:00
2026-03-05 10:15:32 +03:00
2026-03-09 01:07:47 +03:00
2026-02-16 09:18:12 +03:00
2026-03-09 01:58:23 +03:00
2026-02-17 04:45:40 +03:00
2026-03-08 14:17:44 +03:00
2026-02-18 08:11:33 +03:00
2026-02-16 09:18:12 +03:00
2026-02-27 00:53:46 +03:00
2026-03-06 07:02:42 +03:00