Andras Bacsai
ee502b9f76
feat(email): implement email change request and verification process
...
- Added functionality for users to request an email change, including generating a verification code and setting an expiration time.
- Implemented methods in the User model to handle email change requests, code validation, and confirmation.
- Created a new job to update the user's email in Stripe after confirmation.
- Introduced rate limiting for email change requests and verification attempts to prevent abuse.
- Added a new notification for email change verification.
- Updated the profile component to manage email change requests and verification UI.
2025-08-18 14:54:08 +02:00
Andras Bacsai
24688b2ad8
fix(jobs): update middleware to use expireAfter for WithoutOverlapping in multiple job classes
2025-07-01 10:50:27 +02:00
Andras Bacsai
c6278a06ba
refactor(jobs): unify middleware configuration to prevent job release after expiration for DockerCleanupJob and PushServerUpdateJob
2025-05-07 14:42:42 +02:00
Andras Bacsai
f9faf3e40f
refactor(jobs): update middleware to prevent job release after expiration for CleanupInstanceStuffsJob, RestartProxyJob, and ServerCheckJob
2025-04-30 23:37:29 +02:00
Andras Bacsai
b78f2cccff
refactor(jobs): update WithoutOverlapping middleware to use expireAfter for better queue management
2025-04-18 09:52:32 +02:00
Andras Bacsai
1fe4dd722b
Revert "rector: arrrrr"
...
This reverts commit 16c0cd10d8
.
2025-01-07 15:31:43 +01:00
Andras Bacsai
16c0cd10d8
rector: arrrrr
2025-01-07 14:52:08 +01:00
Andras Bacsai
2b518e2291
refactor a few jobs
2024-11-07 09:16:58 +01:00
Lucas Michot
d557a22b91
Remove all ray() calls
2024-10-28 13:51:23 +01:00
andrasbacsai
d1a5f97f59
Fix styling
2024-06-19 06:59:46 +00:00
Thijmen
d86274cc37
Fix styling
2024-06-10 20:43:34 +00:00
Andras Bacsai
b07cc500e7
fix: invitation
2023-09-15 11:19:36 +02:00
Andras Bacsai
fe4a0ae166
fix: encrypt jobs
2023-09-14 10:12:44 +02:00
Andras Bacsai
64a65e2018
fix: errors
2023-09-11 17:36:30 +02:00
Andras Bacsai
50527cf0a3
fix: testing email
...
fix: expired invitiation link
2023-09-11 12:16:26 +02:00
Andras Bacsai
923af88336
fix: subscriptions
2023-08-30 18:23:55 +02:00
Andras Bacsai
b674a0ed88
throw errors in jobs
2023-08-24 21:09:58 +02:00
Andras Bacsai
3ab38e69fc
feat: send internal notification to discord
2023-08-16 16:03:30 +02:00
Andras Bacsai
88b3005589
feat: force password reset + waitlist
2023-08-15 14:11:38 +02:00