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
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
Jakub Vrana
9bd63a1326
Update readme
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