Commit Graph

3489 Commits

Author SHA1 Message Date
Maurício Meneghini Fauth
12b924d4e3
Fix wrong time zone when handling Git information
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-03-04 11:55:29 -03:00
William Desportes
f3aa3639b3
Remove chdir from GitTest after fixing #18112
Ref: d9a6f82bc1

Signed-off-by: William Desportes <williamdes@wdes.fr>
2023-02-26 23:57:54 +01:00
William Desportes
9743c82ba3
Write tests for #16851
Signed-off-by: William Desportes <williamdes@wdes.fr>
2023-02-20 23:52:40 +01:00
Kamil Tekiela
fa339143ea
Fix renaming db with a view (#18106)
* Fix renaming DB with a view

Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>

* Add test for the bug

Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>

* Update baselines

Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>

---------

Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
2023-02-20 13:36:46 -03:00
Maurício Meneghini Fauth
5548c9de49
Fix issue reported by PHPStan in ConfigTest
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-02-20 12:05:18 -03:00
Maurício Meneghini Fauth
820e14e55c
Merge pull request #18111 from liviuconcioiu/linnks
Update links
2023-02-19 22:05:21 -03:00
William Desportes
de35195d3c
Improve testGetTempDir and testGetUploadTempDir tests
Signed-off-by: William Desportes <williamdes@wdes.fr>
2023-02-19 13:30:22 +01:00
Liviu-Mihail Concioiu
a6e0957d94 Update links
Signed-off-by: Liviu-Mihail Concioiu <liviu.concioiu@gmail.com>
2023-02-17 18:42:01 +01:00
Maurício Meneghini Fauth
10b4fb35d9
Fix coding standard issue
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-02-08 13:12:29 -03:00
William Desportes
9d92dafdcb
Merge #17923 - Fix #17766 - Allow to open in a new tab copy and edit row actions
Pull-request: #17923
Fixes: #17766

Signed-off-by: William Desportes <williamdes@wdes.fr>
2023-02-08 13:13:39 +01:00
William Desportes
2443570ce6
Merge #17851 - Fix #17028, #17683 - Re build query count management
Pull-request: #17851
Fixes: #17028
Fixes: #17683

Signed-off-by: William Desportes <williamdes@wdes.fr>
2023-02-08 13:12:00 +01:00
William Desportes
84aee1b13b
Add TEST_PATH for out of source tests
Signed-off-by: William Desportes <williamdes@wdes.fr>
2023-02-08 13:09:00 +01:00
Maurício Meneghini Fauth
b5a0c10687
Fix coding standard issue
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-02-01 21:28:02 -03:00
William Desportes
97edddf1ce
Add TEST_PATH for out of source tests
Signed-off-by: William Desportes <williamdes@wdes.fr>
2023-01-31 23:48:31 +01:00
William Desportes
e11c385d35
Add TEST_PATH for out of source tests
Signed-off-by: William Desportes <williamdes@wdes.fr>
2023-01-31 23:48:29 +01:00
Maurício Meneghini Fauth
1a81122650
Fix Psalm error related to TEST_PATH constant
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-01-28 14:37:51 -03:00
William Desportes
7ec4ea0e66
Add TEST_PATH for out of source tests
Signed-off-by: William Desportes <williamdes@wdes.fr>
2023-01-28 09:18:56 +01:00
William Desportes
826ca21e78
Add a group for tests that require ext-xdebug and do not run well on Debian
Signed-off-by: William Desportes <williamdes@wdes.fr>
2023-01-28 09:11:01 +01:00
Maurício Meneghini Fauth
5a267d0a81
Fix broken button that adds routine params
- Fixes https://github.com/phpmyadmin/phpmyadmin/issues/17833

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-01-24 14:28:08 -03:00
William Desportes
725e067f6d
Fix tests after full group by changes
Ref: 305fe52d9e

Signed-off-by: William Desportes <williamdes@wdes.fr>
2023-01-22 01:22:50 +04:00
William Desportes
b0b3fcf83d
Fix broken tests after UUID changes
Ref: 6d482de7b8

Signed-off-by: William Desportes <williamdes@wdes.fr>
2023-01-22 01:19:34 +04:00
William Desportes
89adbcfe9b
Fix PSR-7 implementation for GET and test implementation for POST
Signed-off-by: William Desportes <williamdes@wdes.fr>
2023-01-20 13:17:12 +04:00
Maurício Meneghini Fauth
f143d2a709
Add support for Web Authentication API
Adds a two factor authentication plugin that supports FIDO2/WebAuthn
security keys.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-01-16 18:20:05 -03:00
William Desportes
6d42cd8017
Add spellcheck="false" on some login text fields to avoid data leaks to spell checking services
Ref: https://www.otto-js.com/news/article/chrome-and-edge-enhanced-spellcheck-features-expose-pii-even-your-passwords

Signed-off-by: William Desportes <williamdes@wdes.fr>
2023-01-16 12:43:54 +04:00
William Desportes
2f2f7d4c92
Add spellcheck="false" on password fields to avoid data leaks to spell checking services
Ref: https://www.otto-js.com/news/article/chrome-and-edge-enhanced-spellcheck-features-expose-pii-even-your-passwords

Signed-off-by: William Desportes <williamdes@wdes.fr>
2023-01-16 12:39:10 +04:00
Maurício Meneghini Fauth
f6a03d405d
Improve type inference of TwoFactor::$config
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-12-28 15:50:43 -03:00
William Desportes
9c85aa6dc1
Improve tests for all supported PSR-7 implementations
Ref: #17975

Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-12-22 10:17:12 +04:00
William Desportes
389f7ffb19
Add tests for all supported PSR-7 implementation
Ref: #17975

Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-12-22 09:33:34 +04:00
Maurício Meneghini Fauth
63102c1253
Add unit test for Plugins\TwoFactor\Key::getRegistrations
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-12-15 22:54:33 -03:00
William Desportes
9c4a90137d
Fix #16988 - export as CSV/JSON/SQL/... no database selected
Fixes: #16988

Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-12-13 23:27:07 +01:00
Maximilian Krög
a90cff2f7f
Fix centering of gis plot
When the ratio in one or both dimensions is zero (all points at the same
width or height) place it in the center.

Signed-off-by: Maximilian Krög <maxi_kroeg@web.de>
2022-12-10 22:26:42 +01:00
Maximilian Krög
ed9c607f01
Fix centering of gis data in plot
The image was not centered because the border (either x or y) was
not included in the calculation

Signed-off-by: Maximilian Krög <maxi_kroeg@web.de>
2022-12-10 21:18:40 +01:00
Scott Mcgowan
6fc1401ee2
Fix column names option for CSV Export
Previously work was done to enable column names in CSV exports by
default. This change actually ended up overwriting the column name value
so that column names were included in all exports regardless of whether
or not the property was disabled. This commit changes the default for
column names to enabled as the original change intended, and removes
the property overwrite.

Signed-off-by: Scott McGowan mcgowanscott16@gmail.com
2022-11-25 21:15:49 +01:00
William Desportes
b9c593c67d
Fix #17766 - Allow to open in a new tab copy and edit row actions
Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-11-25 19:55:53 +01:00
William Desportes
182cb205a7
Fix coding standard mistakes
Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-11-20 21:55:52 +01:00
iifawzi
706c08a419 Adding PMA_TOKEN to the session
Signed-off-by: iifawzi <iifawzie@gmail.com>
2022-11-18 18:14:35 +02:00
iifawzi
669e30a9ce Adding PMA_TOKEN to the session
Signed-off-by: iifawzi <iifawzie@gmail.com>
2022-11-18 18:02:05 +02:00
iifawzi
5207fcdb68 phpcbf fixing trailing whitespaces
Signed-off-by: iifawzi <iifawzie@gmail.com>
2022-11-18 17:07:46 +02:00
iifawzi
b7bf83c24c Default to "Full texts" when running ANALYZE
Signed-off-by: iifawzi <iifawzie@gmail.com>
2022-11-18 17:00:10 +02:00
William Desportes
f89cb7050a
Add sodium to the extension list on the main page
It has a polyfill and would be nice to know that it is installed

Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-11-14 14:24:44 +01:00
Mo Sureerat
8929288efd [ISSUE-17793] Add more test for coverage
Signed-off-by: Mo Sureerat <sureemo@gmail.com>
2022-11-04 00:33:41 +07:00
Mo Sureerat
afd568e889 [ISSUE-17793] Revert previous change + Fix default selection of uuid in alter table
Signed-off-by: Mo Sureerat <sureemo@gmail.com>
2022-11-03 05:11:19 +07:00
Mo Sureerat
7615c7e780 [ISSUE-17793] Insert record - fix null not selected if nullable UUID + insert error
Signed-off-by: Mo Sureerat <sureemo@gmail.com>
2022-11-03 03:01:38 +07:00
William Desportes
dca4119c1f
Merge #17844 - Fix #16042 - Gzip encoding in Firefox - Exported gzip file of database has first ~73 kB uncompressed and rest is gzip compressed
Pull-request: #16042
Fixes #17842

Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-10-31 19:22:19 +01:00
William Desportes
e51e3fa71f
Fix typo in test data
[ci skip]

Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-10-31 14:54:53 +01:00
William Desportes
86b93afdfd
Replace '*' in query to count results
Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-10-31 14:44:40 +01:00
William Desportes
8a2fbda34a
Ref #17028 - Use statement build instead of replacing tokens
Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-10-31 14:37:54 +01:00
William Desportes
455016557e
Ref #17028 - Add test cases for queries
Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-10-31 13:38:07 +01:00
Kamil Tekiela
ce628397ab Update Core.php
Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
2022-10-29 23:58:04 +01:00
Mo Sureerat
aeab8a1c41
Fix #17793 - insert UUID (#17797)
* Add/Change table schema - Add UUID in default options
* Insert/Update - Generate uuid only not defined and not check null option
* Add/Change table schema - Hide UUID from default options if database not support & add unit test

Fix #17793

Signed-off-by: Mo Sureerat <sureemo@gmail.com>
2022-10-20 15:57:53 -03:00