Commit graph

3909 commits

Author SHA1 Message Date
Lionel 980dea41de
Merge pull request #140 from adrianbj/fix-issue-139
Fix Issue 139
2024-04-20 09:29:41 +02:00
Lionel 6bb4d778cb
Merge pull request #141 from Lumeriol/main
Fix multiple "Copy to clipboard" on page
2024-04-13 15:31:24 +02:00
Lukáš Rajchl 39257c8e81 Fix multiple "Copy to clipboard" on page 2024-04-10 06:36:29 +02:00
Adrian Jones d065ec4e9f Fix Issue 139 2024-04-08 19:01:37 -07:00
Lionel 2eba0b5154
Merge pull request #138 from Lumeriol/main
Fix translation update (Czech, Slovak)
2024-04-08 13:29:31 +02:00
Lukáš Rajchl e0b4854e8c Fix translation update (Czech, Slovak) 2024-04-08 09:14:49 +02:00
Lionel 3e3eff6d69
Merge pull request #137 from Lumeriol/main
Update translations (Czech, Slovak)
2024-04-08 08:21:17 +02:00
Lukáš Rajchl 1e517cea68 Update translations (Czech, Slovak) 2024-04-08 07:54:19 +02:00
Lukáš Rajchl 2a5e8b6c21 Fix space indents created by previous updates 2024-04-08 07:49:57 +02:00
Lionel f1e13af925
Merge pull request #134 from adrianbj/fix-issue-133
Fix Issue#133 - syntax error, unexpected token "echo"
2024-04-07 17:34:30 +02:00
Adrian Jones 3bec52f278 Fix Issue#133 - syntax error, unexpected token "echo" 2024-04-07 07:26:45 -07:00
Lionel Laffineur 3430f24a54 Merge remote-tracking branch 'refs/remotes/origin/main' 2024-04-07 14:46:55 +02:00
Lionel Laffineur 1bd4d4fc19 Setting release number and completing release notes 2024-04-07 14:45:43 +02:00
Lionel Laffineur 438739b1f6 Setting release number and completing release notes 2024-04-07 14:37:55 +02:00
Lionel Laffineur 027816adf2 Added title on new version ready to download 2024-04-07 14:25:10 +02:00
Lionel a5aaa593d3
Merge pull request #129 from adrianbj/restore-latest-version-check
Restore latest version check
2024-04-07 14:14:36 +02:00
Lionel Laffineur a0f4c9be28 Fix a layout issue with select in tables 2024-04-04 21:35:44 +02:00
Adrian Jones 4554780092 Remove unneeded signature in adminer.version file. 2024-04-01 09:31:10 -07:00
Adrian Jones 07b3dc3f1d Restore latest version check which also fixes Issue#128 2024-04-01 08:42:15 -07:00
Lionel Laffineur 9d835d3ed2 Merge branch 'main' of github.com:adminerevo/adminerevo into main 2024-03-31 22:29:59 +02:00
Lionel Laffineur 7130a8c058 Fix copy to clipboard on page SQL Command 2024-03-31 22:29:31 +02:00
Lionel d5ccd05355
Merge pull request #95 from Denitz/skip-dump-of-generated-columns
Skip dump of generated columns
2024-03-25 21:00:46 +01:00
Lionel Laffineur be5d174dd7 Minor cosmetics around input and select 2024-03-24 14:01:16 +01:00
Peter Knut bad57d349e Change 'Invalid credentials.' message 2024-03-23 18:58:39 +01:00
Peter Knut 40f04571ed Validate server connection in SimpleDB driver 2024-03-23 18:54:27 +01:00
Peter Knut cb37e4568b Validate server connection in Elasticsearch and ClickHouse drivers 2024-03-23 18:51:42 +01:00
Peter Knut bc44e5f676 Disable redirections in HTTP based drivers 2024-03-23 18:48:40 +01:00
Peter Knut 27132d1175 Validate server input
- Allow only scheme, host and port in the server field.
- Use proper default host and port in Elasticsearch and ClickHouse driver.
2024-03-23 18:45:39 +01:00
Lionel Laffineur 55d40f8563 Enum fields are select by default 2024-03-23 18:21:42 +01:00
adminerevo 0f52b4f3d3 Merge remote-tracking branch 'refs/remotes/origin/main' 2024-03-07 20:56:25 +01:00
adminerevo f9c33e6e19 Fixed Warning: Trying to access array offset on null in adminer/foreign.inc.php on line 87 2024-03-07 20:53:15 +01:00
Lionel 5798a285e8
Merge pull request #122 from adminerevo/feature/license
Add LICENSE file, clarify dual-licensing
2024-03-07 20:50:48 +01:00
Gerry Demaret 1fca093e51 Add LICENSE file, clarify dual-licensing
As per Jakub's README file, adminer is licensed under the Apache
License 2.0 or GPL 2.
2024-03-07 17:36:03 +01:00
Lionel c93adaabea
Merge pull request #106 from niol/main
PHP 8.3 error suppression
2024-02-18 15:39:58 +01:00
Sneda8 28d9543c14
PHP 8.3 error suppression
PHP 8.3 has shortened the array access on null error message to "Trying to
access array offset on null". This commit changes the regular expression
used to circumvent errors.
2024-02-16 09:17:15 +01:00
Lionel Laffineur 8bcb334146 I#104: logo white bg for dark mode 2024-02-03 14:01:48 +01:00
Lionel d4f1fc0ee0
Merge pull request #101 from peterpp/sk_translation
Fix and complete Slovak translation
2024-01-18 18:08:25 +01:00
Peter Knut d7a9c10158 Fix and complete Slovak translation 2024-01-16 23:03:06 +01:00
Denitz 3c77899250 fix 2024-01-04 09:08:48 +03:00
Denitz c3fcff0f56 Update .gitignore
Ignore PHPStorm settings
2024-01-04 08:55:36 +03:00
Lionel 92f68d8dff
Merge pull request #96 from Denitz/patch-1
Ignore PHPStorm settings
2023-12-24 17:26:11 +01:00
Denitz 471915e289
Update .gitignore
Ignore PHPStorm settings
2023-12-23 23:23:51 +03:00
Denitz 1177e98b3f fix 2023-12-23 23:01:26 +03:00
Lionel 1f14b418ee
Update index.md
Added link to https://download.adminerevo.org
2023-12-17 14:55:56 +01:00
Lionel 5acbf93af9
Merge pull request #79 from Roy-Orbison/select-remove-buttons
Consistent filter remove buttons
2023-12-02 16:33:36 +01:00
Lionel Laffineur ade37afdb1 Removed funding, not needed right now 2023-12-02 16:20:46 +01:00
Lionel Laffineur b3ebf738aa Forbid protocol and port number in server for Elastisearch driver 2023-12-01 22:57:05 +01:00
adminerevo 133c53f24a Added function ini_bool() to compile.php to prevent warning in some compilations 2023-12-01 22:54:08 +01:00
Lionel eb7ee8bb18
Merge pull request #85 from ToX82/ToX82-patch-pepa-linha-css
Update pepa-linha/adminer.css
2023-11-30 21:05:55 +01:00
Emanuele "ToX" Toscano 1e8cedb6df
Update pepa-linha/adminer.css
Works better with adminerevo
2023-11-30 17:20:10 +01:00