[Fix] Sidebar shows tasks owned by other users - #892
Merged
Conversation
Contributor
Author
|
1 issue outstanding. See task
Reviewed 6c48cb4 |
mrubens
marked this pull request as ready for review
July 29, 2026 22:31
mrubens
requested review from
brunobergher,
daniel-lxs and
mrubens
as code owners
July 29, 2026 22:31
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.
What changed
Recent and pinned task IDs supplied to the sidebar search are now restricted to tasks initiated by the signed-in user. The DB-backed search regression test covers a mixed set of current-user and cross-user task IDs while preserving inclusion of the current user's pinned task.
Why this change was made
The normal sidebar search was user-scoped, but its explicit-ID fallback could return visible tasks initiated by other users. This made another user's task appear in recent sidebar results after its ID had been stored locally.
Impact
The web sidebar only shows tasks owned by the signed-in user, including when recent or pinned IDs are supplied. Cross-user task IDs are ignored by the server-side query.