feat: Implement search on unencrypted channels - #12
Merged
Conversation
jcabannes
force-pushed
the
integrate-opensearch
branch
12 times, most recently
from
March 7, 2024 20:05
49a502a to
ffb3057
Compare
jcabannes
force-pushed
the
integrate-opensearch
branch
4 times, most recently
from
March 26, 2024 11:22
60cd54d to
b7feb89
Compare
| "matrix_database_user": null, | ||
| "oidc_issuer": "", | ||
| "opensearch_ca_cert_path": "", | ||
| "opensearch_host": "localhost", |
Check notice
Code scanning / devskim
Accessing localhost could indicate debug code, or could hinder scaling.
jcabannes
force-pushed
the
integrate-opensearch
branch
from
April 4, 2024 19:02
b7feb89 to
8c9f403
Compare
jcabannes
force-pushed
the
integrate-opensearch
branch
from
April 5, 2024 07:31
8c9f403 to
02a29a9
Compare
| router.put( | ||
| `${PATH}/:roomId`, | ||
| authenticator, | ||
| auth, |
Check failure
Code scanning / CodeQL
Missing rate limiting
| router.delete( | ||
| `${PATH}/:roomId`, | ||
| authenticator, | ||
| auth, |
Check failure
Code scanning / CodeQL
Missing rate limiting
jcabannes
force-pushed
the
integrate-opensearch
branch
2 times, most recently
from
April 6, 2024 16:35
7f459fe to
c937435
Compare
jcabannes
force-pushed
the
integrate-opensearch
branch
from
April 23, 2024 09:21
c937435 to
f0dcb2e
Compare
This closes #11
jcabannes
force-pushed
the
integrate-opensearch
branch
from
April 23, 2024 09:39
f0dcb2e to
6f8f844
Compare
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.
This closes #11