[pgadmin-org/pgadmin4] d6cddd: Remove Bootstrap and jQuery from authentication pa...

From: Aditya Toshniwal <noreply(at)github(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: [pgadmin-org/pgadmin4] d6cddd: Remove Bootstrap and jQuery from authentication pa...
Date: 2023-06-30 10:38:47
Message-ID: pgadmin-org/pgadmin4/push/refs/heads/master/732bcc-d6cddd@github.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Branch: refs/heads/master
Home: https://github.com/pgadmin-org/pgadmin4
Commit: d6cddd8c29b676ce0f66899d4a805c9a30433998
https://github.com/pgadmin-org/pgadmin4/commit/d6cddd8c29b676ce0f66899d4a805c9a30433998
Author: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>
Date: 2023-06-30 (Fri, 30 Jun 2023)

Changed paths:
M docs/en_US/images/change_user_password.png
M docs/en_US/images/login.png
M docs/en_US/images/login_recover.png
M docs/en_US/images/mfa_registration.png
M docs/en_US/images/oauth2_login.png
M docs/en_US/kerberos.rst
M docs/en_US/login.rst
M docs/en_US/webserver.rst
M web/pgadmin/authenticate/__init__.py
M web/pgadmin/authenticate/kerberos.py
M web/pgadmin/authenticate/mfa/authenticator.py
M web/pgadmin/authenticate/mfa/email.py
R web/pgadmin/authenticate/mfa/templates/mfa/email.js
R web/pgadmin/authenticate/mfa/templates/mfa/email_code_sent.html
R web/pgadmin/authenticate/mfa/templates/mfa/email_view.html
M web/pgadmin/authenticate/mfa/templates/mfa/register.html
M web/pgadmin/authenticate/mfa/templates/mfa/validate.html
M web/pgadmin/authenticate/mfa/views.py
M web/pgadmin/authenticate/oauth2.py
M web/pgadmin/browser/__init__.py
M web/pgadmin/browser/static/scss/_browser.scss
M web/pgadmin/browser/tests/test_kerberos_with_mocking.py
M web/pgadmin/static/js/AppMenuBar.jsx
M web/pgadmin/static/js/Dialogs/ChangePasswordContent.jsx
M web/pgadmin/static/js/Dialogs/index.jsx
A web/pgadmin/static/js/SecurityPages/BasePage.jsx
A web/pgadmin/static/js/SecurityPages/ForgotPasswordPage.jsx
A web/pgadmin/static/js/SecurityPages/LoginPage.jsx
A web/pgadmin/static/js/SecurityPages/MfaRegisterPage.jsx
A web/pgadmin/static/js/SecurityPages/MfaValidatePage.jsx
A web/pgadmin/static/js/SecurityPages/PasswordResetPage.jsx
A web/pgadmin/static/js/SecurityPages/index.jsx
M web/pgadmin/static/js/components/FormComponents.jsx
M web/pgadmin/static/js/helpers/Notifier.jsx
M web/pgadmin/templates/base.html
R web/pgadmin/templates/security/change_password.html
R web/pgadmin/templates/security/fields.html
M web/pgadmin/templates/security/forgot_password.html
M web/pgadmin/templates/security/login_user.html
R web/pgadmin/templates/security/messages.html
R web/pgadmin/templates/security/panel.html
A web/pgadmin/templates/security/render_page.html
M web/pgadmin/templates/security/reset_password.html
R web/pgadmin/templates/security/watermark.html
M web/pgadmin/tools/debugger/__init__.py
M web/pgadmin/tools/erd/__init__.py
M web/pgadmin/tools/psql/__init__.py
M web/pgadmin/tools/schema_diff/__init__.py
M web/pgadmin/tools/sqleditor/__init__.py
M web/pgadmin/tools/user_management/static/js/user_management.js
M web/pgadmin/utils/constants.py
A web/regression/javascript/SecurityPages/ForgotPasswordPage.spec.js
A web/regression/javascript/SecurityPages/LoginPage.spec.js
A web/regression/javascript/SecurityPages/MfaRegisterPage.spec.js
A web/regression/javascript/SecurityPages/MfaValidatePage.spec.js
A web/regression/javascript/SecurityPages/PasswordResetPage.spec.js
M web/regression/javascript/jasmine_capture_warnings_beforeall.js
M web/webpack.config.js
M web/webpack.shim.js

Log Message:
-----------
Remove Bootstrap and jQuery from authentication pages and rewrite them in ReactJS. #6295

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2023-06-30 10:40:38 [pgadmin-org/pgadmin4] 8724fe: Update release note.
Previous Message Aditya Toshniwal 2023-06-30 09:50:31 Re: Adding Indexes on Expressions