• Joined on 2026-02-14
Clotho opened issue core/php-tenant#32 2026-02-20 16:39:52 +00:00
chore: create artisan command for manual package provisioning
Clotho opened issue core/php-tenant#31 2026-02-20 16:39:51 +00:00
chore: add IDE helper annotations to Eloquent models
Clotho opened issue core/php-tenant#30 2026-02-20 16:39:50 +00:00
test: add tests for NamespaceService
Clotho opened issue core/php-tenant#29 2026-02-20 16:39:49 +00:00
test: add tests for WorkspaceController API endpoints
Clotho opened issue core/php-tenant#28 2026-02-20 16:39:47 +00:00
docs: fix incorrect namespace in README.md usage examples
Clotho opened issue core/php-tenant#27 2026-02-20 16:39:46 +00:00
chore: pin host-uk/core dependency to stable version
Clotho opened issue core/php-tenant#26 2026-02-20 16:39:45 +00:00
chore: add PHPStan/Larastan to dev dependencies
Clotho opened issue core/php-tenant#25 2026-02-20 16:39:44 +00:00
feat: make workspace invitation expiry configurable
Clotho opened issue core/php-tenant#24 2026-02-20 16:38:36 +00:00
refactor: create WorkspaceMemberRole enum for type safety
Clotho opened issue core/php-tenant#23 2026-02-20 16:38:35 +00:00
feat: add workspace invitation resend functionality
Clotho opened issue core/php-tenant#22 2026-02-20 16:38:34 +00:00
feat: add soft deletes to WorkspaceInvitation model
Clotho opened issue core/php-tenant#21 2026-02-20 16:38:33 +00:00
perf: lazy-load Workspace model relationships to reduce N+1 queries
Clotho opened issue core/php-tenant#20 2026-02-20 16:38:32 +00:00
refactor: standardise error response format across API controllers
Clotho opened issue core/php-tenant#19 2026-02-20 16:38:31 +00:00
refactor: create EntitlementException hierarchy with subtypes
Clotho opened issue core/php-tenant#18 2026-02-20 16:38:30 +00:00
refactor: add return type hints to all Workspace model relationships
Clotho opened issue core/php-tenant#17 2026-02-20 16:38:29 +00:00
test: add edge case tests for TotpService
Clotho opened issue core/php-tenant#16 2026-02-20 16:38:28 +00:00
test: add tests for EntitlementWebhookService
Clotho opened issue core/php-tenant#15 2026-02-20 16:38:27 +00:00
test: add tests for WorkspaceTeamService
Clotho opened issue core/php-tenant#14 2026-02-20 16:37:28 +00:00
perf: fix N+1 query in NamespaceService::groupedForUser
Clotho opened issue core/php-tenant#13 2026-02-20 16:36:47 +00:00
fix: complete stub implementations in UserStatsService