Commit Graph

128680 Commits

Author SHA1 Message Date
Oğuz Ersen
6c5c48185f
Translated using Weblate (Turkish)
Currently translated at 100.0% (3404 of 3404 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/tr/
Signed-off-by: Oğuz Ersen <oguz@ersen.moe>
2024-05-13 03:02:47 +02:00
Andrei Stepanov
37199bf939
Translated using Weblate (Russian)
Currently translated at 100.0% (3404 of 3404 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/ru/
Signed-off-by: Andrei Stepanov <adem4ik@gmail.com>
2024-05-13 03:02:46 +02:00
Kristijan \"Fremen\" Velkovski
619976bc07
Translated using Weblate (Macedonian)
Currently translated at 27.8% (950 of 3407 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/mk/
Signed-off-by: "Kristijan \"Fremen\" Velkovski" <me@krisfremen.com>
2024-05-13 03:02:45 +02:00
Hosted Weblate
aec0c11aa9
Merge branch 'origin/master' into Weblate.
[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/
2024-05-12 02:20:42 +02:00
Kristijan \"Fremen\" Velkovski
f1cc7fbcc2
Translated using Weblate (Macedonian)
Currently translated at 27.8% (949 of 3404 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/mk/
Signed-off-by: "Kristijan \"Fremen\" Velkovski" <me@krisfremen.com>
2024-05-12 02:20:41 +02:00
phpMyAdmin bot
e73b2cf747 Update po files
[ci skip]

Signed-off-by: phpMyAdmin bot <bot@phpmyadmin.net>
2024-05-12 00:20:31 +00:00
Maurício Meneghini Fauth
b93d1b9b52
Merge pull request #19154 from MauricioFauth/auth-plugin-response-handling
Remove ResponseRenderer::callExit() calls from auth plugins
2024-05-11 17:55:00 -03:00
Maurício Meneghini Fauth
c6c9aeb678
Merge #19124 - Refactoring move copy
The goal of this was to partition the big method into smaller easier to
understand chunks and get rid of globals. This code is still far from
perfect but I have no idea how to proceed further right now.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2024-05-10 11:13:57 -03:00
Kristijan \"Fremen\" Velkovski
70b67fa926
Translated using Weblate (Macedonian)
Currently translated at 27.7% (944 of 3404 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/mk/
Signed-off-by: "Kristijan \"Fremen\" Velkovski" <me@krisfremen.com>
2024-05-10 09:26:51 +02:00
Maurício Meneghini Fauth
898fb91773
Merge pull request #19151 from MauricioFauth/stmt-history-middleware
Extract Footer::setHistory() into a middleware
2024-05-09 19:40:47 -03:00
Maurício Meneghini Fauth
6a425a2d00
Add better method names for Exceptions\AuthenticationFailure
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2024-05-09 18:06:52 -03:00
Maurício Meneghini Fauth
bc00b69050
Remove callExit() from AuthenticationPlugin::readCredentials()
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2024-05-09 16:07:05 -03:00
Maurício Meneghini Fauth
e435bb7129
Remove callExit() from AuthenticationHttp::authForm()
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2024-05-09 15:32:46 -03:00
Maurício Meneghini Fauth
02044f2160
Remove callExit() from AuthenticationPlugin::checkTwoFactor()
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2024-05-09 15:13:17 -03:00
Maurício Meneghini Fauth
70757ceede
Remove callExit() from AuthenticationCookie::rememberCredentials()
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2024-05-09 14:59:58 -03:00
Maurício Meneghini Fauth
d0121dcf5d
Remove callExit() from AuthenticationPlugin::showLoginForm()
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2024-05-09 14:31:19 -03:00
Maurício Meneghini Fauth
aa70f48537
Remove callExit() from AuthenticationPlugin::authenticate()
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2024-05-09 13:10:17 -03:00
Maurício Meneghini Fauth
ad98ad27cb
Change AuthenticationPlugin::showFailure() return type
Instead of throwing an ExitException, showFailure() now returns
a Response object.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2024-05-09 12:58:46 -03:00
Maurício Meneghini Fauth
cfdaedb623
Create AuthenticationFailure exception
Refactors the AuthenticationPlugin::showFailure() to receive the new
exception and move the showFailure calls to the Authentication
middleware.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2024-05-09 11:16:51 -03:00
Maurício Meneghini Fauth
5e429ffc7d
Extract Footer::setHistory() into a middleware
This is always done after a response, so is better to extract it into a
middleware instead.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2024-05-08 17:11:57 -03:00
Maurício Meneghini Fauth
2a58575683
Merge pull request #19144 from kamil-tekiela/UiProperty
Add UiProperty enum
2024-05-07 21:33:33 -03:00
Maurício Meneghini Fauth
7ba6d987aa
Merge pull request #19149 from MauricioFauth/response-renderer-disable-removal
Remove ResponseRenderer::disable() from controllers
2024-05-07 19:12:31 -03:00
Maurício Meneghini Fauth
ea322a6b2c
Remove ResponseRenderer::disable from GisVisualizationController
Creates a new Response object instead of using the response from
ResponseRenderer class.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2024-05-07 12:51:08 -03:00
Maurício Meneghini Fauth
d2e96532a0
Remove ResponseRenderer::disable from GetFieldController
Creates a new Response object instead of using the response from
ResponseRenderer class.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2024-05-07 12:38:07 -03:00
Maurício Meneghini Fauth
bea78f6b0b
Remove ResponseRenderer::disable from Preferences\ManageController
Creates a new Response object instead of using the response from
ResponseRenderer class.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2024-05-07 12:21:39 -03:00
Maurício Meneghini Fauth
06fed2283c
Remove ResponseRenderer::disable from TrackingController
Creates a new Response object instead of using the response from
ResponseRenderer class.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2024-05-07 12:07:44 -03:00
Maurício Meneghini Fauth
e7123c1ecf
Remove ResponseRenderer::disable from Transformation\WrapperController
Creates a new Response object instead of using the response from
ResponseRenderer class.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2024-05-06 21:36:22 -03:00
Maurício Meneghini Fauth
319639cf6b
Remove ResponseRenderer::disable from VersionCheckController
Creates a new Response object instead of using the response from
ResponseRenderer class.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2024-05-06 20:31:58 -03:00
Maurício Meneghini Fauth
ad1336feb5
Remove ResponseRenderer::disable from SchemaExportController
Creates a new Response object instead of using the response from
ResponseRenderer class.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2024-05-06 20:12:07 -03:00
Maurício Meneghini Fauth
058ba3d3a2
Remove ResponseRenderer::disable from LintController
Creates a new Response object instead of using the response from
ResponseRenderer class.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2024-05-06 19:27:58 -03:00
Andrei Stepanov
6731b87a72
Translated using Weblate (Russian)
Currently translated at 100.0% (3404 of 3404 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/ru/
Signed-off-by: Andrei Stepanov <adem4ik@gmail.com>
2024-05-06 23:28:49 +02:00
Maurício Meneghini Fauth
7fa1fc6ea6
Remove ResponseRenderer::disable from CopyFormController
Creates a new Response object instead of using the response from
ResponseRenderer class.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2024-05-06 13:22:35 -03:00
Maurício Meneghini Fauth
4d0565b7cd
Remove ResponseRenderer::disable from ChangePrefixFormController
Creates a new Response object instead of using the response from
ResponseRenderer class.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2024-05-05 20:36:20 -03:00
Maurício Meneghini Fauth
5c7667369f
Remove ResponseRenderer::disable from AddPrefixController
Creates a new Response object instead of using the response from
ResponseRenderer class.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2024-05-05 19:34:29 -03:00
Oğuz Ersen
931b923f31
Translated using Weblate (Turkish)
Currently translated at 100.0% (3404 of 3404 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/tr/
Signed-off-by: Oğuz Ersen <oguz@ersen.moe>
2024-05-05 10:33:45 +02:00
Yaron Shahrabani
31b8474149
Translated using Weblate (Hebrew)
Currently translated at 43.6% (1487 of 3404 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/he/
Signed-off-by: Yaron Shahrabani <sh.yaron@gmail.com>
2024-05-05 10:33:45 +02:00
Hosted Weblate
20b8177930
Merge branch 'origin/master' into Weblate.
[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/
2024-05-05 02:20:25 +02:00
Indra Sah Noeldy
086e4ce7ba
Translated using Weblate (Indonesian)
Currently translated at 73.8% (2513 of 3403 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/id/
Signed-off-by: Indra Sah Noeldy <indragirsang75@smp.belajar.id>
2024-05-05 02:20:20 +02:00
phpMyAdmin bot
289bde5159 Update po files
[ci skip]

Signed-off-by: phpMyAdmin bot <bot@phpmyadmin.net>
2024-05-05 00:20:05 +00:00
Maurício Meneghini Fauth
7f2c3ddfbb
Remove ResponseRenderer::disable from LicenseController
Creates a new Response object instead of using the response from
ResponseRenderer class.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2024-05-04 15:09:56 -03:00
Maurício Meneghini Fauth
14b3f1d9d4
Remove ResponseRenderer::disable from PhpInfoController
Creates a new Response object instead of using the response from
ResponseRenderer class.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2024-05-03 20:04:10 -03:00
Maurício Meneghini Fauth
98b3eda545
Remove ResponseRenderer::disable from UrlRedirector class
Creates a new Response object instead of using the response from
ResponseRenderer class.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2024-05-03 18:04:02 -03:00
Andrei Stepanov
6305813bbb
Translated using Weblate (Russian)
Currently translated at 100.0% (3403 of 3403 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/ru/
Signed-off-by: Andrei Stepanov <adem4ik@gmail.com>
2024-05-03 22:07:19 +02:00
Maurício Meneghini Fauth
27f5a8aaf5
Remove ResponseRenderer::disable from ChangeLogController
Creates a new Response object instead of using the
response from ResponseRenderer class.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2024-05-03 16:11:44 -03:00
Kamil Tekiela
24e6089625 Add UiProperty enum
Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
2024-05-02 23:01:12 +02:00
Maurício Meneghini Fauth
66afb43fa2
Update PHP dependencies
- Upgrading phpmyadmin/sql-parser (dev-master 48bd285 => dev-master 8e71491)
  - Upgrading ramsey/uuid (4.7.5 => 4.7.6)
  - Upgrading roave/security-advisories (dev-latest 6c05ab0 => dev-latest a6cc84f)
  - Upgrading spatie/array-to-xml (3.2.3 => 3.3.0)
  - Upgrading symfony/cache (v6.4.6 => v6.4.7)
  - Upgrading symfony/config (v6.4.6 => v6.4.7)
  - Upgrading symfony/console (v6.4.6 => v6.4.7)
  - Upgrading symfony/dependency-injection (v6.4.6 => v6.4.7)
  - Upgrading symfony/expression-language (v6.4.3 => v6.4.7)
  - Upgrading symfony/filesystem (v6.4.6 => v6.4.7)
  - Upgrading symfony/process (v5.4.36 => v5.4.39)
  - Upgrading symfony/string (v6.4.4 => v6.4.7)
  - Upgrading symfony/var-exporter (v6.4.6 => v6.4.7)
  - Upgrading vimeo/psalm (5.23.1 => 5.24.0)

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2024-05-02 16:24:57 -03:00
Maurício Meneghini Fauth
d36f5d6c3c
Merge pull request #19140 from kamil-tekiela/Fix-ExportSqlTest
Fix ExportSqlTest after merge
2024-05-02 15:55:19 -03:00
Salvador Domingues
ab2d1540a8
Translated using Weblate (Portuguese)
Currently translated at 94.6% (3221 of 3403 strings)

[ci skip]

Co-authored-by: Salvador Domingues <salvadordomingues@gmail.com>
Signed-off-by: Salvador Domingues <salvadordomingues@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/pt/
Translation: phpMyAdmin/Development
2024-05-02 20:18:28 +02:00
Kamil Tekiela
6be5815c61 Fix ExportSqlTest after merge
Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
2024-04-30 22:47:51 +02:00
Maurício Meneghini Fauth
85c83858de
Merge branch 'QA_5_2'
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2024-04-30 16:39:40 -03:00