1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-06 14:46:36 +02:00

Commit Graph

  • dcf11d8fc9 PgSQL <11: Fix error in table list (fix #1128) master Jakub Vrana 2025-08-04 07:46:14 +02:00
  • 0de6a057d3 PgSQL <10: Don't try partitions Jakub Vrana 2025-08-04 07:44:46 +02:00
  • 18b62aba38 Fix typo (fix #1137) Jakub Vrana 2025-08-02 08:24:00 +02:00
  • 10ff74552d PostgreSQL: Quote edit value with interval operator Jakub Vrana 2025-07-29 16:47:47 +02:00
  • f5c7ab54f7 Update JUSH Jakub Vrana 2025-07-29 11:05:25 +02:00
  • cc110c448c Plugins: PHP 5 compatibility (fix #1125) Jakub Vrana 2025-07-28 22:46:31 +02:00
  • 6f766f8c52 PostgreSQL: Limit dollar-quoted strings Jakub Vrana 2025-07-16 11:16:58 +02:00
  • 9a60d158f1 Increase routine textarea size Jakub Vrana 2025-07-07 15:22:46 +02:00
  • 6dec0d63b0 New plugin: Specify query timeout Jakub Vrana 2025-06-28 22:11:03 +02:00
  • c9a52cd28c Link routines from syntax highlighting Jakub Vrana 2025-07-07 15:01:46 +02:00
  • 9424b7431e Elastic: Avoid extra newline Jakub Vrana 2025-07-07 08:47:41 +02:00
  • 35b2b969be Save vertical real estate Jakub Vrana 2025-06-28 18:04:30 +02:00
  • 165f1b241c AdminerBackwardKeys: Work with null ns in non-PgSQL Jakub Vrana 2025-06-28 11:31:05 +02:00
  • 4d75f822e9 PostgreSQL: Shorten values in hstore columns Jakub Vrana 2025-06-25 18:39:32 +02:00
  • 5e9c185596 Display data length and index length for materialized views Jakub Vrana 2025-06-25 17:26:22 +02:00
  • cfd69dfd8c Trigger script=db sooner Jakub Vrana 2025-06-25 17:14:43 +02:00
  • 1fc5acb389 AdminerBackwardKeys: Skip relations without selected column Jakub Vrana 2025-06-25 14:57:35 +02:00
  • 8ca0e36970 AdminerBackwardKeys: Link only tables in the same schema Jakub Vrana 2025-06-25 14:52:12 +02:00
  • 9e8de24e3d Fix a typo Jakub Vrana 2025-06-25 14:39:55 +02:00
  • 4cb09852e3 Display @ after username without server in existing logins Jakub Vrana 2025-06-23 19:08:55 +02:00
  • e115dccdae MariaDB: Parse COLLATE in routine definition (fix #1104) Jakub Vrana 2025-06-19 10:03:12 +02:00
  • 1ba410cad1 MySQL: Simplify routines() Jakub Vrana 2025-06-19 09:56:36 +02:00
  • 0764a20a19 New plugin: Display row numbers in select (fix #1106) Jakub Vrana 2025-06-19 09:34:55 +02:00
  • b2c4574325 AdminerBackwardKeys: Strip table prefix Jakub Vrana 2025-06-19 09:25:03 +02:00
  • 466eceff40 Rename highlight plugins Jakub Vrana 2025-06-19 09:12:04 +02:00
  • 27c5f6d21b AdminerBackwardKeys: Support PostgreSQL Jakub Vrana 2025-06-18 16:51:29 +02:00
  • 2744538c8c Fix type error in multiple database export (fix #1109) Jakub Vrana 2025-06-18 10:40:06 +02:00
  • 41456c9eb7 Update Polish translation Matthaiks 2025-06-18 09:57:31 +02:00
  • 9745c12769 AdminerSqlGemini: Remove extra comments (fix #1075) Jakub Vrana 2025-06-18 09:36:17 +02:00
  • f24f72ac51 Allow exporting SQL in SQL command (fix #1092) Jakub Vrana 2025-06-18 09:19:15 +02:00
  • 2b52a9b653 PostgreSQL: Allow comparing json columns (fix #1107) Jakub Vrana 2025-06-18 09:00:34 +02:00
  • 9ba4b86916 AdminerTablesFilter: Add title Jakub Vrana 2025-06-18 08:08:06 +02:00
  • 1cc3fdf915 Add section links in database overview Jakub Vrana 2025-06-11 19:33:07 +02:00
  • b960c41d63 Elastic: Display indexes in alias (unused for now) Jakub Vrana 2025-06-11 15:14:44 +02:00
  • 3ec750ef7e Hide view links without view support Jakub Vrana 2025-06-11 09:27:51 +02:00
  • 737b631dda Elasticsearch: Support dropping aliases Jakub Vrana 2025-06-11 08:45:21 +02:00
  • 8fc450946c Driver plugins: Readme Jakub Vrana 2025-06-11 08:16:57 +02:00
  • e282d6eb89 PostgreSQL: Display index expressions Jakub Vrana 2025-06-06 10:18:52 +02:00
  • 86ffeb2a1e PostgreSQL: Add SQL operator to select Jakub Vrana 2025-06-06 10:16:50 +02:00
  • 31530ba03e Do not order descending in GROUP BY select Jakub Vrana 2025-06-05 10:26:11 +02:00
  • 146d3539d8 Warn about exceeded max_file_uploads in import Jakub Vrana 2025-06-04 14:04:24 +02:00
  • 04068a631e Allow null value in where_link() Jakub Vrana 2025-06-03 16:17:55 +02:00
  • 4698686232 PostgreSQL: Hide only partitions, not all inherited tables from menu Jakub Vrana 2025-06-03 15:05:12 +02:00
  • 57b6afc8cb Fix heading of inherited tables Jakub Vrana 2025-06-03 14:40:08 +02:00
  • e589c80f42 PostgreSQL: Show structure of inherited tables Jakub Vrana 2025-06-03 14:33:30 +02:00
  • acfebf1788 Plugins pretty-json-column: Encode value to JSON without white spaces Ludek Benedik 2025-05-14 20:28:46 +02:00
  • 246c3c489b MySQL 5.0-: Do not load partitioning info in alter table (fix #1099) Jakub Vrana 2025-05-30 13:28:28 +02:00
  • 92b95606c1 Updates Japanese translation (#1096) yamamoto 2025-05-27 23:24:49 +09:00
  • ac8318f387 PostgreSQL 11-: Avoid duplicate oid in table status (fix #1089) Jakub Vrana 2025-05-27 11:09:31 +02:00
  • d1c2679acd Add Win98-style design theme Maxim Milovanov 2025-05-21 20:59:02 +04:00
  • caf6e495dc Update externals Jakub Vrana 2025-05-07 09:00:54 +02:00
  • ec5ad85470 Make kill_process / process_list extendable salacr 2025-05-06 19:02:46 +02:00
  • 307fabaf22 Allow specifying operator in search anywhere Jakub Vrana 2025-05-05 09:56:59 +02:00
  • 1862b84612 Mute chmod warning schucan 2025-05-01 16:14:00 +02:00
  • e76be9f890 Develop Jakub Vrana 2025-05-04 18:30:35 +02:00
  • 1cfc8451ef Release 5.3.0 v5.3.0 Jakub Vrana 2025-05-04 18:30:08 +02:00
  • 62a9cf3e3f Editor: Fix bit edit Jakub Vrana 2025-05-04 14:01:01 +02:00
  • e707c7a5f4 Editor: Fix bit and enum search (fix #1062) Jakub Vrana 2025-05-04 13:57:43 +02:00
  • c92b127b56 Add lavender-light theme Alex Yu 2025-04-25 15:48:30 +03:00
  • cf52c4c0a8 AdminerDarkSwitcher: Handle first click Pexle Chris 2025-04-27 15:13:21 +03:00
  • 5f7fb62803 PostgreSQL: Add NOT ILIKE operator (fix #1066) Jakub Vrana 2025-05-04 12:46:01 +02:00
  • 9b0acfa7c9 PostgreSQL: Align numbers in SQL command right (fix #1071) Jakub Vrana 2025-05-04 12:05:59 +02:00
  • 45d61803c4 Align money values right (bug #1071) Jakub Vrana 2025-05-04 11:54:45 +02:00
  • 48160f2cd7 Add border to column actions (fix #1072) Jakub Vrana 2025-05-04 11:39:04 +02:00
  • 61f2b370df AdminerSelectEmail: Use Adminer translation Jakub Vrana 2025-04-26 05:53:10 +02:00
  • e13910b5c5 AdminerSelectEmail: Wrap long lines Jakub Vrana 2025-04-26 05:51:07 +02:00
  • de86789bfc Indexes: Link algorithm doc Jakub Vrana 2025-04-26 05:43:25 +02:00
  • ebcf4feeb2 Use variable Jakub Vrana 2025-04-26 05:31:07 +02:00
  • d881f51deb MySQL: Fix connecting with port (fix #1057, regression from 5.1.1) Jakub Vrana 2025-04-24 22:31:03 +02:00
  • b9c39e77fc Update Polish translation Matthaiks 2025-04-24 15:32:32 +02:00
  • c734deca84 PostgreSQL: Partial Indexes salacr 2025-04-24 11:14:15 +02:00
  • 1466051402 Fix type error in Create function (fix #1053) Jakub Vrana 2025-04-21 08:36:32 +02:00
  • 36e55a3f55 Add Hindi translations for previously untranslated strings (#1052) Joshi yogesh 2025-04-19 23:35:11 +05:30
  • 155668906d Add Bengali (bn) translations for missing phrases (#1051) Joshi yogesh 2025-04-19 02:30:45 +05:30
  • 70ce02a798 AdminerTableIndexesStructure: Print algorithm Jakub Vrana 2025-04-18 14:59:59 +02:00
  • de3220acc7 MySQL: Hide index algorithm if only one Jakub Vrana 2025-04-18 14:58:41 +02:00
  • 1030e84904 CSS: Remove icon padding on iOS Jakub Vrana 2025-04-18 14:37:16 +02:00
  • f4ca974623 Add forgotten move_col Jakub Vrana 2025-04-18 06:34:55 +02:00
  • af627e7116 AdminerForeignSystem: Link pg_catalog Jakub Vrana 2025-04-17 19:56:51 +02:00
  • 0c5bba47da non-MySQL: Fix computing unique array Jakub Vrana 2025-04-17 18:07:23 +02:00
  • e340a2973e Select: Align numeric functions right Jakub Vrana 2025-04-17 17:59:40 +02:00
  • be2afb49c5 PostgreSQL: Link COUNT(*) Jakub Vrana 2025-04-17 17:46:43 +02:00
  • c8fa515ed5 CSS: Switch between independent adminer[-dark].css Jakub Vrana 2025-04-17 17:23:57 +02:00
  • 3dad86d279 Plugins: Allow setting dark mode in css() (bug #1049) Jakub Vrana 2025-04-17 16:57:28 +02:00
  • d9c1ac00f3 Extract variable Jakub Vrana 2025-04-17 15:38:16 +02:00
  • 2a4d2cfb39 Fix typo in comment Jakub Vrana 2025-04-17 15:34:20 +02:00
  • 67a64c8d72 JUSH: PostgreSQL keywords, autocomplate table aliases Jakub Vrana 2025-04-17 14:25:33 +02:00
  • d59d6c4075 MySQL: Support index algorithms with MEMORY and NDB engines Jakub Vrana 2025-04-17 10:54:04 +02:00
  • dbec3a1b92 Pass $tableStatus to indexMethods, rename Jakub Vrana 2025-04-17 10:22:32 +02:00
  • a93f0003ae MySQL: Remove negation from support() Jakub Vrana 2025-04-17 09:59:25 +02:00
  • 29a31c6b9c Lang: Use GLOB_BRACE Jakub Vrana 2025-04-17 08:49:53 +02:00
  • a04823f4c4 Add Hindi (hi) language translation file for Adminer Joshi yogesh 2025-04-16 16:33:52 +05:30
  • 82c544514d Move translation Jakub Vrana 2025-04-17 08:28:57 +02:00
  • 7185d7854f Add PHP_CodeSniffer to pipeline (#1044) salacr 2025-04-17 08:31:05 +02:00
  • d845d4b358 Update Polish translation Matthaiks 2025-04-16 11:44:29 +02:00
  • 92ce506243 PostgreSQL: Support index algorithms salacr 2025-04-16 09:07:53 +02:00
  • 6d6998c3d3 PostgreSQL: Support calling functions returning table (fix #1040) Jakub Vrana 2025-04-15 23:22:36 +02:00
  • 45799f4605 AdminerSqlLog: Store schema Jakub Vrana 2025-04-15 22:47:48 +02:00
  • b999f123c8 Swap ' and " Jakub Vrana 2025-04-15 21:59:41 +02:00
  • 7642b00877 Designs: Don't sniff protocol-relative URLs Jakub Vrana 2025-04-15 21:43:18 +02:00