flexisip-account-manager/flexiapi/app/Http/Middleware
2024-11-06 11:29:25 +01:00
..
Authenticate.php Fix FLEXIAPI-136 Refactor the Web Panel toggle mechanism and move it to a proper Middleware 2024-01-23 17:11:55 +01:00
AuthenticateAdmin.php Fix FLEXIAPI-182 Replace APP_SUPER_ADMINS_SIP_DOMAINS with a proper sip_domains table, API endpoints, UI panels, tests and documentation 2024-07-01 14:11:47 +00:00
AuthenticateDigestOrKey.php Fix FLEXIAPI-216 Implement the RFC 8898 partially... for HTTP 2024-10-23 14:31:29 +02:00
AuthenticateJWT.php Fix FLEXIAPI-239 Ensure to return the correct error codes as stated in the RFC6750 section 3.1 2024-11-06 11:29:25 +01:00
AuthenticateSuperAdmin.php Fix FLEXIAPI-182 Replace APP_SUPER_ADMINS_SIP_DOMAINS with a proper sip_domains table, API endpoints, UI panels, tests and documentation 2024-07-01 14:11:47 +00:00
CheckBlocked.php Fix FLEXIAPI-134 Add a system to detect and block abusive accounts 2024-01-29 11:36:41 +01:00
CheckForMaintenanceMode.php Import a new API, build with Laravel 2020-02-03 15:20:48 +01:00
EncryptCookies.php Import a new API, build with Laravel 2020-02-03 15:20:48 +01:00
IsWebPanelEnabled.php Fix FLEXIAPI-136 Refactor the Web Panel toggle mechanism and move it to a proper Middleware 2024-01-23 17:11:55 +01:00
Localization.php Fix FLEXIAPI-179 Add Localization support as a Middleware that handles Accept-Language HTTP header 2024-06-03 13:52:17 +00:00
RedirectIfAuthenticated.php Import a new API, build with Laravel 2020-02-03 15:20:48 +01:00
TrimStrings.php Import a new API, build with Laravel 2020-02-03 15:20:48 +01:00
TrustProxies.php Fix #91 Update to Laravel 9 2023-04-12 11:35:46 +02:00
ValidateJSON.php Fix FLEXIAPI-211 Add a JSON validation middleware + test 2024-09-11 17:03:10 +02:00
VerifyCsrfToken.php Import a new API, build with Laravel 2020-02-03 15:20:48 +01:00