merlyn/collector
Neha Prasad 3ecf218eea
feat: Add SSL certificate bypass support for self-hosted Confluence instances (#4219)
* Added bypassSSL parameter to constructor and implemented SSL bypass logic in fetchConfluenceData method

* Updated generateChunkSource function to include bypassSSL in the encrypted payload

* Updated the request body to include bypassSSL in the JSON payload sent to the backend

* Updated form submission to include bypassSSL parameter from the checkbox

* Added bypass_ssl: "Bypass SSL Certificate Validation" translation

* passed these parameters to fetchconfluencepage function for proper resync functionality

* allow ignore of SSL cert for Confluence

* add translations

---------

Co-authored-by: Timothy Carambat <rambat1010@gmail.com>
2025-11-25 14:32:10 -08:00
..
__tests__/utils Add ability to auto-handle YT video URLs in uploader & chat (#4547) 2025-10-15 12:18:57 -07:00
extensions feat: Add SSL certificate bypass support for self-hosted Confluence instances (#4219) 2025-11-25 14:32:10 -08:00
hotdir Document Processor v2 (#442) 2023-12-14 15:14:56 -08:00
middleware Add HTTP request/response logging middleware for development mode (#4425) 2025-09-29 13:33:15 -07:00
patches Install patch-package in /collector and Apply Patch to Fix EPub Upload Bug (#4630) 2025-11-19 13:17:58 -08:00
processLink Add ability to auto-handle YT video URLs in uploader & chat (#4547) 2025-10-15 12:18:57 -07:00
processRawText Update writeToServerDocuments to take config object (#4213) 2025-07-29 17:53:05 -07:00
processSingleFile Fetch, Parse, and Create Documents for Statically Hosted Files (#4398) 2025-10-01 15:49:05 -07:00
storage feat: Embed on-instance Whisper model for audio/mp4 transcribing (#449) 2023-12-15 11:20:13 -08:00
utils feat: Add SSL certificate bypass support for self-hosted Confluence instances (#4219) 2025-11-25 14:32:10 -08:00
.env.example Add HTTP request/response logging middleware for development mode (#4425) 2025-09-29 13:33:15 -07:00
.gitignore Add HTTP request/response logging middleware for development mode (#4425) 2025-09-29 13:33:15 -07:00
.nvmrc Document Processor v2 (#442) 2023-12-14 15:14:56 -08:00
index.js Add HTTP request/response logging middleware for development mode (#4425) 2025-09-29 13:33:15 -07:00
nodemon.json Document Processor v2 (#442) 2023-12-14 15:14:56 -08:00
package.json Install patch-package in /collector and Apply Patch to Fix EPub Upload Bug (#4630) 2025-11-19 13:17:58 -08:00
yarn.lock Install patch-package in /collector and Apply Patch to Fix EPub Upload Bug (#4630) 2025-11-19 13:17:58 -08:00