pgadmin4/web/pgadmin
Ashesh Vashi 15c37b620e
Fixed issues reported in #7958
* Fixed issues reported in #7954

- Search wasn't working as we were using the wrong row-index, while
  rendering it.
- Fixed the CSS issue with the alignment of the search input box.
- Pass the row object while rendering the 'DataRow' component, to
  improve the performance as it repeatedly calls the filtering function for each row.
- Changed the order of the validators on a field to prioritize the
  'empty' string validator over the unique-id validator in a
  collection.
- Use 'row.index' instead of rowId, while rendering a grid row
2024-10-01 12:06:59 +05:30
..
about Show OS name and version details in about dialog for Linux platforms. 2024-07-25 17:51:31 +05:30
authenticate Support OIDC in OAuth2 authentication. #7839 2024-09-16 08:36:54 +05:30
browser Fixed an issue where role properties were not loading. #7837 2024-09-24 11:59:05 +05:30
dashboard Fixed an issue where users could not use pgAdmin if they did not have access to the management database. #7571 2024-08-30 12:13:47 +05:30
help Added support for EDB Job Scheduler. #7098 2024-03-18 11:53:59 +05:30
misc Don't show 'Types of objects' for the 'Cluster' operation. Fixes #7884 2024-09-18 07:48:09 +05:30
model Fix SonarQube code smells: 2024-06-10 18:04:32 +05:30
preferences Fixed an issue where "Quit App" confirmation modal in desktop app is not respecting "Confirm on close or refresh?". #7890 2024-09-18 16:43:57 +05:30
redirects Fixed Multi-Factor Authentication bypass vulnerability (CVE-2024-4215). #7425 2024-04-29 13:41:02 +05:30
settings Fixed an issue where the dock layout was not saved upon closing a tab. #7919 2024-09-27 16:22:48 +05:30
setup Add a workaround in pgAdmin code to make Flask-Migrat>=4.0.6 work 2024-03-11 17:17:40 +05:30
static Fixed issues reported in #7958 2024-10-01 12:06:59 +05:30
templates Allow OAuth2 params OAUTH2_NAME, OAUTH2_DISPLAY_NAME, OAUTH2_ICON, OAUTH2_BUTTON_COLOR to be optional. #7965 2024-09-27 10:35:21 +05:30
tools Fixed an issue to allow the Enter key to save data in the result grid text editor. #5307 2024-09-27 12:18:07 +05:30
translations Russian translation for version 8.12 2024-09-19 18:54:38 +05:30
utils Make sure ALLOW_SPECIAL_EMAIL_DOMAINS should also work for pgAdmin docker apps. #6222 2024-09-19 14:03:43 +05:30
__init__.py Remove support for Python 3.7 as Debian 10 is EOL. 2024-07-01 12:39:12 +05:30
evaluate_config.py Make sure ALLOW_SPECIAL_EMAIL_DOMAINS should also work for pgAdmin docker apps. #6222 2024-09-19 14:03:43 +05:30
messages.pot Update message catalogs for v8.12 2024-09-12 18:34:49 +05:30
submodules.py Added support for viewing PGD Clusters. #7215 2024-05-20 16:54:49 +05:30
user_login_check.py Fixed Multi-Factor Authentication bypass vulnerability (CVE-2024-4215). #7425 2024-04-29 13:41:02 +05:30