-
Notifications
You must be signed in to change notification settings - Fork 52
feat(search): in-memory encrypted message search #871
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
Open
Just-Insane
wants to merge
14
commits into
SableClient:dev
Choose a base branch
from
Just-Insane:feat/encrypted-search-memory
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
00d8b00
feat(search): in-memory search for encrypted rooms
Just-Insane 2230714
feat(search): experimental toggle and lock icon for encrypted room se…
Just-Insane 0472f32
feat(search): show search button in encrypted room headers
Just-Insane 1d9ed75
fix(search): hide search icon in encrypted rooms unless feature is en…
Just-Insane cb3557a
feat(search): fix DM rooms, Discord-style has:/from: filters
Just-Insane 6a73846
feat: DM search page and has: filters work without text term
Just-Insane 7cceb35
fix(search): fix DM route, results label, nav style; add member picke…
Just-Insane f8294ca
feat(search): scope member picker to search context; add avatars and …
Just-Insane 182fdbd
fix(search): fix DM NavLink blue text; extend has: in-memory search t…
Just-Insane 09e362f
fix(search): scope has: scan and room picker to context; add global t…
Just-Insane 1843f9e
perf(avatar): share SVG blob cache between room and user avatars
Just-Insane 3e53cd8
feat(search): add > prefix for message search in quick-switcher
Just-Insane 0492776
chore: add changeset
Just-Insane 82db5a3
fix: address copilot review comments on feat/encrypted-search-memory
Just-Insane File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| --- | ||
| default: minor | ||
| --- | ||
|
|
||
| Add in-memory encrypted message search with room/DM scoping, member picker avatars, and > quick-switcher prefix. |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -44,5 +44,9 @@ | |
| "hashRouter": { | ||
| "enabled": false, | ||
| "basename": "/" | ||
| }, | ||
|
|
||
| "features": { | ||
| "encryptedSearch": true | ||
| } | ||
| } | ||
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.