Peter Knut
e4e76b6384
PostgreSQL: Allow to set connection's sslmode with AdminerLoginSsl plugin
...
Thanks to wodka (https://github.com/vrana/adminer/pull/427/files )
2024-09-18 00:27:02 +02:00
Peter Knut
91d0d8538f
MySQL: Do not show 'empty' enum value in strict mode
2024-09-10 23:47:06 +02:00
Peter Knut
b42762e4dc
Remove hardcoded textarea height
2024-09-09 23:54:51 +02:00
Peter Knut
146a24efad
AdminerLoginOtp: Autocomplete hints for OTP input field, code refactoring
...
Tanks to SGCBB (https://github.com/vrana/adminer/pull/488 )
2024-09-07 22:53:08 +02:00
Peter Knut
9b8d14c3ee
Refactor and fix the plugin AdminerEditForeign
...
Thanks to Amunak (https://github.com/adminerevo/adminerevo/pull/86 ).
2024-08-25 23:48:02 +02:00
Peter Knut
2ce88d9bdc
Fix field selection in Elasticsearch
...
Thanks to cweiske: https://github.com/adminerevo/adminerevo/pull/159
2024-08-25 22:14:50 +02:00
Peter Knut
13258de188
Fix several bugs and security issues in AdminerFileUpload plugin
2024-08-20 23:58:16 +02:00
Roy Orbitson
a693e75e32
No-verify plugin breaks others
...
Does not need to block other plugins from using the head() method.
2024-08-20 23:58:16 +02:00
Peter Knut
43a0305a23
Fix server URL validation for Oracle connections
...
Every driver can validate URL host and path by its own rules. Path is forbidden by default, HTTP-based drivers allow only '/' as path and Oracle driver validates path according to the EasyConnect URL format.
2024-08-20 23:58:16 +02:00
Peter Knut
898dc9e25e
Move Elastic drivers to plugins, driver for Elastic 7+ is the default
2024-03-17 16:39:20 +01:00
Peter Knut
9f8dadbb40
Add support for "order" field privilege
...
In Elasticsearch, text fields are not sortable.
2024-03-16 22:55:10 +01:00
Peter Knut
9968851f1e
Add support for "where" field privilege
...
In Elasticsearch, only indexed fields are searchable.
2024-03-16 22:55:10 +01:00
Peter Knut
55a7d3864f
Change 'Invalid credentials.' message
2024-03-16 18:02:31 +01:00
Peter Knut
e69583a800
Validate server connection in SimpleDB driver
2024-03-16 18:02:31 +01:00
Peter Knut
338c81e2a3
Validate server connection in Elasticsearch and ClickHouse drivers
2024-03-16 18:02:31 +01:00
Peter Knut
9eb4d00564
Disable redirections in HTTP based drivers
2024-03-16 18:02:31 +01:00
Peter Knut
1c5947de50
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-16 18:02:31 +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
Mario Wenzel
02f5cbdc4d
Allow bruteForceKey to be overwritten ( #342 )
...
As per Documentation (https://www.adminer.org/en/extension/#api ) bruteForceKey can be overwritten by plugins. This change actually allows for that to happen.
2019-05-14 10:49:52 +02:00
Peter Knut
b2606cda0e
Change '...' to horizontal ellipsis character
2018-12-18 14:45:37 +01:00
Jakub Vrana
5b443a4e7d
Change inline style to class name
2018-10-27 21:21:20 +02:00
kPherox
e4837a0564
Wrap table.nowrap
with div[style="overflow-x: auto"]
2018-10-27 21:16:57 +02:00
Christopher CHEN
65c52735fb
Add plugin pretty-json-column
...
(cherry picked from commit 9b8612a49c43ff170837dbf84f8c08a0e85386a8)
2018-09-18 18:59:24 +02:00
Christopher CHEN
84e86cf572
DOM not ready when restoring adminer_tables_filter
( #289 )
...
Uncaught TypeError: Cannot set property 'value' of null
2018-09-18 15:38:13 +02:00
Jakub Vrana
d581f3dedb
Make maxlength in all fields a soft limit
2018-07-15 21:05:26 +02:00
Peter Knut
3de94b67ca
Allow AdminerTablesFilter plugin to be used with third-party table list plugins ( #275 )
2018-05-13 09:49:09 +02:00
Jakub Vrana
60d1b7b3b4
Disallow using password-less databases
2018-05-04 16:52:41 +02:00
Jakub Vrana
3410836c12
Allow connecting to different drivers in login-servers
2018-02-22 12:38:22 +01:00
Jakub Vrana
cd503f6a0d
Wrap long line
2018-02-22 11:39:09 +01:00
Jakub Vrana
00721402e0
Add login-otp plugin
2018-02-22 11:36:11 +01:00
Jakub Vrana
b4392b3f91
Use single \ in ' strings
2018-02-20 16:27:40 +01:00
Jakub Vrana
2021ea8fd7
is not needed with border-collapse
2018-02-20 16:02:25 +01:00
Jakub Vrana
fad20d1065
Do not append empty values
2018-02-09 13:48:50 +01:00
Jakub Vrana
a1927d5b71
Allow specifying server name displayed in breadcrumbs
2018-02-08 14:32:21 +01:00
Jakub Vrana
d322e0165b
Remove .lcZ from timeFormat (bug #593 )
2018-02-08 11:52:11 +01:00
Jakub Vrana
c8bb112a5d
Select original if nothing else is selected
2018-02-07 12:46:43 +01:00