- Date picker option to add a "clear" button (#550) 6e51308
- Improve mobile settings layout and styling (#886) 4d20e9c
- Show toolbar for all mails in thread view (#721) 4a1a3e8
- Pending removal with 8.37 11b1e40
- exported function
undoMailAction
. Please use undoAction
instead. - exported variable
undoPeriod
. Please use coreSettings.get('undoPeriod')
instead - exported default of
undo.js
. Please use named exports instead - options parameter
defaultTimeRange
of searchView
- Breaking change: Obsolete polyfill
text-encode-transform.js
(#837) fc7537c, 3767f180 - Removed file
src/polyfill.js
- Removed file
src/lib/polyfills/text-encode-transform.js
- Deprecated code (#832) 0507025
- styling
.toggle-all
- extension
toggle-all
from point io.ox/mail/thread-view/header
- column
307: summary
from folders in http.js
- point
io.ox/mail/detail/header/recipients
. Please use io.ox/mail/detail/header/subject-recipients
instead. - flag
ANSWERD
from io.ox/mail/api.js
. Please use ANSWERED
instead.
- Switchboard: Remove code that is now part of the service implementing the API (appsuite/web-foundation/switchboard#16) 8fff8b8
- Address book: Use special column
623
for first name sorting to correctly order distribution lists (#848) 4d33a77 - Client Onboarding: Abort when server provided incomplete configuration (#871) 8d03f55
- Drive: Use root folder
9
when searching for files (appsuite/web-apps/ui#4366, #808) 9ec2e05 - Mail: Adjust list scroll behavior to stay at the top when a restored email is added above (#818) 05582a1
- Mail: Attachment dropdown is properly disposed after closing (mobile) (#858) 9cd7c47
- Mail: Clicking the dropdown print action keeps it visible in Firefox (#654) 0dfb252
- Mail: Correct active state indication of font style buttons after deactivation on iOS (#761) 040a00f
- Mail: Delete toolbar action supports shift key to bypass trash folder (feature: features/shiftDelete) (#846) 93cfecc
- Mail: Flag
star
state is properly reflected in the toolbar after change (#887) 1689986 - Mail: Inbox categories only shown for inbox after canceling a search (#857) f92c138
- Mail: Properly handle unsupported
reject
mail filter rule in editor (#784) 4502ad5 - Mail: Properly render search filters for categories containing whitespace (#353) 83dd478
- Mail: Reduce flickering when expanding mails in thread view (#721) b89aed3
- Mail: Removed focus outline on mail attachment button (#512) 793b506
- Prevent session handover tokens being requested after view is disposed (#697) adee358
- Respect device-specific UI elements (mobile) (#849, [#889], appsuite/fullstack-services/ai-service#113) 3e79728, f4a67961, 47ecbda
- Search: Ensure date value is removed from filter when related input is cleared (#550) 2db0a7a
- Show mail and file quota (mobile) (#764) f109c93
- What’s New: Ensure links are clickable when dialog is auto-started (#860) f39830e