-
Notifications
You must be signed in to change notification settings - Fork 0
Merging #71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
AkanshuS
merged 97 commits into
41-make-sure-we-correctly-handle-password-reset-from-logged-in-users
from
main
Dec 17, 2024
Merged
Merging #71
AkanshuS
merged 97 commits into
41-make-sure-we-correctly-handle-password-reset-from-logged-in-users
from
main
Dec 17, 2024
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Deletes the current_user using session.delete()
…tapis-session-middleware-to-preserve-any-user-entered-form-data-when-redirecting-back-to-a-page-with-an-error-toast Added notes on error handling patterns to architecture section of docs
…tapis-session-middleware-to-preserve-any-user-entered-form-data-when-redirecting-back-to-a-page-with-an-error-toast Styled table in documentation for better borders and column widths
Bumps [tornado](https://github.com/tornadoweb/tornado) from 6.4.1 to 6.4.2. - [Changelog](https://github.com/tornadoweb/tornado/blob/v6.4.2/docs/releases.rst) - [Commits](tornadoweb/tornado@v6.4.1...v6.4.2) --- updated-dependencies: - dependency-name: tornado dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
…tornado-6.4.2 Bump tornado from 6.4.1 to 6.4.2
…tomization-page-on-documentation-website 28 populate customization page on documentation website
This reverts commit 30551b7.
This reverts commit 4ea6509.
…the records instead
Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.10.0 to 2.10.1. - [Release notes](https://github.com/jpadilla/pyjwt/releases) - [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst) - [Commits](jpadilla/pyjwt@2.10.0...2.10.1) --- updated-dependencies: - dependency-name: pyjwt dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
…pyjwt-2.10.1 Bump pyjwt from 2.10.0 to 2.10.1
…te-for-styling-password-reset-emails Used Jinja2 templates to generate the reset email
Added note on psycopg2 installation error
…est-suite 21 extend the test suite
…poetry-to-uv Migrate from poetry to uv for dependency management
Only get avatar if user is authorized
…-of-avatar-images Avatar upload + dedicated endpoint for serving binary images from database
…or-uploaded-user-profile-images 68 validation for uploaded user profile images
f4de16b
into
41-make-sure-we-correctly-handle-password-reset-from-logged-in-users
2 of 3 checks passed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.