1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 09:54:03 +00:00
tenancy/src
Samuel Štancl dc430666ba
Add more tenant key generators (#36)
* Add RandomHexGenerator, create new namespace

* phpstan ignore

* add base64 generator

* add note about base64 being case sensitive

* docblock updates

* replace old UUIDGenerator with a class that throws an exception

* replace base64 generator with a random string generator

* Fix namespace

* Fix code style (php-cs-fixer)

* add test for the deprecated uuid generator

* update comments

---------

Co-authored-by: PHP CS Fixer <phpcsfixer@example.com>
2024-03-28 03:17:55 +01:00
..
Actions Make clone action prefix already prefixed routes correctly (#28) 2024-02-10 18:19:20 +01:00
Bootstrappers better defaults 2024-03-24 04:28:11 +01:00
Commands Simplify Tenant contract (remove run method), move run logic to Tenancy, add generics 2024-03-01 08:42:11 +01:00
Concerns Laravel 11 support + Docker improvements (#29) 2024-02-18 00:18:31 +01:00
Contracts Simplify Tenant contract (remove run method), move run logic to Tenancy, add generics 2024-03-01 08:42:11 +01:00
Controllers Fix tenant asset controller middleware() logic 2024-03-27 16:44:17 +01:00
Database categorize todos 2024-03-12 17:29:00 +01:00
Enums Improve file structure (#5) 2023-08-03 17:51:53 +02:00
Events Resource syncing rework (#30) 2024-02-10 19:08:37 +01:00
Exceptions Resource syncing rework (#30) 2024-02-10 19:08:37 +01:00
Facades Extend GlobalCache facade from the original facade (#495) 2020-09-18 23:18:21 +02:00
Features categorize todos 2024-03-12 17:29:00 +01:00
Jobs add $ignoreExisting static property to CreateDatabase 2024-03-27 21:44:30 +01:00
Listeners Simplify Tenant contract (remove run method), move run logic to Tenancy, add generics 2024-03-01 08:42:11 +01:00
Middleware categorize todos 2024-03-12 17:29:00 +01:00
Overrides categorize todos 2024-03-12 17:29:00 +01:00
Resolvers categorize todos 2024-03-12 17:29:00 +01:00
ResourceSyncing categorize todos 2024-03-12 17:29:00 +01:00
UniqueIdentifierGenerators Add more tenant key generators (#36) 2024-03-28 03:17:55 +01:00
helpers.php categorize todos 2024-03-12 17:29:00 +01:00
PathIdentificationManager.php Central routes without Route::domain(), configurable tenant/central routes by default for domain/subdomain identification, allow accessing central routes in early identification for path & request data middleware (#3) 2023-08-03 00:23:26 +02:00
Tenancy.php categorize todos 2024-03-12 17:29:00 +01:00
TenancyServiceProvider.php Give universal flag highest priority (#27) 2024-01-25 15:27:17 +01:00
UUIDGenerator.php Add more tenant key generators (#36) 2024-03-28 03:17:55 +01:00