merlyn/server/utils
Timothy Carambat c218a0dfe3
Mobile sync support (#4173)
* WIP on mobile connections
todo: register devices
todo: data sync or connection

* improve connection flow and registration
add streaming from service
TODO: user scoping

* dev build mobile support

* fix path

* handle relative URLs

* handle localhost access in product

* add device de-register

* sync styles

* move UI to be out of the normal path since beta only

* Add user scoping to mobile connection requests
Remigrate DB for user associations
Implement temp token registration to prevent unauthorized device registration requests
cleanup middlewares
2025-07-31 12:28:03 -07:00
..
agentFlows Implement importing of agent flows from community hub (#3867) 2025-06-05 15:08:58 -07:00
agents Fix agent iam_role implied agentic tool calling 2025-07-31 09:56:08 -07:00
AiProviders Fix multimodal chats via openai compat api (#4135) 2025-07-22 09:57:32 -07:00
BackgroundWorkers Add winston logging for production (#1811) 2024-07-03 16:39:33 -07:00
boot Fix Typos in MetaGenerator.js Documentation Comments (#3993) 2025-06-13 08:56:40 -07:00
chats Fix multimodal chats via openai compat api (#4135) 2025-07-22 09:57:32 -07:00
collectorApi Allow custom headers in upload-link endpoint (#3695) 2025-04-22 12:47:12 -07:00
comKey [BETA] Live document sync (#1719) 2024-06-21 13:38:50 -07:00
database Prune telemetry events 2025-04-29 13:54:00 -07:00
DocumentManager Enable ability to do full-text query on documents (#758) 2024-02-21 13:15:45 -08:00
EmbeddingEngines Native Embedder model selection (incl: Multilingual support) (#3835) 2025-07-22 10:07:20 -07:00
EmbeddingRerankers/native Patch tokenizer race condition bug (#4091) 2025-07-07 13:25:30 -07:00
EncryptionManager [BETA] Live document sync (#1719) 2024-06-21 13:38:50 -07:00
files fix issue with files loading with watching enabled (#3930) 2025-06-01 14:53:48 -05:00
helpers Native Embedder model selection (incl: Multilingual support) (#3835) 2025-07-22 10:07:20 -07:00
http Mobile sync support (#4173) 2025-07-31 12:28:03 -07:00
logger patch logger for full logs 2024-07-19 18:35:41 -07:00
MCP Fix Typo in Documentation and Metadata Field Name (#3979) 2025-06-10 09:27:44 -07:00
middleware Flag to disable login UI and endpoints for credentialed auth (#3984) 2025-06-11 12:46:40 -07:00
PasswordRecovery Strengthen field validations on user Updates (#1201) 2024-04-26 16:46:04 -07:00
prisma Fix Typos in Comments and Documentation (#3987) 2025-06-12 13:59:38 -07:00
telemetry Prune telemetry events 2025-04-29 13:54:00 -07:00
TextSplitter Native Embedder model selection (incl: Multilingual support) (#3835) 2025-07-22 10:07:20 -07:00
TextToSpeech Add model field parameter for generic OpenAI TTS (#4171) 2025-07-17 10:28:51 -07:00
vectorDbProviders Native Embedder model selection (incl: Multilingual support) (#3835) 2025-07-22 10:07:20 -07:00
vectorStore PGvector vector database support (#3788) 2025-05-09 12:27:11 -07:00