Patch Changes
-
#1324
8a3653cThanks @CorentinTh! - Collapse the mobile menu sheet when navigating to a new page. -
#1453
a64cbbaThanks @CorentinTh! - Fixed an issue where settingAUTH_IS_REGISTRATION_ENABLED=falsehid the sign-up interface but did not block email and password registrations made directly through the authentication API. -
#1442
03f4ad4Thanks @sp71! - Include the tag name in the tag deletion confirmation message. -
#1407
30760f5Thanks @CorentinTh! - Added a deletion confirmation modal when deleting a tagging rule, to prevent accidental deletion of tagging rules. -
#1326
0247a7aThanks @CorentinTh! - Added some database indexes for better performances. -
#1416
5d43402Thanks @ybizeul! - Fix PDF content preview rendering issue after navigation -
#1420
510c162Thanks @qmarlats! - Fixed the batch document selection remaining in "select all matching documents" mode after unselecting documents. -
#1365
881796eThanks @CorentinTh! - Increased and made configurable the timeout of content extraction external service.
Docling, Mistral OCR, and Azure DI can now take up to 5 minutes to process a document, instead of the previous 30 seconds, configurable viaDOCLING_REQUEST_TIMEOUT_MS,MISTRAL_OCR_REQUEST_TIMEOUT_MSandAZURE_DI_REQUEST_TIMEOUT_MSrespectively. -
#1432
a0ce312Thanks @CorentinTh! - Prevent stripe webhook forgery for apps with unconfigured webhooks secrets.Thank you to Andrew Gonzalez (@bruhdev1290) for the responsible disclosure of this issue.
-
#1362
8adb16dThanks @CorentinTh! - Fix mistral ocr replacing tables with external references, no more[tbl-0.md](tbl-0.md)in extracted content, the tables are now properly extracted and included in the content. -
#1357
bad01b7Thanks @CorentinTh! - Added a skeleton loader in the sidenav organization picker when fetching organizations -
#1352
0de24f5Thanks @MarcSerraPeralta! - Added Catalan language -
#1348
12e1d4bThanks @CorentinTh! - Security fix: document share links belonging to a soft-deleted organization were still publicly accessible. Public access (document metadata, file download, and password verification) now stops with a 410 Gone as soon as the organization is deleted, and resumes automatically if the organization is restored during the grace period.Thank you to Thammachart Sittharod for the responsible disclosure of this issue.
-
#1406
d178643Thanks @CorentinTh! - Security fix: revoke all user sessions on password reset.Thank you to MMartinez for the responsible disclosure of this issue.