linagora
OSS
ToM-server
Sign in / Sign up
Open main menu
ToM-server
GitHub
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Status
Fix filter
Filter
Fuzzy
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Failed
fix/190-ldap-missing-uri
7432b360 fix(ldap): restore debug log with credential masking Address review feedback: restore the debug log of the LDAP URI (useful for remote-deployment troubleshooting) but mask any embedded credentials before logging. Also add .trim() on the URI value and use a local `ldapUri` variable for the trimmed value throughout. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
4 days ago
by JacobiusMakes
J
Failed
fix/180-sqlite-getall-error
c0368972 fix(sqlite): reject promise on getAll query failure (#180) When a SQLite query fails during statement preparation (e.g., invalid table name or malformed SQL), the promise returned by _get() and _getMinMax() would hang indefinitely because db.prepare() could fail without calling the stmt.all() callback. This change uses the prepare() callback to catch preparation errors and properly reject the promise. A try-catch wrapper is also added as a safety net for synchronous throws. Fixes: linagora/ToM-server#180 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
4 days ago
by JacobiusMakes
J
Previous page
Previous
Next
Next page