1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-31 18:11:52 +02:00

Commit Graph

  • 0e5f39042a Update ca.inc.php Jaume Barber 2021-02-17 21:20:39 +01:00
  • f94f29124a Oracle: Fix column name in index (thanks to Shirai Takashi) Jakub Vrana 2021-02-16 08:21:26 +01:00
  • 28996e2286 PostgreSQL < 10 PDO: Avoid displaying GENERATED ALWAYS BY IDENTITY everywhere (bug #785) Jakub Vrana 2021-02-15 18:31:47 +01:00
  • 7f8c93a6f1 SQLite: Fix displayed types (bug #784) Jakub Vrana 2021-02-15 18:07:00 +01:00
  • 25dda09bce Update TODO Jakub Vrana 2021-02-12 16:27:00 +01:00
  • ff45b8f7a9 Save bytes Jakub Vrana 2021-02-12 16:08:40 +01:00
  • 3a36112a10 Fixes greek language typos and translated strings Konstantinos Megas 2021-02-15 16:26:22 +02:00
  • e9e61fce26 MySQL: Allow moving views to other DB and renaming DB with views (bug #783) Jakub Vrana 2021-02-12 11:49:35 +01:00
  • 5a1498d160 Use common code Jakub Vrana 2021-02-12 10:49:31 +01:00
  • ccb7442d1b Fix more PHP 8 warnings (bug #781) Jakub Vrana 2021-02-12 09:53:20 +01:00
  • eebda8695b Oracle: Fix the bugs for indexes. Takashi SHIRAI 2021-02-12 11:22:29 +09:00
  • 94d18d003e Remove version Jakub Vrana 2021-02-11 12:20:09 +01:00
  • 3881fc1680 Fix designs after 7db10e95 Jakub Vrana 2021-02-11 08:52:33 +01:00
  • 9bd63a1326 Update readme Jakub Vrana 2021-02-10 19:52:46 +01:00
  • 92d5858b03 Link instructions Jakub Vrana 2021-02-10 18:49:22 +01:00
  • d506f1e241 Enable CodeQL Analysis Jakub Vrána 2021-02-10 19:51:49 +01:00
  • cd7f06c8b2 Create security policy Jakub Vrána 2021-02-10 19:43:30 +01:00
  • b83c61fca3 Release 4.8.0 v4.8.0 Jakub Vrana 2021-02-10 17:21:55 +01:00
  • 3882bfaac1 Remove .inc extension from driver plugins Jakub Vrana 2021-02-10 11:43:56 +01:00
  • 29e2475b5a Oracle: Use correct DB in db_size, fix typo (thanks to Shirai Takashi) Jakub Vrana 2021-02-10 11:15:18 +01:00
  • fd1dd4ecf4 MongoDB: Alpha Jakub Vrana 2021-02-09 22:23:07 +01:00
  • dc9e87dbd6 MongoDB: Prefer driver used in other functions Jakub Vrana 2021-02-10 09:45:34 +01:00
  • 66f335fb63 Save bytes Jakub Vrana 2021-02-09 20:42:25 +01:00
  • 574c07b8f5 MongoDB: Fix edit operations in select Jakub Vrana 2021-02-09 20:36:23 +01:00
  • 84e4122225 Fix typo Jakub Vrana 2021-02-09 20:20:19 +01:00
  • a61a76716b MongoDB: Use ObjectID only if used Jakub Vrana 2021-02-09 20:19:43 +01:00
  • 5d317111c7 MongoDB: Fix operators Jakub Vrana 2021-02-09 20:12:41 +01:00
  • 6af375c67d MongoDB: Handle errors Jakub Vrana 2021-02-09 20:09:11 +01:00
  • 609b8690ec MongoDB: Fix query Jakub Vrana 2021-02-09 19:46:33 +01:00
  • 13260dcb76 Save bytes Jakub Vrana 2021-02-09 16:54:21 +01:00
  • e002a3bc99 MongoDB: Display error when selecting wrong table Jakub Vrana 2021-02-09 16:37:42 +01:00
  • f44f186b38 MongoDB: Display arrays as JSON Jakub Vrana 2021-02-09 16:34:42 +01:00
  • c24a6a6aef MongoDB: Fix executeQuery Jakub Vrana 2021-02-09 16:32:38 +01:00
  • f11a31e0a9 MongoDB: Modern extension doesn't allow connecting with random user/password Jakub Vrana 2021-02-09 16:13:28 +01:00
  • 38e741054a MongoDB: Add operators Jakub Vrana 2021-02-09 11:31:37 +01:00
  • 513e1f425f MongoDB: Handle exceptions Jakub Vrana 2021-02-09 11:30:14 +01:00
  • a023e98c4d MongoDB: Fix getting binary fields Jakub Vrana 2021-02-09 11:07:47 +01:00
  • 633e7ced9c MongoDB: Fix num_rows Jakub Vrana 2021-02-09 10:56:52 +01:00
  • 3a3df6962b MongoDB: Move common code to function Jakub Vrana 2021-02-09 10:53:21 +01:00
  • 1e4fb073b5 MongoDB: Display Authentication failed instead of exception Jakub Vrana 2021-02-09 10:42:05 +01:00
  • 08637cee62 Delete duplicate code Jakub Vrana 2021-02-09 10:29:19 +01:00
  • 4742bde873 Fix operators init Jakub Vrana 2021-02-09 10:19:05 +01:00
  • 7a89b5a037 PostgreSQL: Fix displaying NULL bytea fields Jakub Vrana 2021-02-09 10:08:27 +01:00
  • c5b5b61be1 Avoid errors about 'view_trigger' Takashi SHIRAI 2019-03-26 13:58:51 +09:00
  • 2b0ac4c0e1 Support unprivileged users for schema list Takashi SHIRAI 2019-03-26 13:57:04 +09:00
  • ef53494df0 Support altering indexes Takashi SHIRAI 2019-03-26 13:53:54 +09:00
  • 98458f737d Avoid errors when alter table column Takashi SHIRAI 2019-03-26 13:50:52 +09:00
  • 68edea54ea Avoid errors about auto increment Takashi SHIRAI 2019-03-26 13:47:44 +09:00
  • 6660789d04 Support granted table to list up indexes Takashi SHIRAI 2019-03-26 13:40:17 +09:00
  • ee4ffe9b65 Correct column size with string type Takashi SHIRAI 2019-03-26 13:36:16 +09:00
  • 27de0417fe Sort the DB list Takashi SHIRAI 2019-03-26 13:34:09 +09:00
  • 339981b9d6 Support importing table data Takashi SHIRAI 2019-03-26 13:18:34 +09:00
  • 53a8496412 The table with another scheme is deleted from the table list Takashi SHIRAI 2019-03-26 13:14:26 +09:00
  • fb38ae2ffd Support computing DB infos Takashi SHIRAI 2019-03-26 12:59:26 +09:00
  • 91da14b15c PostgreSQL: Do not show triggers from other schemas salacr 2021-02-08 20:43:40 +01:00
  • 51abdcdab9 SimpleDB, Firebird, ClickHouse: Move to plugin Jakub Vrana 2021-02-08 19:56:15 +01:00
  • 4038144c38 Add comments Jakub Vrana 2021-02-08 18:43:10 +01:00
  • 50ed4f7ce7 Prepare for moving drivers to plugins Jakub Vrana 2021-02-08 18:36:05 +01:00
  • 4f8ecd3c11 Support function default values in insert (bug #713) Jakub Vrana 2021-02-08 17:52:10 +01:00
  • f2063c92c5 Allow SQL pseudo-function in insert Jakub Vrana 2021-02-08 17:41:59 +01:00
  • 5db1ea3301 Save bytes Jakub Vrana 2021-02-08 17:22:53 +01:00
  • e915f73f18 PostgreSQL: Fix multi-parameter functions in default values (bug #736) Jakub Vrana 2021-02-08 16:23:36 +01:00
  • 92f197b7c1 Add id to <th> in select (bug #724) Jakub Vrana 2021-02-08 16:10:37 +01:00
  • 63484fb875 Remove newline before error message Jakub Vrana 2021-02-08 16:06:22 +01:00
  • 701c5cd73b Fix whitespace Jakub Vrana 2021-02-08 15:50:02 +01:00
  • 4310d710d9 Add bug number Jakub Vrana 2021-02-08 15:46:24 +01:00
  • 2bb472d7a6 PostgreSQL: Avoid exporting empty sequence last value Jakub Vrana 2021-02-08 14:12:39 +01:00
  • 9e74c0632f PostgreSQL: Create PRIMARY KEY for auto increment columns Jakub Vrana 2021-02-08 14:00:38 +01:00
  • d4f7e04156 PostgreSQL PDO: Do not select NULL function for false values in edit (thanks to PR #380) Jakub Vrana 2021-02-08 13:23:48 +01:00
  • 124092fd7c MySQL 8: Fix EXPLAIN in SQL command Jakub Vrana 2021-02-08 12:26:51 +01:00
  • 144039d0cb Update tests Jakub Vrana 2021-02-08 11:50:02 +01:00
  • a8c218f192 Add callback before edit form (bug #759) Jakub Vrana 2021-02-08 09:23:57 +01:00
  • 2dd3bd0e1a Skip date columns for non-date values in search anywhere (thanks to PR #408) Jakub Vrana 2021-02-08 10:53:20 +01:00
  • 28209301ca Fix PHP 8 warning Jakub Vrana 2021-02-08 10:33:45 +01:00
  • 7ccc1e3e15 Add DB version to comment in export Jakub Vrana 2021-02-08 09:47:10 +01:00
  • 93c7fb248c Release 4.7.9 v4.7.9 Jakub Vrana 2021-02-07 18:25:18 +01:00
  • 73934caec8 Reorder changes Jakub Vrana 2021-02-07 18:23:41 +01:00
  • 4559e7541c Editor: Avoid trailing dot in export filename Jakub Vrana 2021-02-07 16:40:29 +01:00
  • d847f0d1aa Skip impossible condition ($link always contains ?username=) Jakub Vrana 2021-02-07 15:24:17 +01:00
  • c727231ccd Fix displayed foreign key columns from other DB (bug #766) Jakub Vrana 2021-02-07 15:19:03 +01:00
  • 3d92eb703b Do not display empty database in the list twice Jakub Vrana 2021-02-07 14:28:16 +01:00
  • 3d88cc2c8e Display CSRF logout error after connecting Jakub Vrana 2021-02-07 14:23:41 +01:00
  • 922e1d96b0 Fix displaying type mapping for Elasticsearch >= 6.0 Peter Knut 2020-10-28 14:06:27 +01:00
  • 52defd6f19 MongoDB: Prefer modern extension Jakub Vrana 2021-02-07 13:09:09 +01:00
  • 318cece1bd Fix MongoDB connect 'Database does not support password.' tips ImDong 2020-11-24 20:34:48 +08:00
  • 5c2f74136c Update bug numbers Jakub Vrana 2021-02-07 11:34:47 +01:00
  • 8c392363b1 Postgres - fix missing partitioned tables in navigation Josef Drabek 2020-08-12 00:27:34 +02:00
  • 66b01a4b9c Linkify URLs in SQL results Albert Peschar 2021-01-27 17:35:02 +02:00
  • 7db10e95d9 Title for select data link tiso 2021-01-27 00:30:44 +01:00
  • 31e28fbd00 Quote values with leading and trailing zeroes in CSV export (bug #777) Jakub Vrana 2021-02-07 09:41:07 +01:00
  • 19f23fe9ee MySQL: Don't quote default value of text fields (bug #779) Jakub Vrana 2021-02-07 09:17:44 +01:00
  • 6e5315349b fixed Unsupported operand types when $port is socket David Grudl 2021-01-12 21:32:04 +01:00
  • 95729680ef Respect SQL command URL parameters Jakub Vrana 2021-02-06 19:09:54 +01:00
  • 5c395afc09 Fix XSS in browsers which don't encode URL parameters (bug #775) Jakub Vrana 2021-02-06 19:04:15 +01:00
  • cde988853d SQLite: Set busy_timeout to 500 Jakub Vrana 2021-02-06 18:01:39 +01:00
  • f8288dd227 PostgreSQL 11: Create PRIMARY KEY for auto increment columns Jakub Vrana 2021-02-06 18:01:24 +01:00
  • 94194aac19 PostgreSQL: Support smallserial Jakub Vrana 2021-02-06 17:17:36 +01:00
  • 438c7f55be Add comment Jakub Vrana 2021-02-06 16:58:59 +01:00
  • 7edf80f636 PostgreSQL PDO: Support PgBouncer, unsupport PostgreSQL < 9.1 (bug #771) Jakub Vrana 2021-02-06 16:45:20 +01:00
  • b2e0d9f396 fix wrong hungarian translation Pőcze Bence 2020-07-21 20:53:56 +02:00