Denitz
09a946cb99
Skip dump of generated columns
2024-08-20 23:58:16 +02:00
Peter Knut
13258de188
Fix several bugs and security issues in AdminerFileUpload plugin
2024-08-20 23:58:16 +02:00
Peter Knut
5fe25fca67
Improve readability of the code for the query block
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
de7dd4b64f
Improve URL and email detection
2024-08-20 23:58:16 +02:00
Peter Knut
8a70474651
Add PHP extensions to Composer suggestions
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
bff6f8ca93
Fix linking external dependencies
2024-03-18 00:35:07 +01:00
Peter Knut
f38c0a1f13
Set saving to file as a default export option
2024-03-17 21:12:35 +01:00
Peter Knut
835c10674b
Merge branch 'elastic'
2024-03-17 16:47:53 +01:00
Peter Knut
fc5a46549e
Update changes.txt
2024-03-17 16:39:20 +01: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
32160b48ae
Modify tables hierarchy for Elasticsearch 7
...
- Properly display list of databases, indexes, aliases and fields.
- Fix search and delete queries.
2024-03-17 16:39:20 +01:00
Peter Knut
6beb07a181
New Elasticsearch 7 plugin as a copy of the old one
2024-03-17 13:53:58 +01:00
Peter Knut
ee42077e54
Improve code readability by using of empty lines
2024-03-17 13:52:59 +01:00
Peter Knut
c3e2e6c58f
Compatibility with Elasticsearch 7.14
...
- Removed empty body from requests.
- Fix deleting records.
2024-03-17 13:52:59 +01:00
Peter Knut
49effeff09
Fix global search in all tables
2024-03-17 13:10:18 +01:00
Peter Knut
857cbf03f2
Fix version condition for deprecated mapping types
...
Mapping types are still supported in version 6, but only one mapping type can be created.
In version 7, mapping types are deprecated and there is only one system '_doc' mapping type.
See: https://www.elastic.co/guide/en/elasticsearch/reference/6.0/removal-of-types.html
2024-03-17 13:10:18 +01:00
Peter Knut
e8c9164a77
Fix searching if "anywhere" field is selected
...
- Allow to search only in fields with index.
2024-03-17 13:10:18 +01:00
Peter Knut
01fe709b7a
Replace deprecated "filtered" query with "bool" query
...
- Allow to choose "must", "should", "must_not" condition.
- Add system "_id" column to the field list. So it can be used in search condition.
2024-03-17 13:10:18 +01:00
Peter Knut
90addc5e78
Update changes.txt
2024-03-17 13:10:03 +01:00
Peter Knut
b71a456514
Fix undefined $sql variable
2024-03-17 12:38:57 +01:00
Peter Knut
4d7642a624
Merge branch 'field-privileges'
2024-03-16 23:00:11 +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
a5780e58af
Move dependencies from submodules to Composer
2024-03-16 22:45:42 +01:00
Peter Knut
e8b40e3b9d
Update hydra and pepa-lintha-dark themes
2024-03-16 22:45:42 +01:00
Peter Knut
35afd4f88c
Merge branch 'login-fixes'
2024-03-16 19:15:09 +01:00
Peter Knut
38e4b51256
Update changes.txt
2024-03-16 19:14:17 +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
Peter Knut
5cfd48bb68
Bump version to 4.9-dev
2024-03-16 13:23:33 +01:00
Peter Knut
20a0e4e113
Release 4.8.2
v4.8.2
2024-03-16 13:12:36 +01:00
Peter Knut
bf80612b0d
Make jush and JsShring submodules available
2024-03-16 01:03:39 +01:00
Lucas Sandery
8e848bfde4
Allow responsive styles on larger devices
...
and fix a media query.
Signed-off-by: Lucas Sandery <lucas-sandery@users.noreply.github.com >
(cherry picked from commit 4b0b011b93f9b684e5ab81f493f239f478fc3f2b)
2024-03-16 00:44:56 +01:00
Peter Knut
38f390ae5e
Declare minimal PHP version in composer.json
2024-03-16 00:13:46 +01:00
Peter Knut
367a1b979e
Merge branch 'translations'
2024-03-15 23:51:56 +01:00
Peter Knut
5dddfbdf12
Fix and complete Slovak translation
2024-03-15 23:47:20 +01:00
Lukáš Rajchl
2928b7beb8
Update Czech translation
...
(cherry picked from commit 7338eadd7c
)
2024-03-15 23:31:07 +01:00
Anastasia
a940f85206
Update Russian translation
...
(cherry picked from commit 33fcfbc13b
)
2024-03-15 23:29:20 +01:00
Gerry Demaret
834380aae9
Update Dutch translation
...
(cherry picked from commit 6024d73ae6
)
2024-03-15 23:25:13 +01:00
Lionel Laffineur
3e94299256
Update French and Italian translations
...
(cherry picked from commit 496ab9a262
)
2024-03-15 23:21:20 +01:00
Peter Knut
e99ed80ad8
Update language files
2024-03-15 23:12:06 +01:00
Hossain Ahmed Saiman
61b84cecd8
Bangla language corrections
...
Some informal words has been replaced with formal words. Some incorrect words has been corrected.
(cherry picked from commit a4ebae8706
)
(cherry picked from commit 965598b640
)
2024-03-15 23:10:27 +01:00
@krysits.COM
acf168a6da
Add Latvian language translation
...
(cherry picked from commit fad4ce785b
)
2024-03-15 23:04:00 +01:00
Roy-Orbison
2c8dbf49cc
Fix misaligned inputs
...
Signed-off-by: Roy-Orbison <Roy-Orbison@users.noreply.github.com >
(cherry picked from commit 2717333789
)
2024-03-15 23:02:41 +01:00
Linus Törngren
88647b93e4
Improved spelling.
2021-05-23 13:40:36 +02:00