- Composition hangs on large email replies (support#1259)
- Inline images not shown in plain text emails (support#1496)
- Login feedback: error and info messages can coexist a8af71723
- Task app does not calculate remaining time correctly (support#1449)
- Unsaved appointment draft not shown after reload (support#1547)
- Apply the BIMI migrations job as a normal Job (not a Helm hook) (appsuite/support#1451)
- Translation updates 8.49: cs_CZ, da_DK, el_GR, en_GB, es_ES, es_MX, fi_FI, fr_CA, fr_FR, hu_HU, it_IT, ja_JP, lv_LV, nl_NL, pl_PL, pt_BR, ro_RO, ru_RU, sk_SK, sv_SE, tr_TR, zh_CN, zh_TW 216adce74
- Added mail accounts are not shown as additional ones in Account Settings after password change (support#1366)
- Core-ui pods fail to start when BIMI is enabled (appsuite/support#1451)
- Missing translation for "Your timezone" in legacy welcome wizard (support#1447)
- Support classic first-start wizard again 75dd5bab4
- Edit Draft/Copy visibility in shared Drafts folders (support#1332)
- As a user I can switch German language to an informal variant (AS-206)
- Add an optional informal German language mode (“Du” instead of “Sie”) for the user interface.
- End-users can enable or disable it in language settings
- the same option is available during initial setup (first start wizard) when German is selected.
- As a user I want mail signatures to support placeholders, predefined company signatures, and HTML preview in settings (AS-207)
- Add placeholder support (
{{ firstName }} or {{ company.disclaimer }}) for mail signatures - Placeholder can refer to user-profile data or configured company/legal/campaign data
- Add admin-configured predefined signatures via
io.ox/mail/signatures/predefined - Signatures are now rendered as (sanitized) HTML instead of just plain text
- More details can be found in the feature documentation (features/signatures)
- As a customer I can deploy a centralized instance of OX Count (AS-219)
- Breaking change -- Only relevant if OX Count is part of the deployment
- Copied OX Count’s App Suite-specific UI files back into core UI.
- OX Count server focuses on data collection and its built-in UI (dashboards)
- This allows running multiple App Suite deployments and a central deployment of OX Count
- Along with this change, a few things have been changed or removed:
- Switched to standard feature toggles (
io.ox/core//features/count=true). - Removed
io.ox/core//count/enabled and dev/debug io.ox/core//count/disabled. - Removed deprecated
tracker/url and tracker/enabled. - Renamed
count/delay to count/backgroundInterval (-1 disables background collection while allowing explicit posts, e.g. NPS).
- Migration steps:
- Replace
io.ox/core//count/enabled by io.ox/core//features/count: true - Remove the count-specific entry from UI Service's
baseUrls configuration
- Replace browser detection with bowser and browserslist 037437648
- Soften browser support warning messages 8906b897b
- Use dedicated DAVx⁵ credentials for manual onboarding config a44f1b164
- Use module-agnostic capabilities in shared accounts e5852a524
- 365-day expiration limit for Jitsi conferences 9de879952
- "Don't process subsequent rules" turns to "Process subsequent rules" right after closing vacation setting (support#1352)
- Appointments disappearing or not properly showing after closing a notification(support#1326)
- Autocomplete ignores queries where no single word meets minimum search length (support#1357)
- Calendar sidepanel and some mini calendars do not update today over night (support#1392)
- Email body may appear too small if zoom is set to 80% (support#1390)
- Email view does not extend all space available for some email (support#1338)
- First recipient missing in collapsed recipient list when multiple fields (To/CC/BCC) are present (support#1337)
- Incorrect plural format for 'N selected messages' (support#1316)
- Mail drag&drop icon uses correct color in light and dark mode (support#1389)
- New email with attachment action visible also for mail without attachments (support#1263)
- Setting "Auto dark mode" not found in search (support#1340)
- SVG contrast issues in PWA onboarding 836e1b463
- Url not filling all data if App Suite has been launched via mailto url (support#1293)
- User cannot login. After login animation user is redirected back to login page (support#1350)
- Root cause are first start plugins
- The specific customer just uses multi-factor and the firstStart wizard code runs into a runtime error
- Any failure or cancellation (assumption here is it's a mandatory wizard) triggers a logout
- The fix double checks the existence of the firstStart wizard to avoid such runtime errors and unwanted logouts
- Viewer can't view PDFs in Firefox 1.40.x ESR ab37d8836
- Working time dropdown off by one hour on days with DST switch d22f9baf3