Conversation
i18n: Update translation.json (pt-BR)
Contributor
|
Hi, quick question: Are you planning to release 0.8.1 shortly, i.e. within this week? |
…recting flex layout (#21374)
Co-Authored-By: EntropyYue <[email protected]>
…es (#21358) The sharePublic prop in editor components (Knowledge, Tools, Skills, Prompts, Models) incorrectly included an "|| edit" / "|| write_access" condition, allowing users with write access to see and use the "Public" sharing option regardless of their actual public sharing permission. Additionally, all backend access/update endpoints only verified write authorization but did not check the corresponding sharing.public_* permission, allowing direct API calls to bypass frontend restrictions entirely. Frontend: removed the edit/write_access bypass from sharePublic in all five editor components so visibility is gated solely by the user's sharing.public_* permission or admin role. Backend: added has_public_read_access_grant checks to the access/update endpoints in knowledge.py, tools.py, prompts.py, skills.py, models.py, and notes.py. Public grants are silently stripped when the user lacks the corresponding permission. Fixes #21356
* fix: rpi * Update requirements-min.txt * Update requirements.txt * Update pyproject.toml
Co-Authored-By: Juan Calderon-Perez <[email protected]>
* Add v0.8.1 release section * changelog: knowledge menu layout fix * changelog: knowledge tooltip z-index fix * changelog: sync modal community sharing fix * changelog: postgresql distinct ordering fix * changelog: security fix public sharing bypass * changelog: add issue ref to postgresql fix * changelog: fix postgresql skills json compatibility * changelog: apply new format style to 0.8.1 entries * changelog: web search result count fix * changelog: metadata, document, crash fix * changelog: add channel user active status performance entry * changelog: add model and prompt list optimization entry * changelog: batch access control queries, channel status, model list optimization * changelog: user list, performance, deferred loading * Update CHANGELOG.md for 0.8.1 * Add emoji variation to Added section * Remove empty Changed section and finalize 0.8.1 changelog * changelog: arm, torch compatibility fix * changelog: update database migration warning format * changelog: ollama cloud, model naming fix * Add SCIM externalId entry and database migration warning to 0.8.1 * Fix: move web search to Added, restore 0.8.0 headers * Fix: SCIM above translations, 0.8.0 restored * Remove 0.8.1 migration warning, keep 0.8.0 original * changelog: direct model access control fix * changelog: add commit link to direct model access control fix * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md * changelog: sqlite, cascade delete, database fix * changelog: responses, api, model-routing * Add PR and issue links to SCIM externalId changelog entry * Add commit link to Responses API entry, remove PR link from translation entry * changelog: reasoning traces, performance, browser * changelog: password, validation, regex * Update CHANGELOG.md
Collaborator
|
@Ithanil yes |
Collaborator
|
Root of sudo, shell of bash, |
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.