Jakub Vrana
e1e085f312
Use namespace in callbacks
2025-03-05 13:10:40 +01:00
Jakub Vrana
50e7a65e6e
Use namespaces in plugins
2025-03-05 13:10:40 +01:00
Jakub Vrana
52c5392089
PHP: Use namespace
2025-03-05 13:10:40 +01:00
Jakub Vrana
c52ba0308e
Specify coding style and follow it
2025-03-05 13:10:37 +01:00
Jakub Vrana
996b178406
MySQL: Fix connecting with self-signed cert
2025-03-03 16:06:10 +01:00
Christian Weiske
d5a17835ff
Elastic: Fix text search on boolean fields
...
When searching in all fields for a text value, an error was thrown
with ElasticSearch 7.17.23 when the index contains boolean fields:
> query_shard_exception: failed to create query:
> Can't parse boolean value [textvalue], expected [true] or [false]
This patch fixes that problem by skipping boolean fields when the
search word is not the string "true" or "false".
2025-03-03 10:40:38 +01:00
Jan Tojnar
4cdcb44bee
Use more [] in doc-comments
...
Follow up to 42de70d032
2025-03-03 08:39:17 +01:00
Denitz
530b3dd1e5
Add Reset button for tables-filter plugin
2025-02-28 13:52:32 +01:00
Jakub Vrana
45f24a8f62
Delete unused functions
2025-02-26 16:48:02 +01:00
Jakub Vrana
e107ef52d5
Move \n to loginFormField
2025-02-26 12:20:36 +01:00
Denitz
708a4e9494
Update table-structure.php
2025-02-25 16:44:25 +01:00
Jakub Vrana
42de70d032
Use [] in doc-comments
2025-02-23 14:39:14 +01:00
Jakub Vrana
7ece69a8c4
Remove unused HTLM attribute
2025-02-23 11:42:05 +01:00
Jakub Vrana
b29767dcfb
Use CSS to highlight odd rows
2025-02-21 21:27:41 +01:00
Jakub Vrana
6fe9827eea
Trim trailing whitespace
2025-02-21 13:59:17 +01:00
Jakub Vrana
63cffbbc8a
Fix style
2025-02-21 10:57:11 +01:00
Jakub Vrana
e4e5941b90
Wrap long lines
2025-02-20 17:58:00 +01:00
Jakub Vrana
b46b1dd574
Fix typo in comment
2025-02-20 11:47:38 +01:00
Peter Knut
5eb3446908
MSSQL: Allow to set Encrypt and TrustServerCertificate with AdminerLoginSsl plugin (issue #5 )
...
https://learn.microsoft.com/en-us/dotnet/framework/data/adonet/connection-string-syntax#use-trustservercertificate
2025-02-19 21:20:53 +01:00
araisch
224cbfed56
MySQL SSL: Allow disabling cert verification
2025-02-19 19:20:37 +01:00
Peter Knut
1f97968e65
PostgreSQL: Allow to set connection's sslmode with AdminerLoginSsl plugin
...
Thanks to wodka (https://github.com/vrana/adminer/pull/427/files )
2025-02-19 18:54:24 +01:00
Vladimir Goncharov
2385bf72bd
support for array values in clickhouse driver
2025-02-19 14:36:07 +01:00
Jakub Vrana
2bec4ca11b
Avoid global variables in plugins drivers
2025-02-19 14:36:07 +01:00
Jakub Vrana
e5c05fe26c
Elastic 5: Do not set Content-Type without content
2025-02-19 12:31:44 +01:00
Jakub Vrana
2a3626faae
SimpleDB: Disable XML entity loader
2025-02-19 11:16:45 +01:00
Jakub Vrana
d94e348f57
Use a better random string
2025-02-19 11:16:45 +01:00
Jakub Vrana
51dbfb6987
Hide error message from HTTP servers
2025-02-19 11:16:45 +01:00
Jakub Vrana
578c9fca92
Don't allow path in HTTP servers
2025-02-19 11:16:45 +01:00
Jakub Vrana
d9289355d7
Fix style
2025-02-19 11:16:45 +01:00
Jakub Vrana
17974cdf76
VersionNoverify plugin: Do not block other plugins
2025-02-19 11:16:44 +01:00
Roy-Orbison
652a09bb91
Plugin to auto-include adminer.js when present
2025-02-19 11:16:40 +01:00
Peter Knut
2189947c43
AdminerLoginOtp: Autocomplete hints for OTP input field, code refactoring
...
Tanks to SGCBB (https://github.com/vrana/adminer/pull/488 )
2025-02-19 11:16:37 +01:00
Peter Knut
ac9fd04f87
Fix field selection in Elasticsearch
...
Thanks to cweiske: https://github.com/adminerevo/adminerevo/pull/159
2025-02-19 11:16:36 +01:00
Peter Knut
76575a95f1
Move Elastic drivers to plugins, driver for Elastic 7+ is the default
2025-02-19 11:16:35 +01:00
Peter Knut
b2759df1f9
Disable redirections in HTTP based drivers
2025-02-16 18:03:17 +01:00
luigifab
a12d31c5a8
Fix editRowPrint for plugin
2021-03-04 10:57:55 +01:00
Jakub Vrana
9bd63a1326
Update readme
2021-02-10 19:52:55 +01:00
Jakub Vrana
92d5858b03
Link instructions
2021-02-10 19:52:55 +01:00
Jakub Vrana
3882bfaac1
Remove .inc extension from driver plugins
2021-02-10 11:43:56 +01:00
Jakub Vrana
51abdcdab9
SimpleDB, Firebird, ClickHouse: Move to plugin
2021-02-08 19:56:15 +01:00
Jakub Vrana
701c5cd73b
Fix whitespace
2021-02-08 15:50:02 +01:00
Jakub Vrana
a8c218f192
Add callback before edit form (bug #759 )
2021-02-08 10:57:53 +01:00
Jakub Vrana
438c7f55be
Add comment
2021-02-06 16:58:59 +01:00
Hugues Lismonde
3f38b61366
Fix forwarded IP comparison in login-ip plugin
...
The issue described in #372 is the same for the HTTP_X_FORWARDED_FOR comparison. strncasecmp returns 0 when the two strings are equal which is falsey.
2020-02-04 16:58:13 +01:00
Lukáš Holeczy
681b5e7b7a
Fix comparing IPs
2020-01-30 18:32:34 +01:00
Jakub Vrana
08c132cbea
Unify dumpTable declarations (bug #707 )
2019-11-11 12:27:53 +01:00
Jakub Vrana
0678ce1222
Initialize version-noverify sooner (bug #705 )
2019-11-11 12:27:53 +01:00
Jakub Vrana
5f4af56f68
Add a comment (bug #691 )
2019-08-20 16:24:33 +02:00
Jakub Vrana
92d443dac0
Add AdminerLoginIp
2019-07-19 14:36:42 +02:00
Inge Brattaas
d846eac97e
Keep font size in all tables.
...
Prevent CSS rule "table { font-size: 90% }" from making nested tables
unreadable.
2019-07-14 18:58:07 +02:00