layer-chicken/app
2026-02-24 16:31:29 +07:00
..
Enums refactor: Remove FeedStatus enum and its references from FeedResource, Feed model, and migration 2026-02-17 19:40:31 +07:00
Filament feat: add visibility control for TrashedFilter based on user role in multiple resources 2026-02-24 14:25:36 +07:00
Http/Controllers initial commit 2025-12-27 17:08:11 +07:00
MediaLibrary feat: Implement Spatie Media Library for Feed model with custom path generation and Filament integration. 2026-02-13 15:46:27 +07:00
Models fix: correct access check in canAccessPanel method to use instance method instead of auth helper 2026-02-24 14:22:11 +07:00
Observers feat: Implement ChickenObserver to clear active chickens cache on model changes and register it with the Chicken model. 2026-02-19 14:13:23 +07:00
Policies feat: Implement authorization for various models and widgets by creating policies, updating the Shield seeder, and adding widget shields. 2026-02-24 13:41:04 +07:00
Providers feat: Add login background image and configure Filament auth UI enhancer panel width. 2026-02-24 16:31:29 +07:00
Traits/Enum feat: Introduce user roles with RoleEnum, update user table schema for username and soft deletes, and refactor user seeding. 2026-02-07 15:35:09 +07:00