Add tags support for domains with filtering and bulk actions
Introduces a 'tags' field to the domains table and UI, allowing users to organize domains with custom tags. Adds tag input and display to create, edit, bulk-add, and view pages, as well as tag-based filtering and bulk tag management (add/remove) in the domain list. Updates backend validation, controller logic, and migrations to support tags, including a new migration and index for efficient tag searches.
This commit is contained in:
@@ -27,6 +27,7 @@ If upgrading from v1.0.0, these incremental migrations will be applied:
|
||||
- `013_create_user_notifications_table.sql` - User notifications table
|
||||
- `014_add_captcha_settings.sql` - CAPTCHA settings (v2, v3, Turnstile)
|
||||
- `015_create_error_logs_table.sql` - Error logging and debugging system
|
||||
- `016_add_tags_to_domains.sql` - Domain tags for organization
|
||||
|
||||
**Upgrade via:** Web updater at `/install/update`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user