Dave Page
|
cc55c8db89
|
Tighten up macOS entitlements, and add comments explaining.
Note that this re-enables executable page protection, which was disabled for unknown reasons.
|
2022-10-05 12:36:53 +01:00 |
|
Dave Page
|
8875d8b741
|
Add a description of the available container tags we publish to the docs.
|
2022-10-05 12:05:26 +01:00 |
|
Yogesh Mahajan
|
af97ed78ef
|
Fixed an exception occur while taking backup and SSL certificates/keys are not found in the specified path. #5133
|
2022-10-04 11:01:27 +05:30 |
|
Dave Page
|
992dff64af
|
Expose the Gunicorn limit_request_line parameter in the container, with the default set to the maximum 8190.
See #5390.
|
2022-10-03 14:09:25 +01:00 |
|
Dave Page
|
b8ec021a07
|
Add a note about sys.executable potentially needing "help" under WSGI runners.
See #5340.
|
2022-10-03 13:35:31 +01:00 |
|
Aditya Toshniwal
|
406119d96c
|
Allow reordering table columns using drag and drop in ERD Tool and create table. #4994
|
2022-10-03 11:18:22 +05:30 |
|
Yogesh Mahajan
|
869b90121c
|
Ensure that the correct value should be returned if an exception occurs while decoding the password. #5367
|
2022-09-30 15:08:03 +05:30 |
|
Akshay Joshi
|
bedfad002d
|
Fixed RESQL test cases.
|
2022-09-30 10:42:11 +05:30 |
|
Nikhil Mohite
|
9acc59d099
|
Fixed an issue where pgAdmin is crashing if the user find/replace in the query tool multiple time. #5249
|
2022-09-30 10:42:00 +05:30 |
|
Akshay Joshi
|
d13ee8db29
|
1) Remove folders that are no longer used for older database versions.
2) Fixed RESQL tests for View/MView.
|
2022-09-29 16:45:51 +05:30 |
|
Pravesh Sharma
|
9817a9b20f
|
Fixed an issue where user was unable to select privileges in Safari #5327
|
2022-09-29 16:41:11 +05:30 |
|
Nikhil Mohite
|
56fb24c24a
|
Fixed the .psqlrc issue for PSQL Tool. #5167
|
2022-09-29 12:29:32 +05:30 |
|
Pravesh Sharma
|
5d4bac85e5
|
Fixed browser toolbar feature test. #5293
|
2022-09-28 13:11:20 +05:30 |
|
danielkempenich
|
545c76a411
|
Ensure consistent orderings for ACLS when comparing schemas in the schema diff. #5101
|
2022-09-28 12:03:14 +05:30 |
|
Bruno Almeida
|
e3e0e3db19
|
Add support for multiple ways to bind to the LDAP server. #3541
|
2022-09-28 10:47:56 +05:30 |
|
Yogesh Mahajan
|
5fbb8b6204
|
Fixed error occurring while LDAP authentication for a user with multiple email attributes. #5352
|
2022-09-27 15:38:48 +05:30 |
|
Nikhil Mohite
|
1b11a6cd4b
|
Fixed a couple of SonarQube issues.
|
2022-09-27 14:28:31 +05:30 |
|
Pravesh Sharma
|
add5404f5e
|
Fixed an issue where the prompt is not visible when clicking on the 'save results to file' button on the large data. #5338
corrected issue id
corrected order of release notes
|
2022-09-27 14:27:22 +05:30 |
|
Akshay Joshi
|
0b6b2e733a
|
1) Remove Python's 'Six' package completely. #5357
2) Replace deprecated @abstractproperty with @property, @abstractmethod.
|
2022-09-26 12:47:31 +05:30 |
|
Nikhil Mohite
|
fc8d6d6e90
|
Fixed the issue while downloading the file from file manager. #5368
|
2022-09-26 12:10:56 +05:30 |
|
dependabot[bot]
|
ffe2fea81c
|
Bump minimist from 1.2.5 to 1.2.6 in /runtime (#5355)
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/commits)
---
updated-dependencies:
- dependency-name: minimist
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-09-23 15:08:50 +01:00 |
|
dependabot[bot]
|
c80db7933c
|
Bump axios from 0.21.0 to 0.21.2 in /runtime (#5354)
Bumps [axios](https://github.com/axios/axios) from 0.21.0 to 0.21.2.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v0.21.2/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.21.0...v0.21.2)
---
updated-dependencies:
- dependency-name: axios
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-09-23 15:08:39 +01:00 |
|
Dave Page
|
2b5514a944
|
Add an action to check the doc build (#5363)
|
2022-09-23 12:44:02 +01:00 |
|
Dave Page
|
61361dd2b8
|
Naming consistency (#5362)
|
2022-09-23 12:00:18 +01:00 |
|
Dave Page
|
01848e7d5b
|
Add an action for checking Javascript style. (#5361)
|
2022-09-23 11:55:05 +01:00 |
|
Akshay Joshi
|
bc08512327
|
Ensure that the search filter should be cleared when a new row is added to the user management. #5261
|
2022-09-23 16:22:31 +05:30 |
|
Aditya Toshniwal
|
f64b572150
|
Fix failing API test cases. #5210
|
2022-09-23 16:22:16 +05:30 |
|
Dave Page
|
04d779c741
|
Add a GitHub action to check Python code conforms to PEP-8 (#5360)
|
2022-09-23 11:23:13 +01:00 |
|
Nikhil Mohite
|
45a1dee9f1
|
Added the close button for all the notifications of the notistack. #5212
|
2022-09-23 14:01:18 +05:30 |
|
Yogesh Mahajan
|
f052ecffc0
|
Fixed intermittent error shown while OAuth2 login
|
2022-09-23 13:58:02 +05:30 |
|
Aditya Toshniwal
|
9a6516a8b3
|
Ensure that the query tool creates a new tab with the appropriate user when pressing Alt+Shift+Q. #5210 (#5350)
|
2022-09-23 11:19:48 +05:30 |
|
Nikhil Mohite
|
98c50afe8e
|
Ensure that the continue/start button should be disabled if the user stops the Debugger for the procedures. #5188 (#5353)
|
2022-09-23 11:11:23 +05:30 |
|
Pravesh Sharma
|
94ca48674a
|
made tooltip consistent across the application (#5351)
Ensure that the tooltips are consistent throughout the entire application. #5293
|
2022-09-23 11:11:02 +05:30 |
|
Nikhil Mohite
|
d147b41d19
|
Fixed Jasmine test cases.
|
2022-09-22 18:26:29 +05:30 |
|
Dave Page
|
9ed3be335e
|
Update docs to replace use of patches with Pull Requests. (#5349)
|
2022-09-22 18:24:14 +05:30 |
|
Akshay Joshi
|
ed1184fcf8
|
Ensure that the user management dialog should not allow the same email addresses
with different letter casings when creating users. #5262
|
2022-09-22 14:59:42 +05:30 |
|
Nikhil Mohite
|
0203bbc7ef
|
Added the ability to display the selected text from the query tool in the find/replace box. #5249
|
2022-09-22 14:59:42 +05:30 |
|
Nikhil Mohite
|
3765131d21
|
Ensure that the default value for a column should be used if it is made empty. #5308
|
2022-09-22 14:59:42 +05:30 |
|
Libor M
|
033ee23eba
|
Updated Czech translation
|
2022-09-22 14:59:42 +05:30 |
|
Yogesh Mahajan
|
83e2ee04d1
|
Added high availability options to AWS deployment. #5304
|
2022-09-22 14:59:42 +05:30 |
|
Dave Page
|
6d1283f92d
|
Update the GitHub org name.
|
2022-09-22 10:12:08 +01:00 |
|
Dave Page
|
8459a45d72
|
Update to use GitHub for source repos.
|
2022-09-21 10:56:03 +01:00 |
|
Aditya Toshniwal
|
4d9dfe7d04
|
Allow script name URLs in the next URL of the login page.
refs #5343
|
2022-09-20 14:44:05 +05:30 |
|
Akshay Joshi
|
2b00480605
|
Update version for release.
|
2022-09-19 16:21:47 +05:30 |
|
Aditya Toshniwal
|
a2a18d4b4a
|
Fixed an error while saving changes to the ERD table. Fixes #5342
|
2022-09-19 16:20:07 +05:30 |
|
Aditya Toshniwal
|
e2b00dda1b
|
Fixes a redirect vulnerability when the user opens the pgAdmin URL. Fixes #5343
|
2022-09-19 15:36:10 +05:30 |
|
emuser20140816@gmail.com
|
bfabcea6e9
|
Update Japanese translation.
|
2022-09-19 11:26:19 +05:30 |
|
Domenico Sgarbossa
|
05d3633cdf
|
Update Italian translation.
|
2022-09-19 11:26:19 +05:30 |
|
Dave Page
|
5a5da5f720
|
Update project location.
|
2022-09-15 15:39:54 +01:00 |
|
Akshay Joshi
|
a87c07df93
|
Update message catalogs.
|
2022-09-15 19:32:29 +05:30 |
|