1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-05-06 23:44:03 +00:00
tenancy/src/Database/Concerns
2024-08-06 04:35:25 +02:00
..
BelongsToPrimaryModel.php Postgres RLS + permission controlled database managers (#33) 2024-04-24 22:32:49 +02:00
BelongsToTenant.php Postgres RLS + permission controlled database managers (#33) 2024-04-24 22:32:49 +02:00
CentralConnection.php Apply fixes from StyleCI 2020-05-22 09:01:31 +00:00
ConvertsDomainsToLowercase.php get phpstan errors down from 252 to 189 2022-08-30 05:44:23 +02:00
CreatesDatabaseUsers.php Postgres RLS + permission controlled database managers (#33) 2024-04-24 22:32:49 +02:00
EnsuresDomainIsNotOccupied.php get phpstan errors down from 252 to 189 2022-08-30 05:44:23 +02:00
FillsCurrentTenant.php Postgres RLS + permission controlled database managers (#33) 2024-04-24 22:32:49 +02:00
GeneratesIds.php get phpstan errors down from 252 to 189 2022-08-30 05:44:23 +02:00
HasDatabase.php use getAttribute() in HasDatabase to support encrypted columns 2024-04-02 20:25:17 +02:00
HasDomains.php Fix #998, properly replace ALL tenant_id literals 2022-11-10 16:44:52 +01:00
HasInternalKeys.php Simplify TenantWithDatabase interface, move tenantConfig() logic 2024-03-01 10:48:33 +01:00
HasPending.php resolve all phpstan issues 2022-11-08 13:34:04 +01:00
HasScopedValidationRules.php Fix #998, properly replace ALL tenant_id literals 2022-11-10 16:44:52 +01:00
InitializationHelpers.php Fix code style (php-cs-fixer) 2022-09-29 00:47:38 +00:00
InvalidatesResolverCache.php add Tenancy::$findWith 2024-04-05 19:48:50 +02:00
InvalidatesTenantsResolverCache.php Add identification section to config, refactor static properties 2022-10-01 20:01:18 +02:00
MaintenanceMode.php Fix code style (php-cs-fixer) 2022-10-17 17:48:49 +00:00
ManagesPostgresUsers.php Postgres RLS + permission controlled database managers (#33) 2024-04-24 22:32:49 +02:00
PendingScope.php fix phpstan errors 2024-08-06 04:35:25 +02:00
RLSModel.php Postgres RLS + permission controlled database managers (#33) 2024-04-24 22:32:49 +02:00
TenantConnection.php Apply fixes from StyleCI 2020-05-22 09:01:31 +00:00
TenantRun.php Simplify Tenant contract (remove run method), move run logic to Tenancy, add generics 2024-03-01 08:42:11 +01:00