Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-06-02Extract InsertEdit dependencies to constructor paramsMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-03-31Move VersionInformation to constructor in VersionCheckControllerMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-03-03Extract ColumnsDefinition construction from controllersMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-02-24Move Advisor class to PhpMyAdmin\Advisory namespaceMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2021-12-28Extract Simulate DML action from ImportControllerMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2021-12-17Remove `Template` dependency from `Relation` classMaurício Meneghini Fauth
Related to 2299a62e49c223b162929e6dad0477617001cb69. Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2021-12-17Move Relation classes into the ConfigStorage namespaceMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2021-09-11Extract `IndexesController::doSaveData` methodMaurício Meneghini Fauth
Creates the Table\Indexes class. Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2021-09-10Extract Processes class from ProcessesControllerMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2021-08-21Move partition classes to the `Partitioning` namespaceMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2021-08-21Add support for account lockingMaurício Meneghini Fauth
- https://dev.mysql.com/doc/refman/en/account-locking.html - https://mariadb.com/kb/en/account-locking/ Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2021-06-30Rename `Response` class to `ResponseRenderer`Maurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2021-05-26Remove db, table and dbi globals from Tracking classMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2021-04-14Extract getActiveAuthPlugins method to Plugins classMaurício Meneghini Fauth
Extracts the getActiveAuthPlugins method from the PhpMyAdmin\Server\Privileges class to the PhpMyAdmin\Server\Plugins class, rename it to getAuthentication and adds tests. Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2021-03-21Add Twig\FlashMessagesExtension classMaurício Meneghini Fauth
Adds the flash() Twig function that return all flash messages. Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2021-03-09Remove some config global in favor of DIMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-12-01Create check table partition pageMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-10-23Fix container services named parametersMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-09-30Move CentralColumns to the Database namespaceMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-09-05Use DI for Sql class constructorMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-08-28Create the Table\Maintenance classMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-08-05Change array formatting in services filesMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-08-04Use DI for Export\Options classMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-08-04Refactor Display\Export classMaurício Meneghini Fauth
- Uses template inheritance for the export templates. - Renames Display\Export to Export\Options. Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-07-19Create Export\TemplateModel classMaurício Meneghini Fauth
Extracts the database calls from the controller to the model. Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-06-26Remove the PhpMyAdmin\Di\Migration classMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-05-26Use short list syntax and single line arraysMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-05-26Fix some coding standard issuesMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-04-23Extract db structure bulk actions from mult_submitsMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-04-17Refactor Database\EventsController::index methodMaurício Meneghini Fauth
Moves Database\Events::main into index method. Uses DI for Events instance. Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-03-08#16007 - improve services fileWilliam Desportes
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-03-08Fix #16021 - Remove @ in alias namesWilliam Desportes
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-03-07Use DI for the MultSubmits classMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-03-05Ref #16005 - Transform plain strings to ::class namesWilliam Desportes
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-03-04Ref #16005 - Move services loader to a php arrayWilliam Desportes
Signed-off-by: William Desportes <williamdes@wdes.fr>