trypost/app/Http/Middleware/App
Paulo Castellano c9209cb2a9 Replace the boolean isRtl() with a direction() accessor on ContentLanguage
isRtl() existed only to be mapped to an 'rtl'/'ltr' string in SetLocale, so the
boolean was the redundant concept. direction() returns the string the one caller
needs, which drops the null-safe-plus-nested-ternary from the middleware and lets
it resolve the language once with an explicit DEFAULT fallback.
2026-07-03 18:57:09 -03:00
..
EnsureAccountReady.php refactor(auth): split workspace gate into EnsureHasWorkspace middleware 2026-06-25 14:30:15 -03:00
EnsureHasWorkspace.php refactor(auth): split workspace gate into EnsureHasWorkspace middleware 2026-06-25 14:30:15 -03:00
EnsureRegistrationEnabled.php feat(auth): self-hosted registration gate + admin seeder (closes #46) 2026-05-19 11:45:16 -03:00
HandleInertiaRequests.php Make the content-language field a searchable combobox and reload on UI-language switch 2026-07-03 18:17:38 -03:00
SetLocale.php Replace the boolean isRtl() with a direction() accessor on ContentLanguage 2026-07-03 18:57:09 -03:00