Branch: refs/heads/QA_5_1
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 105a51ae288ad3cf026df5dd275974d9d6e643e1
https://github.com/phpmyadmin/phpmyadmin/commit/105a51ae288ad3cf026df5dd275…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2021-03-19 (Fri, 03 March 2021) +01:00
Changed paths:
M js/src/functions.js
M js/src/navigation.js
M libraries/classes/Navigation/Navigation.php
M templates/navigation/main.twig
Log Message:
-----------
Fix #16717 - Make main drawer sync call async and remove the reflow issue
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: 86f1564b793d2f1217915be513eba41761d9eb3c
https://github.com/phpmyadmin/phpmyadmin/commit/86f1564b793d2f1217915be513e…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2021-03-19 (Fri, 03 March 2021) +01:00
Changed paths:
M ChangeLog
Log Message:
-----------
Add a ChangeLog entry for #16717
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/error-reporting-server
Commit: 8072b82af9b9d358f9fe6e01ec7a239dea435d6f
https://github.com/phpmyadmin/error-reporting-server/commit/8072b82af9b9d35…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2021-03-16 (Tue, 03 March 2021) +01:00
Changed paths:
M src/Controller/Component/GithubApiComponent.php
Log Message:
-----------
Allow CURL to follow redirects because issues can have moved from a repo to another
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 6b0a10d8ca3fd378da11c944b20127205708e3d7
https://github.com/phpmyadmin/phpmyadmin/commit/6b0a10d8ca3fd378da11c944b20…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2021-03-16 (Tue, 03 March 2021) -03:00
Changed paths:
M libraries/classes/Core.php
M libraries/classes/DatabaseInterface.php
M libraries/classes/ErrorHandler.php
M libraries/classes/Footer.php
M libraries/classes/Plugins/Auth/AuthenticationConfig.php
M libraries/classes/Plugins/Auth/AuthenticationCookie.php
M libraries/classes/Response.php
M libraries/common.inc.php
M test/classes/FooterTest.php
M test/classes/Plugins/Auth/AuthenticationConfigTest.php
M test/classes/Plugins/Auth/AuthenticationCookieTest.php
Log Message:
-----------
Rename the error_handler global to use camel case
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/error-reporting-server
Commit: 0fb96ba193c410c8c8464f14aa55c997ebdd340f
https://github.com/phpmyadmin/error-reporting-server/commit/0fb96ba193c410c…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2021-03-16 (Tue, 03 March 2021) +01:00
Changed paths:
M templates/Reports/view.php
Log Message:
-----------
Fix a coding standard mistake
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: 855bf79cefaeec13cd0b0169e86544c6283d9043
https://github.com/phpmyadmin/error-reporting-server/commit/855bf79cefaeec1…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2021-03-16 (Tue, 03 March 2021) +01:00
Changed paths:
M src/Controller/AppController.php
M src/Shell/SyncGithubIssueStatesShell.php
M tests/TestCase/Shell/SyncGithubIssueStatesShellTest.php
Log Message:
-----------
Fix a security issue where content could be read if the user ignored the redirect
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: 443a0116fbc426c5fbba677008edcc49d958dc25
https://github.com/phpmyadmin/error-reporting-server/commit/443a0116fbc426c…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2021-03-16 (Tue, 03 March 2021) +01:00
Changed paths:
M composer.json
M phpstan.neon.dist
Log Message:
-----------
Improve phpstan config
Signed-off-by: William Desportes <williamdes(a)wdes.fr>