Commit graph

7 commits

Author SHA1 Message Date
221be89667 Add MQTT Broker integration (config UI + connection test)
schema.js already had an uncommitted mqtt entry (host/port config,
username/password secrets) from a prior session — commits it now, adds
the missing test-connection case (routes/integrations.js), and the mqtt
package dependency it needs. The existing generic integration card UI in
portal's AdminSettings.tsx needs no changes — it renders any schema
entry automatically. initDb() auto-seeds the 'mqtt' row on next restart,
so the "MQTT Broker" card will appear in Settings -> Integrations.

Also adds a .gitignore — node_modules was untracked in this repo.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-28 14:58:53 +00:00
f5723d20c8 Bump version to 1.0.3 (deploy flow test) 2026-07-14 15:41:04 +00:00
b470185a24 Bump version to 1.0.2 (deploy flow test) 2026-07-14 15:16:46 +00:00
8d3d66f8f0 Bump version to 1.0.1 (deploy test) 2026-07-14 15:10:32 +00:00
e6470ad865 Fix SambaPOS tests: switch SQL to mssql (named instance support), fix GraphQL token URL to use origin not full path
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-07-14 13:24:27 +00:00
ed6a978a48 Add nodemailer dependency for SMTP connection test
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-07-02 00:42:27 +00:00
e7b08ccf31 Initial settings service
Fastify API for storing third-party integration credentials (Newbook, Resos,
Nextcloud, Azure, SambaPOS) with AES-256-GCM encryption for sensitive fields.
Includes Newbook room sync endpoint and global_config store for shared app data.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-07-01 18:56:19 +00:00