Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: e4e274976eef796207744d897213631910b07ed8
https://github.com/phpmyadmin/phpmyadmin/commit/e4e274976eef796207744d89721…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2020-10-25 (Sun, 10 October 2020) -03:00
Changed paths:
A libraries/classes/Utils/SessionCache.php
A test/classes/Utils/SessionCacheTest.php
M libraries/classes/CheckUserPrivileges.php
M libraries/classes/Controllers/NavigationController.php
M libraries/classes/DatabaseInterface.php
M libraries/classes/Menu.php
M libraries/classes/Plugins/Auth/AuthenticationCookie.php
M libraries/classes/Profiling.php
M libraries/classes/StorageEngine.php
M libraries/classes/Util.php
M psalm-baseline.xml
M test/classes/Controllers/Server/BinlogControllerTest.php
M test/classes/Controllers/Server/Status/MonitorControllerTest.php
M test/classes/DatabaseInterfaceTest.php
M test/classes/ProfilingTest.php
M test/classes/UtilTest.php
Log Message:
-----------
Extract cache methods from Util to SessionCache class
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Commit: fca77d1f9ed5ca3bda5b945ab2c8d892af486208
https://github.com/phpmyadmin/phpmyadmin/commit/fca77d1f9ed5ca3bda5b945ab2c…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2020-10-26 (Mon, 10 October 2020) -03:00
Changed paths:
A libraries/classes/Utils/SessionCache.php
A test/classes/Utils/SessionCacheTest.php
M libraries/classes/CheckUserPrivileges.php
M libraries/classes/Controllers/NavigationController.php
M libraries/classes/DatabaseInterface.php
M libraries/classes/Menu.php
M libraries/classes/Plugins/Auth/AuthenticationCookie.php
M libraries/classes/Profiling.php
M libraries/classes/StorageEngine.php
M libraries/classes/Util.php
M psalm-baseline.xml
M test/classes/Controllers/Server/BinlogControllerTest.php
M test/classes/Controllers/Server/Status/MonitorControllerTest.php
M test/classes/DatabaseInterfaceTest.php
M test/classes/ProfilingTest.php
M test/classes/UtilTest.php
Log Message:
-----------
Merge pull request #16435 from mauriciofauth/session-cache
Extract cache methods from Util to SessionCache class
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 71d9a8f760df8bbdc2fc8f2ff39cb38d0cd32a50
https://github.com/phpmyadmin/phpmyadmin/commit/71d9a8f760df8bbdc2fc8f2ff39…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2020-10-23 (Fri, 10 October 2020) -03:00
Changed paths:
M libraries/classes/Common.php
M libraries/classes/Controllers/Database/PrivilegesController.php
M libraries/classes/Controllers/Server/PrivilegesController.php
M libraries/classes/Controllers/Table/PrivilegesController.php
M libraries/classes/Server/Privileges.php
M test/classes/Controllers/Database/PrivilegesControllerTest.php
M test/classes/Controllers/Table/PrivilegesControllerTest.php
M test/classes/Server/PrivilegesTest.php
Log Message:
-----------
Remove is_grantuser and is_createuser PHP globals
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Commit: a83ec78ebf7f73abf60bb03a73a4e49b22654db0
https://github.com/phpmyadmin/phpmyadmin/commit/a83ec78ebf7f73abf60bb03a73a…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2020-10-24 (Sat, 10 October 2020) -03:00
Changed paths:
M libraries/classes/Common.php
M libraries/classes/Controllers/Database/OperationsController.php
M libraries/classes/Controllers/Database/PrivilegesController.php
M libraries/classes/Controllers/ImportController.php
M libraries/classes/Controllers/Server/DatabasesController.php
M libraries/classes/Controllers/Server/PrivilegesController.php
M libraries/classes/Controllers/Server/ReplicationController.php
M libraries/classes/Controllers/Server/Status/MonitorController.php
M libraries/classes/Controllers/Server/UserGroupsController.php
M libraries/classes/Controllers/Server/VariablesController.php
M libraries/classes/Controllers/SqlController.php
M libraries/classes/Controllers/Table/PrivilegesController.php
M libraries/classes/Database/Routines.php
M libraries/classes/DatabaseInterface.php
M libraries/classes/Dbal/DbalInterface.php
M libraries/classes/Footer.php
M libraries/classes/Header.php
M libraries/classes/Menu.php
M libraries/classes/Server/Privileges.php
Log Message:
-----------
Make DatabaseInterface::isUserType method private
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Commit: 4873c322731ccf998796d2ab1c9567ad9a1912ba
https://github.com/phpmyadmin/phpmyadmin/commit/4873c322731ccf998796d2ab1c9…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2020-10-25 (Sun, 10 October 2020) -03:00
Changed paths:
M libraries/classes/DatabaseInterface.php
M libraries/classes/Dbal/DbalInterface.php
M libraries/classes/Footer.php
M libraries/classes/Header.php
M test/classes/Controllers/Database/PrivilegesControllerTest.php
M test/classes/Controllers/Table/PrivilegesControllerTest.php
M test/classes/Server/PrivilegesTest.php
Log Message:
-----------
Remove DatabaseInterface::isUserType method
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Commit: 9c5f8d1defb063585439db8d409a073eea115046
https://github.com/phpmyadmin/phpmyadmin/commit/9c5f8d1defb063585439db8d409…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2020-10-25 (Sun, 10 October 2020) -03:00
Changed paths:
M libraries/classes/Common.php
M libraries/classes/Controllers/Database/OperationsController.php
M libraries/classes/Controllers/Database/PrivilegesController.php
M libraries/classes/Controllers/ImportController.php
M libraries/classes/Controllers/Server/DatabasesController.php
M libraries/classes/Controllers/Server/PrivilegesController.php
M libraries/classes/Controllers/Server/ReplicationController.php
M libraries/classes/Controllers/Server/Status/MonitorController.php
M libraries/classes/Controllers/Server/UserGroupsController.php
M libraries/classes/Controllers/Server/VariablesController.php
M libraries/classes/Controllers/SqlController.php
M libraries/classes/Controllers/Table/PrivilegesController.php
M libraries/classes/Database/Routines.php
M libraries/classes/DatabaseInterface.php
M libraries/classes/Dbal/DbalInterface.php
M libraries/classes/Footer.php
M libraries/classes/Header.php
M libraries/classes/Menu.php
M libraries/classes/Server/Privileges.php
M test/classes/Controllers/Database/PrivilegesControllerTest.php
M test/classes/Controllers/Table/PrivilegesControllerTest.php
M test/classes/Server/PrivilegesTest.php
Log Message:
-----------
Merge pull request #16433 from mauriciofauth/dbi-is-user-type
Refactor DatabaseInterface::isUserType method
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/motranslator
Commit: 9291bd272a10e4cfa71713dd47ef17caef25c0ca
https://github.com/phpmyadmin/motranslator/commit/9291bd272a10e4cfa71713dd4…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2020-10-25 (Sun, 10 October 2020) +01:00
Changed paths:
M .travis.yml
Log Message:
-----------
Use php 7.3 for the Doctum step
Not needed but the last API CI failed for no reason
Signed-off-by: William Desportes <williamdes(a)wdes.fr>