Issue 7193

2024-02-23 Thread Florian Sabonchi
Dear Sir or Madam is anyone working on this topic? https://github.com/pgadmin-org/pgadmin4/issues/7193 can I work on it? Yours sincerely, Florian Sabonchi

Json log format #7138

2024-02-09 Thread sabonchi
Dear Sir or Madam I have submitted a pull request on GitHub for the following issue: https://github.com/pgadmin-org/pgadmin4/issues/7138. Kind regards, Florian Sabonchi

feature #6640

2021-10-13 Thread Florian Sabonchi
Hi I have written a patch for feature #6640 From fd3978884501845099ca6547cd342ead0f833b14 Mon Sep 17 00:00:00 2001 From: Florian Sabonchi Date: Sun, 10 Oct 2021 12:38:50 +0200 Subject: [PATCH] first draft for feature #6640 --- docs/en_US/oauth2.rst | 1 + web/config.py

Patch for Bug #6832

2021-10-13 Thread Florian Sabonchi
Hello I have written a patch for the bug #6832 From 40a72af814c34080883f069fd239047df48b2b7b Mon Sep 17 00:00:00 2001 From: Florian Sabonchi Date: Sat, 9 Oct 2021 12:57:49 +0200 Subject: [PATCH] fixe for Bug #6832 --- web/pgAdmin4.py | 5 - web/pgadmin/__init__.py | 6 ++ 2

Bug #6531

2021-07-25 Thread Florian Sabonchi
Hello someone is already working on bug #6531 OpenPGP_0x9B79A5A968AF5F8F.asc Description: OpenPGP public key OpenPGP_signature Description: OpenPGP digital signature

Bug #6337 Patch

2021-07-14 Thread Florian Sabonchi
integration test) With kind regards, Florian Sabonchi >From beb82a64075e7c52904669178804ae0835d0e924 Mon Sep 17 00:00:00 2001 From: Florian Sabonchi Date: Sun, 11 Jul 2021 00:47:13 +0200 Subject: [PATCH 1/2] first draft for bruteforce_protection --- web/migrations/versions/6650c52670c2_

Bug #6337

2021-05-26 Thread Florian Sabonchi
Hello, Is someone already working on ticket #6337 or can I start working on it? https://redmine.postgresql.org/issues/6337 Regards, Florian Sabonchi

oauth2 patch

2021-05-08 Thread Florian Sabonchi
'https://api.github.com/' OAUTH2_USERINFO_ENDPOINT = 'https://api.github.com/user' OAUTH_ENDPOINT_NAME = 'user' >From edb9278a9ce81e92aaf8778d3d069a18e3d6e2d3 Mon Sep 17 00:00:00 2001 From: Florian Sabonchi Date: Tue, 23 Mar 2021 20:07:12 +0100 Subject: [PATCH] Draft for o

OAUTH2 implementation

2021-03-30 Thread Florian Sabonchi
Hello in this patch I have implemented oauth2 diff --git a/DEPENDENCIES b/DEPENDENCIES index 6b4d9cfcf..8efe007a1 100644 --- a/DEPENDENCIES +++ b/DEPENDENCIES @@ -51,6 +51,7 @@ sshtunnel0.4.0 ldap3

OAuth error when logging in

2021-03-29 Thread Florian Sabonchi
Hello I would like to integrate OAuth in PG-Admin. Unfortunately I have the error that I am redirected back to the home page. Unfortunately I could not find this error, what surprises me is that current_user.is_authenticated is set to True. For this reason I just wanted to ask maybe someone kno

OAuth2/OpenID-Connect

2021-03-22 Thread Florian Sabonchi
Hello what do you think about the implementation of OAuth2