Commit graph

3896 commits

Author SHA1 Message Date
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
Lionel Laffineur 385112a66e Two other warnings for PHP8.3 fixed 2023-11-21 22:50:18 +01:00
Roy Orbitson ccbee25538 Consistent filter remove buttons
Match row removal buttons on alter table screens.
2023-11-21 16:38:18 +10:30
Lionel 0fe04741c2
Merge pull request #78 from Roy-Orbison/project-class
<body> class for project-specific styles
2023-11-20 21:29:12 +01:00
Lionel Laffineur 95eed201b6 Styling remove button search fields 2023-11-20 21:23:45 +01:00
Lionel bc577cfb1e
Merge pull request #77 from Roy-Orbison/select-remove-buttons
Filter removal buttons on table select pages
2023-11-20 20:45:18 +01:00
Lucas Sandery 12d431fca7 <body> class for project-specific styles
Signed-off-by: Lucas Sandery <lucas-sandery@users.noreply.github.com>
2023-11-20 16:17:48 +10:30
Roy Orbitson 9b30f1f27d Filter removal buttons on table select pages 2023-11-20 16:02:59 +10:30
Lionel 7a3e3e5b4c
Merge pull request #75 from Roy-Orbison/responsive-to-viewport
Allow responsive styles on larger devices
2023-11-17 07:51:53 +01:00
adminerevo 6283155f69 First bunch of fixes for PHP8.3 2023-11-17 06:24:10 +01:00
Lionel Laffineur 4d81695272 Adjusted href of editor title 2023-11-16 19:50:30 +01:00
Lionel Laffineur 7fdcb922e1 Fix issue with editor tables list 2023-11-16 19:43:59 +01:00
Lucas Sandery 4b0b011b93 Allow responsive styles on larger devices
and fix a media query.

Signed-off-by: Lucas Sandery <lucas-sandery@users.noreply.github.com>
2023-11-16 18:52:07 +10:30
Lionel Laffineur bf16b4037e Merge branch 'feature/mysql8-no-size-for-int' into main 2023-11-08 22:37:16 +01:00