Conversation
i18n: Add more Greek translations
translations of the new items added in the last version have been carried out.
Update translation.json (pt-BR)
Emphasize the importance of standalone PRs for translation updates.
… the cleanup can remove stale access tokens across every user when a connection is updated
… OAuth clients when the stored client ID no longer exists on the server, so the browser flow never hits the stale-ID failure
Upgraded `python-jose` from **1.4.0** to **1.5.0** to ensure compatibility with newer Python versions and apply security improvements. - Adds explicit support for Python 3.12 and 3.13. - Improves cryptographic backend handling. - Includes bug fixes and security enhancements (e.g., removes sensitive data from exceptions). - [python-jose 1.5.0 Release Notes](https://github.com/mpdavis/python-jose/releases)
This PR updates the unstructured package from version 0.16.17 to 0.18.15 to enable installation and compatibility with Python 3.13. More info #18349
build(deps): bump unstructured from 0.16.17 to 0.18.15
build(deps): bump python-jose from 1.4.0 to 1.5.0
…igin Fix manifest duplicate crossorigin
The textVariableHandler was using URL.createObjectURL() for clipboard images, which created a blob URL instead of the required base64-encoded data URL. This caused an "illegal base64 data" error when sending messages with images pasted via a {{CLIPBOARD}} prompt.
This commit updates the handler to use FileReader.readAsDataURL() to properly encode the image, aligning it with the existing on:paste logic. Additionally, it adds error handling for navigator.clipboard.read() to address potential permission issues in Firefox.
fix: load default settings when sessionStorage is empty
Co-Authored-By: Marchotridyo <[email protected]>
…ions-freezes-webpage fix: duplicate prompt suggestions freezes webpage
fix: correct chat preview loading in chats search modal
Co-Authored-By: Jacob Leksan <[email protected]>
Co-Authored-By: Classic298 <[email protected]>
…nslation i18n: improve Chinese translation
fix: auto show artifacts when opening a conversation
Updated security reporting guidelines for clarity and structure.
chore: SECURITY: improved clarity and fixed layout issues
* chore: Update CHANGELOG for version 0.6.35 * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG with recent feature additions * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md
* fix(chats): handle null bytes in PostgreSQL search Removes null bytes from message content before performing case-insensitive search in PostgreSQL, preventing conversion errors and ensuring reliable query results. * fix(chats): prevent null byte errors in PostgreSQL queries Ensures chat content and titles containing null bytes are excluded from PostgreSQL text queries to avoid conversion errors. Improves reliability of search and filtering by handling problematic characters in JSON fields.
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.
No description provided.