Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 6db94abb7ed435747457534a6922aee21d5b1759
https://github.com/phpmyadmin/phpmyadmin/commit/6db94abb7ed435747457534a692…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2019-12-23 (Mon, 12 December 2019) -03:00
Changed paths:
A libraries/classes/Controllers/Table/GetFieldController.php
M libraries/classes/Display/Results.php
M libraries/routes.php
M services_controllers.yml
M test/classes/Display/ResultsTest.php
D libraries/entry_points/table/get_field.php
Log Message:
-----------
Create Table\GetFieldController controller
Moves the table get field entry point logic to the controller and
removes the entry point file.
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 673be28a10ca605201f3e752d5958bf29941054b
https://github.com/phpmyadmin/phpmyadmin/commit/673be28a10ca605201f3e752d59…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2019-12-23 (Mon, 12 December 2019) -03:00
Changed paths:
A libraries/classes/Controllers/Table/CreateController.php
M libraries/routes.php
M services_controllers.yml
D libraries/entry_points/table/create.php
Log Message:
-----------
Create Table\CreateController controller
Moves the table create entry point logic to the controller and removes
the entry point file.
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 10395f9ea8ac84171c101d07d5520dd6a3c7e47b
https://github.com/phpmyadmin/phpmyadmin/commit/10395f9ea8ac84171c101d07d55…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2019-12-23 (Mon, 12 December 2019) -03:00
Changed paths:
A libraries/classes/Controllers/Table/AddFieldController.php
M js/normalization.js
M libraries/classes/CreateAddField.php
M libraries/classes/Navigation/Nodes/NodeColumnContainer.php
M libraries/routes.php
M libraries/tbl_columns_definition_form.inc.php
M phpstan-baseline.neon
M services_controllers.yml
M templates/table/structure/display_structure.twig
D libraries/entry_points/table/addfield.php
Log Message:
-----------
Create Table\AddFieldController controller
Moves the add field entry point logic the controller and removes the
entry point file.
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/docker
Commit: 2313c19aed350158176f7c5725d89df065c2b425
https://github.com/phpmyadmin/docker/commit/2313c19aed350158176f7c5725d89df…
Author: Patrik Kernstock <patrik(a)kernstock.net>
Date: 2019-12-23 (Mon, 12 December 2019) -05:00
Changed paths:
M README.md
M apache/docker-entrypoint.sh
M docker-entrypoint.sh
M fpm-alpine/docker-entrypoint.sh
M fpm/docker-entrypoint.sh
Log Message:
-----------
Hide PHP version (#209)
Add option to hide PHP version by adding `expose_php = Off` to `php.ini` for security reasons
Co-authored-by: William Desportes <williamdes(a)wdes.fr>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 5461f6e476e390381cb756da065b9df5fa9725b1
https://github.com/phpmyadmin/phpmyadmin/commit/5461f6e476e390381cb756da065…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2019-12-23 (Mon, 12 December 2019) -03:00
Changed paths:
A libraries/classes/Controllers/Preferences/TwoFactorController.php
M libraries/classes/Menu.php
M libraries/classes/UserPreferencesHeader.php
M libraries/routes.php
M services_controllers.yml
M templates/preferences/two_factor/configure.twig
M templates/preferences/two_factor/confirm.twig
M templates/preferences/two_factor/main.twig
D libraries/entry_points/preferences/twofactor.php
Log Message:
-----------
Create Preferences\TwoFactorController controller
Moves the two factor entry point logic to the controller and removes the
entry point file.
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: eacd16d3ea82ca2b6b01f2b2eed3c233326d4c8b
https://github.com/phpmyadmin/phpmyadmin/commit/eacd16d3ea82ca2b6b01f2b2eed…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2019-12-23 (Mon, 12 December 2019) -03:00
Changed paths:
A libraries/classes/Controllers/Preferences/ManageController.php
M libraries/routes.php
M phpstan-baseline.neon
M services_controllers.yml
D libraries/entry_points/preferences/manage.php
Log Message:
-----------
Create Preferences\ManageController controller
Moves the preferences manage entry point logic to the controller and
removes the entry point file.
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: cf11c8f46bf7f589c93ebbb0e0ec714e2ae37ebd
https://github.com/phpmyadmin/phpmyadmin/commit/cf11c8f46bf7f589c93ebbb0e0e…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2019-12-23 (Mon, 12 December 2019) -03:00
Changed paths:
A libraries/classes/Controllers/Preferences/FormsController.php
M libraries/routes.php
M services.yml
M services_controllers.yml
D libraries/entry_points/preferences/forms.php
Log Message:
-----------
Create Preferences\FormsController controller
Moves the preferences forms entry point logic to the controller and
removes the entry point file.
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>