Commit graph

2688 commits

Author SHA1 Message Date
Peter Knut bc44e5f676 Disable redirections in HTTP based drivers 2024-03-23 18:48:40 +01:00
Peter Knut 27132d1175 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-23 18:45:39 +01:00
Lionel Laffineur 55d40f8563 Enum fields are select by default 2024-03-23 18:21:42 +01:00
adminerevo 0f52b4f3d3 Merge remote-tracking branch 'refs/remotes/origin/main' 2024-03-07 20:56:25 +01:00
adminerevo f9c33e6e19 Fixed Warning: Trying to access array offset on null in adminer/foreign.inc.php on line 87 2024-03-07 20:53:15 +01:00
Sneda8 28d9543c14
PHP 8.3 error suppression
PHP 8.3 has shortened the array access on null error message to "Trying to
access array offset on null". This commit changes the regular expression
used to circumvent errors.
2024-02-16 09:17:15 +01:00
Lionel Laffineur 8bcb334146 I#104: logo white bg for dark mode 2024-02-03 14:01:48 +01:00
Peter Knut d7a9c10158 Fix and complete Slovak translation 2024-01-16 23:03:06 +01:00
Lionel 5acbf93af9
Merge pull request #79 from Roy-Orbison/select-remove-buttons
Consistent filter remove buttons
2023-12-02 16:33:36 +01:00
Lionel Laffineur b3ebf738aa Forbid protocol and port number in server for Elastisearch driver 2023-12-01 22:57:05 +01:00
Lionel Laffineur 385112a66e Two other warnings for PHP8.3 fixed 2023-11-21 22:50:18 +01:00
Roy Orbitson ccbee25538 Consistent filter remove buttons
Match row removal buttons on alter table screens.
2023-11-21 16:38:18 +10:30
Lionel 0fe04741c2
Merge pull request #78 from Roy-Orbison/project-class
<body> class for project-specific styles
2023-11-20 21:29:12 +01:00
Lionel Laffineur 95eed201b6 Styling remove button search fields 2023-11-20 21:23:45 +01:00
Lucas Sandery 12d431fca7 <body> class for project-specific styles
Signed-off-by: Lucas Sandery <lucas-sandery@users.noreply.github.com>
2023-11-20 16:17:48 +10:30
Roy Orbitson 9b30f1f27d Filter removal buttons on table select pages 2023-11-20 16:02:59 +10:30
Lionel 7a3e3e5b4c
Merge pull request #75 from Roy-Orbison/responsive-to-viewport
Allow responsive styles on larger devices
2023-11-17 07:51:53 +01:00
adminerevo 6283155f69 First bunch of fixes for PHP8.3 2023-11-17 06:24:10 +01:00
Lucas Sandery 4b0b011b93 Allow responsive styles on larger devices
and fix a media query.

Signed-off-by: Lucas Sandery <lucas-sandery@users.noreply.github.com>
2023-11-16 18:52:07 +10:30
Lionel Laffineur bf16b4037e Merge branch 'feature/mysql8-no-size-for-int' into main 2023-11-08 22:37:16 +01:00
Lionel Laffineur 5542a79990 Replaced deprecated by error_get_last() 2023-11-08 22:32:50 +01:00
Lionel Laffineur c2d0a3dac4 Remove size for integer on MySQL 8+ 2023-11-05 16:16:56 +01:00
Lionel 2c0a2a99a9
Set version to 4.8.4-dev 2023-11-05 14:02:23 +01:00
Lionel Laffineur ae0d5ebf17 Changed release number 2023-10-29 10:21:20 +01:00
Lionel Laffineur 1c9466578e Fix links going over body 2023-09-24 13:37:41 +02:00
Lionel Laffineur bfd0ffd2b5 Added a clipboard icon next to SQL command to expand and copy to clipboard 2023-09-21 20:57:52 +02:00
Lionel Laffineur e3063999c0 Fix issue with truncated queries and prevent copying queries > 1Mb to clipboard 2023-09-10 20:47:47 +02:00
Lionel Laffineur 2f7eac6688 Merge branch 'bug/fix-select-distinct' 2023-09-02 17:26:08 +02:00
Lukáš Rajchl 62bba2a866 Use links bar for "Create ..." functions 2023-08-23 09:46:49 +02:00
Lionel Laffineur 22c078c50b Make sure table is marked active in select mode 2023-08-14 22:03:25 +02:00
Lionel Laffineur 4ffdb27d1d Replaced icons from PNG to SVG to reduce CSS file size 2023-08-14 21:54:18 +02:00
Lionel Laffineur d864f0f7e4 Merge branch 'main' of github.com:adminerevo/adminerevo into main 2023-08-14 21:33:54 +02:00
Lionel Laffineur b84c743881 Replaced Edit and Edit all of SQL Command history by icons 2023-08-14 21:33:47 +02:00
Lukáš Rajchl aca7d1d8d2 Remove undefined variable removed by #7442183 (for IE9 compatibility) 2023-08-14 19:15:33 +02:00
Lionel Laffineur 8629b2b200 Fieldset rounded corners 2023-08-14 15:29:17 +02:00
Lionel Laffineur d347d59d3c Make sure DISTINCT function is seen as a group query 2023-08-12 17:22:04 +02:00
Roy-Orbison a0dab7a81c Amend markup and style for new menu table
- Restore ID for CSS
- Use semantic <label> instead of <span>
- CSS into default style file instead of inline (except for width=1 trick
  to shrink first column)
- Fix default style to align with rest of menu blocks
- Move 'Use' button to its own row
2023-08-04 11:45:08 +09:30
Lukáš Rajchl 7338eadd7c Update cs.inc.php 2023-08-02 10:03:01 +02:00
Lionel 705e407825
Merge pull request #34 from Roy-Orbison/icon-bc
Main logo fixes
2023-07-29 16:20:22 +02:00
Roy-Orbison 92f243716a Better URL detection
- Closes #7
- Broader but more accurate email and URL detection in data
- Allows underscores in URLs
- Use non-capturing sub-patterns and POSIX character classes where
  possible.
2023-07-26 15:03:04 +09:30
Roy-Orbison b0d4e98e74 Main logo fixes
- Smaller as SVG (~4kB instead of ~7kB)
- Moved bg image to h1 for improved theme compatibility (bg colors set
  on h1 were wiped out)
- RTL support
2023-07-26 14:37:15 +09:30
Anastasia 33fcfbc13b
Update ru.inc.php
translated part of the text in Russian
2023-07-23 00:01:24 +03:00
Lionel Laffineur d2c4d437a1 Version 4.8.2 2023-07-21 21:50:18 +02:00
Lionel Laffineur 8b5390076d Minor finishing cosmetics 2023-07-21 21:47:25 +02:00
Lionel Laffineur 4053dbddd8 Some finishing touch for links and separators 2023-07-21 17:22:33 +02:00
Lionel 56434daac9
Merge pull request #28 from gerryd/feature/dutch-translation
Update Dutch translation
2023-07-21 11:54:03 +02:00
Lionel Laffineur 7442183b40 Implemented links bar through function 2023-07-21 11:52:03 +02:00
Lionel Laffineur 6278c57a74 Changed color of links to make is less flashy 2023-07-21 11:50:14 +02:00
Lionel Laffineur 7c9722aa44 Added function DISTINCT to db supporting it 2023-07-18 16:50:14 +02:00
Gerry Demaret 6024d73ae6 Update Dutch translation 2023-07-18 16:20:03 +02:00