Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Elasticsearch 7 driver #440

Closed
wants to merge 38 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
2c8dbf4
Fix misaligned inputs
Roy-Orbison Jun 10, 2021
acf168a
Add Latvian language translation
krysits Sep 18, 2021
61b84ce
Bangla language corrections
saiman Nov 29, 2021
e99ed80
Update language files
peterpp Mar 15, 2024
3e94299
Update French and Italian translations
LionelLaffineur Jul 9, 2023
834380a
Update Dutch translation
gerryd Jul 18, 2023
a940f85
Update Russian translation
OmlineEditor Jul 22, 2023
2928b7b
Update Czech translation
Lumeriol Aug 2, 2023
5dddfbd
Fix and complete Slovak translation
peterpp Jan 16, 2024
367a1b9
Merge branch 'translations'
peterpp Mar 15, 2024
38f390a
Declare minimal PHP version in composer.json
peterpp Mar 15, 2024
8e848bf
Allow responsive styles on larger devices
lucas-sandery Nov 25, 2018
bf80612
Make jush and JsShring submodules available
peterpp Mar 16, 2024
20a0e4e
Release 4.8.2
peterpp Mar 15, 2024
5cfd48b
Bump version to 4.9-dev
peterpp Mar 16, 2024
1c5947d
Validate server input
peterpp Jan 18, 2024
9eb4d00
Disable redirections in HTTP based drivers
peterpp Jan 25, 2024
338c81e
Validate server connection in Elasticsearch and ClickHouse drivers
peterpp Jan 19, 2024
e69583a
Validate server connection in SimpleDB driver
peterpp Jan 25, 2024
55a7d38
Change 'Invalid credentials.' message
peterpp Jan 26, 2024
38e4b51
Update changes.txt
peterpp Mar 16, 2024
35afd4f
Merge branch 'login-fixes'
peterpp Mar 16, 2024
e8b40e3
Update hydra and pepa-lintha-dark themes
peterpp Mar 16, 2024
a5780e5
Move dependencies from submodules to Composer
peterpp Mar 16, 2024
9968851
Add support for "where" field privilege
peterpp Apr 4, 2021
9f8dadb
Add support for "order" field privilege
peterpp Apr 4, 2021
4d7642a
Merge branch 'field-privileges'
peterpp Mar 16, 2024
8ecec60
Replace deprecated "filtered" query with "bool" query
peterpp Mar 21, 2021
1aedea5
Fix searching if "anywhere" field is selected
peterpp Mar 21, 2021
44a985d
Fix version condition for deprecated mapping types
peterpp Apr 3, 2021
8b52628
Fix global search in all tables
peterpp Apr 4, 2021
1a58ee4
Compatibility with Elasticsearch 7.14
peterpp Sep 18, 2021
22665aa
Merge branch 'elastic-query-fix'
peterpp Mar 17, 2024
e5ac2e2
Fix undefined $sql variable
peterpp May 3, 2023
5d73ab8
New Elasticsearch plugin as a copy of the old one
peterpp Apr 3, 2021
4183472
Properly display list of databases, indexes, aliases and fields, fix …
peterpp Apr 3, 2021
40825eb
Move Elastic drivers to plugins, driver for Elastic 7+ is the default
peterpp Sep 18, 2021
a428b64
Improve code readability by using of empty lines
peterpp Mar 16, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Russian translation
(cherry picked from commit 33fcfbc)
  • Loading branch information
OmlineEditor authored and peterpp committed Mar 15, 2024
commit a940f8520642f39bb142ba2d17032dcd474dfd0a
2 changes: 1 addition & 1 deletion adminer/lang/ru.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -301,5 +301,5 @@
'Unknown error.' => 'Неизвестная ошибка.',
'Database does not support password.' => 'База данных не поддерживает пароль.',

'Disable %s or enable %s or %s extensions.' => null,
'Disable %s or enable %s or %s extensions.' => 'Отключите %s или включите расширения %s или %s.',
);