William Desportes
|
d01dab811c
|
Merge branch 'QA_4_9' into QA_5_0
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-01-06 14:25:25 +01:00 |
|
William Desportes
|
6c35ea3be7
|
Fix #15724 - Fix 2FA disabled
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-01-06 14:17:03 +01:00 |
|
Maurício Meneghini Fauth
|
7be0f6bfae
|
Reference class names in use statements
Sort use statements
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2019-06-12 00:14:26 -03:00 |
|
Hugues Peccatte
|
4b628b6553
|
Replace class name as string by ":class"
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
|
2019-05-07 22:56:59 +02:00 |
|
Maurício Meneghini Fauth
|
23c3579804
|
Format array declarations
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
|
2019-01-07 14:31:39 -02:00 |
|
Maurício Meneghini Fauth
|
4cee0cbc12
|
Adds space after not (!) and type cast
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
|
2019-01-05 21:56:34 -02:00 |
|
Maurício Meneghini Fauth
|
8a7d18df9c
|
Upgrade pragmarx/google2fa to v4
Add pragmarx/google2fa-qrcode v1
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
|
2018-10-10 15:11:15 -03:00 |
|
William Desportes
|
e816e45c18
|
phpstan level 0 (#14405)
* Fix phpdoc @return
- Fixed @return typehint
Signed-off-by: William Desportes <williamdes@wdes.fr>
* Fix incorrect case on function calls
Signed-off-by: William Desportes <williamdes@wdes.fr>
* Type hint + typo fix
Signed-off-by: William Desportes <williamdes@wdes.fr>
* Fixes
- @return fix
- @var fix
- Class names
- Throws fix
- test/classes/Plugins/Export/ExportSqlTest.php any() invoked with 1 parameter, 0 required
- libraries/classes/Controllers/Table/TableStructureController.php Array has 2 duplicate keys with value 'columns_list'
- Call parent constructor libraries/classes/Error.php
Signed-off-by: William Desportes <williamdes@wdes.fr>
* Update config
Signed-off-by: William Desportes <williamdes@wdes.fr>
* Access to an undefined property
- Access to an undefined property PhpMyAdmin\Plugins\Schema\Pdf\PdfRelationSchema::$diagram_row
- Access to an undefined property PhpMyAdmin\Plugins\Schema\Pdf\Pdf::$cMargin
- Undefined properties
Signed-off-by: William Desportes <williamdes@wdes.fr>
* Update config
Signed-off-by: William Desportes <williamdes@wdes.fr>
* Fix bootstrap-phpstan
Signed-off-by: William Desportes <williamdes@wdes.fr>
* Fix typos and phpstan config
Fixes: #14399
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2018-06-25 20:34:46 -03:00 |
|
Maurício Meneghini Fauth
|
baf0985e5f
|
Fix phpcs errors
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
|
2018-05-18 01:59:38 -03:00 |
|
Maurício Meneghini Fauth
|
6cf8ee0831
|
Enable strict mode in some classes
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
|
2018-05-15 01:03:57 -03:00 |
|
Maurício Meneghini Fauth
|
17bf8b7309
|
Replace static methods with instance methods
Replaces PhpMyAdmin\UserPreferences static methods with instance methods.
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
|
2018-02-23 15:26:02 -03:00 |
|
Michal Čihař
|
8f27080d72
|
Fix php5 compatibility
Issue #13832
Signed-off-by: Michal Čihař <michal@cihar.com>
|
2017-11-28 07:53:22 +01:00 |
|
Michal Čihař
|
223e4f72ef
|
List missing deps on twofactor configuration page
Fixes #13827
Signed-off-by: Michal Čihař <michal@cihar.com>
|
2017-11-27 16:37:00 +01:00 |
|
Michal Čihař
|
5867fad0ba
|
Deny login if two factor is configured, but not available
Fixes #13832
Signed-off-by: Michal Čihař <michal@cihar.com>
|
2017-11-24 09:17:29 +01:00 |
|
Michal Čihař
|
5acd64f84d
|
Use two-factor authentication instead fo second authentication factor
This is probably more widely used naming.
Signed-off-by: Michal Čihař <michal@cihar.com>
|
2017-11-02 09:05:18 +01:00 |
|