Kanboard-Prod/app/Core/Http
peter af8159b4bb Allow full name to be retrieved by SSO ReverseProxy
Expand on #4585 by also getting the user's full name from the Reverse Proxy:
If a ReverseProxy provides more than REMOTE_USER, such as email, it might
as well also provide the user's full name.
2023-02-18 17:28:39 -08:00
..
Client.php Added PUT method using CURLOPT_CUSTOMREQUEST 2020-06-14 11:45:42 -07:00
ClientException.php Improve HTTP client to raise exceptions 2018-03-02 12:05:41 -08:00
InvalidStatusException.php Add response body to InvalidStatusException 2018-03-02 13:41:37 -08:00
OAuth2.php Store PHP sessions in the database 2017-12-12 15:04:28 -08:00
RememberMeCookie.php Fix various compatibility issues with PHP 8 2022-02-08 22:20:20 -08:00
Request.php Allow full name to be retrieved by SSO ReverseProxy 2023-02-18 17:28:39 -08:00
Response.php Add P3P headers to avoid potential issues with IE 2016-11-09 19:11:51 -05:00
Route.php Change string indexing from {0} to [0] (deprecated in PHP 7.4) 2019-11-09 11:46:53 -08:00
Router.php Change string indexing from {0} to [0] (deprecated in PHP 7.4) 2019-11-09 11:46:53 -08:00