1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 14:14:04 +00:00
tenancy/src/Middleware
Samuel Štancl 151e81b412
Merge dev branch (minor breaking changes)
From the perspective of the master branch, this commit merges in a
few small breaking changes from the dev branch:

6b0066c5ef
- Make pullPendingFromPool() $firstOrCreate arg default to false
  (pullPending() is now a direct alias for pullPendingFromPool() with
  default $firstOrCreate=true)
- See full commit message for other changes. They shouldn't be breaking
  though.

13a2209f11
- Remove $WAL static property. We instead just let Laravel use its
  journal_mode config now

This merge also adds a deprecation:

b320f8f33d
- Deprecate TenantConfig feature in favor of TenantConfigBootstrapper
2025-10-14 17:32:44 +02:00
..
CheckTenantForMaintenanceMode.php Fix code style (php-cs-fixer) 2025-10-14 15:26:19 +00:00
IdentificationMiddleware.php phpstan improvements 2022-09-29 15:07:16 +02:00
InitializeTenancyByDomain.php Fix code style (php-cs-fixer) 2024-11-09 19:54:56 +00:00
InitializeTenancyByDomainOrSubdomain.php Fix code style (php-cs-fixer) 2024-11-09 19:54:56 +00:00
InitializeTenancyByOriginHeader.php phpstan fix 2025-07-14 21:48:30 +02:00
InitializeTenancyByPath.php [4.x] General code cleanup (#1278) 2024-12-31 00:35:46 +01:00
InitializeTenancyByRequestData.php [4.x] URL generation, request data identification improvements (#1357) 2025-06-02 03:43:47 +02:00
InitializeTenancyBySubdomain.php Fix origin id w/ empty header & using full-hostname subdomain records 2024-11-09 20:48:45 +01:00
PreventAccessFromUnwantedDomains.php Remove and recategorize todos 2025-08-31 16:57:52 +02:00
ScopeSessions.php [4.x] Make ScopeSessions usable on universal routes (#1342) 2025-04-04 03:15:37 +02:00