Skip to content

feat: Implement search on unencrypted channels - #12

Merged
guimard merged 16 commits into
masterfrom
integrate-opensearch
Jun 4, 2024
Merged

feat: Implement search on unencrypted channels#12
guimard merged 16 commits into
masterfrom
integrate-opensearch

Conversation

@jcabannes

Copy link
Copy Markdown
Member

This closes #11

@jcabannes
jcabannes requested a review from guimard March 4, 2024 08:11
@jcabannes jcabannes self-assigned this Mar 4, 2024
@jcabannes jcabannes changed the title Integrate opensearch feat: Implement search on unencrypted channels Mar 4, 2024
@jcabannes
jcabannes force-pushed the integrate-opensearch branch 12 times, most recently from 49a502a to ffb3057 Compare March 7, 2024 20:05
@jcabannes
jcabannes force-pushed the integrate-opensearch branch 4 times, most recently from 60cd54d to b7feb89 Compare March 26, 2024 11:22
Comment thread packages/tom-server/src/search-engine-api/tests/index.test.ts Fixed
Comment thread packages/tom-server/src/search-engine-api/tests/index.test.ts Fixed
Comment thread packages/tom-server/src/search-engine-api/tests/index.test.ts Fixed
Comment thread packages/tom-server/src/search-engine-api/tests/index.test.ts Fixed
Comment thread packages/tom-server/src/search-engine-api/tests/index.test.ts Fixed
Comment thread packages/tom-server/src/search-engine-api/__testData__/config.json Fixed
Comment thread packages/tom-server/src/search-engine-api/__testData__/config.json Fixed
"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.

Do not leave debug code in production
Comment thread packages/tom-server/src/vault-api/__testData__/config.json Fixed
@jcabannes
jcabannes force-pushed the integrate-opensearch branch from b7feb89 to 8c9f403 Compare April 4, 2024 19:02
Comment thread packages/matrix-identity-server/src/validate/email/requestToken.ts Fixed
Comment thread packages/federation-server/src/routes/routes.ts Fixed
Comment thread packages/federation-server/src/routes/routes.ts Fixed
Comment thread packages/federation-server/src/routes/routes.ts Fixed
Comment thread packages/tom-server/src/room-tags-api/routes/index.ts Fixed
Comment thread packages/tom-server/src/room-tags-api/routes/index.ts Fixed
Comment thread packages/tom-server/src/room-tags-api/routes/index.ts Fixed
Comment thread packages/tom-server/src/room-tags-api/routes/index.ts Fixed
@jcabannes
jcabannes force-pushed the integrate-opensearch branch from 8c9f403 to 02a29a9 Compare April 5, 2024 07:31
router.put(
`${PATH}/:roomId`,
authenticator,
auth,

Check failure

Code scanning / CodeQL

Missing rate limiting

This route handler performs [authorization](1), but is not rate-limited.
router.delete(
`${PATH}/:roomId`,
authenticator,
auth,

Check failure

Code scanning / CodeQL

Missing rate limiting

This route handler performs [authorization](1), but is not rate-limited.
@jcabannes
jcabannes force-pushed the integrate-opensearch branch 2 times, most recently from 7f459fe to c937435 Compare April 6, 2024 16:35
@jcabannes
jcabannes force-pushed the integrate-opensearch branch from c937435 to f0dcb2e Compare April 23, 2024 09:21
@jcabannes
jcabannes force-pushed the integrate-opensearch branch from f0dcb2e to 6f8f844 Compare April 23, 2024 09:39
@guimard
guimard merged commit d6d841f into master Jun 4, 2024
@pm-McFly
pm-McFly deleted the integrate-opensearch branch October 10, 2025 16:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement search on unencrypted channels

4 participants