Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 9e7890e566920b831fa777f90cdb00097231d397
https://github.com/phpmyadmin/phpmyadmin/commit/9e7890e566920b831fa777f90cd…
Author: Kristijan \"Fremen\" Velkovski <me(a)krisfremen.com>
Date: 2024-02-24 (Sat, 02 February 2024) +01:00
Changed paths:
M po/mk.po
Log Message:
-----------
Translated using Weblate (Macedonian)
Currently translated at 28.5% (979 of 3427 strings)
[ci skip]
Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/mk/
Signed-off-by: "Kristijan \"Fremen\" Velkovski" <me(a)krisfremen.com>
Commit: 0048963013deb0dcb910f80ad1e98eb3e3267bb2
https://github.com/phpmyadmin/phpmyadmin/commit/0048963013deb0dcb910f80ad1e…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2024-02-29 (Thu, 02 February 2024) -03:00
Changed paths:
M ChangeLog
M libraries/classes/Navigation/Nodes/Node.php
M test/classes/Navigation/Nodes/NodeTest.php
Log Message:
-----------
Fix case where tables from wrong db is loaded in navigation
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Commit: ba29aa6e82c42629e31609495e81b08e887c8903
https://github.com/phpmyadmin/phpmyadmin/commit/ba29aa6e82c42629e31609495e8…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2024-02-29 (Thu, 02 February 2024) -03:00
Changed paths:
M ChangeLog
M libraries/classes/Navigation/Nodes/Node.php
M test/classes/Navigation/Nodes/NodeTest.php
Log Message:
-----------
Merge pull request #19022 from MauricioFauth/navigation-node-name-issue
Fix case where tables from wrong db is loaded in navigation
Commit: 78335aac87362b8af5e199fe3a91cbdc378f5921
https://github.com/phpmyadmin/phpmyadmin/commit/78335aac87362b8af5e199fe3a9…
Author: Luca Camillo <luca.camillo(a)buzzoole.com>
Date: 2024-03-02 (Sat, 03 March 2024) -03:00
Changed paths:
M libraries/classes/DatabaseInterface.php
M libraries/classes/Query/Generator.php
M libraries/classes/Util.php
M phpstan-baseline.neon
M psalm-baseline.xml
M test/classes/DatabaseInterfaceTest.php
M test/classes/Stubs/DbiDummy.php
Log Message:
-----------
Add role based auth for MySQL 8.x and compatibles (#18814)
* add role based auth for mysql 8.x or compatible like mariadb/aws rds aurora mysql
Signed-off-by: Luca Camillo <luca.camillo(a)gmail.com>
* Using cache and check server version
Signed-off-by: Luca Camillo <luca.camillo(a)gmail.com>
* implement tests for getCurrentRolesAndHost / getCurrentRoles functions
Signed-off-by: Luca Camillo <luca.camillo(a)gmail.com>
* fix role checks on mariadb
Signed-off-by: Luca Camillo <luca.camillo(a)gmail.com>
* Simplify code + ignore NONE as result of CURRENT_ROLE()
Signed-off-by: Luca Camillo <luca.camillo(a)gmail.com>
* Fix tests
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Fixes #18782
---------
Signed-off-by: Luca Camillo <luca.camillo(a)gmail.com>
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Co-authored-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Commit: a82c7fcb6f57fe4dca75559603c81fd558db2a10
https://github.com/phpmyadmin/phpmyadmin/commit/a82c7fcb6f57fe4dca75559603c…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2024-03-03 (Sun, 03 March 2024) -03:00
Changed paths:
M ChangeLog
M phpstan-baseline.neon
M psalm-baseline.xml
M src/DatabaseInterface.php
M src/Query/Generator.php
M src/Util.php
M tests/unit/DatabaseInterfaceTest.php
M tests/unit/Navigation/Nodes/NodeTest.php
M tests/unit/Stubs/DbiDummy.php
Log Message:
-----------
Merge branch 'QA_5_2'
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>