Linus Rath
ec5593f567
Merge branch 'dev' into main
2026-04-23 00:10:22 +02:00
Linus Rath
c30c38a7af
chore: update version to 1.5.0
2026-04-23 00:07:34 +02:00
Linus Rath
7494fc1776
chore: update version to 1.5.0
2026-04-22 23:49:44 +02:00
Linus Rath
16fe92d2e9
chore: update version to 1.5.0
2026-04-22 23:31:32 +02:00
Linus Rath
3544e6a9e7
chore: bump dependencies to latest compatible versions
2026-04-22 23:03:05 +02:00
Linus Rath
dd1f3e11e6
fix: retry mailbox fetch on first login to handle lazy provisioning #217
2026-04-22 22:45:49 +02:00
Linus Rath
6503482b55
feat: support resizing events from the top edge
2026-04-22 21:14:28 +02:00
Linus Rath
cab57f6cd7
feat: add timezone-aware formatting for event start times and update utcEnd on duration change
2026-04-22 21:05:41 +02:00
Linus Rath
27f4fbdce4
feat: optimize layout of overlapping events in calendar
2026-04-22 20:53:04 +02:00
Linus Rath
39a228b20e
feat: streamline mobile email viewer header layout
2026-04-22 20:50:12 +02:00
Linus Rath
4b069808d6
feat: add isMobile prop to calendar views and time grid interactions
2026-04-22 20:37:00 +02:00
Linus Rath
468851ff25
feat: show full folder path in move/drop toast
2026-04-22 00:14:49 +02:00
Linus Rath
b7374570c8
feat: implement bulk email moving functionality in email store
2026-04-22 00:10:40 +02:00
Linus Rath
3c9fa5dc25
feat: implement batch archiving of emails
2026-04-22 00:05:38 +02:00
Linus Rath
3ade1c6473
fix: update mailbox retrieval logic in archive handling to use fresh state
2026-04-22 00:00:43 +02:00
Linus Rath
1810a474a2
fix: enhance error message for mailbox creation failure
2026-04-22 00:00:01 +02:00
Linus Rath
40982bc37b
fix: align hover styles and selection-toggle target with focused item
2026-04-21 23:50:55 +02:00
Linus Rath
76f6149841
feat: add setting to toggle alphabetical grouping in contacts list
2026-04-21 23:22:18 +02:00
Linus Rath
7d6a3c8c76
feat: group contacts by first letter with sticky section headers
2026-04-21 23:15:13 +02:00
Linus Rath
361ad49f5f
fix: read matchMedia synchronously on client to prevent layout flicker
2026-04-21 23:02:21 +02:00
Linus Rath
f9aa5cbaee
fix: skip checkAuth on route change when already authenticated
2026-04-21 22:54:02 +02:00
Linus Rath
3f36045990
feat: reorganize settings into 6 groups with clearer tabs
2026-04-21 22:22:02 +02:00
Linus Rath
9a44babcf1
feat: add collapsible details to calendar invitation banner and update sanitization config for iframe rendering
2026-04-21 21:21:42 +02:00
Linus Rath
f032758303
feat: revamp contact detail, filters, and add photo/print/duplicate
2026-04-21 21:16:54 +02:00
Linus Rath
92c7f74420
feat: add right-click context menu to contacts
2026-04-21 19:33:00 +02:00
Linus Rath
c2e4518cfa
feat: add account addition button to navigation rail
2026-04-21 19:20:50 +02:00
Linus Rath
00f33afdf9
feat: add contact activity component with recent emails and upcoming events
2026-04-21 19:18:36 +02:00
Linus Rath
e566cfe687
feat: add API Keys management and IP allowlist for App Passwords
2026-04-21 18:59:47 +02:00
Linus Rath
6b7c849332
refactor: remove Stalwart API URL configuration
2026-04-21 17:50:18 +02:00
Linus Rath
30c4afb977
i18n: add missing translation keys
2026-04-21 17:42:52 +02:00
Linus Rath
1f60671886
fix: clean up unused imports and improve TOTP QR code rendering
2026-04-21 17:30:00 +02:00
Linus Rath
794001fdbd
feat: migrate Stalwart management API to JMAP x: methods (0.16)
...
Drops the 0.15 REST management API and routes all account/auth/crypto/
principal operations through Stalwart 0.16's schema-driven JMAP
endpoint via a single passthrough (/api/account/stalwart/jmap).
- New client helper `stalwartJmap` + typed `requireResult`
- account-security-store rewritten against x:AccountPassword, x:AppPassword,
x:AccountSettings, x:Account (with currentSecret for TOTP ops)
- Client-side TOTP setup via `otpauth`; server-generated app password
secrets shown once on create
- Admin check switched to /api/account permissions
(sysAccountQuery/sysTenantQuery/sysSystemSettingsGet)
- Removed sieve vacation-overwrite workaround (fixed upstream #1251 )
- Deleted old REST routes, StalwartClient, stale tests; added new
tests for passthrough + store
2026-04-21 17:29:23 +02:00
Linus Rath
9ad2facad3
Merge branch 'main' of https://github.com/bulwarkmail/webmail
2026-04-21 14:12:03 +02:00
Linus Rath
89d8282846
fix: include original attachments when forwarding an email #214
2026-04-21 13:58:02 +02:00
Linus Rath
24c53e5ce7
fix: apply archive context-menu action to all selected emails # 212
2026-04-20 14:35:56 +02:00
Linus Rath
aa7f886795
refactor: remove deprecated push notification API routes and related logic
2026-04-20 12:41:38 +02:00
Linus Rath
00dec8c5a0
fix: correct regex escape for hyphen in FCM token validation
2026-04-20 12:08:41 +02:00
Linus Rath
578e60c0bc
feat: nevermind, migrate push notification handling from UnifiedPush to FCM
2026-04-20 12:06:30 +02:00
Linus Rath
8b21851353
feat: migrate to UnifiedPush
2026-04-20 10:54:26 +02:00
Linus Rath
15006086d2
feat: implement JMAP push notification handling and subscription management
2026-04-20 08:26:09 +02:00
Linus Rath
bc3b923945
fix: apply mobile toolbar spacing fix to email viewer action bar
2026-04-19 17:59:58 +02:00
Linus Rath
76ba9e5f85
fix: retry session fetch with Authorization after redirect strips it #210
2026-04-19 16:40:55 +02:00
Linus Rath
44eb5fced2
fix: stop birthday calendar from re-showing after manual hide #204
2026-04-19 15:04:27 +02:00
Linus Rath
172d8267ef
fix: persist typed calendar participant on save without requiring Enter #206
2026-04-19 13:47:17 +02:00
Linus Rath
f162f1e3d4
feat: refresh JMAP on reload gestures, fix mobile bottom nav spacing
2026-04-19 13:43:44 +02:00
Linus Rath
6fa0029d0b
feat: add right-click context menu on calendar events
2026-04-18 13:46:49 +02:00
Linus Rath
440a4e919a
Revert "perf: make root HTML cacheable by dropping per-request CSP nonce"
...
This reverts commit 522bf6a019 .
2026-04-18 13:10:42 +02:00
Linus Rath
b8f39198e1
fix: allow blob: in frame-src CSP for attachment previews #209
2026-04-18 13:04:25 +02:00
Linus Rath
966bbe3957
fix: add public JavaScript files to ESLint ignore list
2026-04-18 13:01:52 +02:00
Linus Rath
522bf6a019
perf: make root HTML cacheable by dropping per-request CSP nonce
2026-04-18 13:01:12 +02:00
Linus Rath
1689315c3a
feat: add setting to hide inline images from attachment list
2026-04-18 01:07:34 +02:00
Linus Rath
d4f7ae522e
fix: use cid references for inline images #163
2026-04-18 00:57:46 +02:00
Linus Rath
f05f70a9e5
fix: prevent XSS via quote injection in plain-text email linkifier
2026-04-18 00:35:21 +02:00
Linus Rath
850ee73048
fix: preserve Nextcloud Mail filter markers across saves #201
2026-04-17 02:08:04 +02:00
Linus Rath
5842f3f914
fix: preserve birthday calendar visibility across navigation #204
2026-04-17 01:54:08 +02:00
Linus Rath
f303478850
chore: update version to 1.4.14
2026-04-16 19:08:42 +02:00
Linus Rath
8bdadc7ba3
fix: standardize punctuation
2026-04-16 19:07:42 +02:00
Linus Rath
6b57118add
chore: update version to 1.4.14
2026-04-16 19:05:20 +02:00
Linus Rath
ffb645671c
chore: update README
2026-04-16 19:04:18 +02:00
Linus Rath
e63ce25f5f
chore: update version to 1.4.14
2026-04-16 18:59:23 +02:00
Linus Rath
d31b30ba4a
Merge branch 'dev'
2026-04-16 18:51:01 +02:00
Linus Rath
31eff96614
feat: Enhance external rule handling in Sieve parser and store #201
2026-04-16 17:22:52 +02:00
Linus Rath
ad175d20e3
feat: enhance email deletion and spam handling with improved parameterization
2026-04-16 16:50:42 +02:00
Linus Rath
f22699fe20
feat: add unified mailbox across accounts and sidebar icons toggle
2026-04-14 17:36:13 +02:00
Linus Rath
7fcefa53c9
Merge branch 'dev' of https://github.com/bulwarkmail/webmail into dev
2026-04-14 14:30:22 +02:00
Linus Rath
bdb76c3d90
Merge branch 'main' of https://github.com/bulwarkmail/webmail
2026-04-14 14:28:29 +02:00
Linus Rath
168b36d419
fix: add calendarAddress and replyTo to calendar participants for Stalwart compatibility #189 #192
2026-04-14 14:26:28 +02:00
Linus Rath
6678501501
Merge branch 'main' of https://github.com/bulwarkmail/webmail
2026-04-13 00:51:21 +02:00
Linus Rath
fa0045e01b
fix: use onSuccessUpdateEmail to send before storing in Sent #188
2026-04-13 00:50:13 +02:00
Linus Rath
0d4b588fd0
feat: add Latvian (lv) locale support
2026-04-08 22:42:56 +02:00
Linus Rath
6a725dde58
feat: add Latvian (lv) locale support
2026-04-08 22:42:15 +02:00
Linus Rath
6499da6281
feat: sync mail view to browser history for back/forward navigation
2026-04-08 22:20:36 +02:00
Linus Rath
b2379fb03f
fix: align shared account folders with primary folders #151
2026-04-08 13:45:31 +02:00
Linus Rath
b29e71124d
fix: prune recent files against server nodes on refresh #146
2026-04-08 13:22:51 +02:00
Linus Rath
63593e2146
fix: use fetch param type instead of RequestInit
2026-04-08 13:18:07 +02:00
Linus Rath
10cbe7a637
fix: stream WebDAV PUT uploads to avoid buffering in memory #162
2026-04-08 13:16:28 +02:00
Linus Rath
79418f013a
fix: allow blob images in CSP for inline drag-and-drop #163
2026-04-08 13:10:04 +02:00
Linus Rath
4024732696
fix: handle 403 on principal fetch without console error
2026-04-08 13:08:46 +02:00
Linus Rath
ffad3ea78b
feat: Ability to rename address book #152
2026-04-08 13:05:42 +02:00
Linus Rath
a9b9aeb44d
fix: clamp Feb 29 birthdays in non-leap years #163
2026-04-08 12:47:24 +02:00
Linus Rath
3d76fe6d75
fix: focused mode expanding to the right of the screen #156
2026-04-08 12:43:48 +02:00
Linus Rath
4aac65d7d2
feat: add birthday calendar feature with settings and localization
2026-04-03 22:45:07 +02:00
Linus Rath
14ecae61dc
feat: enhance error handling in Stalwart API responses
2026-04-03 15:10:11 +02:00
Linus Rath
c53ff5a30a
fix: file deletion logic to update recent files and handle errors #146
2026-04-03 14:20:06 +02:00
Linus Rath
5aad97d64e
feat: add PWA support with service worker and install prompt
2026-04-03 04:39:19 +02:00
Linus Rath
081c865018
fix: guard against undefined trigger in calendar event alert popover #143
2026-04-03 03:15:55 +02:00
Linus Rath
050f38b1fa
fix: use dynamic batch size for calendar event retrieval
2026-04-02 23:29:37 +02:00
Linus Rath
d657bdfa75
fix: improve calendar event retrieval by batching requests to avoid server limits #141
2026-04-02 22:55:07 +02:00
Linus Rath
bbf724d9e1
fix: correct logic for marking email as read in EmailViewer component
2026-04-02 22:50:04 +02:00
Linus Rath
9d8c6044e3
fix: optimize htmlToPlainText function using DOMParser
2026-04-02 17:32:53 +02:00
Linus Rath
2d17ca71e3
fix: replace random ID generation with generateUUID()
2026-04-02 17:29:00 +02:00
Linus Rath
d77dd1e3e1
fix: replace non-UUID fallback
2026-04-02 17:25:10 +02:00
Linus Rath
9d97b74684
fix: adjust max width of calendar invitation banner for better layout
2026-04-02 14:56:04 +02:00
Linus Rath
c4673acb65
fix: replace unguarded crypto.randomUUID() with safe generateUUID() utility
2026-04-02 14:51:21 +02:00
Linus Rath
1bdc51dcc7
feat: implement version badge and easter egg in settings
2026-04-02 14:31:25 +02:00
Linus Rath
6ee0f6a40a
feat: disable plugins by default, require admin approval
2026-04-02 13:50:02 +02:00
Linus Rath
9ee25c930e
fix: compute per-occurrence utcStart/utcEnd in recurrence expansion #116
2026-04-02 13:35:26 +02:00
Linus Rath
1b2c70a90b
fix: de-namespace addressBookIds for shared contacts in create and update operations #133
2026-04-02 11:34:26 +02:00
Linus Rath
cdea876992
fix: fetch mailboxes on mount in FolderSettings when store is empty
2026-04-02 11:26:21 +02:00
Linus Rath
16557830ae
fix: mailbox deletion error handling
2026-04-02 11:24:11 +02:00