chore: Rebase our teak changes with release tag release/teak.3 - #715
Merged
Conversation
* feat: filter organizations with new openedx-filter (#671) We add a new filter OrganizationsRequested that is used to show organizations linked to the current tenant. Co-authored-by: waleed.mujahid <m.waleed4943@gmail.com> * fix: include error_code in PreventRegistration exception response (#684) The Authn MFE relies on the `error_code` in API responses to display appropriate error messages to users. Although the PreventRegistration exception already supports `error_code`, it was not previously included in the API response payload. This change ensures that `error_code` is returned in the response when a PreventRegistration exception is raised, allowing the frontend to handle errors more accurately. --------- Co-authored-by: waleed.mujahid <m.waleed4943@gmail.com>
Co-authored-by: waleed.mujahid <m.waleed4943@gmail.com>
Added functionality to conditionally send email notifications based on user roles and context. Introduced helper methods to determine if an email should be sent and to create an unsubscribe URL for users. This improves the user experience by ensuring relevant notifications are sent only when necessary.
* feat: Add user email replacement in HTML block data rendering * fix: Refactor user email retrieval in HTML block rendering
this filter us used to return extra info
Added functionality to delete logged-in cookies after account deletion in the DeactivateLogoutView, preventing unauthorized access to linked services. This change improves user security by ensuring that session data is cleared upon account removal.
* fix: Don't show non-active programs #317 * feat: Enhance program caching by filtering active tenants and using tenant-specific catalog API URLs
Anas-hameed
approved these changes
Dec 5, 2025
muhammadali286
approved these changes
Dec 8, 2025
This was referenced Mar 4, 2026
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
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.
Description
Merge all our changes into a new branch checkout from the latest release tag i.e.
release/teak.3