Commit Graph

117100 Commits

Author SHA1 Message Date
Maurício Meneghini Fauth
073418a7ec Create Server\PrivilegesController controller
Moves the server privileges entry point logic to the controller and
removes the entry point file.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-12-22 12:20:04 -03:00
Maurício Meneghini Fauth
b1328c7ad6 Create Server\UserGroupsController controller
Moves the user groups entry point logic to the controller and removes
the entry point file.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-12-22 11:54:34 -03:00
William Desportes
8e03640908
Fix SchemaExportController in services_controllers.yml
Ref: eea4e8e6d1
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-22 09:48:58 +01:00
Maurício Meneghini Fauth
eea4e8e6d1 Create SchemaExportController controller
Moves schema export entry point logic to the SchemaExportController and
removes the entry point file.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-12-21 23:46:15 -03:00
Maurício Meneghini Fauth
07a2715828 Fix coding standard issue
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-12-21 23:24:51 -03:00
Maurício Meneghini Fauth
2bce840b36 Create NormalizationController controller
Moves normalization entry point logic to the NormalizationController and
removes the entry point file.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-12-21 23:23:40 -03:00
William Desportes
e840af7fff
Merge branch 'QA_5_0'
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-21 23:46:26 +01:00
William Desportes
0a783a4641
Merge branch 'QA_4_9' into QA_5_0
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-21 23:45:30 +01:00
William Desportes
bfe41c0434
Add ChangeLog entry for #15614
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-21 23:45:07 +01:00
William Desportes
efbf84bdb1
Merge branch 'QA_4_9' into QA_5_0
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-21 23:41:47 +01:00
William Desportes
823aad9ad6
Fix #15614 - Undefined offset on index page for MySQL 5.7.8
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-21 23:36:58 +01:00
Maurício Meneghini Fauth
a168ec2948 Fix conding standard issue
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-12-21 19:02:07 -03:00
Maurício Meneghini Fauth
b162ac09b2 Create Controllers\NavigationController controller
🚧 Moves the navigation entry point to the
NavigationController and removes the entry point file.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-12-21 18:59:33 -03:00
Maurício Meneghini Fauth
4d2c2f673b Create Controllers\LogoutController controller
Moves the logout entry point to the LogoutController and removes the
entry point file.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-12-21 18:29:02 -03:00
William Desportes
ba570e102d
Disable xdebug for selenium tests and for apidocs
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-21 22:19:14 +01:00
Maurício Meneghini Fauth
7112434f51 Create Database\TrackingController controller
Moves the database tracking entry point logic to the
Database\TrackingController and removes the entry point file.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-12-21 18:07:27 -03:00
William Desportes
20da069ee0
Merge branch 'QA_5_0'
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-21 22:05:52 +01:00
William Desportes
527d1af4c5
Add ChangeLog entry for #15677
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-21 22:05:21 +01:00
William Desportes
567b39a623
Merge #15683 - Fix #15677 Show Processlist triggers exception
Pull-request: #15683
Fixes: #15677
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-21 22:04:23 +01:00
Harsh Kukreja
d2d29ee45e
Show Processlist triggers exception removed
Signed-off-by: Harsh Kukreja <harshkukreja99@gmail.com>
2019-12-21 21:55:10 +01:00
William Desportes
06701ab562
Merge branch 'QA_5_0'
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-21 21:48:59 +01:00
William Desportes
9633175165
Merge branch 'QA_4_9' into QA_5_0
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-21 21:38:13 +01:00
William Desportes
a1acccdf59
Add ChangeLog entry for #15608
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-21 21:35:38 +01:00
William Desportes
f402a8f2cf
Merge #15681 - Fix #15608 DisableIS is broken on pma 4.9.2 with controluser configured
Fixes: #15608
Pull-request: #15681
Ref: 2bc8afea5f
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-21 21:34:05 +01:00
Maurício Meneghini Fauth
8083de3a01 Create Database\SqlFormatController class
Moves sql format entry point logic to the SqlFormatController controller
and removes the entry point file.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-12-21 17:33:37 -03:00
William Desportes
28e2814ee9
Merge branch 'QA_5_0'
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-21 21:04:39 +01:00
William Desportes
a3d6217622
Disable xdebug for php 7.4 Linux CI
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-21 20:56:39 +01:00
William Desportes
aa2f369bf3
Merge branch 'QA_4_9' into QA_5_0
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-21 20:27:25 +01:00
William Desportes
774fc686bb
Fix #15641 - Replication actions are not sent to a mysql link
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-21 19:29:20 +01:00
William Desportes
931a6ecffa
Use phpunit 8 on OSX CI and fix file filter
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-21 19:10:29 +01:00
Maurício Meneghini Fauth
542ba3025a Fix control user issue
Partially reverts commit 2bc8afea5f.

Fixes #15608
Related to #14433

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-12-21 14:56:59 -03:00
Maurício Meneghini Fauth
9d3f7519c9 Revert "Fix #14433 - "You do not have privileges to manipulate with the users!" on root superadmin"
This reverts commit b8650115be.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-12-21 14:54:40 -03:00
Maurício Meneghini Fauth
6fdedaee9f Fix javascript/variables.twig escaping issue
Related to https://github.com/phpmyadmin/phpmyadmin/pull/15672#issuecomment-567701998

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-12-21 13:16:06 -03:00
William Desportes
5000171c40
Fix mysql password issue on OSX build
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-21 16:54:12 +01:00
William Desportes
d40f89ebd9
Fix a possible php7.4 error / failing tests
"Trying to access array offset on value of type null"

Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-21 16:38:21 +01:00
William Desportes
6e7e90169a
Fix a possibly undefined index as reported to our server
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-21 16:38:21 +01:00
William Desportes
e88b6bfc80
Disable xdebug for php 7.4 CI
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-21 16:38:21 +01:00
William Desportes
6337a888c5
Add php 7.4 step using phpunit 8
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-21 12:01:41 +01:00
William Desportes
83d05641bb
Fix OSX build
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-21 11:03:17 +01:00
William Desportes
171bc9a456
Ignore yubico.com from links checks
Ref: fa2f887703
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-21 11:03:13 +01:00
William Desportes
313da618bd
Fix redirection form secure.php.net to www.php.net
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-21 11:03:10 +01:00
William Desportes
e1db42a0f6
Fix phpdoc for Sami
Ref: #14345
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-21 11:03:07 +01:00
Maurício Meneghini Fauth
0445a6dad7 Merge branch 'QA_5_0' 2019-12-20 22:14:32 -03:00
Maurício Meneghini Fauth
eaa1cebb73 Merge branch 'QA_4_9' into QA_5_0
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-12-20 22:13:39 -03:00
Maurício Meneghini Fauth
e69b22e9f7 Add phpcs to the Travis build
Adds composer test command.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-12-20 22:10:42 -03:00
Maurício Meneghini Fauth
beb304c947 Fix coding standard error
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-12-20 21:25:09 -03:00
William Desportes
58b0ca2d70
Merge branch 'QA_5_0'
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-19 23:58:19 +01:00
William Desportes
198bd239e8
Merge branch 'QA_4_9' into QA_5_0
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-19 23:55:06 +01:00
William Desportes
28c29223fc
Add ChangeLog entry for #15641
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-19 23:48:40 +01:00
William Desportes
56e8ebd8e9
Fix #15641 - Replication actions are not sent to a mysql link
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-19 23:48:25 +01:00