mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-app.git
synced 2026-05-21 09:05:36 +00:00
🔧 **Add .codegraph config & update dependencies**
- ➕ Added `.codegraph/config.json` for file inclusion/exclusion in analytics. - ⬆️ Bumped versions of `guzzlehttp`, `laravel/framework`, `laravel/horizon`, `shiki`, `nostr-tools`, and other dependencies in `composer.lock` and `yarn.lock`. - 🖼️ Enhanced file upload validation and preview support by including `.avif` MIME type in `livewire` components and configuration. - ✅ Added tests to ensure `.avif` is supported across file upload forms.
This commit is contained in:
+1
-1
@@ -131,7 +131,7 @@ return [
|
||||
'preview_mimes' => [ // Supported file types for temporary pre-signed file URLs...
|
||||
'png', 'gif', 'bmp', 'svg', 'wav', 'mp4',
|
||||
'mov', 'avi', 'wmv', 'mp3', 'm4a',
|
||||
'jpg', 'jpeg', 'mpga', 'webp', 'wma',
|
||||
'jpg', 'jpeg', 'mpga', 'webp', 'wma', 'avif',
|
||||
],
|
||||
'max_upload_time' => 5, // Max duration (in minutes) before an upload is invalidated...
|
||||
'cleanup' => true, // Should cleanup temporary uploads older than 24 hrs...
|
||||
|
||||
Reference in New Issue
Block a user