-
#638
ae3abe9Thanks @CorentinTh! - Added the possibility to filter out some email domain names for new registration -
#633
d267605Thanks @CorentinTh! - Lazy load some demo-mode specific code to reduce production client bundle -
#618
868281bThanks @CorentinTh! - Added translations for document table headers -
#653
ca80806Thanks @CorentinTh! - Added some logging context when an intake email is received -
#650
dc6ee5bThanks @CorentinTh! - Api breaking change: the document search endpoint return format changed, impacting any custom clients consuming it.Before
// Get /api/organizations/:organizationId/documents/search { documents: { id: string; name: string; mimeType: string; // ... other document fields } []; }
After
// Get /api/organizations/:organizationId/documents/search { searchResults: { documents: { id: string; name: string; } []; } }
-
#619
5b5ce85Thanks @CorentinTh! - Limit concurrent browser upload to avoid network crashes -
#609
cb1f1b5Thanks @dbarenholz! - Made the tags clickable in the tag list -
#655
08f4a1cThanks @CorentinTh! - Intake email edge case: use original destination addresses when available for intake emails when forwarded -
#660
9b43bafThanks @bkwi! - Removed the possibility for unauthorized upload to another organization you're not member of -
#616
1922f24Thanks @CorentinTh! - Upgraded to node v24 -
#607
abc463fThanks @dbarenholz! - Added Dutch translation -
#625
ee9eff4Thanks @CorentinTh! - Improved server authentication logging -
#623
b087764Thanks @CorentinTh! - Improved unique constraints error when dealing with hosted libsql db -
#637
479a603Thanks @CorentinTh! - Fix tags table overflow for long tag descriptions: added some text wrapping for the description -
#657
96403c0Thanks @CorentinTh! - Fix environment variableDOCUMENT_STORAGE_S3_FORCE_PATH_STYLEvalidation schema to account for boolean string