Maurício Meneghini Fauth
|
282fbe76c5
|
Fix case where $_SERVER['REQUEST_METHOD'] is undefined
Fixes https://github.com/phpmyadmin/phpmyadmin/issues/16991
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2021-07-05 17:23:32 -03:00 |
|
William Desportes
|
97a7d88db6
|
Ignore psalm UnresolvableInclude for routing cache
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2021-06-21 23:43:24 +02:00 |
|
Maurício Meneghini Fauth
|
18f9c6a9ad
|
Suppress Psalm MissingFile error on routes cache file
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
(cherry picked from commit 1e34437e63)
|
2021-04-28 01:09:47 +02:00 |
|
William Desportes
|
778d916adf
|
Re-write the route cache handling
See: https://github.com/nikic/FastRoute/issues/224
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2021-02-21 19:40:32 +01:00 |
|
William Desportes
|
81cc352f0d
|
Disable cache when the file is not writable
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2021-02-13 22:22:43 +01:00 |
|
Maurício Meneghini Fauth
|
3f01cd8c13
|
Remove Message::display method
Related to https://github.com/phpmyadmin/phpmyadmin/issues/16258.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-07-20 19:43:46 -03:00 |
|
Maurício Meneghini Fauth
|
e23f933d97
|
Use early exit for Routing::callControllerForRoute
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-07-08 19:12:49 -03:00 |
|
William Desportes
|
5234f6b3d4
|
Fix a coding standard issue for #16180
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-06-09 13:46:25 +02:00 |
|
William Desportes
|
655389292d
|
Fix #16180 - [5.1-dev, security] XSS, unescaped route displayed on 404 page
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-06-09 13:45:14 +02:00 |
|
Maurício Meneghini Fauth
|
a64393e7f5
|
Fix some coding standard issues
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-05-13 00:23:28 -03:00 |
|
Maurício Meneghini Fauth
|
1481534ff1
|
Add php extension to routes cache file
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-05-01 16:10:46 -03:00 |
|
William Desportes
|
d56bb6cf00
|
Change ROUTING_CACHE_DIR into CACHE_DIR
Ref: 4d2800daa49819b85aceba9089f6bec3da254608
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-03-28 10:38:11 +01:00 |
|
William Desportes
|
aed59d758c
|
Remove a blank line
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-03-28 10:38:11 +01:00 |
|
William Desportes
|
c85fb43da0
|
Create ROUTING_CACHE_DIR contstant
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-03-28 10:38:11 +01:00 |
|
William Desportes
|
bde3e5ae65
|
Move all index.php code to PhpMyAdmin\Routing and change cache name
Signed-off-by: William Desportes <williamdes@wdes.fr>
Fix some phpdoc comments
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-03-28 10:38:11 +01:00 |
|