im profil kann ein nutzer nun seine daten exportieren. man kann seinen account löschen. nach 2 jahren werden inaktive accounts gelöscht, 1 monat vorher wird eine email geschickt. Hilfetexte und Legal Pages in der Guest PWA korrigiert und vom layout her optimiert (dark mode).
This commit is contained in:
@@ -27,11 +27,15 @@ return Application::configure(basePath: dirname(__DIR__))
|
||||
\App\Console\Commands\MonitorStorageCommand::class,
|
||||
\App\Console\Commands\DispatchStorageArchiveCommand::class,
|
||||
\App\Console\Commands\CheckUploadQueuesCommand::class,
|
||||
\App\Console\Commands\PurgeExpiredDataExports::class,
|
||||
\App\Console\Commands\ProcessTenantRetention::class,
|
||||
])
|
||||
->withSchedule(function (\Illuminate\Console\Scheduling\Schedule $schedule) {
|
||||
$schedule->command('package:check-status')->dailyAt('06:00');
|
||||
$schedule->command('photobooth:cleanup-expired')->hourly()->withoutOverlapping();
|
||||
$schedule->command('photobooth:ingest')->everyFiveMinutes()->withoutOverlapping();
|
||||
$schedule->command('exports:purge')->dailyAt('02:00');
|
||||
$schedule->command('tenants:retention-scan')->dailyAt('03:00');
|
||||
})
|
||||
->withMiddleware(function (Middleware $middleware) {
|
||||
$middleware->alias([
|
||||
|
||||
Reference in New Issue
Block a user