Maurício Meneghini Fauth
|
e5f9012280
|
Use composer/ca-bundle to manage the CA cert file
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2021-10-09 12:50:51 -03:00 |
|
Maurício Meneghini Fauth
|
c1e864b1d7
|
Add Warning value object for SHOW WARNINGS rows
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2021-10-09 00:09:01 -03:00 |
|
Maurício Meneghini Fauth
|
75a1b02927
|
Add Table\Maintenance\Message value object
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2021-10-06 14:06:03 -03:00 |
|
Maurício Meneghini Fauth
|
560fb6ff8e
|
Refactor Table\Maintenance controllers to use ServerRequest
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2021-10-05 16:35:26 -03:00 |
|
Luca
|
1d17093866
|
refactor: Security Key Example (#17133)
Signed-off-by: LucaTanks <luca@lucatanks.xyz>
|
2021-10-03 20:25:10 -03:00 |
|
Maurício Meneghini Fauth
|
c68b6a01a7
|
Merge pull request #17119 from shucontech/enum_editor_modal
Replace ENUM/SET editor dialog with modal
|
2021-10-01 14:00:39 -03:00 |
|
Maurício Meneghini Fauth
|
0c781c9335
|
Rename TableName|DatabaseName create method to fromString
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2021-09-30 22:14:51 -03:00 |
|
Maurício Meneghini Fauth
|
88b48c810d
|
Use ServerRequest for Table\Partition controllers
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2021-09-30 16:56:34 -03:00 |
|
Maurício Meneghini Fauth
|
67e96cf40c
|
Get default config values from Config\Settings classes
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2021-09-30 12:04:47 -03:00 |
|
Maurício Meneghini Fauth
|
3e0856c77b
|
Remove useless string concatenations
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2021-09-27 21:40:22 -03:00 |
|
Maurício Meneghini Fauth
|
9f3b4f04e9
|
Wrap variable variables in curly braces
See: https://www.php.net/manual/en/language.variables.variable.php
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2021-09-27 19:18:48 -03:00 |
|
Maurício Meneghini Fauth
|
e96b75bb92
|
Replace class strings with the ::class constant
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2021-09-27 19:17:45 -03:00 |
|
Maurício Meneghini Fauth
|
7955f7d96d
|
Replace pow function with the ** operator
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2021-09-27 19:12:11 -03:00 |
|
Maurício Meneghini Fauth
|
e9ec9e8b71
|
Replace rand functions with random_int
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2021-09-27 19:05:42 -03:00 |
|
Maurício Meneghini Fauth
|
4834c5fe7d
|
Remove bypass flag from Util::backquote method
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2021-09-26 11:51:34 -03:00 |
|
Maurício Meneghini Fauth
|
a1113b282f
|
Use DatabaseName and TableName to validate db and table values
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2021-09-23 21:51:07 -03:00 |
|
Maurício Meneghini Fauth
|
74f142d997
|
Merge branch 'QA_5_1'
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2021-09-23 13:10:38 -03:00 |
|
Maurício Meneghini Fauth
|
6387eaad66
|
Fix a PHP notice when logging out
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2021-09-23 12:47:43 -03:00 |
|
Maurício Meneghini Fauth
|
87983d1cf5
|
Add PhpMyAdmin\Dbal\TableName value object class
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2021-09-22 16:31:10 -03:00 |
|
Saksham Gupta
|
6a963080b3
|
Replace ENUM/SET editor dialog with modal
Signed-off-by: Saksham Gupta <shucontech@gmail.com>
|
2021-09-20 22:51:30 +05:30 |
|
Maurício Meneghini Fauth
|
229d8dfb5e
|
Extract Console, Debug and SqlQueryBox classes from Settings
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2021-09-19 13:17:32 -03:00 |
|
Maurício Meneghini Fauth
|
73034e43e1
|
Extract setter methods from Config\Settings classes
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2021-09-18 12:44:48 -03:00 |
|
Maurício Meneghini Fauth
|
f00d70cccb
|
Remove useless whitespaces
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2021-09-15 17:05:40 -03:00 |
|
Maurício Meneghini Fauth
|
9f3510d11a
|
Add bool return type where possible
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2021-09-14 20:11:51 -03:00 |
|
Maurício Meneghini Fauth
|
03b9016b7d
|
Merge pull request #17103 from shucontech/nav_modal
Replace hidden navigation items dialog with modal
|
2021-09-14 17:21:09 -03:00 |
|
Shucon Tech
|
c003c3add8
|
Replace Range Search dialog with a modal (#17073)
* Replace Range Search dialog with a modal
Signed-off-by: Saksham Gupta <shucontech@gmail.com>
|
2021-09-14 15:53:00 -03:00 |
|
Maurício Meneghini Fauth
|
7f6472b2c2
|
Add void return type where possible
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2021-09-13 15:29:11 -03:00 |
|
Maurício Meneghini Fauth
|
3f87370978
|
Suppress strftime deprecation messages for PHP 8.1
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2021-09-12 12:25:06 -03:00 |
|
Maurício Meneghini Fauth
|
f61d3183fb
|
Inline some phpcs ignores and remove deprecated annotations
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2021-09-12 11:59:39 -03:00 |
|
Maurício Meneghini Fauth
|
3531775b7c
|
Add type declarations to the controllers contructors
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2021-09-11 17:32:22 -03:00 |
|
Maurício Meneghini Fauth
|
bfaf16f56b
|
Use only callable controllers
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2021-09-11 15:20:46 -03:00 |
|
Maurício Meneghini Fauth
|
00cb1b3668
|
Extract IndexesController::doSaveData method
Creates the Table\Indexes class.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2021-09-11 14:38:44 -03:00 |
|
Maurício Meneghini Fauth
|
3be84cf9b2
|
Merge pull request #17078 from lrb2/consolidate-nav-groups
Fix #17003: Consolidate nested groups in navigation tree
|
2021-09-11 09:37:41 -03:00 |
|
Maurício Meneghini Fauth
|
8031072f27
|
Merge pull request #17076 from lrb2/fix-table-grouping
Fix grouping of tables in navigation tree if `$cfg['NavigationTreeTableLevel'] > 1`
|
2021-09-11 09:34:01 -03:00 |
|
Maurício Meneghini Fauth
|
83091680cc
|
Extract actions from controllers to new controllers
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2021-09-10 17:55:05 -03:00 |
|
Saksham Gupta
|
8f04e1a26d
|
Replace hidden navigation items dialog with modal
Signed-off-by: Saksham Gupta <shucontech@gmail.com>
Fix line end
Signed-off-by: Saksham Gupta <shucontech@gmail.com>
|
2021-09-11 01:37:15 +05:30 |
|
Maurício Meneghini Fauth
|
38fda677bd
|
Extract Processes class from ProcessesController
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2021-09-10 15:52:48 -03:00 |
|
Maurício Meneghini Fauth
|
94e714a49b
|
Extract the Server\ShowEngineController class
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2021-09-09 17:58:00 -03:00 |
|
Maurício Meneghini Fauth
|
fb257e5922
|
Extract actions from Table\StructureController
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2021-09-09 13:48:07 -03:00 |
|
Maurício Meneghini Fauth
|
e3554879ef
|
Extract actions from controllers to new controllers
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2021-09-07 21:19:43 -03:00 |
|
Maurício Meneghini Fauth
|
96adfe37f4
|
Extract actions from controllers to new ctrls
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2021-09-06 18:30:21 -03:00 |
|
Maurício Meneghini Fauth
|
322dc72621
|
Merge branch 'QA_5_1'
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2021-09-05 00:51:20 -03:00 |
|
Maurício Meneghini Fauth
|
9adce40034
|
Extract controllers from HomeController
Extracts CollationConnectionController, GitInfoController and
RecentTablesListController controllers from HomeController.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2021-09-05 00:40:18 -03:00 |
|
Maurício Meneghini Fauth
|
5f4fd07483
|
Remove some assignments to the $_POST global
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2021-09-03 15:49:39 -03:00 |
|
William Desportes
|
68206dbac7
|
Merge #17089 - Fix #16693, Fix #12753 - Show the new column query and the table structure on the same page
Fixes: #16693
Fixes: #12753
Pull-request: #17089
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2021-09-03 01:01:47 +02:00 |
|
Maurício Meneghini Fauth
|
8f2f3eff40
|
Remove the Core::isValid method
This improves the type checking and simplifies the code.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2021-09-02 13:20:50 -03:00 |
|
Maurício Meneghini Fauth
|
5725516656
|
Inline Core::ifSetOr method
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2021-09-01 13:29:05 -03:00 |
|
Maurício Meneghini Fauth
|
e5e7bd2f95
|
Access POST params from the ServerRequest class
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2021-09-01 12:52:59 -03:00 |
|
William Desportes
|
4c6061a04e
|
Merge #17075 - Use int as srid type
Pull-request: #17075
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2021-08-31 01:36:18 +02:00 |
|
William Desportes
|
2d307ed062
|
Merge branch 'QA_5_1'
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2021-08-31 00:18:17 +02:00 |
|