coolify/config
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
..
api.php refactor(core): rename API rate limit ENV 2025-06-18 15:23:44 +02:00
app.php refactor(configuration): centralize configuration management in ConfigurationRepository 2025-03-24 21:01:27 +01:00
auth.php
broadcasting.php
cache.php
chunk-upload.php
constants.php feat(email): implement email change request and verification process 2025-08-18 14:54:08 +02:00
cors.php
database.php
debugbar.php
filesystems.php
fortify.php
hashing.php
horizon.php feat(queues): improve Horizon config to reduce CPU and RAM usage (#6212) 2025-07-18 19:17:28 +02:00
livewire.php
logging.php feat(scheduling): introduce ScheduledJobManager and ServerResourceManager for enhanced job scheduling and resource management 2025-07-12 14:44:44 +02:00
mail.php
purify.php
queue.php
ray.php
sanctum.php
sentry.php
services.php feat(user): add changelog read tracking and unread count method 2025-08-12 10:06:19 +02:00
session.php
subscription.php
telescope.php
testing.php
view.php