Linus Rath
31eff96614
feat: Enhance external rule handling in Sieve parser and store #201
2026-04-16 17:22:52 +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
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
1b816d3185
fix: standardize tag naming and fix unknown keyword display #184 #185
2026-04-12 15:37:57 +02:00
Linus Rath
24949e183f
feat: add i18n API, render hooks, and new intercept hooks to plugin system
2026-04-12 13:57:20 +02:00
Linus Rath
a201c1617b
feat: add onAvatarResolve plugin hook
2026-04-12 01:59:53 +02:00
Linus Rath
4531cfe47c
fix: resolve TS errors from missing createAddressBook in demo client and client ref in thread view
2026-04-12 01:14:25 +02:00
Linus Rath
927a3b8b11
feat: store trusted senders in a dedicated JMAP address book #176
2026-04-12 01:10:28 +02:00
Linus Rath
ed311d79e3
fix: resolve TS error from optional name.components in vcard parser
2026-04-11 20:56:45 +02:00
Linus Rath
457400ceee
fix: also display contact names stored in name.full #179
2026-04-11 20:15:49 +02:00
Linus Rath
4f54f768e8
Feat: enable keyword reordering #174 and multi-tag support per email #173
2026-04-10 17:31:13 +02:00
Pascal Dietrich and Linus Rath
f9052eb23f
feat: add SESSION_SECRET_FILE and OAUTH_CLIENT_SECRET_FILE env vars
2026-04-09 22:13:08 +02:00
Linus Rath
b2379fb03f
fix: align shared account folders with primary folders #151
2026-04-08 13:45:31 +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
Sienna Meridian Satterwhite and Linus Rath
c3f60448ad
feat: configurable OAuth scopes and cookie security via env vars
...
Add three environment variables for deployments with external identity
providers (Keycloak, Authentik, Ory Hydra, etc.):
- OAUTH_EXTRA_SCOPES: append additional scopes to the default
"openid email profile" (e.g. "offline_access" for refresh tokens)
- OAUTH_SCOPES: full override of the requested OAuth scopes
- COOKIE_SECURE: override the Secure flag on auth cookies (useful
for reverse proxy setups where the internal hop is HTTP)
Without these, deploying Bulwark with an external OIDC provider that
requires `offline_access` for refresh tokens is impossible — sessions
die on every page refresh because no refresh token is issued.
All three are backwards-compatible: unset = identical to current behavior.
2026-04-06 23:22:06 +02:00
Linus Rath
4aac65d7d2
feat: add birthday calendar feature with settings and localization
2026-04-03 22:45:07 +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
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
d77dd1e3e1
fix: replace non-UUID fallback
2026-04-02 17:25:10 +02:00
Linus Rath
c4673acb65
fix: replace unguarded crypto.randomUUID() with safe generateUUID() utility
2026-04-02 14:51:21 +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
16557830ae
fix: mailbox deletion error handling
2026-04-02 11:24:11 +02:00
Linus Rath
05eaaad61f
fix: fallback to application/octet-stream for long MIME types in createFileNode
2026-04-02 11:04:59 +02:00
Niklas Voss and Linus Rath
52326326e2
fix: check plugin http.post url against origin and add regression tests
2026-04-01 11:26:12 +02:00
Niklas Voss and Linus Rath
2734fa08b7
feat: instead of exposing auth headers, offer a http proxy api for plugins
2026-04-01 11:26:12 +02:00
Niklas Voss and Linus Rath
67a0d622bc
feat: add auth:read permission and ability to retrieve auth headers
2026-04-01 11:26:12 +02:00
Linus Rath
aa40c8be26
fix: harden proxy auth and SSRF defenses
2026-03-31 17:47:09 +02:00
Linus Rath
34dd5122b3
feat: logging to include categories for better log management
2026-03-31 16:31:27 +02:00
Linus Rath
dab3606b04
fix: strip server-immutable fields from updates before sending to JMAP #128
2026-03-31 16:15:56 +02:00
Linus Rath
66fe7fd359
fix: enhance security by blocking plugins with dangerous JS patterns and enforcing strict session secret length
2026-03-31 15:56:32 +02:00
Linus Rath
1b2ee7da3a
fix: prevent orphaning of nested mailboxes by restricting deduplication to root-level folders
2026-03-31 15:29:09 +02:00
Linus Rath
7102add194
fix: add self-signed certificate detection and update status messages for S/MIME signatures
2026-03-31 15:13:48 +02:00
Linus Rath
a3d894730b
fix: hardened security, CSP enforcement, SSRF redirect validation, reenabled S/MIME chain verify, IP spoofing prevention, PDF iframe sandbox
2026-03-31 15:11:38 +02:00
Linus Rath
1cce5c3c8a
fix: JSCalendar 2.0 recurrenceRule single-object compatibility 116
2026-03-31 00:11:04 +02:00
Linus Rath
aaa283357e
feat: implemented plugin configuration UI and calendar event action slot
...
- Add configSchema support to plugin manifest and ServerPlugin registry
- Add schema-driven admin config page (string, secret, boolean, number, select fields)
- Add per-plugin config storage backend (JSON files + REST API)
- Add calendar-event-actions and admin-plugin-page slot names to plugin store
- Add registerCalendarEventAction and registerAdminPage to plugin API
- Add calendarFormHooks (onCalendarEventFormOpen/Save) to hook bus
- Add PluginSlot in calendar event modal for plugin action buttons
- Style calendar event action buttons to match Bulwark outline button design
- Add Configure link per plugin in admin plugins dashboard
- Add Jitsi Meet plugin with tests (repos/plugins/jitsi-meet)
- Exclude data/admin/plugins from ESLint (deployed plugin bundles)
2026-03-30 21:12:05 +02:00
Linus Rath
066ab1bc32
debug: add diagnostic logging to 3DES S/MIME decrypt path
...
Log legacy key import success/failure, CMS algorithm OIDs (content
encryption + key transport), legacy key availability during decrypt
attempts, and detailed error messages from both RSA-OAEP and
RSAES-PKCS1-v1_5 decrypt paths.
2026-03-30 19:15:02 +02:00
Linus Rath
92fb9bf132
fix: enhance calendar event handling to distinguish between events and tasks
2026-03-30 18:04:49 +02:00
Linus Rath
67210c9924
fix: handle 2FA/TOTP session expiry with basic auth #117
2026-03-30 16:37:07 +02:00
Linus Rath
8937777bcd
fix: support 3DES S/MIME decryption by importing legacy RSAES-PKCS1-v1_5 keys #35
2026-03-30 16:00:27 +02:00
Linus Rath
789d211a71
fix: enhance mailbox handling with logging
2026-03-30 15:46:54 +02:00
Linus Rath
c512352f77
fix: add replyToAddresses to email composer
2026-03-30 15:27:50 +02:00
Linus Rath
1eebec292a
fix: enhance email loading and deduplication logic in email store #119
2026-03-30 08:32:46 +02:00
Linus Rath
4c853f176b
feat: add iCal subscription editing and batch event import
2026-03-29 18:27:16 +02:00
Linus Rath
75b5d31414
feat: implement client-side recurrence expansion for calendar events
2026-03-29 17:12:30 +02:00