Domenico Sgarbossa
1d8dfc110e
Italian translation for version 8.13
2024-10-14 11:23:47 +05:30
Libor M.
6ed615a1fc
Czech translation for version 8.13
2024-10-14 11:23:19 +05:30
Akshay Joshi
7d12dc3b80
Remove unused variable from Debugger.
2024-10-10 17:54:15 +05:30
Akshay Joshi
72a102aac8
Update message catalog for v8.13
2024-10-10 17:51:59 +05:30
Akshay Joshi
17883fbd84
Use PG17 as the default in the container. #8022
2024-10-10 15:55:43 +05:30
Pravesh Sharma
7a7782a350
Fixed an issue in the debugger where function arguments of the character data type were being truncated. #8007
2024-10-10 15:25:08 +05:30
Rohit Bhati
b649094d36
Fix the issue where rows do not retain shading when scrolling. #8013
2024-10-10 15:19:24 +05:30
Aditya Toshniwal
8c45dea975
Fixed an issue where graphical explain keeps the node details open even after plan changed. #7993
2024-10-10 10:50:11 +05:30
Rohit Bhati
509c696aa3
Fixed an issue where the copy shortcut was not working in the Query Tool data grid. #7920
2024-10-09 17:06:51 +05:30
Yogesh Mahajan
866db40f48
Fixed the issues reported while testing. #5869
2024-10-09 17:05:34 +05:30
Aditya Toshniwal
9169d3d4bf
Fixed an issue where cursor selection is not visible in the PSQL tool. #7957
2024-10-09 14:42:30 +05:30
Tomas Dabašinskas
f1e48b719d
Fix a typo in docs for google oauth2
...
It should probably be `userinfo`, not `useinfo` 🙂
2024-10-07 19:05:46 +05:30
Akshay Joshi
081bebaf80
Update release note.
2024-10-07 11:47:31 +05:30
Yogesh Mahajan
1fe840fcac
Allow to pass PGADMIN_CONFIG_CONFIG_DATABASE_URI from docker secrets. #5869
2024-10-07 11:44:20 +05:30
Anil Sahoo
6cccb5da31
Fixed an issue where Dashboard tab showing 'Something went wrong'. #7955
2024-10-07 11:41:27 +05:30
Akshay Joshi
6c3f0a4606
1) Updated French Translation.
...
2) Updated release note.
2024-10-04 12:26:37 +05:30
Rohit Bhati
d736f4266c
Fixed an issue where default EOL in the query tool should be based on the OS. #7393
2024-10-03 17:29:58 +05:30
Rohit Bhati
33c88ceb68
- Move 'About pgAdmin 4' to app menu on macOS. #7289
...
- Add appropriate minimum width and height setting for desktop apps to avoid app accidentally going below visibility levels. #7988
2024-10-03 16:29:11 +05:30
Akshay Joshi
a1f8e010b7
qrcode 8.* not available with Python 3.8. Fixed
2024-10-03 10:43:46 +05:30
dependabot[bot]
d924a7fb8d
Python dependency: Update qrcode requirement from ==7.* to ==8.*
2024-10-03 09:53:08 +05:30
dependabot[bot]
95905cfd5b
Python dependency: Update flask-socketio requirement in /web/regression
2024-10-03 09:51:52 +05:30
Dave Page
c0122a72c8
Update the Windows build to work with Meson-built PostgreSQL and winpgbuild.
2024-10-01 15:51:43 +01:00
Dave Page
ff838e43df
Make the vcredist filename configurable, as the name has changed in newer VC++ releases.
2024-10-01 12:38:47 +01:00
Aditya Toshniwal
c6d7a0a8da
Add missing eslint React rules and fix the linter errors.
2024-10-01 16:32:04 +05:30
Akshay Joshi
485c654c6e
Updated release note.
2024-10-01 16:16:47 +05:30
dependabot[bot]
265bf61adf
Python dependency: Bump psycopg[c] in web/regression
2024-10-01 15:51:42 +05:30
dependabot[bot]
0bcabd59d3
Python dependency: Bump psycopg[c] from 3.2.2 to 3.2.3
2024-10-01 15:51:03 +05:30
dependabot[bot]
6bda0d4891
Javascript dependency: Bump jsoneditor from 9.10.5 to 10.1.0
2024-10-01 15:50:43 +05:30
dependabot[bot]
97ddab93af
Javascript dependency: Bump eslint from 9.11.0 to 9.11.1
2024-10-01 15:50:22 +05:30
Aditya Toshniwal
6322674d98
Replace infinite scrolling with pagination in query tool data output for better UX and performance. #1780
2024-10-01 14:47:12 +05:30
Rohit Bhati
f8fb78be11
1) Alternate the background color of rows to enhance readability. #2874
...
2) Make the background color for the serial number and header cells distinct. #7863
2024-10-01 12:21:44 +05:30
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
Akshay Joshi
28eb2c0b4b
Update release note.
2024-09-27 16:25:51 +05:30
Pravesh Sharma
535c7eeef8
Fixed an issue where the dock layout was not saved upon closing a tab. #7919
2024-09-27 16:22:48 +05:30
Pravesh Sharma
f0ecc95ca9
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
Rohit Bhati
0e63914ab3
Fixed an issue where the copy shortcut CTRL +C was not working in the Query Tool data grid. #7920
2024-09-27 12:17:21 +05:30
Yogesh Mahajan
9b64acb3d2
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
Akshay Joshi
0ab5e0d4ef
Update release note.
2024-09-24 19:44:28 +05:30
Rohit Bhati
4cb0f87dfd
Added support for auto-detecting and setting the End-of-line character (LF/CRLF) in the query tool editor. #7393
2024-09-24 16:39:08 +05:30
Pravesh Sharma
fa64e8b38f
Fixed an issue where role properties were not loading. #7837
2024-09-24 11:59:05 +05:30
Akshay Joshi
fb6cca415d
Updated yarn.lock
2024-09-23 17:02:24 +05:30
Akshay Joshi
b757d26933
1) Update JS and Python dependencies from Dependabot.
...
2) Added new release note file.
2024-09-23 16:33:20 +05:30
Dave Page
9f64f5b8db
Copy liblz4 and libzstd libraries if present in the PostgreSQL build.
2024-09-20 11:47:43 +01:00
Khushboo Vashi
a0aa185518
Fixed a security issue where the OAuth2 client ID and secret exposed through the web browser (CVE-2024-9014). #7945
2024-09-20 08:45:37 +05:30
Ashesh Vashi
1f53baee8f
Fixed the dynamic column updation in the Unique & Primary Keys while creating a table.
...
* Updated the columns for the unique and primary keys while creating a table.
Use the 'editable' option for a Cell instead of 'disabled'.
* Don't need to define the hidden member as fields in GridHeaderSchema
* Updated the columns for the exclusion constraints while creating a
table.
* Signaled the relevant field, when column options have changed, for all
the children of a table.
* Use current snapshot of data for the GrigFormHeadeer
* Fixed the styling for the search input box
* Don't check for the 'colOptions.editable' flag, as it could be
indirect call as well.
2024-09-19 18:57:09 +05:30
Comocen
6a79d0a195
Russian translation for version 8.12
2024-09-19 18:54:38 +05:30
Aditya Toshniwal
8fd5efaa84
Make sure ALLOW_SPECIAL_EMAIL_DOMAINS should also work for pgAdmin docker apps. #6222
2024-09-19 14:03:43 +05:30
Aditya Toshniwal
53cdc80df2
Add a new config variable - ALLOW_SPECIAL_EMAIL_DOMAINS to allow special domains for pgAdmin user emails. #6222
2024-09-19 10:51:06 +05:30
Anil Sahoo
38d4728333
Fixed an issue where the query is not getting executed after giving a password and connecting to the server on the not saved password server. #6502
2024-09-18 20:55:29 +05:30
Ashesh Vashi
b0cd028ff8
Fixed an issue introduced due to reloading of the tree due to changes in particular preferences ( #7942 )
...
* Fix an issue - when the object browser tree is being recreated due to reloading for changes in some of the preferences. Tree object returns object from the previous instance as 'selected', but - it does not have the 'treeNodeInfo' available. In this special case - we would consider that there is no node selected at that particular moment, and pass information accordingly.
* Fixed 'New Connection' dialog issue after connecting a disconnected server.
* Disable the 'Add' button in the GridHeader with form, when 'canAdd'
flag is set to false.
* Convert the access path to string array for correct comparision.
* Check the access path type before comparison.
When language is 'c', set the 'code' block read-only.
* Enabled 'Strict' control for EPAS >= 95
2024-09-18 20:55:01 +05:30