Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d1c5dba7d7 | ||
|
|
8c50abe221 | ||
|
|
07367a8a5d | ||
|
|
1a50788c91 | ||
|
|
0e06bfe273 | ||
|
|
f68e41d81a | ||
|
|
8b164c556e | ||
|
|
2e1f53c899 | ||
|
|
a6d2efaf74 | ||
|
|
01cd9644ed | ||
|
|
1521826d37 | ||
|
|
0d218d0d2a | ||
|
|
9777dd655c | ||
|
|
f970fd1822 | ||
|
|
5e096240b3 | ||
|
|
bc97a1ac10 | ||
|
|
4594fb2572 | ||
|
|
5319562c94 | ||
|
|
599fa66822 | ||
|
|
8041700668 | ||
|
|
bade68a8b8 | ||
|
|
4be7176802 | ||
|
|
8813533958 | ||
|
|
affa239d75 | ||
|
|
5d292fa43f | ||
|
|
878df6bb49 | ||
|
|
607a9584fd | ||
|
|
b8e2bfd793 | ||
|
|
4ad6d37877 | ||
|
|
d7c29b7bec | ||
|
|
b86bc541ab | ||
|
|
8c74e01a40 | ||
|
|
231a9017d2 | ||
|
|
9a5bb78b18 | ||
|
|
eecf16daa2 | ||
|
|
210150a02e | ||
|
|
e50691d6c4 | ||
|
|
089963b1b3 | ||
|
|
4af952613a | ||
|
|
0d9fa0285f | ||
|
|
683fe75864 | ||
|
|
e9c9be84ad | ||
|
|
7822a363dd | ||
|
|
1e535e96a2 | ||
|
|
32135ddb95 | ||
|
|
841513e510 | ||
|
|
5964b2e456 | ||
|
|
6a8ad525f1 | ||
|
|
31d17098d6 | ||
|
|
3f97e6ed8d | ||
|
|
2dea33e698 | ||
|
|
123764f8b8 | ||
|
|
ec0f355c13 | ||
|
|
c555973b6b | ||
|
|
a8db02e881 | ||
|
|
7dc5984359 | ||
|
|
1c3003421e | ||
|
|
f3d9115ecd | ||
|
|
4400a7abba | ||
|
|
45a4db1c22 | ||
|
|
65eef4b2b8 | ||
|
|
25de7d996c | ||
|
|
c406fbb73e | ||
|
|
31024396e3 | ||
|
|
f0967f90eb | ||
|
|
a4bb8e0c28 | ||
|
|
7188abc9bc | ||
|
|
4a91cd0c44 | ||
|
|
6abf8a5dd8 | ||
|
|
3667c842c6 | ||
|
|
b64721b43c | ||
|
|
6b5ca2cb89 | ||
|
|
0f6e4f995f | ||
|
|
0b6fdcabfb | ||
|
|
fc49fe0687 | ||
|
|
419382d25d | ||
|
|
8935b81f12 | ||
|
|
ec581ce53e | ||
|
|
81d8465a79 | ||
|
|
0f3b506604 | ||
|
|
1b84547211 | ||
|
|
dafc8ace3c | ||
|
|
2c419cc4fe | ||
|
|
90acf181f3 | ||
|
|
54af07f2af | ||
|
|
68f1fabc4b |
+19
-1
@@ -84,6 +84,23 @@ JMAP_SERVER_URL=https://your-jmap-server.com
|
|||||||
# volume there (see docker-compose.yml).
|
# volume there (see docker-compose.yml).
|
||||||
# ADMIN_DATA_DIR=./data/admin
|
# ADMIN_DATA_DIR=./data/admin
|
||||||
|
|
||||||
|
# =============================================================================
|
||||||
|
# Anonymous Telemetry
|
||||||
|
# =============================================================================
|
||||||
|
|
||||||
|
# Anonymous instance telemetry is enabled by default. Heartbeats contain no PII:
|
||||||
|
# version, platform, bucketed account counts, and feature toggles only. See
|
||||||
|
# https://bulwarkmail.org/docs/legal/privacy/telemetry for the full schema.
|
||||||
|
#
|
||||||
|
# Disable telemetry entirely (overrides the admin UI):
|
||||||
|
# BULWARK_TELEMETRY=off
|
||||||
|
|
||||||
|
# Directory for telemetry state: instance id, consent, login HMACs
|
||||||
|
# (default: ./data/telemetry). For Docker, the default resolves to
|
||||||
|
# /app/data/telemetry - mount a persistent volume there (see docker-compose.yml)
|
||||||
|
# so the instance id and consent choice survive upgrades.
|
||||||
|
# TELEMETRY_DATA_DIR=./data/telemetry
|
||||||
|
|
||||||
# =============================================================================
|
# =============================================================================
|
||||||
# Server Listen Address
|
# Server Listen Address
|
||||||
# =============================================================================
|
# =============================================================================
|
||||||
@@ -191,7 +208,8 @@ LOGIN_WEBSITE_URL=https://bulwarkmail.org
|
|||||||
# =============================================================================
|
# =============================================================================
|
||||||
|
|
||||||
# URL of the BulwarkMail extension directory for the admin marketplace.
|
# URL of the BulwarkMail extension directory for the admin marketplace.
|
||||||
# Set this to enable browsing and installing plugins/themes from the directory.
|
# Defaults to https://extensions.bulwarkmail.org. Override only if you run
|
||||||
|
# your own directory (e.g. http://localhost:3001 for local development).
|
||||||
# EXTENSION_DIRECTORY_URL=https://extensions.bulwarkmail.org
|
# EXTENSION_DIRECTORY_URL=https://extensions.bulwarkmail.org
|
||||||
|
|
||||||
# =============================================================================
|
# =============================================================================
|
||||||
|
|||||||
@@ -50,6 +50,8 @@ jobs:
|
|||||||
context: .
|
context: .
|
||||||
platforms: ${{ matrix.platform }}
|
platforms: ${{ matrix.platform }}
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
|
build-args: |
|
||||||
|
GIT_COMMIT=${{ github.sha }}
|
||||||
outputs: type=image,name=${{ env.IMAGE_NAME }},push-by-digest=true,name-canonical=true,push=true
|
outputs: type=image,name=${{ env.IMAGE_NAME }},push-by-digest=true,name-canonical=true,push=true
|
||||||
cache-from: type=gha,scope=${{ matrix.platform }}
|
cache-from: type=gha,scope=${{ matrix.platform }}
|
||||||
cache-to: type=gha,mode=max,scope=${{ matrix.platform }}
|
cache-to: type=gha,mode=max,scope=${{ matrix.platform }}
|
||||||
|
|||||||
@@ -78,6 +78,8 @@ jobs:
|
|||||||
context: .
|
context: .
|
||||||
platforms: ${{ matrix.platform }}
|
platforms: ${{ matrix.platform }}
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
|
build-args: |
|
||||||
|
GIT_COMMIT=${{ github.sha }}
|
||||||
outputs: type=image,name=${{ needs.prepare.outputs.image_name }},push-by-digest=true,name-canonical=true,push=true
|
outputs: type=image,name=${{ needs.prepare.outputs.image_name }},push-by-digest=true,name-canonical=true,push=true
|
||||||
cache-from: type=gha,scope=${{ matrix.platform }}
|
cache-from: type=gha,scope=${{ matrix.platform }}
|
||||||
cache-to: type=gha,mode=max,scope=${{ matrix.platform }}
|
cache-to: type=gha,mode=max,scope=${{ matrix.platform }}
|
||||||
|
|||||||
+103
-2
@@ -1,11 +1,112 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 1.6.1 (2026-05-04)
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
- **Updates**: Update-available detection with non-dismissible notice and dev-reload refresh
|
||||||
|
- **Plugins**: New plugin hooks for compose, attachments, search, lifecycle, and routing
|
||||||
|
- **Sharing**: Share indicators for calendars and contacts, updated JMAP capabilities (#244)
|
||||||
|
- **Mail**: Auto-add recipients to trusted senders when replying
|
||||||
|
- **Identity**: Sanitize identity display name to prevent invalid `From` headers
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
|
||||||
|
- **Mobile**: Synchronize mobile submenu view with browser history for better navigation
|
||||||
|
- **Viewer**: Update email viewer styles to improve overflow handling
|
||||||
|
- **Auth**: Ensure `cookieSlot` consistency during account updates in auth store
|
||||||
|
- **Auth**: Thread per-account cookie slot through OAuth flows
|
||||||
|
- **Calendar**: Square the colored left marker on calendar events
|
||||||
|
- **About**: Show git commit in About instead of "unknown"
|
||||||
|
|
||||||
|
### i18n
|
||||||
|
|
||||||
|
- Update mailbox context menu translations across 12 locales
|
||||||
|
|
||||||
|
## 1.6.0 (2026-05-01)
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
- **Deployment**: Subpath deployment support via `NEXT_PUBLIC_BASE_PATH` environment variable
|
||||||
|
- **Mail**: Image attachment thumbnails and preview chips
|
||||||
|
- **Mobile**: Reworked mobile mail viewer toolbar
|
||||||
|
- **Mobile**: Mobile-friendly settings panel
|
||||||
|
- **Mobile**: Mobile-friendly admin panel
|
||||||
|
- **Mail**: Redesigned expanded details panel
|
||||||
|
- **Mailbox**: Show full path in mailbox context menu header with intelligent path shortening
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
|
||||||
|
- **Viewer**: Respect per-email dark mode toggle when "always show in light mode" is on
|
||||||
|
- **Navigation**: Scroll apps list in navigation rail to prevent overflow
|
||||||
|
- **Context menu**: Clamp submenu inside viewport
|
||||||
|
- **Context menu**: Prevent context menu from clipping below viewport
|
||||||
|
- **Context menu**: Prevent jump and animation on open
|
||||||
|
- **Mail**: Stop silently destroying emails when trash mailbox isn't found (#195)
|
||||||
|
- **Mail**: Preserve list scroll position when tagging an email
|
||||||
|
- **Mail**: Render below-header overflow popup outside clipped row
|
||||||
|
- **Mail**: Collapse below-header attachments to single row with overflow pill
|
||||||
|
- **Push**: Fix push preview JMAP query
|
||||||
|
- **Tour**: Navigate tour to mailbox when starting from another page
|
||||||
|
- **i18n**: Add `useTranslations` for "selected emails" and "cancel" on email list batch operations
|
||||||
|
|
||||||
|
### i18n
|
||||||
|
|
||||||
|
- Translate SPF/DKIM/DMARC tooltips
|
||||||
|
- Add missing keys across 14 locales
|
||||||
|
|
||||||
|
## 1.5.4 (2026-05-01)
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
- **PWA**: Web push notifications for new inbox mail (#233), with click-through to open the message
|
||||||
|
- **Composer**: Insert and edit tables in rich-text emails (#236)
|
||||||
|
- **Mail**: Configurable sub-addressing delimiter character (#239)
|
||||||
|
- **i18n**: Turkish localization
|
||||||
|
- **i18n**: Missing keys filled in across 15 locales
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
|
||||||
|
- **Mail**: Set In-Reply-To and References headers on replies (#234)
|
||||||
|
- **Mail**: Persist htmlBody in drafts to preserve rich formatting (#236)
|
||||||
|
- **Auth**: Pin JMAP auth verification to the configured server URL (#237)
|
||||||
|
- **Auth**: Evict unrecoverable basic-auth accounts on reload
|
||||||
|
- **Notifications**: Scope new-mail notifications to genuine inbox deliveries
|
||||||
|
- **Notifications**: Extend PushVerification timeout and clean up leftover subscriptions
|
||||||
|
- **Viewer**: Smooth out body load to prevent flicker on first render
|
||||||
|
- **Viewer**: Prevent iframe flash when loading images or trusting the sender
|
||||||
|
- **Viewer**: Pad bare HTML emails like plain-text mails for consistent layout
|
||||||
|
- **Viewer**: Light-mode override now only affects body content
|
||||||
|
- **Viewer**: Detect `<style>` tag when applying padding
|
||||||
|
- **Viewer**: Drop iframe border-radius
|
||||||
|
- **Calendar**: Localize event start date in detail popover and event modal
|
||||||
|
- **Dev**: Include http protocol in connect-src for development mode CSP
|
||||||
|
|
||||||
|
## 1.5.3 (2026-04-28)
|
||||||
|
|
||||||
|
> **New:** Help shape Bulwark Webmail. Each instance now sends a lightweight daily heartbeat (version, platform, bucketed account counts, feature toggles - never message data or PII) so we can see which platforms and features actually get used and prioritize fixes where they matter most. You're in control: opt out any time from **Admin → Telemetry** or by setting `BULWARK_TELEMETRY=off`. Full schema in the [privacy notice](https://bulwarkmail.org/docs/legal/privacy/telemetry).
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
- **Telemetry**: Anonymous instance telemetry, on by default. Reports schema version, platform, bucketed account counts, and feature toggles only - disable from the admin UI, with `BULWARK_TELEMETRY=off`, or by clearing the endpoint
|
||||||
|
- **Telemetry**: Track unique logins (HMAC'd per instance, 90-day retention) so the heartbeat can report bucketed account totals without storing usernames
|
||||||
|
- **Plugins**: Theme API v2 with token compiler and skin slot
|
||||||
|
- **Plugins**: Extension preview page and detailed extension info API
|
||||||
|
- **Calendar**: Right-click context menu on empty calendar space
|
||||||
|
- **Docker**: Persistent named volume for telemetry data so the instance id and admin's consent choice survive container upgrades
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
|
||||||
|
- **Security**: Block telemetry endpoint from pointing at internal/loopback hosts (validation + DNS-rebind re-check at fetch time)
|
||||||
|
- **Security**: Harden plugin config, TOTP token exchange, and branding file serving
|
||||||
|
- **Mail**: Batch shortcuts now act on the multi-selection when one is present (#228)
|
||||||
|
|
||||||
## 1.5.2 (2026-04-27)
|
## 1.5.2 (2026-04-27)
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|
||||||
- **Plugins**: New `composer-sidebar` slot and `ui:composer-sidebar` permission — plugins can now render a panel on either side of the New Message dialog. See `repos/subway-surfers` for an example
|
- **Plugins**: New `composer-sidebar` slot and `ui:composer-sidebar` permission - plugins can now render a panel on either side of the New Message dialog. See `repos/subway-surfers` for an example
|
||||||
- **Plugins**: Manifests can declare `frameOrigins` — a strictly-validated list of `https://host` origins the plugin needs to embed. The proxy reads the union from enabled plugins and merges it into the host CSP `frame-src`, so the host CSP no longer needs to know about specific embed providers
|
- **Plugins**: Manifests can declare `frameOrigins` - a strictly-validated list of `https://host` origins the plugin needs to embed. The proxy reads the union from enabled plugins and merges it into the host CSP `frame-src`, so the host CSP no longer needs to know about specific embed providers
|
||||||
- **Calendar/Contacts**: JMAP sharing for calendars and address books
|
- **Calendar/Contacts**: JMAP sharing for calendars and address books
|
||||||
- **i18n**: Czech language support
|
- **i18n**: Czech language support
|
||||||
|
|
||||||
|
|||||||
+9
-1
@@ -4,6 +4,14 @@ COPY package.json package-lock.json ./
|
|||||||
RUN npm ci
|
RUN npm ci
|
||||||
COPY . .
|
COPY . .
|
||||||
ENV NEXT_TELEMETRY_DISABLED=1
|
ENV NEXT_TELEMETRY_DISABLED=1
|
||||||
|
# Optional: serve under a subpath like /webmail. Baked into emitted asset URLs
|
||||||
|
# at build time, so it cannot be changed without rebuilding.
|
||||||
|
ARG NEXT_PUBLIC_BASE_PATH=
|
||||||
|
ENV NEXT_PUBLIC_BASE_PATH=$NEXT_PUBLIC_BASE_PATH
|
||||||
|
# Commit SHA shown in the About screen. .dockerignore excludes .git, so
|
||||||
|
# `git rev-parse` inside the build can't find it — CI must pass it in.
|
||||||
|
ARG GIT_COMMIT=unknown
|
||||||
|
ENV GIT_COMMIT=$GIT_COMMIT
|
||||||
RUN npx next build --webpack
|
RUN npx next build --webpack
|
||||||
|
|
||||||
FROM node:24-alpine AS runner
|
FROM node:24-alpine AS runner
|
||||||
@@ -26,7 +34,7 @@ RUN apk upgrade --no-cache && \
|
|||||||
COPY --from=builder /app/public ./public
|
COPY --from=builder /app/public ./public
|
||||||
COPY --from=builder --chown=nextjs:nodejs /app/.next/standalone ./
|
COPY --from=builder --chown=nextjs:nodejs /app/.next/standalone ./
|
||||||
COPY --from=builder --chown=nextjs:nodejs /app/.next/static ./.next/static
|
COPY --from=builder --chown=nextjs:nodejs /app/.next/static ./.next/static
|
||||||
RUN mkdir -p /app/data/settings /app/data/admin && chown -R nextjs:nodejs /app/data
|
RUN mkdir -p /app/data/settings /app/data/admin /app/data/telemetry && chown -R nextjs:nodejs /app/data
|
||||||
USER nextjs
|
USER nextjs
|
||||||
EXPOSE 3000
|
EXPOSE 3000
|
||||||
ENV PORT=3000
|
ENV PORT=3000
|
||||||
|
|||||||
+1
-1
@@ -94,7 +94,7 @@
|
|||||||
|
|
||||||
## Internationalization
|
## Internationalization
|
||||||
|
|
||||||
14 languages: English · Français · 日本語 · Español · Italiano · Deutsch · Nederlands · Português · Русский · 한국어 · Polski · Latviešu · 简体中文 · Українська
|
15 languages: English · Français · 日本語 · Español · Italiano · Deutsch · Nederlands · Português · Русский · Türkçe · 한국어 · Polski · Latviešu · 简体中文 · Українська
|
||||||
|
|
||||||
Automatic browser detection with persistent preference. Configurable locale URL prefix via `NEXT_PUBLIC_LOCALE_PREFIX`.
|
Automatic browser detection with persistent preference. Configurable locale URL prefix via `NEXT_PUBLIC_LOCALE_PREFIX`.
|
||||||
|
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ A modern, self-hosted webmail client for [Stalwart Mail Server](https://stalw.ar
|
|||||||
|
|
||||||
[](LICENSE)
|
[](LICENSE)
|
||||||
[](https://discord.gg/tYCujymGrT)
|
[](https://discord.gg/tYCujymGrT)
|
||||||
[](CHANGELOG.md)
|
[](CHANGELOG.md)
|
||||||
[](https://ghcr.io/bulwarkmail/webmail)
|
[](https://ghcr.io/bulwarkmail/webmail)
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -55,7 +55,7 @@ A modern, self-hosted webmail client for [Stalwart Mail Server](https://stalw.ar
|
|||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
Bulwark is a full webmail suite – not just an inbox. It bundles the four apps most self-hosters end up wanting on the same login:
|
Bulwark is a full webmail suite, not just an inbox. It bundles the four apps most self-hosters end up wanting on the same login:
|
||||||
|
|
||||||
- **Mail** – threading, unified inbox, full-text search, Sieve filters, S/MIME, templates
|
- **Mail** – threading, unified inbox, full-text search, Sieve filters, S/MIME, templates
|
||||||
- **Calendar** – month/week/day/agenda, recurring events, iMIP invitations, CalDAV subscriptions
|
- **Calendar** – month/week/day/agenda, recurring events, iMIP invitations, CalDAV subscriptions
|
||||||
@@ -217,6 +217,26 @@ LOG_LEVEL=info # error | warn | info | debug
|
|||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>Subpath / reverse proxy mount</summary>
|
||||||
|
|
||||||
|
To serve the webmail at a subpath (e.g. `https://example.com/webmail`):
|
||||||
|
|
||||||
|
```env
|
||||||
|
NEXT_PUBLIC_BASE_PATH=/webmail
|
||||||
|
NEXT_PUBLIC_LOCALE_PREFIX=always # avoids next-intl rewrite loops
|
||||||
|
```
|
||||||
|
|
||||||
|
Unlike most other variables, `NEXT_PUBLIC_BASE_PATH` is read at **build time** because Next.js bakes it into emitted asset URLs. To use it with the published Docker image, build your own image with the variable set:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
docker build --build-arg NEXT_PUBLIC_BASE_PATH=/webmail -t bulwark-webmail .
|
||||||
|
```
|
||||||
|
|
||||||
|
Then point your reverse proxy at the container without stripping the prefix - the app expects to receive requests under `/webmail/...` and serves all routes (`/webmail/api/...`, `/webmail/_next/static/...`, `/webmail/sw.js`, etc.) accordingly.
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
## Keyboard Shortcuts
|
## Keyboard Shortcuts
|
||||||
|
|
||||||
| Key | Action |
|
| Key | Action |
|
||||||
|
|||||||
@@ -31,6 +31,7 @@ import { CalendarSidebarPanel } from "@/components/calendar/calendar-sidebar-pan
|
|||||||
import { EventModal, type PendingEventPreview } from "@/components/calendar/event-modal";
|
import { EventModal, type PendingEventPreview } from "@/components/calendar/event-modal";
|
||||||
import { EventDetailPopover } from "@/components/calendar/event-detail-popover";
|
import { EventDetailPopover } from "@/components/calendar/event-detail-popover";
|
||||||
import { EventContextMenu } from "@/components/calendar/event-context-menu";
|
import { EventContextMenu } from "@/components/calendar/event-context-menu";
|
||||||
|
import { EmptySpaceContextMenu } from "@/components/calendar/empty-space-context-menu";
|
||||||
import { useContextMenu } from "@/hooks/use-context-menu";
|
import { useContextMenu } from "@/hooks/use-context-menu";
|
||||||
import { useRefreshGesture } from "@/hooks/use-refresh-gesture";
|
import { useRefreshGesture } from "@/hooks/use-refresh-gesture";
|
||||||
import { downloadEventICS } from "@/lib/calendar-ics-export";
|
import { downloadEventICS } from "@/lib/calendar-ics-export";
|
||||||
@@ -104,6 +105,7 @@ export default function CalendarPage() {
|
|||||||
const [editEvent, setEditEvent] = useState<CalendarEvent | null>(null);
|
const [editEvent, setEditEvent] = useState<CalendarEvent | null>(null);
|
||||||
const [defaultModalDate, setDefaultModalDate] = useState<Date | undefined>();
|
const [defaultModalDate, setDefaultModalDate] = useState<Date | undefined>();
|
||||||
const [defaultModalEndDate, setDefaultModalEndDate] = useState<Date | undefined>();
|
const [defaultModalEndDate, setDefaultModalEndDate] = useState<Date | undefined>();
|
||||||
|
const [defaultModalAllDay, setDefaultModalAllDay] = useState(false);
|
||||||
const [miniMonth, setMiniMonth] = useState(new Date());
|
const [miniMonth, setMiniMonth] = useState(new Date());
|
||||||
const [pendingScopeAction, setPendingScopeAction] = useState<PendingScopeAction | null>(null);
|
const [pendingScopeAction, setPendingScopeAction] = useState<PendingScopeAction | null>(null);
|
||||||
const [detailEvent, setDetailEvent] = useState<CalendarEvent | null>(null);
|
const [detailEvent, setDetailEvent] = useState<CalendarEvent | null>(null);
|
||||||
@@ -326,11 +328,12 @@ export default function CalendarPage() {
|
|||||||
setSelectedDate(date);
|
setSelectedDate(date);
|
||||||
}, [setSelectedDate]);
|
}, [setSelectedDate]);
|
||||||
|
|
||||||
const openCreateModal = useCallback((date?: Date, endDate?: Date) => {
|
const openCreateModal = useCallback((date?: Date, endDate?: Date, allDay?: boolean) => {
|
||||||
setEditEvent(null);
|
setEditEvent(null);
|
||||||
const d = date || selectedDate;
|
const d = date || selectedDate;
|
||||||
setDefaultModalDate(d);
|
setDefaultModalDate(d);
|
||||||
setDefaultModalEndDate(endDate);
|
setDefaultModalEndDate(endDate);
|
||||||
|
setDefaultModalAllDay(allDay ?? false);
|
||||||
setSelectedDate(d);
|
setSelectedDate(d);
|
||||||
setShowEventModal(true);
|
setShowEventModal(true);
|
||||||
}, [selectedDate, setSelectedDate]);
|
}, [selectedDate, setSelectedDate]);
|
||||||
@@ -395,6 +398,21 @@ export default function CalendarPage() {
|
|||||||
openEventContextMenu(e, event);
|
openEventContextMenu(e, event);
|
||||||
}, [closeDetail, openEventContextMenu]);
|
}, [closeDetail, openEventContextMenu]);
|
||||||
|
|
||||||
|
const {
|
||||||
|
contextMenu: emptyContextMenu,
|
||||||
|
openContextMenu: openEmptyContextMenu,
|
||||||
|
closeContextMenu: closeEmptyContextMenu,
|
||||||
|
menuRef: emptyContextMenuRef,
|
||||||
|
} = useContextMenu<{ date: Date; hour?: number; allDayArea?: boolean }>();
|
||||||
|
|
||||||
|
const handleContextMenuEmpty = useCallback(
|
||||||
|
(e: React.MouseEvent, date: Date, hour?: number, allDayArea?: boolean) => {
|
||||||
|
closeDetail();
|
||||||
|
openEmptyContextMenu(e, { date, hour, allDayArea });
|
||||||
|
},
|
||||||
|
[closeDetail, openEmptyContextMenu],
|
||||||
|
);
|
||||||
|
|
||||||
const handleHoverEvent = useCallback((event: CalendarEvent, anchorRect: DOMRect) => {
|
const handleHoverEvent = useCallback((event: CalendarEvent, anchorRect: DOMRect) => {
|
||||||
if (isMobile) return;
|
if (isMobile) return;
|
||||||
if (calendarHoverPreview === 'off') return;
|
if (calendarHoverPreview === 'off') return;
|
||||||
@@ -961,6 +979,7 @@ export default function CalendarPage() {
|
|||||||
onHoverEvent={handleHoverEvent}
|
onHoverEvent={handleHoverEvent}
|
||||||
onHoverLeave={handleHoverLeave}
|
onHoverLeave={handleHoverLeave}
|
||||||
onContextMenuEvent={handleContextMenuEvent}
|
onContextMenuEvent={handleContextMenuEvent}
|
||||||
|
onContextMenuEmpty={handleContextMenuEmpty}
|
||||||
onCreateAtTime={openCreateModal}
|
onCreateAtTime={openCreateModal}
|
||||||
firstDayOfWeek={firstDayOfWeek}
|
firstDayOfWeek={firstDayOfWeek}
|
||||||
isMobile={isMobile}
|
isMobile={isMobile}
|
||||||
@@ -978,6 +997,7 @@ export default function CalendarPage() {
|
|||||||
onHoverEvent={handleHoverEvent}
|
onHoverEvent={handleHoverEvent}
|
||||||
onHoverLeave={handleHoverLeave}
|
onHoverLeave={handleHoverLeave}
|
||||||
onContextMenuEvent={handleContextMenuEvent}
|
onContextMenuEvent={handleContextMenuEvent}
|
||||||
|
onContextMenuEmpty={handleContextMenuEmpty}
|
||||||
onCreateAtTime={openCreateModal}
|
onCreateAtTime={openCreateModal}
|
||||||
firstDayOfWeek={firstDayOfWeek}
|
firstDayOfWeek={firstDayOfWeek}
|
||||||
timeFormat={timeFormat}
|
timeFormat={timeFormat}
|
||||||
@@ -997,6 +1017,7 @@ export default function CalendarPage() {
|
|||||||
onHoverEvent={handleHoverEvent}
|
onHoverEvent={handleHoverEvent}
|
||||||
onHoverLeave={handleHoverLeave}
|
onHoverLeave={handleHoverLeave}
|
||||||
onContextMenuEvent={handleContextMenuEvent}
|
onContextMenuEvent={handleContextMenuEvent}
|
||||||
|
onContextMenuEmpty={handleContextMenuEmpty}
|
||||||
onCreateAtTime={openCreateModal}
|
onCreateAtTime={openCreateModal}
|
||||||
timeFormat={timeFormat}
|
timeFormat={timeFormat}
|
||||||
isMobile={isMobile}
|
isMobile={isMobile}
|
||||||
@@ -1211,12 +1232,13 @@ export default function CalendarPage() {
|
|||||||
calendars={calendars}
|
calendars={calendars}
|
||||||
defaultDate={defaultModalDate}
|
defaultDate={defaultModalDate}
|
||||||
defaultEndDate={defaultModalEndDate}
|
defaultEndDate={defaultModalEndDate}
|
||||||
|
defaultAllDay={defaultModalAllDay}
|
||||||
defaultCalendarId={defaultCalendarIdForCreate}
|
defaultCalendarId={defaultCalendarIdForCreate}
|
||||||
onSave={handleSaveEvent}
|
onSave={handleSaveEvent}
|
||||||
onDelete={handleDeleteEvent}
|
onDelete={handleDeleteEvent}
|
||||||
onDuplicate={handleDuplicateEvent}
|
onDuplicate={handleDuplicateEvent}
|
||||||
onRsvp={handleRsvp}
|
onRsvp={handleRsvp}
|
||||||
onClose={() => { setShowEventModal(false); setEditEvent(null); setPendingPreview(null); setDefaultCalendarIdForCreate(undefined); }}
|
onClose={() => { setShowEventModal(false); setEditEvent(null); setPendingPreview(null); setDefaultCalendarIdForCreate(undefined); setDefaultModalAllDay(false); }}
|
||||||
onPreviewChange={setPendingPreview}
|
onPreviewChange={setPendingPreview}
|
||||||
currentUserEmails={currentUserEmails}
|
currentUserEmails={currentUserEmails}
|
||||||
isMobile={false}
|
isMobile={false}
|
||||||
@@ -1282,6 +1304,38 @@ export default function CalendarPage() {
|
|||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
|
{emptyContextMenu.data && (() => {
|
||||||
|
const { date, hour } = emptyContextMenu.data;
|
||||||
|
return (
|
||||||
|
<EmptySpaceContextMenu
|
||||||
|
position={emptyContextMenu.position}
|
||||||
|
isOpen={emptyContextMenu.isOpen}
|
||||||
|
onClose={closeEmptyContextMenu}
|
||||||
|
menuRef={emptyContextMenuRef}
|
||||||
|
onNewEvent={() => {
|
||||||
|
const d = new Date(date);
|
||||||
|
if (typeof hour === "number") {
|
||||||
|
d.setHours(hour, 0, 0, 0);
|
||||||
|
} else {
|
||||||
|
const now = new Date();
|
||||||
|
d.setHours(now.getHours() + 1, 0, 0, 0);
|
||||||
|
}
|
||||||
|
openCreateModal(d);
|
||||||
|
}}
|
||||||
|
onNewAllDayEvent={() => {
|
||||||
|
const d = new Date(date);
|
||||||
|
d.setHours(0, 0, 0, 0);
|
||||||
|
openCreateModal(d, undefined, true);
|
||||||
|
}}
|
||||||
|
onNewTask={enableCalendarTasks ? () => {
|
||||||
|
setEditTask(null);
|
||||||
|
setShowTaskModal(true);
|
||||||
|
} : undefined}
|
||||||
|
onGoToToday={goToToday}
|
||||||
|
/>
|
||||||
|
);
|
||||||
|
})()}
|
||||||
|
|
||||||
{detailEvent && detailAnchorRect && (
|
{detailEvent && detailAnchorRect && (
|
||||||
<EventDetailPopover
|
<EventDetailPopover
|
||||||
event={detailEvent}
|
event={detailEvent}
|
||||||
@@ -1308,12 +1362,13 @@ export default function CalendarPage() {
|
|||||||
calendars={calendars}
|
calendars={calendars}
|
||||||
defaultDate={defaultModalDate}
|
defaultDate={defaultModalDate}
|
||||||
defaultEndDate={defaultModalEndDate}
|
defaultEndDate={defaultModalEndDate}
|
||||||
|
defaultAllDay={defaultModalAllDay}
|
||||||
defaultCalendarId={defaultCalendarIdForCreate}
|
defaultCalendarId={defaultCalendarIdForCreate}
|
||||||
onSave={handleSaveEvent}
|
onSave={handleSaveEvent}
|
||||||
onDelete={handleDeleteEvent}
|
onDelete={handleDeleteEvent}
|
||||||
onDuplicate={handleDuplicateEvent}
|
onDuplicate={handleDuplicateEvent}
|
||||||
onRsvp={handleRsvp}
|
onRsvp={handleRsvp}
|
||||||
onClose={() => { setShowEventModal(false); setEditEvent(null); setDefaultCalendarIdForCreate(undefined); }}
|
onClose={() => { setShowEventModal(false); setEditEvent(null); setDefaultCalendarIdForCreate(undefined); setDefaultModalAllDay(false); }}
|
||||||
currentUserEmails={currentUserEmails}
|
currentUserEmails={currentUserEmails}
|
||||||
isMobile={true}
|
isMobile={true}
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -7,6 +7,7 @@ import { useTranslations } from "next-intl";
|
|||||||
import { Button } from "@/components/ui/button";
|
import { Button } from "@/components/ui/button";
|
||||||
import { Input } from "@/components/ui/input";
|
import { Input } from "@/components/ui/input";
|
||||||
import { useAuthStore } from "@/stores/auth-store";
|
import { useAuthStore } from "@/stores/auth-store";
|
||||||
|
import { useAccountStore } from "@/stores/account-store";
|
||||||
import { useThemeStore } from "@/stores/theme-store";
|
import { useThemeStore } from "@/stores/theme-store";
|
||||||
import { useShallow } from "zustand/react/shallow";
|
import { useShallow } from "zustand/react/shallow";
|
||||||
import { useConfig } from "@/hooks/use-config";
|
import { useConfig } from "@/hooks/use-config";
|
||||||
@@ -16,6 +17,7 @@ import { AlertCircle, Loader2, X, Info, Eye, EyeOff, LogIn, Sun, Moon, Monitor,
|
|||||||
import { discoverOAuth, type OAuthMetadata } from "@/lib/oauth/discovery";
|
import { discoverOAuth, type OAuthMetadata } from "@/lib/oauth/discovery";
|
||||||
import { generateCodeVerifier, generateCodeChallenge, generateState } from "@/lib/oauth/pkce";
|
import { generateCodeVerifier, generateCodeChallenge, generateState } from "@/lib/oauth/pkce";
|
||||||
import { OAUTH_SCOPES } from "@/lib/oauth/tokens";
|
import { OAUTH_SCOPES } from "@/lib/oauth/tokens";
|
||||||
|
import { useUpdateStore, selectBanner } from "@/stores/update-store";
|
||||||
|
|
||||||
const APP_VERSION = process.env.NEXT_PUBLIC_APP_VERSION || "0.0.0";
|
const APP_VERSION = process.env.NEXT_PUBLIC_APP_VERSION || "0.0.0";
|
||||||
const GIT_COMMIT = process.env.NEXT_PUBLIC_GIT_COMMIT || "unknown";
|
const GIT_COMMIT = process.env.NEXT_PUBLIC_GIT_COMMIT || "unknown";
|
||||||
@@ -28,7 +30,12 @@ const THEME_OPTIONS = [
|
|||||||
|
|
||||||
function VersionBadge() {
|
function VersionBadge() {
|
||||||
const [copied, setCopied] = useState(false);
|
const [copied, setCopied] = useState(false);
|
||||||
const versionInfo = `Version: ${APP_VERSION}\nBuild: ${GIT_COMMIT}`;
|
const banner = useUpdateStore(useShallow(selectBanner));
|
||||||
|
const startPolling = useUpdateStore((s) => s.startPolling);
|
||||||
|
|
||||||
|
useEffect(() => { startPolling(); }, [startPolling]);
|
||||||
|
|
||||||
|
const versionInfo = `Version: ${APP_VERSION}\nBuild: ${GIT_COMMIT}${banner?.latest ? `\nLatest: ${banner.latest}` : ""}`;
|
||||||
|
|
||||||
const handleCopy = () => {
|
const handleCopy = () => {
|
||||||
navigator.clipboard.writeText(versionInfo).then(() => {
|
navigator.clipboard.writeText(versionInfo).then(() => {
|
||||||
@@ -37,16 +44,49 @@ function VersionBadge() {
|
|||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
const isRed = banner?.variant === "red";
|
||||||
|
const triggerText = !banner
|
||||||
|
? `v${APP_VERSION}`
|
||||||
|
: banner.severity === "security"
|
||||||
|
? "Security update available"
|
||||||
|
: banner.severity === "deprecated"
|
||||||
|
? "Version no longer supported"
|
||||||
|
: "New version available";
|
||||||
|
|
||||||
|
const triggerColor = !banner
|
||||||
|
? "text-muted-foreground/40"
|
||||||
|
: isRed
|
||||||
|
? "text-red-600/80 dark:text-red-400/80 hover:text-red-600 dark:hover:text-red-400"
|
||||||
|
: "text-amber-600/80 dark:text-amber-400/80 hover:text-amber-600 dark:hover:text-amber-400";
|
||||||
|
|
||||||
|
const triggerClass = cn(
|
||||||
|
"peer text-center text-xs transition-colors",
|
||||||
|
triggerColor,
|
||||||
|
banner?.url ? "cursor-pointer underline-offset-2 hover:underline" : "cursor-default",
|
||||||
|
);
|
||||||
|
|
||||||
|
const trigger = banner?.url ? (
|
||||||
|
<a href={banner.url} target="_blank" rel="noopener noreferrer" className={triggerClass}>
|
||||||
|
{triggerText}
|
||||||
|
</a>
|
||||||
|
) : (
|
||||||
|
<p className={triggerClass}>{triggerText}</p>
|
||||||
|
);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="relative inline-flex justify-center">
|
<div className="relative inline-flex justify-center">
|
||||||
<p className="peer text-center text-xs text-muted-foreground/40 cursor-default">
|
{trigger}
|
||||||
v{APP_VERSION}
|
|
||||||
</p>
|
|
||||||
<div className="absolute top-full left-1/2 -translate-x-1/2 mt-1.5 px-3 py-2 rounded-md bg-popover text-popover-foreground text-xs shadow-md border border-border opacity-0 peer-hover:opacity-100 hover:opacity-100 transition-opacity whitespace-nowrap z-10">
|
<div className="absolute top-full left-1/2 -translate-x-1/2 mt-1.5 px-3 py-2 rounded-md bg-popover text-popover-foreground text-xs shadow-md border border-border opacity-0 peer-hover:opacity-100 hover:opacity-100 transition-opacity whitespace-nowrap z-10">
|
||||||
<div className="flex items-center gap-2">
|
<div className="flex items-center gap-2">
|
||||||
<div className="space-y-0.5">
|
<div className="space-y-0.5">
|
||||||
<p>Version: <span className="font-medium">{APP_VERSION}</span></p>
|
<p>Version: <span className="font-medium">{APP_VERSION}</span></p>
|
||||||
<p>Build: <span className="font-medium">{GIT_COMMIT}</span></p>
|
<p>Build: <span className="font-medium">{GIT_COMMIT}</span></p>
|
||||||
|
{banner?.latest && (
|
||||||
|
<p>Latest: <span className="font-medium">{banner.latest}</span></p>
|
||||||
|
)}
|
||||||
|
{banner?.advisory && (
|
||||||
|
<p className="text-red-500 dark:text-red-400">{banner.advisory}</p>
|
||||||
|
)}
|
||||||
</div>
|
</div>
|
||||||
<button
|
<button
|
||||||
onClick={handleCopy}
|
onClick={handleCopy}
|
||||||
@@ -411,7 +451,8 @@ export default function LoginPage() {
|
|||||||
const verifier = generateCodeVerifier();
|
const verifier = generateCodeVerifier();
|
||||||
const challenge = await generateCodeChallenge(verifier);
|
const challenge = await generateCodeChallenge(verifier);
|
||||||
const state = generateState();
|
const state = generateState();
|
||||||
const redirectUri = `${window.location.origin}/${params.locale}/auth/callback`;
|
const prefix = getPathPrefix(params.locale as string);
|
||||||
|
const redirectUri = `${window.location.origin}${prefix}/${params.locale}/auth/callback`;
|
||||||
|
|
||||||
sessionStorage.setItem("oauth_code_verifier", verifier);
|
sessionStorage.setItem("oauth_code_verifier", verifier);
|
||||||
sessionStorage.setItem("oauth_state", state);
|
sessionStorage.setItem("oauth_state", state);
|
||||||
@@ -420,6 +461,16 @@ export default function LoginPage() {
|
|||||||
sessionStorage.setItem("oauth_add_account_mode", "true");
|
sessionStorage.setItem("oauth_add_account_mode", "true");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Persist the next-free cookie slot so loginWithOAuth (in stores/auth-store.ts)
|
||||||
|
// writes the refresh token to the correct per-account jmap_rt_<slot> cookie.
|
||||||
|
// loginWithOAuth reads this key but it was previously never written, so every
|
||||||
|
// OAuth account collapsed onto slot 0 and clobbered earlier accounts' refresh
|
||||||
|
// tokens. getNextCookieSlot() returns 0 when no accounts exist (correct for
|
||||||
|
// first sign-in) and the lowest unused slot otherwise (correct for "+ Add
|
||||||
|
// Account").
|
||||||
|
const nextSlot = useAccountStore.getState().getNextCookieSlot();
|
||||||
|
sessionStorage.setItem("oauth_cookie_slot", nextSlot.toString());
|
||||||
|
|
||||||
const authUrl = new URL(oauthMetadata.authorization_endpoint);
|
const authUrl = new URL(oauthMetadata.authorization_endpoint);
|
||||||
authUrl.searchParams.set("response_type", "code");
|
authUrl.searchParams.set("response_type", "code");
|
||||||
authUrl.searchParams.set("client_id", oauthClientId);
|
authUrl.searchParams.set("client_id", oauthClientId);
|
||||||
|
|||||||
+280
-27
@@ -1,6 +1,7 @@
|
|||||||
"use client";
|
"use client";
|
||||||
|
|
||||||
import { useEffect, useState, useRef, useMemo, useCallback } from "react";
|
import { useEffect, useState, useRef, useMemo, useCallback } from "react";
|
||||||
|
import { usePathname } from "next/navigation";
|
||||||
import { useTranslations } from "next-intl";
|
import { useTranslations } from "next-intl";
|
||||||
import { Sidebar } from "@/components/layout/sidebar";
|
import { Sidebar } from "@/components/layout/sidebar";
|
||||||
import { EmailList } from "@/components/email/email-list";
|
import { EmailList } from "@/components/email/email-list";
|
||||||
@@ -51,12 +52,33 @@ import { Input } from "@/components/ui/input";
|
|||||||
import { FilePreviewModal } from "@/components/files/file-preview-modal";
|
import { FilePreviewModal } from "@/components/files/file-preview-modal";
|
||||||
import { isFilePreviewable } from "@/lib/file-preview";
|
import { isFilePreviewable } from "@/lib/file-preview";
|
||||||
import { appendPlainTextSignature } from "@/lib/signature-utils";
|
import { appendPlainTextSignature } from "@/lib/signature-utils";
|
||||||
|
import { computeReplyThreadingHeaders } from "@/lib/email-threading";
|
||||||
import { Search, Filter, ChevronDown, X, Paperclip, Star, Mail, MailOpen, RotateCcw, PenSquare, PenLine, CheckSquare, Square, AlertTriangle } from "lucide-react";
|
import { Search, Filter, ChevronDown, X, Paperclip, Star, Mail, MailOpen, RotateCcw, PenSquare, PenLine, CheckSquare, Square, AlertTriangle } from "lucide-react";
|
||||||
import { ResizeHandle } from "@/components/layout/resize-handle";
|
import { ResizeHandle } from "@/components/layout/resize-handle";
|
||||||
import { Button } from "@/components/ui/button";
|
import { Button } from "@/components/ui/button";
|
||||||
import { useConfig } from "@/hooks/use-config";
|
import { useConfig } from "@/hooks/use-config";
|
||||||
import { usePluginStore } from "@/stores/plugin-store";
|
import { usePluginStore } from "@/stores/plugin-store";
|
||||||
import { useThemeStore } from "@/stores/theme-store";
|
import { useThemeStore } from "@/stores/theme-store";
|
||||||
|
import { appLifecycleHooks, uiHooks, routerHooks, toastHooks, emailHooks } from "@/lib/plugin-hooks";
|
||||||
|
import type { EmailReadView } from "@/lib/plugin-types";
|
||||||
|
|
||||||
|
function emailToReadView(email: Email): EmailReadView {
|
||||||
|
return {
|
||||||
|
id: email.id,
|
||||||
|
threadId: email.threadId,
|
||||||
|
mailboxIds: Object.keys(email.mailboxIds || {}).filter(k => email.mailboxIds[k]),
|
||||||
|
from: (email.from || []).map(a => ({ name: a.name || '', email: a.email })),
|
||||||
|
to: (email.to || []).map(a => ({ name: a.name || '', email: a.email })),
|
||||||
|
cc: (email.cc || []).map(a => ({ name: a.name || '', email: a.email })),
|
||||||
|
subject: email.subject || '',
|
||||||
|
receivedAt: email.receivedAt,
|
||||||
|
isRead: !!email.keywords?.['$seen'],
|
||||||
|
isFlagged: !!email.keywords?.['$flagged'],
|
||||||
|
hasAttachment: email.hasAttachment,
|
||||||
|
preview: email.preview || '',
|
||||||
|
keywords: Object.keys(email.keywords || {}).filter(k => email.keywords[k]),
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
export default function Home() {
|
export default function Home() {
|
||||||
@@ -114,6 +136,88 @@ export default function Home() {
|
|||||||
return () => clearInterval(timer);
|
return () => clearInterval(timer);
|
||||||
}, [isRateLimited, rateLimitUntil]);
|
}, [isRateLimited, rateLimitUntil]);
|
||||||
|
|
||||||
|
// Plugin hooks: window-level lifecycle + selection + service-worker messages.
|
||||||
|
// One effect because the listeners share a registration / cleanup window.
|
||||||
|
useEffect(() => {
|
||||||
|
if (typeof window === 'undefined') return;
|
||||||
|
const onFocus = () => { appLifecycleHooks.onWindowFocus.emit(); };
|
||||||
|
const onBlur = () => { appLifecycleHooks.onWindowBlur.emit(); };
|
||||||
|
const onOnline = () => { appLifecycleHooks.onOnline.emit(); };
|
||||||
|
const onOffline = () => { appLifecycleHooks.onOffline.emit(); };
|
||||||
|
|
||||||
|
let selectionTimer: ReturnType<typeof setTimeout> | null = null;
|
||||||
|
const onSelectionChange = () => {
|
||||||
|
if (selectionTimer) clearTimeout(selectionTimer);
|
||||||
|
selectionTimer = setTimeout(() => {
|
||||||
|
const sel = document.getSelection();
|
||||||
|
const text = sel?.toString() ?? '';
|
||||||
|
if (!text) return;
|
||||||
|
const anchorNode = sel?.anchorNode as Node | null;
|
||||||
|
const anchorEl = (anchorNode?.nodeType === Node.ELEMENT_NODE
|
||||||
|
? anchorNode as Element
|
||||||
|
: anchorNode?.parentElement) ?? null;
|
||||||
|
let source: 'email-body' | 'composer' | 'task-detail' | 'event-detail' | 'other' = 'other';
|
||||||
|
let emailId: string | undefined;
|
||||||
|
if (anchorEl) {
|
||||||
|
if (anchorEl.closest('[data-plugin-source="email-body"], iframe.email-body, .email-viewer-body')) {
|
||||||
|
source = 'email-body';
|
||||||
|
const idEl = anchorEl.closest('[data-email-id]') as HTMLElement | null;
|
||||||
|
emailId = idEl?.dataset.emailId;
|
||||||
|
} else if (anchorEl.closest('[data-plugin-source="composer"], .email-composer')) {
|
||||||
|
source = 'composer';
|
||||||
|
} else if (anchorEl.closest('[data-plugin-source="task-detail"]')) {
|
||||||
|
source = 'task-detail';
|
||||||
|
} else if (anchorEl.closest('[data-plugin-source="event-detail"]')) {
|
||||||
|
source = 'event-detail';
|
||||||
|
}
|
||||||
|
}
|
||||||
|
uiHooks.onTextSelectionChange.emit({ text, source, emailId });
|
||||||
|
}, 150);
|
||||||
|
};
|
||||||
|
|
||||||
|
const onSwMessage = (e: MessageEvent) => {
|
||||||
|
const msg = e.data as { kind?: string; tag?: string; data?: unknown } | null;
|
||||||
|
if (msg && msg.kind === 'notificationclick' && typeof msg.tag === 'string') {
|
||||||
|
toastHooks.onNotificationClick.emit({ tag: msg.tag, data: msg.data });
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
window.addEventListener('focus', onFocus);
|
||||||
|
window.addEventListener('blur', onBlur);
|
||||||
|
window.addEventListener('online', onOnline);
|
||||||
|
window.addEventListener('offline', onOffline);
|
||||||
|
document.addEventListener('selectionchange', onSelectionChange);
|
||||||
|
if (typeof navigator !== 'undefined' && navigator.serviceWorker) {
|
||||||
|
navigator.serviceWorker.addEventListener('message', onSwMessage);
|
||||||
|
}
|
||||||
|
return () => {
|
||||||
|
window.removeEventListener('focus', onFocus);
|
||||||
|
window.removeEventListener('blur', onBlur);
|
||||||
|
window.removeEventListener('online', onOnline);
|
||||||
|
window.removeEventListener('offline', onOffline);
|
||||||
|
document.removeEventListener('selectionchange', onSelectionChange);
|
||||||
|
if (selectionTimer) clearTimeout(selectionTimer);
|
||||||
|
if (typeof navigator !== 'undefined' && navigator.serviceWorker) {
|
||||||
|
navigator.serviceWorker.removeEventListener('message', onSwMessage);
|
||||||
|
}
|
||||||
|
};
|
||||||
|
}, []);
|
||||||
|
|
||||||
|
// Plugin hooks: route navigation. Tracks Next.js pathname transitions.
|
||||||
|
const pathname = usePathname();
|
||||||
|
const prevPathnameRef = useRef<string | null>(null);
|
||||||
|
useEffect(() => {
|
||||||
|
if (!pathname) return;
|
||||||
|
const from = prevPathnameRef.current;
|
||||||
|
if (from === pathname) return;
|
||||||
|
if (from !== null) {
|
||||||
|
routerHooks.onRouteLeave.emit({ path: from });
|
||||||
|
routerHooks.onNavigate.emit({ path: pathname, from });
|
||||||
|
}
|
||||||
|
routerHooks.onRouteEnter.emit({ path: pathname });
|
||||||
|
prevPathnameRef.current = pathname;
|
||||||
|
}, [pathname]);
|
||||||
|
|
||||||
// Mobile/tablet responsive hooks
|
// Mobile/tablet responsive hooks
|
||||||
const { isMobile, isTablet } = useDeviceDetection();
|
const { isMobile, isTablet } = useDeviceDetection();
|
||||||
const { activeView, sidebarOpen, setSidebarOpen, setActiveView, tabletListVisible, setTabletListVisible, sidebarWidth, emailListWidth, setSidebarWidth, setEmailListWidth, persistColumnWidths, sidebarCollapsed, resetSidebarWidth, resetEmailListWidth } = useUIStore();
|
const { activeView, sidebarOpen, setSidebarOpen, setActiveView, tabletListVisible, setTabletListVisible, sidebarWidth, emailListWidth, setSidebarWidth, setEmailListWidth, persistColumnWidths, sidebarCollapsed, resetSidebarWidth, resetEmailListWidth } = useUIStore();
|
||||||
@@ -138,6 +242,7 @@ export default function Home() {
|
|||||||
deleteEmail,
|
deleteEmail,
|
||||||
markAsRead,
|
markAsRead,
|
||||||
toggleStar,
|
toggleStar,
|
||||||
|
setEmailKeywordsLocal,
|
||||||
moveToMailbox,
|
moveToMailbox,
|
||||||
moveThreadToMailbox,
|
moveThreadToMailbox,
|
||||||
searchEmails,
|
searchEmails,
|
||||||
@@ -171,6 +276,11 @@ export default function Home() {
|
|||||||
createMailbox,
|
createMailbox,
|
||||||
renameMailbox,
|
renameMailbox,
|
||||||
deleteMailbox,
|
deleteMailbox,
|
||||||
|
batchDelete,
|
||||||
|
batchArchive,
|
||||||
|
batchMarkAsRead,
|
||||||
|
batchMarkAsSpam,
|
||||||
|
batchUndoSpam,
|
||||||
} = useEmailStore();
|
} = useEmailStore();
|
||||||
|
|
||||||
const enableUnifiedMailbox = useSettingsStore((s) => s.enableUnifiedMailbox);
|
const enableUnifiedMailbox = useSettingsStore((s) => s.enableUnifiedMailbox);
|
||||||
@@ -353,27 +463,77 @@ export default function Home() {
|
|||||||
onToggleStar: () => {
|
onToggleStar: () => {
|
||||||
if (selectedEmail) handleToggleStar();
|
if (selectedEmail) handleToggleStar();
|
||||||
},
|
},
|
||||||
onArchive: () => {
|
onArchive: async () => {
|
||||||
if (selectedEmail) handleArchive();
|
if (selectedEmailIds.size > 0 && client) {
|
||||||
|
try {
|
||||||
|
await batchArchive(client);
|
||||||
|
} catch (error) {
|
||||||
|
console.error("Failed to batch archive:", error);
|
||||||
|
}
|
||||||
|
} else if (selectedEmail) {
|
||||||
|
handleArchive();
|
||||||
|
}
|
||||||
},
|
},
|
||||||
onDelete: () => {
|
onDelete: async () => {
|
||||||
if (selectedEmail) handleDelete();
|
if (selectedEmailIds.size > 0 && client) {
|
||||||
|
const currentMailbox = mailboxes.find(m => m.id === selectedMailbox);
|
||||||
|
const isInTrash = currentMailbox?.role === 'trash';
|
||||||
|
const isInJunk = currentMailbox?.role === 'junk';
|
||||||
|
const permanentlyDeleteJunk = useSettingsStore.getState().permanentlyDeleteJunk;
|
||||||
|
const permanent = isInTrash || (isInJunk && permanentlyDeleteJunk);
|
||||||
|
const confirmed = await confirmDialog({
|
||||||
|
title: permanent
|
||||||
|
? t('email_list.permanent_delete_confirm_title')
|
||||||
|
: t('email_list.batch_actions.delete_confirm_title'),
|
||||||
|
message: permanent
|
||||||
|
? t('email_list.permanent_delete_confirm_batch_message', { count: selectedEmailIds.size })
|
||||||
|
: t('email_list.batch_actions.delete_confirm_message', { count: selectedEmailIds.size }),
|
||||||
|
confirmText: permanent
|
||||||
|
? t('email_list.permanent_delete')
|
||||||
|
: t('email_list.batch_actions.delete'),
|
||||||
|
variant: "destructive",
|
||||||
|
});
|
||||||
|
if (!confirmed) return;
|
||||||
|
try {
|
||||||
|
await batchDelete(client, permanent);
|
||||||
|
} catch (error) {
|
||||||
|
console.error("Failed to batch delete:", error);
|
||||||
|
}
|
||||||
|
} else if (selectedEmail) {
|
||||||
|
handleDelete();
|
||||||
|
}
|
||||||
},
|
},
|
||||||
onMarkAsUnread: async () => {
|
onMarkAsUnread: async () => {
|
||||||
if (selectedEmail && client) {
|
if (!client) return;
|
||||||
|
if (selectedEmailIds.size > 0) {
|
||||||
|
await batchMarkAsRead(client, false);
|
||||||
|
} else if (selectedEmail) {
|
||||||
await markAsRead(client, selectedEmail.id, false);
|
await markAsRead(client, selectedEmail.id, false);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
onMarkAsRead: async () => {
|
onMarkAsRead: async () => {
|
||||||
if (selectedEmail && client) {
|
if (!client) return;
|
||||||
|
if (selectedEmailIds.size > 0) {
|
||||||
|
await batchMarkAsRead(client, true);
|
||||||
|
} else if (selectedEmail) {
|
||||||
await markAsRead(client, selectedEmail.id, true);
|
await markAsRead(client, selectedEmail.id, true);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
onToggleSpam: () => {
|
onToggleSpam: async () => {
|
||||||
if (selectedEmail) {
|
const currentMailbox = mailboxes.find(m => m.id === selectedMailbox);
|
||||||
// Check if we're in junk folder
|
const isInJunk = currentMailbox?.role === 'junk';
|
||||||
const currentMailbox = mailboxes.find(m => m.id === selectedMailbox);
|
if (selectedEmailIds.size > 0 && client) {
|
||||||
const isInJunk = currentMailbox?.role === 'junk';
|
const ids = Array.from(selectedEmailIds);
|
||||||
|
try {
|
||||||
|
if (isInJunk) {
|
||||||
|
await batchUndoSpam(client, ids);
|
||||||
|
} else {
|
||||||
|
await batchMarkAsSpam(client, ids);
|
||||||
|
}
|
||||||
|
} catch (error) {
|
||||||
|
console.error("Failed to batch toggle spam:", error);
|
||||||
|
}
|
||||||
|
} else if (selectedEmail) {
|
||||||
if (isInJunk) {
|
if (isInJunk) {
|
||||||
handleUndoSpam();
|
handleUndoSpam();
|
||||||
} else {
|
} else {
|
||||||
@@ -408,13 +568,14 @@ export default function Home() {
|
|||||||
clearSelection();
|
clearSelection();
|
||||||
},
|
},
|
||||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||||
}), [emails, selectedEmail, client, selectedMailbox, isMobile, isTablet]);
|
}), [emails, selectedEmail, client, selectedMailbox, isMobile, isTablet, selectedEmailIds, mailboxes]);
|
||||||
|
|
||||||
// Initialize keyboard shortcuts
|
// Initialize keyboard shortcuts
|
||||||
useKeyboardShortcuts({
|
useKeyboardShortcuts({
|
||||||
enabled: isAuthenticated && !showComposer,
|
enabled: isAuthenticated && !showComposer,
|
||||||
emails,
|
emails,
|
||||||
selectedEmailId: selectedEmail?.id,
|
selectedEmailId: selectedEmail?.id,
|
||||||
|
selectionCount: selectedEmailIds.size,
|
||||||
handlers: keyboardHandlers,
|
handlers: keyboardHandlers,
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -595,11 +756,50 @@ export default function Home() {
|
|||||||
});
|
});
|
||||||
}, [enableUnifiedMailbox, isAuthenticated, client, mailboxes, connectedAccountsSignature, buildUnifiedAccounts, populateUnifiedAccountMailboxes, refreshUnifiedCounts]);
|
}, [enableUnifiedMailbox, isAuthenticated, client, mailboxes, connectedAccountsSignature, buildUnifiedAccounts, populateUnifiedAccountMailboxes, refreshUnifiedCounts]);
|
||||||
|
|
||||||
|
// System-notification click handler. The push SW navigates the user back
|
||||||
|
// here with `?email=<id>` (specific email it built the toast from) or
|
||||||
|
// `?openLatestUnread=1` (generic "New mail" toast — happens when the
|
||||||
|
// preview API failed). We resolve those params once after the inbox has
|
||||||
|
// finished loading and open the right message, then strip the params so a
|
||||||
|
// refresh doesn't re-open it.
|
||||||
|
const notificationParamHandledRef = useRef(false);
|
||||||
|
useEffect(() => {
|
||||||
|
if (notificationParamHandledRef.current) return;
|
||||||
|
if (!isAuthenticated || !client) return;
|
||||||
|
if (mailboxes.length === 0) return;
|
||||||
|
|
||||||
|
const params = new URLSearchParams(window.location.search);
|
||||||
|
const emailIdParam = params.get('email');
|
||||||
|
const openLatestUnread = params.get('openLatestUnread') === '1';
|
||||||
|
if (!emailIdParam && !openLatestUnread) return;
|
||||||
|
|
||||||
|
// For the latest-unread case we need the inbox emails loaded; bail and
|
||||||
|
// let the effect re-run once `emails` is populated.
|
||||||
|
if (openLatestUnread && emails.length === 0) return;
|
||||||
|
|
||||||
|
notificationParamHandledRef.current = true;
|
||||||
|
window.history.replaceState({}, '', window.location.pathname);
|
||||||
|
|
||||||
|
if (emailIdParam) {
|
||||||
|
setLoadingEmail(true);
|
||||||
|
fetchEmailContent(client, emailIdParam).finally(() => setLoadingEmail(false));
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
// emails are sorted receivedAt-desc, so the first unread is the newest.
|
||||||
|
const newestUnread = emails.find(e => !e.keywords?.$seen);
|
||||||
|
if (newestUnread) {
|
||||||
|
selectEmail(newestUnread);
|
||||||
|
}
|
||||||
|
}, [isAuthenticated, client, mailboxes.length, emails, fetchEmailContent, selectEmail, setLoadingEmail]);
|
||||||
|
|
||||||
// Auto-fetch full email content when an email is auto-selected (e.g. after delete/archive)
|
// Auto-fetch full email content when an email is auto-selected (e.g. after delete/archive)
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
if (!selectedEmail || !client) return;
|
if (!selectedEmail || !client) return;
|
||||||
// If the email lacks bodyValues, it was auto-selected from the list and needs full content
|
// If the email lacks bodyValues, it was auto-selected from the list and needs full content.
|
||||||
if (!selectedEmail.bodyValues) {
|
// Skip when handleEmailSelect already started a fetch (it sets isLoadingEmail before
|
||||||
|
// calling selectEmail on the stub), to avoid a duplicate request.
|
||||||
|
if (!selectedEmail.bodyValues && !isLoadingEmail) {
|
||||||
const perAccountClient = isUnifiedView && selectedEmail.accountId
|
const perAccountClient = isUnifiedView && selectedEmail.accountId
|
||||||
? useAuthStore.getState().getClientForAccount(selectedEmail.accountId)
|
? useAuthStore.getState().getClientForAccount(selectedEmail.accountId)
|
||||||
: undefined;
|
: undefined;
|
||||||
@@ -694,6 +894,8 @@ export default function Home() {
|
|||||||
fromName?: string;
|
fromName?: string;
|
||||||
identityId?: string;
|
identityId?: string;
|
||||||
attachments?: Array<{ blobId: string; name: string; type: string; size: number; disposition?: 'attachment' | 'inline'; cid?: string }>;
|
attachments?: Array<{ blobId: string; name: string; type: string; size: number; disposition?: 'attachment' | 'inline'; cid?: string }>;
|
||||||
|
inReplyTo?: string[];
|
||||||
|
references?: string[];
|
||||||
}) => {
|
}) => {
|
||||||
if (!client) return;
|
if (!client) return;
|
||||||
|
|
||||||
@@ -701,7 +903,7 @@ export default function Home() {
|
|||||||
const effectiveMode = pendingDraft?.mode ?? composerMode;
|
const effectiveMode = pendingDraft?.mode ?? composerMode;
|
||||||
const originalEmailId = selectedEmail?.id;
|
const originalEmailId = selectedEmail?.id;
|
||||||
|
|
||||||
await sendEmail(client, data.to, data.subject, data.body, data.cc, data.bcc, data.identityId, data.fromEmail, data.draftId, data.fromName, data.htmlBody, data.attachments);
|
await sendEmail(client, data.to, data.subject, data.body, data.cc, data.bcc, data.identityId, data.fromEmail, data.draftId, data.fromName, data.htmlBody, data.attachments, data.inReplyTo, data.references);
|
||||||
setShowComposer(false);
|
setShowComposer(false);
|
||||||
|
|
||||||
// Mark the original email with $answered or $forwarded keyword
|
// Mark the original email with $answered or $forwarded keyword
|
||||||
@@ -736,7 +938,15 @@ export default function Home() {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
const handleReply = (draftText?: string) => {
|
const handleReply = async (draftText?: string) => {
|
||||||
|
if (selectedEmail) {
|
||||||
|
const ok = await emailHooks.onBeforeReply.intercept({
|
||||||
|
originalEmailId: selectedEmail.id,
|
||||||
|
originalEmail: emailToReadView(selectedEmail),
|
||||||
|
mode: 'reply' as const,
|
||||||
|
});
|
||||||
|
if (!ok) return;
|
||||||
|
}
|
||||||
setComposerDraftText(draftText || "");
|
setComposerDraftText(draftText || "");
|
||||||
setComposerMode('reply');
|
setComposerMode('reply');
|
||||||
setShowComposer(true);
|
setShowComposer(true);
|
||||||
@@ -795,13 +1005,29 @@ export default function Home() {
|
|||||||
if (isMobile) setActiveView('viewer');
|
if (isMobile) setActiveView('viewer');
|
||||||
};
|
};
|
||||||
|
|
||||||
const handleReplyAll = () => {
|
const handleReplyAll = async () => {
|
||||||
|
if (selectedEmail) {
|
||||||
|
const ok = await emailHooks.onBeforeReplyAll.intercept({
|
||||||
|
originalEmailId: selectedEmail.id,
|
||||||
|
originalEmail: emailToReadView(selectedEmail),
|
||||||
|
mode: 'reply-all' as const,
|
||||||
|
});
|
||||||
|
if (!ok) return;
|
||||||
|
}
|
||||||
setComposerMode('replyAll');
|
setComposerMode('replyAll');
|
||||||
setShowComposer(true);
|
setShowComposer(true);
|
||||||
if (isMobile) setActiveView('viewer');
|
if (isMobile) setActiveView('viewer');
|
||||||
};
|
};
|
||||||
|
|
||||||
const handleForward = () => {
|
const handleForward = async () => {
|
||||||
|
if (selectedEmail) {
|
||||||
|
const ok = await emailHooks.onBeforeForward.intercept({
|
||||||
|
originalEmailId: selectedEmail.id,
|
||||||
|
originalEmail: emailToReadView(selectedEmail),
|
||||||
|
mode: 'forward' as const,
|
||||||
|
});
|
||||||
|
if (!ok) return;
|
||||||
|
}
|
||||||
setComposerMode('forward');
|
setComposerMode('forward');
|
||||||
setShowComposer(true);
|
setShowComposer(true);
|
||||||
if (isMobile) setActiveView('viewer');
|
if (isMobile) setActiveView('viewer');
|
||||||
@@ -833,13 +1059,24 @@ export default function Home() {
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
// Not in trash: always move to trash
|
// Not in trash: always move to trash
|
||||||
const trashMailbox = mailboxes.find(m => m.role === 'trash' && !m.isShared);
|
const trashMailbox =
|
||||||
|
mailboxes.find(m => m.role === 'trash' && !m.isShared) ??
|
||||||
|
mailboxes.find(m => {
|
||||||
|
if (m.isShared) return false;
|
||||||
|
const lower = m.name.toLowerCase();
|
||||||
|
return lower.includes('trash') || lower.includes('deleted');
|
||||||
|
});
|
||||||
if (trashMailbox) {
|
if (trashMailbox) {
|
||||||
try {
|
try {
|
||||||
await moveToMailbox(client, emailToDelete.id, trashMailbox.id);
|
await moveToMailbox(client, emailToDelete.id, trashMailbox.id);
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error("Failed to move email to trash:", error);
|
console.error("Failed to move email to trash:", error);
|
||||||
|
const { toast } = await import('sonner');
|
||||||
|
toast.error(error instanceof Error ? error.message : 'Failed to move email to trash');
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
const { toast } = await import('sonner');
|
||||||
|
toast.error('Trash mailbox not found - cannot move email to trash');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
@@ -987,11 +1224,9 @@ export default function Home() {
|
|||||||
// Update email keywords via JMAP
|
// Update email keywords via JMAP
|
||||||
await client.updateEmailKeywords(emailId, keywords);
|
await client.updateEmailKeywords(emailId, keywords);
|
||||||
|
|
||||||
// Update local state
|
// Patch the email in place so the list keeps its scroll/pagination state
|
||||||
selectEmail(email.id === selectedEmail?.id ? { ...email, keywords } : selectedEmail);
|
// instead of being reset to the first page by a full refetch.
|
||||||
|
setEmailKeywordsLocal(emailId, keywords);
|
||||||
// Refresh emails list to show color in list
|
|
||||||
await fetchEmails(client, selectedMailbox);
|
|
||||||
|
|
||||||
// Refresh tag counts
|
// Refresh tag counts
|
||||||
fetchTagCounts(client);
|
fetchTagCounts(client);
|
||||||
@@ -1393,6 +1628,12 @@ export default function Home() {
|
|||||||
|
|
||||||
const originalEmailId = selectedEmail.id;
|
const originalEmailId = selectedEmail.id;
|
||||||
|
|
||||||
|
// RFC 5322 §3.6.4 threading — keep the conversation stitched together (#234).
|
||||||
|
const threading = computeReplyThreadingHeaders({
|
||||||
|
messageId: selectedEmail.messageId,
|
||||||
|
references: selectedEmail.references,
|
||||||
|
});
|
||||||
|
|
||||||
// Send reply with just the body text
|
// Send reply with just the body text
|
||||||
await sendEmail(
|
await sendEmail(
|
||||||
client,
|
client,
|
||||||
@@ -1404,7 +1645,11 @@ export default function Home() {
|
|||||||
primaryIdentity?.id,
|
primaryIdentity?.id,
|
||||||
primaryIdentity?.email,
|
primaryIdentity?.email,
|
||||||
undefined,
|
undefined,
|
||||||
primaryIdentity?.name || undefined
|
primaryIdentity?.name || undefined,
|
||||||
|
undefined,
|
||||||
|
undefined,
|
||||||
|
threading?.inReplyTo,
|
||||||
|
threading?.references,
|
||||||
);
|
);
|
||||||
|
|
||||||
// Mark the original email as answered
|
// Mark the original email as answered
|
||||||
@@ -1446,7 +1691,13 @@ export default function Home() {
|
|||||||
setShowComposer(false);
|
setShowComposer(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Set loading state immediately (keep current email visible)
|
// Show the list stub immediately so subject/sender render without
|
||||||
|
// waiting for the body fetch — avoids the loading flicker.
|
||||||
|
const listEmail = emails.find(e => e.id === email.id);
|
||||||
|
if (listEmail) {
|
||||||
|
selectEmail(listEmail);
|
||||||
|
}
|
||||||
|
|
||||||
setLoadingEmail(true);
|
setLoadingEmail(true);
|
||||||
|
|
||||||
// On mobile, switch to viewer
|
// On mobile, switch to viewer
|
||||||
@@ -1463,7 +1714,6 @@ export default function Home() {
|
|||||||
try {
|
try {
|
||||||
// In unified view each email carries its own accountId. Use that
|
// In unified view each email carries its own accountId. Use that
|
||||||
// account's client so we fetch from the server that actually owns it.
|
// account's client so we fetch from the server that actually owns it.
|
||||||
const listEmail = emails.find(e => e.id === email.id);
|
|
||||||
const emailAccountId = isUnifiedView ? listEmail?.accountId : undefined;
|
const emailAccountId = isUnifiedView ? listEmail?.accountId : undefined;
|
||||||
const perAccountClient = emailAccountId
|
const perAccountClient = emailAccountId
|
||||||
? useAuthStore.getState().getClientForAccount(emailAccountId)
|
? useAuthStore.getState().getClientForAccount(emailAccountId)
|
||||||
@@ -2055,6 +2305,9 @@ export default function Home() {
|
|||||||
htmlBody: selectedEmail.bodyValues?.[selectedEmail.htmlBody?.[0]?.partId || '']?.value || undefined,
|
htmlBody: selectedEmail.bodyValues?.[selectedEmail.htmlBody?.[0]?.partId || '']?.value || undefined,
|
||||||
receivedAt: selectedEmail.receivedAt,
|
receivedAt: selectedEmail.receivedAt,
|
||||||
attachments: selectedEmail.attachments,
|
attachments: selectedEmail.attachments,
|
||||||
|
messageId: selectedEmail.messageId,
|
||||||
|
inReplyTo: selectedEmail.inReplyTo,
|
||||||
|
references: selectedEmail.references,
|
||||||
} : undefined)}
|
} : undefined)}
|
||||||
initialDraftText={composerDraftText}
|
initialDraftText={composerDraftText}
|
||||||
initialData={pendingDraft}
|
initialData={pendingDraft}
|
||||||
|
|||||||
@@ -213,6 +213,22 @@ export default function SettingsPage() {
|
|||||||
}
|
}
|
||||||
}, [initialCheckDone, isAuthenticated, authLoading]);
|
}, [initialCheckDone, isAuthenticated, authLoading]);
|
||||||
|
|
||||||
|
// Sync the mobile submenu view with browser history so the system back
|
||||||
|
// button (or gesture) returns to the settings list before exiting /settings.
|
||||||
|
useEffect(() => {
|
||||||
|
if (isDesktop) return;
|
||||||
|
if (typeof window === 'undefined') return;
|
||||||
|
if (!mobileShowContent) return;
|
||||||
|
|
||||||
|
window.history.pushState({ __settingsSubmenu: true }, '');
|
||||||
|
|
||||||
|
const handlePop = () => {
|
||||||
|
setMobileShowContent(false);
|
||||||
|
};
|
||||||
|
window.addEventListener('popstate', handlePop);
|
||||||
|
return () => window.removeEventListener('popstate', handlePop);
|
||||||
|
}, [isDesktop, mobileShowContent]);
|
||||||
|
|
||||||
if (!isAuthenticated) {
|
if (!isAuthenticated) {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
@@ -321,7 +337,7 @@ export default function SettingsPage() {
|
|||||||
<Button
|
<Button
|
||||||
variant="ghost"
|
variant="ghost"
|
||||||
size="icon"
|
size="icon"
|
||||||
onClick={() => setMobileShowContent(false)}
|
onClick={() => window.history.back()}
|
||||||
className="h-10 w-10"
|
className="h-10 w-10"
|
||||||
>
|
>
|
||||||
<ArrowLeft className="w-5 h-5" />
|
<ArrowLeft className="w-5 h-5" />
|
||||||
@@ -330,9 +346,7 @@ export default function SettingsPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="flex-1 overflow-y-auto p-4">
|
<div className="flex-1 overflow-y-auto p-4">
|
||||||
<div className="bg-card border border-border rounded-lg p-4">
|
{renderTabContent()}
|
||||||
{renderTabContent()}
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<NavigationRail
|
<NavigationRail
|
||||||
@@ -515,17 +529,8 @@ export default function SettingsPage() {
|
|||||||
/>
|
/>
|
||||||
|
|
||||||
<div className="flex-1 overflow-y-auto">
|
<div className="flex-1 overflow-y-auto">
|
||||||
<div className="max-w-3xl mx-auto p-8">
|
<div className="max-w-3xl mx-auto px-6 py-6">
|
||||||
<div className="mb-6">
|
{renderTabContent()}
|
||||||
<div className="flex items-center gap-2.5 mb-2">
|
|
||||||
<SettingsIcon className="w-6 h-6 text-muted-foreground" />
|
|
||||||
<h1 className="text-2xl font-semibold text-foreground">{t('title')}</h1>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div className="bg-card border border-border rounded-lg p-6">
|
|
||||||
{renderTabContent()}
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</>
|
</>
|
||||||
|
|||||||
+12
-12
@@ -129,8 +129,8 @@ export default function AdminAuthPage() {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="space-y-6">
|
<div className="space-y-6">
|
||||||
<div className="flex items-center justify-between">
|
<div className="flex flex-wrap items-start justify-between gap-3">
|
||||||
<div>
|
<div className="min-w-0">
|
||||||
<h1 className="text-2xl font-semibold text-foreground">Authentication</h1>
|
<h1 className="text-2xl font-semibold text-foreground">Authentication</h1>
|
||||||
<p className="text-sm text-muted-foreground mt-1">OAuth, SSO, and session configuration</p>
|
<p className="text-sm text-muted-foreground mt-1">OAuth, SSO, and session configuration</p>
|
||||||
</div>
|
</div>
|
||||||
@@ -154,7 +154,7 @@ export default function AdminAuthPage() {
|
|||||||
|
|
||||||
{/* Auto-setup */}
|
{/* Auto-setup */}
|
||||||
<div className="rounded-lg border border-primary/30 bg-primary/5 p-4">
|
<div className="rounded-lg border border-primary/30 bg-primary/5 p-4">
|
||||||
<div className="flex items-start justify-between gap-4">
|
<div className="flex flex-col sm:flex-row sm:items-start sm:justify-between gap-3 sm:gap-4">
|
||||||
<div className="min-w-0">
|
<div className="min-w-0">
|
||||||
<div className="flex items-center gap-2">
|
<div className="flex items-center gap-2">
|
||||||
<Sparkles className="w-4 h-4 text-primary shrink-0" />
|
<Sparkles className="w-4 h-4 text-primary shrink-0" />
|
||||||
@@ -314,7 +314,7 @@ function Text({ label, description, configKey, value, source, onChange, onRevert
|
|||||||
onChange: (k: string, v: unknown) => void; onRevert: (k: string) => void; placeholder?: string; type?: string;
|
onChange: (k: string, v: unknown) => void; onRevert: (k: string) => void; placeholder?: string; type?: string;
|
||||||
}) {
|
}) {
|
||||||
return (
|
return (
|
||||||
<div className="px-4 py-3 flex items-center justify-between gap-4">
|
<div className="px-4 py-3 flex flex-col gap-2 sm:flex-row sm:items-center sm:justify-between sm:gap-4">
|
||||||
<div className="min-w-0">
|
<div className="min-w-0">
|
||||||
<div className="flex items-center gap-2">
|
<div className="flex items-center gap-2">
|
||||||
<span className="text-sm text-foreground">{label}</span>
|
<span className="text-sm text-foreground">{label}</span>
|
||||||
@@ -322,11 +322,11 @@ function Text({ label, description, configKey, value, source, onChange, onRevert
|
|||||||
</div>
|
</div>
|
||||||
{description && <p className="text-xs text-muted-foreground mt-0.5">{description}</p>}
|
{description && <p className="text-xs text-muted-foreground mt-0.5">{description}</p>}
|
||||||
</div>
|
</div>
|
||||||
<div className="flex items-center gap-2">
|
<div className="flex items-center gap-2 w-full sm:w-auto">
|
||||||
<input type={type} value={value ?? ''} onChange={(e) => onChange(configKey, e.target.value)} placeholder={placeholder}
|
<input type={type} value={value ?? ''} onChange={(e) => onChange(configKey, e.target.value)} placeholder={placeholder}
|
||||||
className="h-8 w-64 rounded-md border border-input bg-background px-2.5 text-sm text-foreground placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring" />
|
className="h-8 w-full sm:w-64 rounded-md border border-input bg-background px-2.5 text-sm text-foreground placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring" />
|
||||||
{source === 'admin' && (
|
{source === 'admin' && (
|
||||||
<button onClick={() => onRevert(configKey)} className="text-muted-foreground hover:text-foreground" title="Revert"><RotateCcw className="w-3.5 h-3.5" /></button>
|
<button onClick={() => onRevert(configKey)} className="shrink-0 text-muted-foreground hover:text-foreground" title="Revert"><RotateCcw className="w-3.5 h-3.5" /></button>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -338,7 +338,7 @@ function Toggle({ label, description, configKey, value, source, onChange, onReve
|
|||||||
onChange: (k: string, v: unknown) => void; onRevert: (k: string) => void;
|
onChange: (k: string, v: unknown) => void; onRevert: (k: string) => void;
|
||||||
}) {
|
}) {
|
||||||
return (
|
return (
|
||||||
<div className="px-4 py-3 flex items-center justify-between gap-4">
|
<div className="px-4 py-3 flex flex-col gap-2 sm:flex-row sm:items-center sm:justify-between sm:gap-4">
|
||||||
<div className="min-w-0">
|
<div className="min-w-0">
|
||||||
<div className="flex items-center gap-2">
|
<div className="flex items-center gap-2">
|
||||||
<span className="text-sm text-foreground">{label}</span>
|
<span className="text-sm text-foreground">{label}</span>
|
||||||
@@ -346,7 +346,7 @@ function Toggle({ label, description, configKey, value, source, onChange, onReve
|
|||||||
</div>
|
</div>
|
||||||
{description && <p className="text-xs text-muted-foreground mt-0.5">{description}</p>}
|
{description && <p className="text-xs text-muted-foreground mt-0.5">{description}</p>}
|
||||||
</div>
|
</div>
|
||||||
<div className="flex items-center gap-2">
|
<div className="flex items-center gap-2 shrink-0">
|
||||||
<button onClick={() => onChange(configKey, !value)}
|
<button onClick={() => onChange(configKey, !value)}
|
||||||
className={`relative inline-flex h-5 w-9 items-center rounded-full transition-colors ${value ? 'bg-primary' : 'bg-muted-foreground/25 dark:bg-muted-foreground/50'}`}>
|
className={`relative inline-flex h-5 w-9 items-center rounded-full transition-colors ${value ? 'bg-primary' : 'bg-muted-foreground/25 dark:bg-muted-foreground/50'}`}>
|
||||||
<span className={`inline-block h-3.5 w-3.5 transform rounded-full bg-background shadow transition-transform ${value ? 'translate-x-[18px]' : 'translate-x-[3px]'}`} />
|
<span className={`inline-block h-3.5 w-3.5 transform rounded-full bg-background shadow transition-transform ${value ? 'translate-x-[18px]' : 'translate-x-[3px]'}`} />
|
||||||
@@ -364,12 +364,12 @@ function Select({ label, configKey, value, source, options, onChange, onRevert }
|
|||||||
onChange: (k: string, v: unknown) => void; onRevert: (k: string) => void;
|
onChange: (k: string, v: unknown) => void; onRevert: (k: string) => void;
|
||||||
}) {
|
}) {
|
||||||
return (
|
return (
|
||||||
<div className="px-4 py-3 flex items-center justify-between gap-4">
|
<div className="px-4 py-3 flex flex-col gap-2 sm:flex-row sm:items-center sm:justify-between sm:gap-4">
|
||||||
<div className="flex items-center gap-2">
|
<div className="flex items-center gap-2 min-w-0">
|
||||||
<span className="text-sm text-foreground">{label}</span>
|
<span className="text-sm text-foreground">{label}</span>
|
||||||
<SourceBadge source={source} />
|
<SourceBadge source={source} />
|
||||||
</div>
|
</div>
|
||||||
<div className="flex items-center gap-2">
|
<div className="flex items-center gap-2 shrink-0">
|
||||||
<select value={value ?? ''} onChange={(e) => onChange(configKey, e.target.value)}
|
<select value={value ?? ''} onChange={(e) => onChange(configKey, e.target.value)}
|
||||||
className="h-8 rounded-md border border-input bg-background px-2.5 text-sm text-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring">
|
className="h-8 rounded-md border border-input bg-background px-2.5 text-sm text-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring">
|
||||||
{options.map(o => <option key={o} value={o}>{o}</option>)}
|
{options.map(o => <option key={o} value={o}>{o}</option>)}
|
||||||
|
|||||||
+10
-10
@@ -162,8 +162,8 @@ export default function AdminBrandingPage() {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="space-y-6">
|
<div className="space-y-6">
|
||||||
<div className="flex items-center justify-between">
|
<div className="flex flex-wrap items-start justify-between gap-3">
|
||||||
<div>
|
<div className="min-w-0">
|
||||||
<h1 className="text-2xl font-semibold text-foreground">Branding</h1>
|
<h1 className="text-2xl font-semibold text-foreground">Branding</h1>
|
||||||
<p className="text-sm text-muted-foreground mt-1">Customize logos, favicon, and company information</p>
|
<p className="text-sm text-muted-foreground mt-1">Customize logos, favicon, and company information</p>
|
||||||
</div>
|
</div>
|
||||||
@@ -193,22 +193,22 @@ export default function AdminBrandingPage() {
|
|||||||
<div className="divide-y divide-border">
|
<div className="divide-y divide-border">
|
||||||
{IMAGE_FIELDS.map(field => (
|
{IMAGE_FIELDS.map(field => (
|
||||||
<div key={field.key} className="px-4 py-3">
|
<div key={field.key} className="px-4 py-3">
|
||||||
<div className="flex items-center justify-between gap-4">
|
<div className="flex flex-col gap-2 sm:flex-row sm:items-center sm:justify-between sm:gap-4">
|
||||||
<div className="flex items-center gap-2 min-w-0">
|
<div className="flex items-center gap-2 min-w-0">
|
||||||
<label className="text-sm text-foreground whitespace-nowrap">{field.label}</label>
|
<label className="text-sm text-foreground">{field.label}</label>
|
||||||
{config[field.key]?.source === 'admin' && (
|
{config[field.key]?.source === 'admin' && (
|
||||||
<span className="text-[10px] font-medium uppercase tracking-wider px-1.5 py-0.5 rounded bg-primary/10 text-primary">
|
<span className="text-[10px] font-medium uppercase tracking-wider px-1.5 py-0.5 rounded bg-primary/10 text-primary">
|
||||||
{isUploadedFile(field.key) ? 'uploaded' : 'admin'}
|
{isUploadedFile(field.key) ? 'uploaded' : 'admin'}
|
||||||
</span>
|
</span>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
<div className="flex items-center gap-2">
|
<div className="flex items-center gap-2 w-full sm:w-auto">
|
||||||
<input
|
<input
|
||||||
type="text"
|
type="text"
|
||||||
value={currentValue(field.key)}
|
value={currentValue(field.key)}
|
||||||
onChange={(e) => handleChange(field.key, e.target.value)}
|
onChange={(e) => handleChange(field.key, e.target.value)}
|
||||||
placeholder="Enter URL or upload a file"
|
placeholder="Enter URL or upload a file"
|
||||||
className="h-8 w-64 rounded-md border border-input bg-background px-2.5 text-sm text-foreground placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring"
|
className="h-8 w-full sm:w-64 min-w-0 rounded-md border border-input bg-background px-2.5 text-sm text-foreground placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring"
|
||||||
/>
|
/>
|
||||||
<input
|
<input
|
||||||
ref={el => { fileInputRefs.current[field.key] = el; }}
|
ref={el => { fileInputRefs.current[field.key] = el; }}
|
||||||
@@ -270,20 +270,20 @@ export default function AdminBrandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
<div className="divide-y divide-border">
|
<div className="divide-y divide-border">
|
||||||
{TEXT_FIELDS.map(field => (
|
{TEXT_FIELDS.map(field => (
|
||||||
<div key={field.key} className="px-4 py-3 flex items-center justify-between gap-4">
|
<div key={field.key} className="px-4 py-3 flex flex-col gap-2 sm:flex-row sm:items-center sm:justify-between sm:gap-4">
|
||||||
<div className="flex items-center gap-2 min-w-0">
|
<div className="flex items-center gap-2 min-w-0">
|
||||||
<label className="text-sm text-foreground whitespace-nowrap">{field.label}</label>
|
<label className="text-sm text-foreground">{field.label}</label>
|
||||||
{config[field.key]?.source === 'admin' && (
|
{config[field.key]?.source === 'admin' && (
|
||||||
<span className="text-[10px] font-medium uppercase tracking-wider px-1.5 py-0.5 rounded bg-primary/10 text-primary">admin</span>
|
<span className="text-[10px] font-medium uppercase tracking-wider px-1.5 py-0.5 rounded bg-primary/10 text-primary">admin</span>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
<div className="flex items-center gap-2">
|
<div className="flex items-center gap-2 w-full sm:w-auto">
|
||||||
<input
|
<input
|
||||||
type="text"
|
type="text"
|
||||||
value={currentValue(field.key)}
|
value={currentValue(field.key)}
|
||||||
onChange={(e) => handleChange(field.key, e.target.value)}
|
onChange={(e) => handleChange(field.key, e.target.value)}
|
||||||
placeholder={field.key.includes('Url') ? 'https://...' : 'Enter value'}
|
placeholder={field.key.includes('Url') ? 'https://...' : 'Enter value'}
|
||||||
className="h-8 w-72 rounded-md border border-input bg-background px-2.5 text-sm text-foreground placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring"
|
className="h-8 w-full sm:w-72 min-w-0 rounded-md border border-input bg-background px-2.5 text-sm text-foreground placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring"
|
||||||
/>
|
/>
|
||||||
{config[field.key]?.source === 'admin' && (
|
{config[field.key]?.source === 'admin' && (
|
||||||
<button onClick={() => handleRevert(field.key)} className="text-muted-foreground hover:text-foreground" title="Revert to default">
|
<button onClick={() => handleRevert(field.key)} className="text-muted-foreground hover:text-foreground" title="Revert to default">
|
||||||
|
|||||||
+226
-63
@@ -14,12 +14,16 @@ import {
|
|||||||
KeyRound,
|
KeyRound,
|
||||||
Puzzle,
|
Puzzle,
|
||||||
SwatchBook,
|
SwatchBook,
|
||||||
|
Activity,
|
||||||
|
Package,
|
||||||
Mail,
|
Mail,
|
||||||
Calendar,
|
Calendar,
|
||||||
BookUser,
|
BookUser,
|
||||||
HardDrive,
|
HardDrive,
|
||||||
ArrowLeft,
|
ArrowLeft,
|
||||||
Store,
|
Store,
|
||||||
|
Menu,
|
||||||
|
X,
|
||||||
} from 'lucide-react';
|
} from 'lucide-react';
|
||||||
import { cn } from '@/lib/utils';
|
import { cn } from '@/lib/utils';
|
||||||
import { useConfig } from '@/hooks/use-config';
|
import { useConfig } from '@/hooks/use-config';
|
||||||
@@ -27,6 +31,7 @@ import { useThemeStore } from '@/stores/theme-store';
|
|||||||
import { getActiveAccountSlotHeaders } from '@/lib/auth/active-account-slot';
|
import { getActiveAccountSlotHeaders } from '@/lib/auth/active-account-slot';
|
||||||
|
|
||||||
import { useAuthStore } from '@/stores/auth-store';
|
import { useAuthStore } from '@/stores/auth-store';
|
||||||
|
import { useUpdateStore, selectHasUpdate } from '@/stores/update-store';
|
||||||
import { apiFetch } from '@/lib/browser-navigation';
|
import { apiFetch } from '@/lib/browser-navigation';
|
||||||
|
|
||||||
const NAV_GROUPS = [
|
const NAV_GROUPS = [
|
||||||
@@ -56,6 +61,8 @@ const NAV_GROUPS = [
|
|||||||
{
|
{
|
||||||
label: 'System',
|
label: 'System',
|
||||||
items: [
|
items: [
|
||||||
|
{ href: '/admin/version', label: 'Version', icon: Package },
|
||||||
|
{ href: '/admin/telemetry', label: 'Telemetry', icon: Activity },
|
||||||
{ href: '/admin/logs', label: 'Audit Log', icon: ScrollText },
|
{ href: '/admin/logs', label: 'Audit Log', icon: ScrollText },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
@@ -67,12 +74,33 @@ export default function AdminLayout({ children }: { children: React.ReactNode })
|
|||||||
const [authenticated, setAuthenticated] = useState<boolean | null>(null);
|
const [authenticated, setAuthenticated] = useState<boolean | null>(null);
|
||||||
const [authError, setAuthError] = useState<string | null>(null);
|
const [authError, setAuthError] = useState<string | null>(null);
|
||||||
const [isStalwartAdmin, setIsStalwartAdmin] = useState(false);
|
const [isStalwartAdmin, setIsStalwartAdmin] = useState(false);
|
||||||
|
const [mobileNavOpen, setMobileNavOpen] = useState(false);
|
||||||
const { appLogoLightUrl, appLogoDarkUrl, loginLogoLightUrl, loginLogoDarkUrl } = useConfig();
|
const { appLogoLightUrl, appLogoDarkUrl, loginLogoLightUrl, loginLogoDarkUrl } = useConfig();
|
||||||
const resolvedTheme = useThemeStore((s) => s.resolvedTheme);
|
const resolvedTheme = useThemeStore((s) => s.resolvedTheme);
|
||||||
const logoUrl = resolvedTheme === 'dark'
|
const logoUrl = resolvedTheme === 'dark'
|
||||||
? (appLogoDarkUrl || appLogoLightUrl || loginLogoDarkUrl)
|
? (appLogoDarkUrl || appLogoLightUrl || loginLogoDarkUrl)
|
||||||
: (appLogoLightUrl || appLogoDarkUrl || loginLogoLightUrl);
|
: (appLogoLightUrl || appLogoDarkUrl || loginLogoLightUrl);
|
||||||
|
|
||||||
|
// Match the navigation rail: red for security/deprecated, amber for normal.
|
||||||
|
const hasUpdate = useUpdateStore(selectHasUpdate);
|
||||||
|
const updateSeverity = useUpdateStore((s) => s.status?.severity);
|
||||||
|
const startUpdatePolling = useUpdateStore((s) => s.startPolling);
|
||||||
|
useEffect(() => { startUpdatePolling(); }, [startUpdatePolling]);
|
||||||
|
const updateImportant = updateSeverity === 'security' || updateSeverity === 'deprecated';
|
||||||
|
|
||||||
|
useEffect(() => {
|
||||||
|
setMobileNavOpen(false);
|
||||||
|
}, [pathname]);
|
||||||
|
|
||||||
|
useEffect(() => {
|
||||||
|
if (!mobileNavOpen) return;
|
||||||
|
const previous = document.body.style.overflow;
|
||||||
|
document.body.style.overflow = 'hidden';
|
||||||
|
return () => {
|
||||||
|
document.body.style.overflow = previous;
|
||||||
|
};
|
||||||
|
}, [mobileNavOpen]);
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
if (pathname === '/admin/login') return;
|
if (pathname === '/admin/login') return;
|
||||||
let cancelled = false;
|
let cancelled = false;
|
||||||
@@ -138,10 +166,90 @@ export default function AdminLayout({ children }: { children: React.ReactNode })
|
|||||||
return <>{children}</>;
|
return <>{children}</>;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const navContent = (
|
||||||
|
<>
|
||||||
|
<div className="flex-1 overflow-y-auto py-2">
|
||||||
|
<div className="px-2 space-y-0.5">
|
||||||
|
{NAV_GROUPS.map((group, groupIndex) => (
|
||||||
|
<div key={group.label}>
|
||||||
|
{groupIndex > 0 && <div className="mx-1 my-2 border-t border-border" />}
|
||||||
|
<div className="px-3 pt-2.5 pb-1">
|
||||||
|
<span className="text-[11px] font-semibold uppercase tracking-wider text-muted-foreground">
|
||||||
|
{group.label}
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
{group.items.map(({ href, label, icon: Icon }) => {
|
||||||
|
const active = href === '/admin' ? pathname === '/admin' : pathname.startsWith(href);
|
||||||
|
const showDot = href === '/admin/version' && hasUpdate;
|
||||||
|
return (
|
||||||
|
<Link
|
||||||
|
key={href}
|
||||||
|
href={href}
|
||||||
|
className={cn(
|
||||||
|
'w-full text-left px-3 py-2 rounded-md text-sm transition-colors duration-150 flex items-center gap-2.5',
|
||||||
|
active
|
||||||
|
? 'bg-accent text-accent-foreground font-medium'
|
||||||
|
: 'hover:bg-muted text-foreground'
|
||||||
|
)}
|
||||||
|
>
|
||||||
|
<span className="relative shrink-0">
|
||||||
|
<Icon className={cn(
|
||||||
|
'w-4 h-4',
|
||||||
|
active ? 'text-accent-foreground' : 'text-muted-foreground'
|
||||||
|
)} />
|
||||||
|
{showDot && (
|
||||||
|
<span
|
||||||
|
className={cn(
|
||||||
|
'absolute -top-0.5 -right-0.5 w-2 h-2 rounded-full ring-2',
|
||||||
|
active ? 'ring-accent' : 'ring-background',
|
||||||
|
updateImportant ? 'bg-red-500' : 'bg-amber-500',
|
||||||
|
)}
|
||||||
|
aria-label={updateImportant ? 'Important update available' : 'Update available'}
|
||||||
|
/>
|
||||||
|
)}
|
||||||
|
</span>
|
||||||
|
{label}
|
||||||
|
</Link>
|
||||||
|
);
|
||||||
|
})}
|
||||||
|
</div>
|
||||||
|
))}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div className="px-2 py-2 border-t border-border space-y-0.5 shrink-0">
|
||||||
|
{!isStalwartAdmin && (
|
||||||
|
<Link
|
||||||
|
href="/admin/change-password"
|
||||||
|
className={cn(
|
||||||
|
'w-full text-left px-3 py-2 rounded-md text-sm transition-colors duration-150 flex items-center gap-2.5',
|
||||||
|
pathname === '/admin/change-password'
|
||||||
|
? 'bg-accent text-accent-foreground font-medium'
|
||||||
|
: 'hover:bg-muted text-foreground'
|
||||||
|
)}
|
||||||
|
>
|
||||||
|
<KeyRound className={cn(
|
||||||
|
'w-4 h-4 shrink-0',
|
||||||
|
pathname === '/admin/change-password' ? 'text-accent-foreground' : 'text-muted-foreground'
|
||||||
|
)} />
|
||||||
|
Change Password
|
||||||
|
</Link>
|
||||||
|
)}
|
||||||
|
<button
|
||||||
|
onClick={handleLogout}
|
||||||
|
className="w-full text-left px-3 py-2 rounded-md text-sm transition-colors duration-150 flex items-center gap-2.5 hover:bg-muted text-foreground"
|
||||||
|
>
|
||||||
|
<LogOut className="w-4 h-4 shrink-0 text-muted-foreground" />
|
||||||
|
Sign out
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
</>
|
||||||
|
);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="min-h-screen flex bg-background">
|
<div className="min-h-screen flex bg-background">
|
||||||
{/* Slim webmail nav rail */}
|
{/* Slim webmail nav rail (desktop only) */}
|
||||||
<nav className="w-14 bg-secondary flex flex-col items-center py-3 gap-2 border-r border-border sticky top-0 h-screen shrink-0">
|
<nav className="hidden md:flex w-14 bg-secondary flex-col items-center py-3 gap-2 border-r border-border sticky top-0 h-screen shrink-0">
|
||||||
{logoUrl ? (
|
{logoUrl ? (
|
||||||
<img src={logoUrl} alt="" className="w-7 h-7 object-contain mb-2" />
|
<img src={logoUrl} alt="" className="w-7 h-7 object-contain mb-2" />
|
||||||
) : (
|
) : (
|
||||||
@@ -189,8 +297,8 @@ export default function AdminLayout({ children }: { children: React.ReactNode })
|
|||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
{/* Admin Sidebar */}
|
{/* Admin Sidebar (desktop only) */}
|
||||||
<aside className="w-60 border-r border-border bg-secondary flex flex-col sticky top-0 h-screen">
|
<aside className="hidden md:flex w-60 border-r border-border bg-secondary flex-col sticky top-0 h-screen">
|
||||||
<div className="h-14 flex items-center px-4 border-b border-border shrink-0">
|
<div className="h-14 flex items-center px-4 border-b border-border shrink-0">
|
||||||
{logoUrl ? (
|
{logoUrl ? (
|
||||||
<img src={logoUrl} alt="" className="w-5 h-5 object-contain mr-2" />
|
<img src={logoUrl} alt="" className="w-5 h-5 object-contain mr-2" />
|
||||||
@@ -199,74 +307,71 @@ export default function AdminLayout({ children }: { children: React.ReactNode })
|
|||||||
)}
|
)}
|
||||||
<span className="font-semibold text-sm text-foreground">Admin Panel</span>
|
<span className="font-semibold text-sm text-foreground">Admin Panel</span>
|
||||||
</div>
|
</div>
|
||||||
|
{navContent}
|
||||||
|
</aside>
|
||||||
|
|
||||||
<div className="flex-1 overflow-y-auto py-2">
|
{/* Mobile drawer overlay */}
|
||||||
<div className="px-2 space-y-0.5">
|
{mobileNavOpen && (
|
||||||
{NAV_GROUPS.map((group, groupIndex) => (
|
<div
|
||||||
<div key={group.label}>
|
className="md:hidden fixed inset-0 z-40 bg-black/50 backdrop-blur-sm"
|
||||||
{groupIndex > 0 && <div className="mx-1 my-2 border-t border-border" />}
|
onClick={() => setMobileNavOpen(false)}
|
||||||
<div className="px-3 pt-2.5 pb-1">
|
aria-hidden="true"
|
||||||
<span className="text-[11px] font-semibold uppercase tracking-wider text-muted-foreground">
|
/>
|
||||||
{group.label}
|
)}
|
||||||
</span>
|
|
||||||
</div>
|
{/* Mobile drawer */}
|
||||||
{group.items.map(({ href, label, icon: Icon }) => {
|
<aside
|
||||||
const active = href === '/admin' ? pathname === '/admin' : pathname.startsWith(href);
|
className={cn(
|
||||||
return (
|
'md:hidden fixed inset-y-0 left-0 z-50 w-72 max-w-[85vw] border-r border-border bg-secondary flex flex-col transition-transform duration-200 ease-out',
|
||||||
<Link
|
mobileNavOpen ? 'translate-x-0' : '-translate-x-full'
|
||||||
key={href}
|
)}
|
||||||
href={href}
|
aria-label="Admin navigation"
|
||||||
className={cn(
|
aria-hidden={!mobileNavOpen}
|
||||||
'w-full text-left px-3 py-2 rounded-md text-sm transition-colors duration-150 flex items-center gap-2.5',
|
>
|
||||||
active
|
<div className="h-14 flex items-center justify-between px-3 border-b border-border shrink-0">
|
||||||
? 'bg-accent text-accent-foreground font-medium'
|
<div className="flex items-center min-w-0">
|
||||||
: 'hover:bg-muted text-foreground'
|
{logoUrl ? (
|
||||||
)}
|
<img src={logoUrl} alt="" className="w-5 h-5 object-contain mr-2" />
|
||||||
>
|
) : (
|
||||||
<Icon className={cn(
|
<Shield className="w-5 h-5 text-primary mr-2" />
|
||||||
'w-4 h-4 shrink-0',
|
)}
|
||||||
active ? 'text-accent-foreground' : 'text-muted-foreground'
|
<span className="font-semibold text-sm text-foreground truncate">Admin Panel</span>
|
||||||
)} />
|
|
||||||
{label}
|
|
||||||
</Link>
|
|
||||||
);
|
|
||||||
})}
|
|
||||||
</div>
|
|
||||||
))}
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
|
|
||||||
<div className="px-2 py-2 border-t border-border space-y-0.5 shrink-0">
|
|
||||||
{!isStalwartAdmin && (
|
|
||||||
<Link
|
|
||||||
href="/admin/change-password"
|
|
||||||
className={cn(
|
|
||||||
'w-full text-left px-3 py-2 rounded-md text-sm transition-colors duration-150 flex items-center gap-2.5',
|
|
||||||
pathname === '/admin/change-password'
|
|
||||||
? 'bg-accent text-accent-foreground font-medium'
|
|
||||||
: 'hover:bg-muted text-foreground'
|
|
||||||
)}
|
|
||||||
>
|
|
||||||
<KeyRound className={cn(
|
|
||||||
'w-4 h-4 shrink-0',
|
|
||||||
pathname === '/admin/change-password' ? 'text-accent-foreground' : 'text-muted-foreground'
|
|
||||||
)} />
|
|
||||||
Change Password
|
|
||||||
</Link>
|
|
||||||
)}
|
|
||||||
<button
|
<button
|
||||||
onClick={handleLogout}
|
type="button"
|
||||||
className="w-full text-left px-3 py-2 rounded-md text-sm transition-colors duration-150 flex items-center gap-2.5 hover:bg-muted text-foreground"
|
onClick={() => setMobileNavOpen(false)}
|
||||||
|
className="flex items-center justify-center w-9 h-9 rounded-md text-muted-foreground hover:text-foreground hover:bg-muted transition-colors"
|
||||||
|
aria-label="Close navigation"
|
||||||
>
|
>
|
||||||
<LogOut className="w-4 h-4 shrink-0 text-muted-foreground" />
|
<X className="w-5 h-5" />
|
||||||
Sign out
|
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
{navContent}
|
||||||
</aside>
|
</aside>
|
||||||
|
|
||||||
{/* Main content */}
|
{/* Main content */}
|
||||||
<main className="flex-1 overflow-auto">
|
<main className="flex-1 min-w-0 overflow-x-hidden">
|
||||||
<div className="max-w-4xl mx-auto p-6">
|
{/* Mobile header */}
|
||||||
|
<div className="md:hidden sticky top-0 z-30 h-14 flex items-center gap-2 px-3 border-b border-border bg-background">
|
||||||
|
<button
|
||||||
|
type="button"
|
||||||
|
onClick={() => setMobileNavOpen(true)}
|
||||||
|
className="flex items-center justify-center w-9 h-9 rounded-md text-foreground hover:bg-muted transition-colors"
|
||||||
|
aria-label="Open navigation"
|
||||||
|
>
|
||||||
|
<Menu className="w-5 h-5" />
|
||||||
|
</button>
|
||||||
|
<div className="flex items-center min-w-0">
|
||||||
|
{logoUrl ? (
|
||||||
|
<img src={logoUrl} alt="" className="w-5 h-5 object-contain mr-2" />
|
||||||
|
) : (
|
||||||
|
<Shield className="w-5 h-5 text-primary mr-2" />
|
||||||
|
)}
|
||||||
|
<span className="font-semibold text-sm text-foreground truncate">Admin Panel</span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div className="max-w-4xl mx-auto p-4 md:p-6 pb-[calc(4rem+env(safe-area-inset-bottom))] md:pb-6">
|
||||||
{authError ? (
|
{authError ? (
|
||||||
<div className="rounded-lg border border-destructive/40 bg-destructive/10 p-4 text-sm text-destructive">
|
<div className="rounded-lg border border-destructive/40 bg-destructive/10 p-4 text-sm text-destructive">
|
||||||
<p className="font-medium">Admin authentication failed</p>
|
<p className="font-medium">Admin authentication failed</p>
|
||||||
@@ -281,6 +386,64 @@ export default function AdminLayout({ children }: { children: React.ReactNode })
|
|||||||
) : null}
|
) : null}
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
|
{/* Mobile bottom nav (main webmail nav) */}
|
||||||
|
<nav
|
||||||
|
className="md:hidden fixed inset-x-0 bottom-0 z-30 flex items-center bg-background border-t border-border pb-[env(safe-area-inset-bottom)]"
|
||||||
|
aria-label="Main navigation"
|
||||||
|
>
|
||||||
|
<a
|
||||||
|
href="/"
|
||||||
|
className="flex flex-col items-center justify-center gap-1 py-2 px-1 min-h-[44px] grow shrink-0 basis-[64px] transition-colors duration-150 text-muted-foreground hover:text-foreground"
|
||||||
|
title="Mail"
|
||||||
|
>
|
||||||
|
<Mail className="w-5 h-5" />
|
||||||
|
<span className="text-[10px] font-medium leading-tight truncate max-w-full">Mail</span>
|
||||||
|
</a>
|
||||||
|
<a
|
||||||
|
href="/calendar"
|
||||||
|
className="flex flex-col items-center justify-center gap-1 py-2 px-1 min-h-[44px] grow shrink-0 basis-[64px] transition-colors duration-150 text-muted-foreground hover:text-foreground"
|
||||||
|
title="Calendar"
|
||||||
|
>
|
||||||
|
<Calendar className="w-5 h-5" />
|
||||||
|
<span className="text-[10px] font-medium leading-tight truncate max-w-full">Calendar</span>
|
||||||
|
</a>
|
||||||
|
<a
|
||||||
|
href="/contacts"
|
||||||
|
className="flex flex-col items-center justify-center gap-1 py-2 px-1 min-h-[44px] grow shrink-0 basis-[64px] transition-colors duration-150 text-muted-foreground hover:text-foreground"
|
||||||
|
title="Contacts"
|
||||||
|
>
|
||||||
|
<BookUser className="w-5 h-5" />
|
||||||
|
<span className="text-[10px] font-medium leading-tight truncate max-w-full">Contacts</span>
|
||||||
|
</a>
|
||||||
|
<a
|
||||||
|
href="/files"
|
||||||
|
className="flex flex-col items-center justify-center gap-1 py-2 px-1 min-h-[44px] grow shrink-0 basis-[64px] transition-colors duration-150 text-muted-foreground hover:text-foreground"
|
||||||
|
title="Files"
|
||||||
|
>
|
||||||
|
<HardDrive className="w-5 h-5" />
|
||||||
|
<span className="text-[10px] font-medium leading-tight truncate max-w-full">Files</span>
|
||||||
|
</a>
|
||||||
|
<div
|
||||||
|
className="flex flex-col items-center justify-center gap-1 py-2 px-1 min-h-[44px] grow shrink-0 basis-[64px] text-primary"
|
||||||
|
title="Admin"
|
||||||
|
aria-current="page"
|
||||||
|
>
|
||||||
|
<div className="relative">
|
||||||
|
<Shield className="w-5 h-5" />
|
||||||
|
<span className="absolute -bottom-1 left-1/2 -translate-x-1/2 w-4 h-0.5 rounded-full bg-primary" />
|
||||||
|
</div>
|
||||||
|
<span className="text-[10px] font-medium leading-tight truncate max-w-full">Admin</span>
|
||||||
|
</div>
|
||||||
|
<a
|
||||||
|
href="/settings"
|
||||||
|
className="flex flex-col items-center justify-center gap-1 py-2 px-1 min-h-[44px] grow shrink-0 basis-[64px] transition-colors duration-150 text-muted-foreground hover:text-foreground"
|
||||||
|
title="Settings"
|
||||||
|
>
|
||||||
|
<Settings className="w-5 h-5" />
|
||||||
|
<span className="text-[10px] font-medium leading-tight truncate max-w-full">Settings</span>
|
||||||
|
</a>
|
||||||
|
</nav>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
+36
-8
@@ -33,8 +33,8 @@ export default function AdminLogsPage() {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="space-y-6">
|
<div className="space-y-6">
|
||||||
<div className="flex items-center justify-between">
|
<div className="flex flex-wrap items-start justify-between gap-3">
|
||||||
<div>
|
<div className="min-w-0">
|
||||||
<h1 className="text-2xl font-semibold text-foreground">Audit Log</h1>
|
<h1 className="text-2xl font-semibold text-foreground">Audit Log</h1>
|
||||||
<p className="text-sm text-muted-foreground mt-1">{total} total entries</p>
|
<p className="text-sm text-muted-foreground mt-1">{total} total entries</p>
|
||||||
</div>
|
</div>
|
||||||
@@ -52,7 +52,7 @@ export default function AdminLogsPage() {
|
|||||||
<select
|
<select
|
||||||
value={actionFilter}
|
value={actionFilter}
|
||||||
onChange={(e) => { setActionFilter(e.target.value); setPage(1); }}
|
onChange={(e) => { setActionFilter(e.target.value); setPage(1); }}
|
||||||
className="h-8 rounded-md border border-input bg-background px-2.5 text-sm text-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring"
|
className="h-8 w-full sm:w-auto rounded-md border border-input bg-background px-2.5 text-sm text-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring"
|
||||||
>
|
>
|
||||||
<option value="">All actions</option>
|
<option value="">All actions</option>
|
||||||
<option value="admin.login">Login</option>
|
<option value="admin.login">Login</option>
|
||||||
@@ -66,15 +66,43 @@ export default function AdminLogsPage() {
|
|||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* Table */}
|
{/* Mobile cards */}
|
||||||
<div className="border border-border rounded-lg overflow-hidden">
|
<div className="sm:hidden space-y-2">
|
||||||
|
{loading && entries.length === 0 ? (
|
||||||
|
<div className="rounded-lg border border-border px-4 py-8 text-center text-sm text-muted-foreground">Loading...</div>
|
||||||
|
) : entries.length === 0 ? (
|
||||||
|
<div className="rounded-lg border border-border px-4 py-8 text-center text-sm text-muted-foreground">No entries found</div>
|
||||||
|
) : (
|
||||||
|
entries.map((entry, i) => (
|
||||||
|
<div key={i} className="rounded-lg border border-border p-3 space-y-1.5">
|
||||||
|
<div className="flex items-center justify-between gap-2">
|
||||||
|
<span className="text-xs font-mono px-2 py-0.5 rounded bg-muted text-muted-foreground truncate">
|
||||||
|
{entry.action}
|
||||||
|
</span>
|
||||||
|
<span className="text-[11px] text-muted-foreground whitespace-nowrap">
|
||||||
|
{new Date(entry.ts).toLocaleString()}
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
<div className="text-xs text-foreground break-words">
|
||||||
|
{formatDetail(entry.detail)}
|
||||||
|
</div>
|
||||||
|
<div className="text-[11px] text-muted-foreground font-mono">
|
||||||
|
{entry.ip}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
))
|
||||||
|
)}
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{/* Desktop table */}
|
||||||
|
<div className="hidden sm:block border border-border rounded-lg overflow-x-auto">
|
||||||
<table className="w-full text-sm">
|
<table className="w-full text-sm">
|
||||||
<thead>
|
<thead>
|
||||||
<tr className="border-b border-border bg-muted/30">
|
<tr className="border-b border-border bg-muted/30">
|
||||||
<th className="text-left px-4 py-2 font-medium text-muted-foreground">Time</th>
|
<th className="text-left px-4 py-2 font-medium text-muted-foreground whitespace-nowrap">Time</th>
|
||||||
<th className="text-left px-4 py-2 font-medium text-muted-foreground">Action</th>
|
<th className="text-left px-4 py-2 font-medium text-muted-foreground whitespace-nowrap">Action</th>
|
||||||
<th className="text-left px-4 py-2 font-medium text-muted-foreground">Details</th>
|
<th className="text-left px-4 py-2 font-medium text-muted-foreground">Details</th>
|
||||||
<th className="text-left px-4 py-2 font-medium text-muted-foreground">IP</th>
|
<th className="text-left px-4 py-2 font-medium text-muted-foreground whitespace-nowrap">IP</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody className="divide-y divide-border">
|
<tbody className="divide-y divide-border">
|
||||||
|
|||||||
@@ -0,0 +1,544 @@
|
|||||||
|
'use client';
|
||||||
|
|
||||||
|
import { useEffect, useState, useCallback } from 'react';
|
||||||
|
import { useParams } from 'next/navigation';
|
||||||
|
import Link from 'next/link';
|
||||||
|
import {
|
||||||
|
ArrowLeft,
|
||||||
|
Download,
|
||||||
|
Loader2,
|
||||||
|
Puzzle,
|
||||||
|
SwatchBook,
|
||||||
|
Star,
|
||||||
|
Trash2,
|
||||||
|
Check,
|
||||||
|
Settings as SettingsIcon,
|
||||||
|
ExternalLink,
|
||||||
|
Shield,
|
||||||
|
AlertTriangle,
|
||||||
|
FileCode,
|
||||||
|
ChevronDown,
|
||||||
|
ChevronUp,
|
||||||
|
} from 'lucide-react';
|
||||||
|
import { apiFetch } from '@/lib/browser-navigation';
|
||||||
|
|
||||||
|
interface PreviewData {
|
||||||
|
extension: {
|
||||||
|
slug: string;
|
||||||
|
name: string;
|
||||||
|
type: 'plugin' | 'theme';
|
||||||
|
pluginType: string | null;
|
||||||
|
description: string;
|
||||||
|
longDescription: string | null;
|
||||||
|
tags: string[];
|
||||||
|
permissions: string[];
|
||||||
|
totalDownloads: number;
|
||||||
|
featured: boolean;
|
||||||
|
githubRepo: string | null;
|
||||||
|
license: string | null;
|
||||||
|
minAppVersion: string | null;
|
||||||
|
author: {
|
||||||
|
displayName: string;
|
||||||
|
githubLogin: string;
|
||||||
|
avatarUrl: string | null;
|
||||||
|
verified?: boolean;
|
||||||
|
} | null;
|
||||||
|
latestVersion: string | null;
|
||||||
|
versions: Array<{
|
||||||
|
version: string;
|
||||||
|
changelog: string | null;
|
||||||
|
bundleSize: number;
|
||||||
|
minAppVersion: string | null;
|
||||||
|
publishedAt: string | null;
|
||||||
|
permissions: string[];
|
||||||
|
}>;
|
||||||
|
screenshots: Array<{ url: string; altText: string | null }>;
|
||||||
|
themePreviews: Array<{
|
||||||
|
variant: 'light' | 'dark';
|
||||||
|
previewPath: string;
|
||||||
|
colors: Record<string, string> | null;
|
||||||
|
}>;
|
||||||
|
createdAt: string | null;
|
||||||
|
updatedAt: string | null;
|
||||||
|
};
|
||||||
|
bundle: {
|
||||||
|
manifest: Record<string, unknown> | null;
|
||||||
|
source: { name: string; content: string; truncated: boolean } | null;
|
||||||
|
size: number;
|
||||||
|
error: string | null;
|
||||||
|
};
|
||||||
|
installed: boolean;
|
||||||
|
}
|
||||||
|
|
||||||
|
const RISKY_PERMISSIONS = new Set([
|
||||||
|
'mail:write',
|
||||||
|
'mail:delete',
|
||||||
|
'storage:write',
|
||||||
|
'network',
|
||||||
|
'admin',
|
||||||
|
]);
|
||||||
|
|
||||||
|
export default function MarketplacePreviewPage() {
|
||||||
|
const params = useParams();
|
||||||
|
const slug = params.slug as string;
|
||||||
|
|
||||||
|
const [data, setData] = useState<PreviewData | null>(null);
|
||||||
|
const [loading, setLoading] = useState(true);
|
||||||
|
const [error, setError] = useState<string | null>(null);
|
||||||
|
const [installing, setInstalling] = useState(false);
|
||||||
|
const [uninstalling, setUninstalling] = useState(false);
|
||||||
|
const [message, setMessage] = useState<{ type: 'success' | 'error'; text: string } | null>(null);
|
||||||
|
const [showSource, setShowSource] = useState(false);
|
||||||
|
const [showManifest, setShowManifest] = useState(false);
|
||||||
|
|
||||||
|
const fetchPreview = useCallback(async () => {
|
||||||
|
setLoading(true);
|
||||||
|
setError(null);
|
||||||
|
try {
|
||||||
|
const res = await apiFetch(`/api/admin/marketplace/${encodeURIComponent(slug)}`);
|
||||||
|
if (!res.ok) {
|
||||||
|
const body = await res.json().catch(() => ({}));
|
||||||
|
setError(body.error || 'Failed to load preview');
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
setData(await res.json());
|
||||||
|
} catch {
|
||||||
|
setError('Failed to connect to extension directory');
|
||||||
|
} finally {
|
||||||
|
setLoading(false);
|
||||||
|
}
|
||||||
|
}, [slug]);
|
||||||
|
|
||||||
|
useEffect(() => { fetchPreview(); }, [fetchPreview]);
|
||||||
|
|
||||||
|
async function handleInstall() {
|
||||||
|
if (!data) return;
|
||||||
|
setInstalling(true);
|
||||||
|
setMessage(null);
|
||||||
|
try {
|
||||||
|
const res = await apiFetch('/api/admin/marketplace', {
|
||||||
|
method: 'POST',
|
||||||
|
headers: { 'Content-Type': 'application/json' },
|
||||||
|
body: JSON.stringify({
|
||||||
|
slug: data.extension.slug,
|
||||||
|
version: data.extension.latestVersion || '1.0.0',
|
||||||
|
type: data.extension.type,
|
||||||
|
}),
|
||||||
|
});
|
||||||
|
const body = await res.json();
|
||||||
|
if (res.ok) {
|
||||||
|
const warnings = body.warnings?.length ? ` (${body.warnings.length} warning(s))` : '';
|
||||||
|
setMessage({ type: 'success', text: `"${data.extension.name}" installed${warnings}` });
|
||||||
|
setData(prev => prev ? { ...prev, installed: true } : prev);
|
||||||
|
} else {
|
||||||
|
setMessage({ type: 'error', text: body.error || 'Installation failed' });
|
||||||
|
}
|
||||||
|
} catch {
|
||||||
|
setMessage({ type: 'error', text: 'Installation failed - network error' });
|
||||||
|
} finally {
|
||||||
|
setInstalling(false);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
async function handleUninstall() {
|
||||||
|
if (!data) return;
|
||||||
|
if (!confirm(`Remove "${data.extension.name}"? This cannot be undone.`)) return;
|
||||||
|
|
||||||
|
setUninstalling(true);
|
||||||
|
setMessage(null);
|
||||||
|
try {
|
||||||
|
const endpoint = data.extension.type === 'theme'
|
||||||
|
? '/api/admin/themes'
|
||||||
|
: '/api/admin/plugins';
|
||||||
|
const res = await apiFetch(endpoint, {
|
||||||
|
method: 'DELETE',
|
||||||
|
headers: { 'Content-Type': 'application/json' },
|
||||||
|
body: JSON.stringify({ id: data.extension.slug }),
|
||||||
|
});
|
||||||
|
const body = await res.json().catch(() => ({}));
|
||||||
|
if (res.ok) {
|
||||||
|
setMessage({ type: 'success', text: `"${data.extension.name}" removed` });
|
||||||
|
setData(prev => prev ? { ...prev, installed: false } : prev);
|
||||||
|
} else {
|
||||||
|
setMessage({ type: 'error', text: body.error || 'Uninstall failed' });
|
||||||
|
}
|
||||||
|
} catch {
|
||||||
|
setMessage({ type: 'error', text: 'Uninstall failed - network error' });
|
||||||
|
} finally {
|
||||||
|
setUninstalling(false);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if (loading) {
|
||||||
|
return (
|
||||||
|
<div className="flex items-center justify-center py-12 text-muted-foreground text-sm">
|
||||||
|
<Loader2 className="w-4 h-4 animate-spin mr-2" />
|
||||||
|
Loading...
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (error || !data) {
|
||||||
|
return (
|
||||||
|
<div className="space-y-4">
|
||||||
|
<Link
|
||||||
|
href="/admin/marketplace"
|
||||||
|
className="inline-flex items-center gap-1.5 text-sm text-muted-foreground hover:text-foreground"
|
||||||
|
>
|
||||||
|
<ArrowLeft className="w-4 h-4" /> Back to Marketplace
|
||||||
|
</Link>
|
||||||
|
<p className="text-sm text-destructive">{error || 'Extension not found'}</p>
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
const ext = data.extension;
|
||||||
|
const bundle = data.bundle;
|
||||||
|
const isPlugin = ext.type === 'plugin';
|
||||||
|
const manifestPerms = (bundle.manifest?.permissions as string[] | undefined) || ext.permissions || [];
|
||||||
|
const frameOrigins = (bundle.manifest?.frameOrigins as string[] | undefined) || [];
|
||||||
|
const settingsSchema = bundle.manifest?.settingsSchema as Record<string, { type: string; label: string; description?: string; default?: unknown }> | undefined;
|
||||||
|
|
||||||
|
return (
|
||||||
|
<div className="space-y-6 max-w-4xl">
|
||||||
|
{/* Back link */}
|
||||||
|
<Link
|
||||||
|
href="/admin/marketplace"
|
||||||
|
className="inline-flex items-center gap-1.5 text-sm text-muted-foreground hover:text-foreground"
|
||||||
|
>
|
||||||
|
<ArrowLeft className="w-4 h-4" /> Back to Marketplace
|
||||||
|
</Link>
|
||||||
|
|
||||||
|
{/* Header */}
|
||||||
|
<div className="flex flex-col gap-4 sm:flex-row sm:items-start">
|
||||||
|
<div className="flex items-start gap-4 flex-1 min-w-0">
|
||||||
|
<div className="w-14 h-14 rounded-lg bg-muted flex items-center justify-center shrink-0">
|
||||||
|
{isPlugin ? (
|
||||||
|
<Puzzle className="w-7 h-7 text-muted-foreground" />
|
||||||
|
) : (
|
||||||
|
<SwatchBook className="w-7 h-7 text-muted-foreground" />
|
||||||
|
)}
|
||||||
|
</div>
|
||||||
|
<div className="flex-1 min-w-0">
|
||||||
|
<div className="flex flex-wrap items-center gap-x-2 gap-y-1">
|
||||||
|
<h1 className="text-2xl font-semibold text-foreground break-words min-w-0">{ext.name}</h1>
|
||||||
|
{ext.featured && <Star className="w-4 h-4 text-warning fill-warning shrink-0" />}
|
||||||
|
{data.installed && (
|
||||||
|
<span className="inline-flex items-center gap-1 text-xs px-2 py-0.5 rounded-md bg-emerald-100 text-emerald-700 dark:bg-emerald-950/30 dark:text-emerald-400 font-medium">
|
||||||
|
<Check className="w-3 h-3" /> Installed
|
||||||
|
</span>
|
||||||
|
)}
|
||||||
|
</div>
|
||||||
|
<div className="flex items-center gap-2 mt-1 text-sm text-muted-foreground flex-wrap">
|
||||||
|
<span className={`text-[10px] px-1.5 py-0.5 rounded font-medium ${
|
||||||
|
isPlugin
|
||||||
|
? 'bg-blue-100 text-blue-700 dark:bg-blue-950/30 dark:text-blue-400'
|
||||||
|
: 'bg-purple-100 text-purple-700 dark:bg-purple-950/30 dark:text-purple-400'
|
||||||
|
}`}>
|
||||||
|
{isPlugin ? (ext.pluginType || 'plugin') : 'theme'}
|
||||||
|
</span>
|
||||||
|
{ext.author && (
|
||||||
|
<span>by {ext.author.displayName}</span>
|
||||||
|
)}
|
||||||
|
{ext.latestVersion && <span>v{ext.latestVersion}</span>}
|
||||||
|
{ext.license && <span>{ext.license}</span>}
|
||||||
|
<span className="inline-flex items-center gap-1">
|
||||||
|
<Download className="w-3 h-3" />
|
||||||
|
{ext.totalDownloads.toLocaleString()}
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{/* Action buttons */}
|
||||||
|
<div className="flex flex-wrap items-center gap-2 shrink-0">
|
||||||
|
{data.installed ? (
|
||||||
|
<>
|
||||||
|
<Link
|
||||||
|
href={isPlugin ? `/admin/plugins/${ext.slug}` : '/admin/themes'}
|
||||||
|
className="inline-flex items-center gap-1.5 h-9 px-3 rounded-md border border-border text-sm font-medium text-foreground hover:bg-muted transition-colors"
|
||||||
|
>
|
||||||
|
<SettingsIcon className="w-4 h-4" />
|
||||||
|
Manage
|
||||||
|
</Link>
|
||||||
|
<button
|
||||||
|
onClick={handleUninstall}
|
||||||
|
disabled={uninstalling}
|
||||||
|
className="inline-flex items-center gap-1.5 h-9 px-3 rounded-md bg-destructive text-destructive-foreground text-sm font-medium hover:bg-destructive/90 disabled:opacity-50 transition-colors"
|
||||||
|
>
|
||||||
|
{uninstalling ? <Loader2 className="w-4 h-4 animate-spin" /> : <Trash2 className="w-4 h-4" />}
|
||||||
|
Uninstall
|
||||||
|
</button>
|
||||||
|
</>
|
||||||
|
) : (
|
||||||
|
<button
|
||||||
|
onClick={handleInstall}
|
||||||
|
disabled={installing || !!bundle.error}
|
||||||
|
className="inline-flex items-center gap-1.5 h-9 px-4 rounded-md bg-primary text-primary-foreground text-sm font-medium hover:bg-primary/90 disabled:opacity-50 transition-colors"
|
||||||
|
>
|
||||||
|
{installing ? <Loader2 className="w-4 h-4 animate-spin" /> : <Download className="w-4 h-4" />}
|
||||||
|
Install
|
||||||
|
</button>
|
||||||
|
)}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{message && (
|
||||||
|
<div className={`text-sm rounded-md px-3 py-2 ${message.type === 'success' ? 'bg-emerald-50 text-emerald-700 dark:bg-emerald-950/30 dark:text-emerald-300' : 'bg-destructive/10 text-destructive'}`}>
|
||||||
|
{message.text}
|
||||||
|
</div>
|
||||||
|
)}
|
||||||
|
|
||||||
|
{bundle.error && (
|
||||||
|
<div className="flex items-start gap-2 text-sm rounded-md px-3 py-2 bg-amber-50 text-amber-800 dark:bg-amber-950/30 dark:text-amber-300">
|
||||||
|
<AlertTriangle className="w-4 h-4 shrink-0 mt-0.5" />
|
||||||
|
<div>
|
||||||
|
<p className="font-medium">Could not preview bundle</p>
|
||||||
|
<p className="text-xs mt-0.5 opacity-90">{bundle.error}</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
)}
|
||||||
|
|
||||||
|
{/* Description */}
|
||||||
|
<section className="border border-border rounded-lg p-4">
|
||||||
|
<h2 className="text-sm font-medium text-foreground">About</h2>
|
||||||
|
<p className="text-sm text-muted-foreground mt-2">{ext.description}</p>
|
||||||
|
{ext.longDescription && ext.longDescription !== ext.description && (
|
||||||
|
<p className="text-sm text-muted-foreground mt-3 whitespace-pre-wrap">{ext.longDescription}</p>
|
||||||
|
)}
|
||||||
|
{ext.tags.length > 0 && (
|
||||||
|
<div className="flex flex-wrap gap-1 mt-3">
|
||||||
|
{ext.tags.map(tag => (
|
||||||
|
<span key={tag} className="text-[10px] px-1.5 py-0.5 rounded bg-muted text-muted-foreground">
|
||||||
|
{tag}
|
||||||
|
</span>
|
||||||
|
))}
|
||||||
|
</div>
|
||||||
|
)}
|
||||||
|
<div className="flex items-center gap-3 text-xs text-muted-foreground mt-4 pt-3 border-t border-border flex-wrap">
|
||||||
|
{ext.minAppVersion && <span>Requires app v{ext.minAppVersion}+</span>}
|
||||||
|
{bundle.size > 0 && <span>Bundle: {(bundle.size / 1024).toFixed(1)} KB</span>}
|
||||||
|
{ext.githubRepo && (
|
||||||
|
<a
|
||||||
|
href={`https://github.com/${ext.githubRepo}`}
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener noreferrer"
|
||||||
|
className="inline-flex items-center gap-1 hover:text-foreground"
|
||||||
|
>
|
||||||
|
<ExternalLink className="w-3 h-3" />
|
||||||
|
{ext.githubRepo}
|
||||||
|
</a>
|
||||||
|
)}
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
{/* Screenshots */}
|
||||||
|
{ext.screenshots.length > 0 && (
|
||||||
|
<section className="border border-border rounded-lg p-4">
|
||||||
|
<h2 className="text-sm font-medium text-foreground">Screenshots</h2>
|
||||||
|
<div className="grid grid-cols-1 sm:grid-cols-2 gap-3 mt-3">
|
||||||
|
{ext.screenshots.map((s, i) => (
|
||||||
|
<img
|
||||||
|
key={i}
|
||||||
|
src={s.url}
|
||||||
|
alt={s.altText || `Screenshot ${i + 1}`}
|
||||||
|
className="w-full rounded-md border border-border bg-muted"
|
||||||
|
loading="lazy"
|
||||||
|
/>
|
||||||
|
))}
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
)}
|
||||||
|
|
||||||
|
{/* Theme color preview */}
|
||||||
|
{!isPlugin && ext.themePreviews.length > 0 && (
|
||||||
|
<section className="border border-border rounded-lg p-4">
|
||||||
|
<h2 className="text-sm font-medium text-foreground">Theme preview</h2>
|
||||||
|
<div className="grid grid-cols-1 sm:grid-cols-2 gap-3 mt-3">
|
||||||
|
{ext.themePreviews.map(preview => (
|
||||||
|
<ThemeColorSwatch key={preview.variant} preview={preview} />
|
||||||
|
))}
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
)}
|
||||||
|
|
||||||
|
{/* Permissions */}
|
||||||
|
{isPlugin && (
|
||||||
|
<section className="border border-border rounded-lg p-4">
|
||||||
|
<div className="flex items-center gap-2">
|
||||||
|
<Shield className="w-4 h-4 text-muted-foreground" />
|
||||||
|
<h2 className="text-sm font-medium text-foreground">Permissions</h2>
|
||||||
|
</div>
|
||||||
|
{manifestPerms.length === 0 ? (
|
||||||
|
<p className="text-sm text-muted-foreground mt-2">This plugin requests no permissions.</p>
|
||||||
|
) : (
|
||||||
|
<ul className="mt-3 space-y-1.5">
|
||||||
|
{manifestPerms.map(perm => {
|
||||||
|
const risky = RISKY_PERMISSIONS.has(perm);
|
||||||
|
return (
|
||||||
|
<li
|
||||||
|
key={perm}
|
||||||
|
className={`flex items-center gap-2 text-sm rounded-md px-2 py-1 ${
|
||||||
|
risky
|
||||||
|
? 'bg-amber-50 text-amber-800 dark:bg-amber-950/30 dark:text-amber-300'
|
||||||
|
: 'bg-muted/50 text-foreground'
|
||||||
|
}`}
|
||||||
|
>
|
||||||
|
{risky && <AlertTriangle className="w-3.5 h-3.5 shrink-0" />}
|
||||||
|
<code className="font-mono text-xs">{perm}</code>
|
||||||
|
</li>
|
||||||
|
);
|
||||||
|
})}
|
||||||
|
</ul>
|
||||||
|
)}
|
||||||
|
{frameOrigins.length > 0 && (
|
||||||
|
<div className="mt-4 pt-3 border-t border-border">
|
||||||
|
<h3 className="text-xs font-medium text-foreground">Iframe origins</h3>
|
||||||
|
<p className="text-xs text-muted-foreground mt-0.5">
|
||||||
|
The plugin will be allowed to embed content from these origins.
|
||||||
|
</p>
|
||||||
|
<ul className="mt-2 space-y-1">
|
||||||
|
{frameOrigins.map(origin => (
|
||||||
|
<li key={origin} className="text-xs font-mono text-foreground bg-muted/50 px-2 py-1 rounded">
|
||||||
|
{origin}
|
||||||
|
</li>
|
||||||
|
))}
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
)}
|
||||||
|
</section>
|
||||||
|
)}
|
||||||
|
|
||||||
|
{/* Settings schema preview */}
|
||||||
|
{isPlugin && settingsSchema && Object.keys(settingsSchema).length > 0 && (
|
||||||
|
<section className="border border-border rounded-lg p-4">
|
||||||
|
<h2 className="text-sm font-medium text-foreground">User settings</h2>
|
||||||
|
<p className="text-xs text-muted-foreground mt-0.5">Settings users will be able to configure after install.</p>
|
||||||
|
<ul className="mt-3 divide-y divide-border">
|
||||||
|
{Object.entries(settingsSchema).map(([key, field]) => (
|
||||||
|
<li key={key} className="py-2">
|
||||||
|
<div className="flex items-center gap-2">
|
||||||
|
<code className="text-xs font-mono text-foreground">{key}</code>
|
||||||
|
<span className="text-[10px] px-1.5 py-0.5 rounded bg-muted text-muted-foreground">{field.type}</span>
|
||||||
|
</div>
|
||||||
|
<div className="text-sm text-foreground mt-0.5">{field.label}</div>
|
||||||
|
{field.description && (
|
||||||
|
<div className="text-xs text-muted-foreground mt-0.5">{field.description}</div>
|
||||||
|
)}
|
||||||
|
</li>
|
||||||
|
))}
|
||||||
|
</ul>
|
||||||
|
</section>
|
||||||
|
)}
|
||||||
|
|
||||||
|
{/* Source / manifest disclosure */}
|
||||||
|
{bundle.manifest && (
|
||||||
|
<section className="border border-border rounded-lg">
|
||||||
|
<button
|
||||||
|
onClick={() => setShowManifest(v => !v)}
|
||||||
|
className="w-full flex items-center justify-between gap-2 px-4 py-3 text-left hover:bg-muted/30 transition-colors"
|
||||||
|
>
|
||||||
|
<div className="flex items-center gap-2">
|
||||||
|
<FileCode className="w-4 h-4 text-muted-foreground" />
|
||||||
|
<h2 className="text-sm font-medium text-foreground">manifest.json</h2>
|
||||||
|
</div>
|
||||||
|
{showManifest ? <ChevronUp className="w-4 h-4 text-muted-foreground" /> : <ChevronDown className="w-4 h-4 text-muted-foreground" />}
|
||||||
|
</button>
|
||||||
|
{showManifest && (
|
||||||
|
<pre className="px-4 pb-4 text-xs font-mono overflow-x-auto text-foreground whitespace-pre">
|
||||||
|
{JSON.stringify(bundle.manifest, null, 2)}
|
||||||
|
</pre>
|
||||||
|
)}
|
||||||
|
</section>
|
||||||
|
)}
|
||||||
|
|
||||||
|
{bundle.source && (
|
||||||
|
<section className="border border-border rounded-lg">
|
||||||
|
<button
|
||||||
|
onClick={() => setShowSource(v => !v)}
|
||||||
|
className="w-full flex items-center justify-between gap-2 px-4 py-3 text-left hover:bg-muted/30 transition-colors"
|
||||||
|
>
|
||||||
|
<div className="flex items-center gap-2">
|
||||||
|
<FileCode className="w-4 h-4 text-muted-foreground" />
|
||||||
|
<h2 className="text-sm font-medium text-foreground">{bundle.source.name}</h2>
|
||||||
|
{bundle.source.truncated && (
|
||||||
|
<span className="text-[10px] px-1.5 py-0.5 rounded bg-amber-100 text-amber-700 dark:bg-amber-950/30 dark:text-amber-400">truncated</span>
|
||||||
|
)}
|
||||||
|
</div>
|
||||||
|
{showSource ? <ChevronUp className="w-4 h-4 text-muted-foreground" /> : <ChevronDown className="w-4 h-4 text-muted-foreground" />}
|
||||||
|
</button>
|
||||||
|
{showSource && (
|
||||||
|
<pre className="px-4 pb-4 text-xs font-mono overflow-x-auto text-foreground whitespace-pre max-h-[600px] overflow-y-auto">
|
||||||
|
{bundle.source.content}
|
||||||
|
</pre>
|
||||||
|
)}
|
||||||
|
</section>
|
||||||
|
)}
|
||||||
|
|
||||||
|
{/* Version history */}
|
||||||
|
{ext.versions.length > 0 && (
|
||||||
|
<section className="border border-border rounded-lg p-4">
|
||||||
|
<h2 className="text-sm font-medium text-foreground">Version history</h2>
|
||||||
|
<ul className="mt-3 divide-y divide-border">
|
||||||
|
{ext.versions.slice(0, 5).map(v => (
|
||||||
|
<li key={v.version} className="py-2 flex items-start justify-between gap-3">
|
||||||
|
<div className="min-w-0 flex-1">
|
||||||
|
<div className="flex items-center gap-2">
|
||||||
|
<code className="text-xs font-mono text-foreground">v{v.version}</code>
|
||||||
|
{v.publishedAt && (
|
||||||
|
<span className="text-xs text-muted-foreground">
|
||||||
|
{new Date(v.publishedAt).toLocaleDateString()}
|
||||||
|
</span>
|
||||||
|
)}
|
||||||
|
</div>
|
||||||
|
{v.changelog && (
|
||||||
|
<p className="text-xs text-muted-foreground mt-0.5 whitespace-pre-wrap">{v.changelog}</p>
|
||||||
|
)}
|
||||||
|
</div>
|
||||||
|
<span className="text-xs text-muted-foreground shrink-0">
|
||||||
|
{(v.bundleSize / 1024).toFixed(1)} KB
|
||||||
|
</span>
|
||||||
|
</li>
|
||||||
|
))}
|
||||||
|
</ul>
|
||||||
|
</section>
|
||||||
|
)}
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
function ThemeColorSwatch({ preview }: { preview: { variant: 'light' | 'dark'; colors: Record<string, string> | null } }) {
|
||||||
|
const colors = preview.colors || {};
|
||||||
|
const bg = colors.background || (preview.variant === 'dark' ? '#0f0f10' : '#ffffff');
|
||||||
|
const fg = colors.foreground || (preview.variant === 'dark' ? '#fafafa' : '#0a0a0a');
|
||||||
|
const accent = colors.primary || colors.accent || '#7c5cff';
|
||||||
|
const muted = colors.muted || (preview.variant === 'dark' ? '#1a1a1c' : '#f5f5f5');
|
||||||
|
const border = colors.border || (preview.variant === 'dark' ? '#27272a' : '#e5e5e5');
|
||||||
|
|
||||||
|
return (
|
||||||
|
<div className="rounded-md border border-border overflow-hidden">
|
||||||
|
<div className="px-3 py-2 text-xs font-medium text-muted-foreground bg-muted/30 border-b border-border capitalize">
|
||||||
|
{preview.variant}
|
||||||
|
</div>
|
||||||
|
<div className="p-3 space-y-2" style={{ background: bg, color: fg }}>
|
||||||
|
<div className="flex items-center gap-2">
|
||||||
|
<span className="inline-block w-6 h-6 rounded" style={{ background: accent }} />
|
||||||
|
<span className="text-sm font-medium" style={{ color: fg }}>Sample text</span>
|
||||||
|
</div>
|
||||||
|
<div className="rounded p-2 text-xs" style={{ background: muted, border: `1px solid ${border}` }}>
|
||||||
|
<span style={{ color: fg }}>Card surface</span>
|
||||||
|
</div>
|
||||||
|
<div className="flex flex-wrap gap-1">
|
||||||
|
{Object.entries(colors).slice(0, 6).map(([key, value]) => (
|
||||||
|
<span
|
||||||
|
key={key}
|
||||||
|
title={`${key}: ${value}`}
|
||||||
|
className="inline-block w-4 h-4 rounded border"
|
||||||
|
style={{ background: value, borderColor: border }}
|
||||||
|
/>
|
||||||
|
))}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
}
|
||||||
@@ -1,7 +1,8 @@
|
|||||||
'use client';
|
'use client';
|
||||||
|
|
||||||
import { useEffect, useState, useCallback } from 'react';
|
import { useEffect, useState, useCallback } from 'react';
|
||||||
import { Search, Download, Check, Loader2, Store, Puzzle, SwatchBook, Star, Filter } from 'lucide-react';
|
import Link from 'next/link';
|
||||||
|
import { Search, Download, Check, Loader2, Store, Puzzle, SwatchBook, Star, Eye } from 'lucide-react';
|
||||||
import { apiFetch } from '@/lib/browser-navigation';
|
import { apiFetch } from '@/lib/browser-navigation';
|
||||||
|
|
||||||
interface Extension {
|
interface Extension {
|
||||||
@@ -141,8 +142,8 @@ export default function AdminMarketplacePage() {
|
|||||||
)}
|
)}
|
||||||
|
|
||||||
{/* Search & Filters */}
|
{/* Search & Filters */}
|
||||||
<div className="flex items-center gap-3">
|
<div className="flex flex-col sm:flex-row sm:items-center gap-3">
|
||||||
<div className="relative flex-1">
|
<div className="relative flex-1 min-w-0">
|
||||||
<Search className="absolute left-3 top-1/2 -translate-y-1/2 w-4 h-4 text-muted-foreground" />
|
<Search className="absolute left-3 top-1/2 -translate-y-1/2 w-4 h-4 text-muted-foreground" />
|
||||||
<input
|
<input
|
||||||
type="text"
|
type="text"
|
||||||
@@ -152,7 +153,7 @@ export default function AdminMarketplacePage() {
|
|||||||
className="w-full h-9 pl-9 pr-3 rounded-md border border-input bg-background text-sm text-foreground placeholder:text-muted-foreground focus:outline-none focus:ring-2 focus:ring-ring/20 focus:border-ring"
|
className="w-full h-9 pl-9 pr-3 rounded-md border border-input bg-background text-sm text-foreground placeholder:text-muted-foreground focus:outline-none focus:ring-2 focus:ring-ring/20 focus:border-ring"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div className="flex items-center gap-1 rounded-md border border-input bg-background p-0.5">
|
<div className="flex items-center gap-1 rounded-md border border-input bg-background p-0.5 self-start sm:self-auto">
|
||||||
{(['all', 'plugin', 'theme'] as const).map((t) => (
|
{(['all', 'plugin', 'theme'] as const).map((t) => (
|
||||||
<button
|
<button
|
||||||
key={t}
|
key={t}
|
||||||
@@ -262,10 +263,11 @@ function ExtensionCard({
|
|||||||
onInstall: () => void;
|
onInstall: () => void;
|
||||||
}) {
|
}) {
|
||||||
const isPlugin = extension.type === 'plugin';
|
const isPlugin = extension.type === 'plugin';
|
||||||
|
const previewHref = `/admin/marketplace/${encodeURIComponent(extension.slug)}`;
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="border border-border rounded-lg overflow-hidden hover:border-ring/30 transition-colors">
|
<div className="group relative border border-border rounded-lg overflow-hidden hover:border-ring/30 transition-colors">
|
||||||
<div className="p-4">
|
<Link href={previewHref} className="block p-4 focus:outline-none focus-visible:ring-2 focus-visible:ring-ring/40 rounded-lg">
|
||||||
{/* Header */}
|
{/* Header */}
|
||||||
<div className="flex items-start gap-3">
|
<div className="flex items-start gap-3">
|
||||||
<div className="w-10 h-10 rounded-md bg-muted flex items-center justify-center shrink-0">
|
<div className="w-10 h-10 rounded-md bg-muted flex items-center justify-center shrink-0">
|
||||||
@@ -277,7 +279,9 @@ function ExtensionCard({
|
|||||||
</div>
|
</div>
|
||||||
<div className="min-w-0 flex-1">
|
<div className="min-w-0 flex-1">
|
||||||
<div className="flex items-center gap-1.5">
|
<div className="flex items-center gap-1.5">
|
||||||
<span className="text-sm font-medium text-foreground truncate">{extension.name}</span>
|
<span className="text-sm font-medium text-foreground truncate group-hover:underline">
|
||||||
|
{extension.name}
|
||||||
|
</span>
|
||||||
{extension.featured && (
|
{extension.featured && (
|
||||||
<Star className="w-3.5 h-3.5 text-warning shrink-0 fill-warning" />
|
<Star className="w-3.5 h-3.5 text-warning shrink-0 fill-warning" />
|
||||||
)}
|
)}
|
||||||
@@ -315,7 +319,7 @@ function ExtensionCard({
|
|||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
{/* Footer */}
|
{/* Footer (download count + permissions) */}
|
||||||
<div className="flex items-center justify-between mt-4 pt-3 border-t border-border">
|
<div className="flex items-center justify-between mt-4 pt-3 border-t border-border">
|
||||||
<div className="flex items-center gap-3 text-xs text-muted-foreground">
|
<div className="flex items-center gap-3 text-xs text-muted-foreground">
|
||||||
<span className="flex items-center gap-1">
|
<span className="flex items-center gap-1">
|
||||||
@@ -328,27 +332,34 @@ function ExtensionCard({
|
|||||||
</span>
|
</span>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
<span className="inline-flex items-center gap-1 text-xs text-muted-foreground group-hover:text-foreground">
|
||||||
{extension.installed ? (
|
<Eye className="w-3 h-3" />
|
||||||
<span className="inline-flex items-center gap-1 h-7 px-2.5 rounded-md bg-emerald-100 text-emerald-700 dark:bg-emerald-950/30 dark:text-emerald-400 text-xs font-medium">
|
Preview
|
||||||
<Check className="w-3 h-3" />
|
</span>
|
||||||
Installed
|
|
||||||
</span>
|
|
||||||
) : (
|
|
||||||
<button
|
|
||||||
onClick={onInstall}
|
|
||||||
disabled={installing}
|
|
||||||
className="inline-flex items-center gap-1.5 h-7 px-3 rounded-md bg-primary text-primary-foreground text-xs font-medium hover:bg-primary/90 disabled:opacity-50 transition-colors"
|
|
||||||
>
|
|
||||||
{installing ? (
|
|
||||||
<Loader2 className="w-3 h-3 animate-spin" />
|
|
||||||
) : (
|
|
||||||
<Download className="w-3 h-3" />
|
|
||||||
)}
|
|
||||||
Install
|
|
||||||
</button>
|
|
||||||
)}
|
|
||||||
</div>
|
</div>
|
||||||
|
</Link>
|
||||||
|
|
||||||
|
{/* Quick install button (sits over the link, stops navigation) */}
|
||||||
|
<div className="px-4 pb-4 -mt-1">
|
||||||
|
{extension.installed ? (
|
||||||
|
<span className="inline-flex items-center gap-1 h-7 px-2.5 rounded-md bg-emerald-100 text-emerald-700 dark:bg-emerald-950/30 dark:text-emerald-400 text-xs font-medium">
|
||||||
|
<Check className="w-3 h-3" />
|
||||||
|
Installed
|
||||||
|
</span>
|
||||||
|
) : (
|
||||||
|
<button
|
||||||
|
onClick={(e) => { e.preventDefault(); e.stopPropagation(); onInstall(); }}
|
||||||
|
disabled={installing}
|
||||||
|
className="inline-flex items-center gap-1.5 h-7 px-3 rounded-md bg-primary text-primary-foreground text-xs font-medium hover:bg-primary/90 disabled:opacity-50 transition-colors"
|
||||||
|
>
|
||||||
|
{installing ? (
|
||||||
|
<Loader2 className="w-3 h-3 animate-spin" />
|
||||||
|
) : (
|
||||||
|
<Download className="w-3 h-3" />
|
||||||
|
)}
|
||||||
|
Quick install
|
||||||
|
</button>
|
||||||
|
)}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|||||||
+19
-1
@@ -31,6 +31,7 @@ export default function AdminDashboardPage() {
|
|||||||
const [pluginCount, setPluginCount] = useState(0);
|
const [pluginCount, setPluginCount] = useState(0);
|
||||||
const [themeCount, setThemeCount] = useState(0);
|
const [themeCount, setThemeCount] = useState(0);
|
||||||
const [policyRuleCount, setPolicyRuleCount] = useState(0);
|
const [policyRuleCount, setPolicyRuleCount] = useState(0);
|
||||||
|
const [accountCounts, setAccountCounts] = useState<{ total: number; active7d: number } | null>(null);
|
||||||
const [jmapHealth, setJmapHealth] = useState<'unknown' | 'ok' | 'error'>('unknown');
|
const [jmapHealth, setJmapHealth] = useState<'unknown' | 'ok' | 'error'>('unknown');
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
@@ -38,7 +39,7 @@ export default function AdminDashboardPage() {
|
|||||||
}, []);
|
}, []);
|
||||||
|
|
||||||
async function fetchDashboardData() {
|
async function fetchDashboardData() {
|
||||||
const [statusRes, auditRes, configRes, adminConfigRes, pluginRes, themeRes, policyRes] = await Promise.all([
|
const [statusRes, auditRes, configRes, adminConfigRes, pluginRes, themeRes, policyRes, telemetryRes] = await Promise.all([
|
||||||
apiFetch('/api/admin/auth'),
|
apiFetch('/api/admin/auth'),
|
||||||
apiFetch('/api/admin/audit?limit=10'),
|
apiFetch('/api/admin/audit?limit=10'),
|
||||||
apiFetch('/api/config'),
|
apiFetch('/api/config'),
|
||||||
@@ -46,6 +47,7 @@ export default function AdminDashboardPage() {
|
|||||||
apiFetch('/api/admin/plugins').catch(() => null),
|
apiFetch('/api/admin/plugins').catch(() => null),
|
||||||
apiFetch('/api/admin/themes').catch(() => null),
|
apiFetch('/api/admin/themes').catch(() => null),
|
||||||
apiFetch('/api/admin/policy').catch(() => null),
|
apiFetch('/api/admin/policy').catch(() => null),
|
||||||
|
apiFetch('/api/admin/telemetry').catch(() => null),
|
||||||
]);
|
]);
|
||||||
|
|
||||||
if (statusRes.ok) setStatus(await statusRes.json());
|
if (statusRes.ok) setStatus(await statusRes.json());
|
||||||
@@ -73,6 +75,12 @@ export default function AdminDashboardPage() {
|
|||||||
const disabledGates = policy.features ? Object.values(policy.features).filter((v: unknown) => !v).length : 0;
|
const disabledGates = policy.features ? Object.values(policy.features).filter((v: unknown) => !v).length : 0;
|
||||||
setPolicyRuleCount(restrictionCount + disabledGates);
|
setPolicyRuleCount(restrictionCount + disabledGates);
|
||||||
}
|
}
|
||||||
|
if (telemetryRes?.ok) {
|
||||||
|
const telemetry = await telemetryRes.json();
|
||||||
|
if (telemetry.accountCounts && typeof telemetry.accountCounts.total === 'number') {
|
||||||
|
setAccountCounts(telemetry.accountCounts);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
if (configData?.jmapServerUrl) {
|
if (configData?.jmapServerUrl) {
|
||||||
try {
|
try {
|
||||||
@@ -165,6 +173,16 @@ export default function AdminDashboardPage() {
|
|||||||
</SettingItem>
|
</SettingItem>
|
||||||
</SettingsSection>
|
</SettingsSection>
|
||||||
|
|
||||||
|
{/* Accounts */}
|
||||||
|
<SettingsSection title="Accounts" description="Unique logins recorded over the last 90 days">
|
||||||
|
<SettingItem label="Total accounts" description="Distinct identities seen in the retention window">
|
||||||
|
<span className="text-sm text-foreground">{accountCounts?.total ?? '-'}</span>
|
||||||
|
</SettingItem>
|
||||||
|
<SettingItem label="Active in last 7 days" description="Identities with a login in the past week">
|
||||||
|
<span className="text-sm text-foreground">{accountCounts?.active7d ?? '-'}</span>
|
||||||
|
</SettingItem>
|
||||||
|
</SettingsSection>
|
||||||
|
|
||||||
{/* Extensions */}
|
{/* Extensions */}
|
||||||
<SettingsSection title="Extensions" description="Installed plugins, themes, and policy rules">
|
<SettingsSection title="Extensions" description="Installed plugins, themes, and policy rules">
|
||||||
<SettingItem label="Plugins">
|
<SettingItem label="Plugins">
|
||||||
|
|||||||
@@ -262,12 +262,12 @@ export default function AdminPluginsPage() {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="space-y-6">
|
<div className="space-y-6">
|
||||||
<div className="flex items-center justify-between">
|
<div className="flex flex-wrap items-start justify-between gap-3">
|
||||||
<div>
|
<div className="min-w-0">
|
||||||
<h1 className="text-2xl font-semibold text-foreground">Plugins</h1>
|
<h1 className="text-2xl font-semibold text-foreground">Plugins</h1>
|
||||||
<p className="text-sm text-muted-foreground mt-1">Manage plugins and plugin policy for all users</p>
|
<p className="text-sm text-muted-foreground mt-1">Manage plugins and plugin policy for all users</p>
|
||||||
</div>
|
</div>
|
||||||
<div className="flex items-center gap-2">
|
<div className="flex flex-wrap items-center gap-2">
|
||||||
{policyDirty && (
|
{policyDirty && (
|
||||||
<button
|
<button
|
||||||
onClick={handleSavePolicy}
|
onClick={handleSavePolicy}
|
||||||
@@ -309,7 +309,7 @@ export default function AdminPluginsPage() {
|
|||||||
<p className="text-xs text-muted-foreground mt-0.5">Control plugin availability for users</p>
|
<p className="text-xs text-muted-foreground mt-0.5">Control plugin availability for users</p>
|
||||||
</div>
|
</div>
|
||||||
<div className="divide-y divide-border">
|
<div className="divide-y divide-border">
|
||||||
<div className="px-4 py-3 flex items-center justify-between gap-4">
|
<div className="px-4 py-3 flex flex-col gap-2 sm:flex-row sm:items-center sm:justify-between sm:gap-4">
|
||||||
<div>
|
<div>
|
||||||
<span className="text-sm text-foreground">Plugins Enabled</span>
|
<span className="text-sm text-foreground">Plugins Enabled</span>
|
||||||
<p className="text-xs text-muted-foreground mt-0.5">Allow the plugin system to load and run plugins for users</p>
|
<p className="text-xs text-muted-foreground mt-0.5">Allow the plugin system to load and run plugins for users</p>
|
||||||
@@ -320,7 +320,7 @@ export default function AdminPluginsPage() {
|
|||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="px-4 py-3 flex items-center justify-between gap-4">
|
<div className="px-4 py-3 flex flex-col gap-2 sm:flex-row sm:items-center sm:justify-between sm:gap-4">
|
||||||
<div>
|
<div>
|
||||||
<span className="text-sm text-foreground">User Plugin Uploads</span>
|
<span className="text-sm text-foreground">User Plugin Uploads</span>
|
||||||
<p className="text-xs text-muted-foreground mt-0.5">Allow users to upload plugin ZIP files in Settings</p>
|
<p className="text-xs text-muted-foreground mt-0.5">Allow users to upload plugin ZIP files in Settings</p>
|
||||||
@@ -331,7 +331,7 @@ export default function AdminPluginsPage() {
|
|||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="px-4 py-3 flex items-center justify-between gap-4">
|
<div className="px-4 py-3 flex flex-col gap-2 sm:flex-row sm:items-center sm:justify-between sm:gap-4">
|
||||||
<div>
|
<div>
|
||||||
<span className="text-sm text-foreground">Require Admin Approval</span>
|
<span className="text-sm text-foreground">Require Admin Approval</span>
|
||||||
<p className="text-xs text-muted-foreground mt-0.5">User-uploaded plugins must be approved by an admin before they can be enabled</p>
|
<p className="text-xs text-muted-foreground mt-0.5">User-uploaded plugins must be approved by an admin before they can be enabled</p>
|
||||||
@@ -344,7 +344,7 @@ export default function AdminPluginsPage() {
|
|||||||
|
|
||||||
{/* Force enable / disable all */}
|
{/* Force enable / disable all */}
|
||||||
{plugins.length > 0 && (
|
{plugins.length > 0 && (
|
||||||
<div className="px-4 py-3 flex items-center justify-between gap-4">
|
<div className="px-4 py-3 flex flex-col gap-2 sm:flex-row sm:items-center sm:justify-between sm:gap-4">
|
||||||
<div>
|
<div>
|
||||||
<span className="text-sm text-foreground">Force Enable / Disable All</span>
|
<span className="text-sm text-foreground">Force Enable / Disable All</span>
|
||||||
<p className="text-xs text-muted-foreground mt-0.5">Bulk toggle all deployed plugins at once</p>
|
<p className="text-xs text-muted-foreground mt-0.5">Bulk toggle all deployed plugins at once</p>
|
||||||
@@ -388,9 +388,9 @@ export default function AdminPluginsPage() {
|
|||||||
) : (
|
) : (
|
||||||
<div className="divide-y divide-border">
|
<div className="divide-y divide-border">
|
||||||
{plugins.map(plugin => (
|
{plugins.map(plugin => (
|
||||||
<div key={plugin.id} className="px-4 py-4 flex items-center justify-between gap-4">
|
<div key={plugin.id} className="px-4 py-4 flex flex-col gap-3 sm:flex-row sm:items-center sm:justify-between sm:gap-4">
|
||||||
<div className="min-w-0 flex-1">
|
<div className="min-w-0 flex-1">
|
||||||
<div className="flex items-center gap-2">
|
<div className="flex flex-wrap items-center gap-x-2 gap-y-1">
|
||||||
<span className="text-sm font-medium text-foreground">{plugin.name}</span>
|
<span className="text-sm font-medium text-foreground">{plugin.name}</span>
|
||||||
<span className="text-xs text-muted-foreground">v{plugin.version}</span>
|
<span className="text-xs text-muted-foreground">v{plugin.version}</span>
|
||||||
<span className={`text-xs px-1.5 py-0.5 rounded ${plugin.enabled ? 'bg-emerald-100 text-emerald-700 dark:bg-emerald-950/30 dark:text-emerald-400' : 'bg-muted text-muted-foreground'}`}>
|
<span className={`text-xs px-1.5 py-0.5 rounded ${plugin.enabled ? 'bg-emerald-100 text-emerald-700 dark:bg-emerald-950/30 dark:text-emerald-400' : 'bg-muted text-muted-foreground'}`}>
|
||||||
|
|||||||
@@ -15,6 +15,7 @@ const FEATURE_GATE_LABELS: Partial<Record<keyof FeatureGates, { label: string; d
|
|||||||
customKeywordsEnabled: { label: 'Custom Keywords', description: 'Allow user-created labels and tags' },
|
customKeywordsEnabled: { label: 'Custom Keywords', description: 'Allow user-created labels and tags' },
|
||||||
templatesEnabled: { label: 'Email Templates', description: 'Allow email template creation and library' },
|
templatesEnabled: { label: 'Email Templates', description: 'Allow email template creation and library' },
|
||||||
calendarTasksEnabled: { label: 'Calendar Tasks', description: 'Show task panel in calendar view' },
|
calendarTasksEnabled: { label: 'Calendar Tasks', description: 'Show task panel in calendar view' },
|
||||||
|
contactsEnabled: { label: 'Contacts', description: 'Enable contacts/address book features' },
|
||||||
smimeEnabled: { label: 'S/MIME', description: 'Enable certificate management and email signing' },
|
smimeEnabled: { label: 'S/MIME', description: 'Enable certificate management and email signing' },
|
||||||
externalContentEnabled: { label: 'External Content', description: 'Allow users to choose external content loading policy' },
|
externalContentEnabled: { label: 'External Content', description: 'Allow users to choose external content loading policy' },
|
||||||
debugModeEnabled: { label: 'Debug Mode', description: 'Allow users to enable debug/diagnostic mode' },
|
debugModeEnabled: { label: 'Debug Mode', description: 'Allow users to enable debug/diagnostic mode' },
|
||||||
@@ -131,8 +132,8 @@ export default function AdminPolicyPage() {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="space-y-6">
|
<div className="space-y-6">
|
||||||
<div className="flex items-center justify-between">
|
<div className="flex flex-wrap items-start justify-between gap-3">
|
||||||
<div>
|
<div className="min-w-0">
|
||||||
<h1 className="text-2xl font-semibold text-foreground">User Policy</h1>
|
<h1 className="text-2xl font-semibold text-foreground">User Policy</h1>
|
||||||
<p className="text-sm text-muted-foreground mt-1">Control which features and settings users can access</p>
|
<p className="text-sm text-muted-foreground mt-1">Control which features and settings users can access</p>
|
||||||
</div>
|
</div>
|
||||||
@@ -169,13 +170,13 @@ export default function AdminPolicyPage() {
|
|||||||
const { label, description } = meta;
|
const { label, description } = meta;
|
||||||
const enabled = policy.features[key];
|
const enabled = policy.features[key];
|
||||||
return (
|
return (
|
||||||
<div key={key} className="px-4 py-3 flex items-center justify-between gap-4">
|
<div key={key} className="px-4 py-3 flex flex-col gap-2 sm:flex-row sm:items-center sm:justify-between sm:gap-4">
|
||||||
<div>
|
<div className="min-w-0">
|
||||||
<span className="text-sm text-foreground">{label}</span>
|
<span className="text-sm text-foreground">{label}</span>
|
||||||
<p className="text-xs text-muted-foreground mt-0.5">{description}</p>
|
<p className="text-xs text-muted-foreground mt-0.5">{description}</p>
|
||||||
</div>
|
</div>
|
||||||
<button onClick={() => toggleFeature(key)}
|
<button onClick={() => toggleFeature(key)}
|
||||||
className={`relative inline-flex h-5 w-9 items-center rounded-full transition-colors ${enabled ? 'bg-primary' : 'bg-muted-foreground/25 dark:bg-muted-foreground/50'}`}>
|
className={`shrink-0 relative inline-flex h-5 w-9 items-center rounded-full transition-colors ${enabled ? 'bg-primary' : 'bg-muted-foreground/25 dark:bg-muted-foreground/50'}`}>
|
||||||
<span className={`inline-block h-3.5 w-3.5 transform rounded-full bg-background shadow transition-transform ${enabled ? 'translate-x-[18px]' : 'translate-x-[3px]'}`} />
|
<span className={`inline-block h-3.5 w-3.5 transform rounded-full bg-background shadow transition-transform ${enabled ? 'translate-x-[18px]' : 'translate-x-[3px]'}`} />
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
@@ -194,9 +195,9 @@ export default function AdminPolicyPage() {
|
|||||||
{RESTRICTABLE_SETTINGS.filter(s => s.category === category).map(setting => {
|
{RESTRICTABLE_SETTINGS.filter(s => s.category === category).map(setting => {
|
||||||
const restriction = policy.restrictions[setting.key] || {};
|
const restriction = policy.restrictions[setting.key] || {};
|
||||||
return (
|
return (
|
||||||
<div key={setting.key} className="px-4 py-3 flex items-center justify-between gap-4">
|
<div key={setting.key} className="px-4 py-3 flex flex-col gap-2 sm:flex-row sm:items-center sm:justify-between sm:gap-4">
|
||||||
<span className="text-sm text-foreground">{setting.label}</span>
|
<span className="text-sm text-foreground">{setting.label}</span>
|
||||||
<div className="flex items-center gap-3">
|
<div className="flex items-center gap-3 shrink-0">
|
||||||
<label className="flex items-center gap-1.5 text-xs text-muted-foreground cursor-pointer">
|
<label className="flex items-center gap-1.5 text-xs text-muted-foreground cursor-pointer">
|
||||||
<input type="checkbox" checked={!!restriction.locked} onChange={() => toggleLocked(setting.key)}
|
<input type="checkbox" checked={!!restriction.locked} onChange={() => toggleLocked(setting.key)}
|
||||||
className="rounded border-input" />
|
className="rounded border-input" />
|
||||||
|
|||||||
+12
-12
@@ -86,8 +86,8 @@ export default function AdminSettingsPage() {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="space-y-6">
|
<div className="space-y-6">
|
||||||
<div className="flex items-center justify-between">
|
<div className="flex flex-wrap items-start justify-between gap-3">
|
||||||
<div>
|
<div className="min-w-0">
|
||||||
<h1 className="text-2xl font-semibold text-foreground">Server Settings</h1>
|
<h1 className="text-2xl font-semibold text-foreground">Server Settings</h1>
|
||||||
<p className="text-sm text-muted-foreground mt-1">General server configuration</p>
|
<p className="text-sm text-muted-foreground mt-1">General server configuration</p>
|
||||||
</div>
|
</div>
|
||||||
@@ -166,21 +166,21 @@ function TextSetting({ label, configKey, value, source, onChange, onRevert, plac
|
|||||||
onChange: (key: string, value: unknown) => void; onRevert: (key: string) => void; placeholder?: string;
|
onChange: (key: string, value: unknown) => void; onRevert: (key: string) => void; placeholder?: string;
|
||||||
}) {
|
}) {
|
||||||
return (
|
return (
|
||||||
<div className="px-4 py-3 flex items-center justify-between gap-4">
|
<div className="px-4 py-3 flex flex-col gap-2 sm:flex-row sm:items-center sm:justify-between sm:gap-4">
|
||||||
<div className="flex items-center gap-2 min-w-0">
|
<div className="flex items-center gap-2 min-w-0">
|
||||||
<label className="text-sm text-foreground whitespace-nowrap">{label}</label>
|
<label className="text-sm text-foreground">{label}</label>
|
||||||
<SourceBadge source={source} />
|
<SourceBadge source={source} />
|
||||||
</div>
|
</div>
|
||||||
<div className="flex items-center gap-2">
|
<div className="flex items-center gap-2 w-full sm:w-auto">
|
||||||
<input
|
<input
|
||||||
type="text"
|
type="text"
|
||||||
value={value ?? ''}
|
value={value ?? ''}
|
||||||
onChange={(e) => onChange(configKey, e.target.value)}
|
onChange={(e) => onChange(configKey, e.target.value)}
|
||||||
placeholder={placeholder}
|
placeholder={placeholder}
|
||||||
className="h-8 w-64 rounded-md border border-input bg-background px-2.5 text-sm text-foreground placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring"
|
className="h-8 w-full sm:w-64 rounded-md border border-input bg-background px-2.5 text-sm text-foreground placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring"
|
||||||
/>
|
/>
|
||||||
{source === 'admin' && (
|
{source === 'admin' && (
|
||||||
<button onClick={() => onRevert(configKey)} className="text-muted-foreground hover:text-foreground" title="Revert to default">
|
<button onClick={() => onRevert(configKey)} className="shrink-0 text-muted-foreground hover:text-foreground" title="Revert to default">
|
||||||
<RotateCcw className="w-3.5 h-3.5" />
|
<RotateCcw className="w-3.5 h-3.5" />
|
||||||
</button>
|
</button>
|
||||||
)}
|
)}
|
||||||
@@ -194,7 +194,7 @@ function ToggleSetting({ label, description, configKey, value, source, onChange,
|
|||||||
onChange: (key: string, value: unknown) => void; onRevert: (key: string) => void;
|
onChange: (key: string, value: unknown) => void; onRevert: (key: string) => void;
|
||||||
}) {
|
}) {
|
||||||
return (
|
return (
|
||||||
<div className="px-4 py-3 flex items-center justify-between gap-4">
|
<div className="px-4 py-3 flex flex-col gap-2 sm:flex-row sm:items-center sm:justify-between sm:gap-4">
|
||||||
<div className="min-w-0">
|
<div className="min-w-0">
|
||||||
<div className="flex items-center gap-2">
|
<div className="flex items-center gap-2">
|
||||||
<span className="text-sm text-foreground">{label}</span>
|
<span className="text-sm text-foreground">{label}</span>
|
||||||
@@ -202,7 +202,7 @@ function ToggleSetting({ label, description, configKey, value, source, onChange,
|
|||||||
</div>
|
</div>
|
||||||
{description && <p className="text-xs text-muted-foreground mt-0.5">{description}</p>}
|
{description && <p className="text-xs text-muted-foreground mt-0.5">{description}</p>}
|
||||||
</div>
|
</div>
|
||||||
<div className="flex items-center gap-2">
|
<div className="flex items-center gap-2 shrink-0">
|
||||||
<button
|
<button
|
||||||
onClick={() => onChange(configKey, !value)}
|
onClick={() => onChange(configKey, !value)}
|
||||||
className={`relative inline-flex h-5 w-9 items-center rounded-full transition-colors ${value ? 'bg-primary' : 'bg-muted-foreground/25 dark:bg-muted-foreground/50'}`}
|
className={`relative inline-flex h-5 w-9 items-center rounded-full transition-colors ${value ? 'bg-primary' : 'bg-muted-foreground/25 dark:bg-muted-foreground/50'}`}
|
||||||
@@ -224,12 +224,12 @@ function SelectSetting({ label, configKey, value, source, options, onChange, onR
|
|||||||
onChange: (key: string, value: unknown) => void; onRevert: (key: string) => void;
|
onChange: (key: string, value: unknown) => void; onRevert: (key: string) => void;
|
||||||
}) {
|
}) {
|
||||||
return (
|
return (
|
||||||
<div className="px-4 py-3 flex items-center justify-between gap-4">
|
<div className="px-4 py-3 flex flex-col gap-2 sm:flex-row sm:items-center sm:justify-between sm:gap-4">
|
||||||
<div className="flex items-center gap-2">
|
<div className="flex items-center gap-2 min-w-0">
|
||||||
<span className="text-sm text-foreground">{label}</span>
|
<span className="text-sm text-foreground">{label}</span>
|
||||||
<SourceBadge source={source} />
|
<SourceBadge source={source} />
|
||||||
</div>
|
</div>
|
||||||
<div className="flex items-center gap-2">
|
<div className="flex items-center gap-2 shrink-0">
|
||||||
<select
|
<select
|
||||||
value={value ?? ''}
|
value={value ?? ''}
|
||||||
onChange={(e) => onChange(configKey, e.target.value)}
|
onChange={(e) => onChange(configKey, e.target.value)}
|
||||||
|
|||||||
@@ -0,0 +1,250 @@
|
|||||||
|
'use client';
|
||||||
|
|
||||||
|
import { useEffect, useState } from 'react';
|
||||||
|
import { Loader2, Send, Save, CheckCircle2, XCircle, ExternalLink } from 'lucide-react';
|
||||||
|
import { apiFetch } from '@/lib/browser-navigation';
|
||||||
|
|
||||||
|
interface TelemetryStatus {
|
||||||
|
consent: 'pending' | 'on' | 'off';
|
||||||
|
consentSource: 'env' | 'file';
|
||||||
|
endpoint: string;
|
||||||
|
defaultEndpoint: string;
|
||||||
|
consentedAt: string | null;
|
||||||
|
lastSentAt: string | null;
|
||||||
|
nextScheduledAt: string | null;
|
||||||
|
payloadPreview: Record<string, unknown>;
|
||||||
|
accountCounts: { total: number; active7d: number };
|
||||||
|
}
|
||||||
|
|
||||||
|
function timeAgo(iso: string | null): string {
|
||||||
|
if (!iso) return 'never';
|
||||||
|
const d = Date.now() - new Date(iso).getTime();
|
||||||
|
if (d < 0) return new Date(iso).toLocaleString();
|
||||||
|
const m = Math.floor(d / 60000);
|
||||||
|
if (m < 1) return 'just now';
|
||||||
|
if (m < 60) return `${m} min ago`;
|
||||||
|
const h = Math.floor(m / 60);
|
||||||
|
if (h < 48) return `${h} hours ago`;
|
||||||
|
const days = Math.floor(h / 24);
|
||||||
|
return `${days} days ago`;
|
||||||
|
}
|
||||||
|
|
||||||
|
export default function AdminTelemetryPage() {
|
||||||
|
const [status, setStatus] = useState<TelemetryStatus | null>(null);
|
||||||
|
const [loading, setLoading] = useState(true);
|
||||||
|
const [busy, setBusy] = useState<string | null>(null);
|
||||||
|
const [endpointDraft, setEndpointDraft] = useState('');
|
||||||
|
const [sendResult, setSendResult] = useState<{ ok: boolean; msg: string } | null>(null);
|
||||||
|
|
||||||
|
async function refresh(): Promise<void> {
|
||||||
|
setLoading(true);
|
||||||
|
try {
|
||||||
|
const r = await apiFetch('/api/admin/telemetry');
|
||||||
|
if (!r.ok) throw new Error('failed to load');
|
||||||
|
const data = (await r.json()) as TelemetryStatus;
|
||||||
|
setStatus(data);
|
||||||
|
setEndpointDraft(data.endpoint);
|
||||||
|
} catch (err) {
|
||||||
|
console.error(err);
|
||||||
|
} finally {
|
||||||
|
setLoading(false);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
useEffect(() => { void refresh(); }, []);
|
||||||
|
|
||||||
|
async function setConsent(consent: 'on' | 'off'): Promise<void> {
|
||||||
|
setBusy('consent');
|
||||||
|
try {
|
||||||
|
const r = await apiFetch('/api/admin/telemetry', {
|
||||||
|
method: 'POST',
|
||||||
|
headers: { 'content-type': 'application/json' },
|
||||||
|
body: JSON.stringify({ action: 'set-consent', consent }),
|
||||||
|
});
|
||||||
|
if (!r.ok) {
|
||||||
|
const j = (await r.json().catch(() => ({}))) as { error?: string };
|
||||||
|
alert(j.error ?? 'failed');
|
||||||
|
}
|
||||||
|
await refresh();
|
||||||
|
} finally { setBusy(null); }
|
||||||
|
}
|
||||||
|
|
||||||
|
async function saveEndpoint(): Promise<void> {
|
||||||
|
setBusy('endpoint');
|
||||||
|
try {
|
||||||
|
const r = await apiFetch('/api/admin/telemetry', {
|
||||||
|
method: 'POST',
|
||||||
|
headers: { 'content-type': 'application/json' },
|
||||||
|
body: JSON.stringify({ action: 'set-endpoint', endpoint: endpointDraft }),
|
||||||
|
});
|
||||||
|
if (!r.ok) {
|
||||||
|
const j = (await r.json().catch(() => ({}))) as { error?: string };
|
||||||
|
alert(j.error ?? 'failed');
|
||||||
|
}
|
||||||
|
await refresh();
|
||||||
|
} finally { setBusy(null); }
|
||||||
|
}
|
||||||
|
|
||||||
|
async function sendNow(): Promise<void> {
|
||||||
|
setBusy('send');
|
||||||
|
setSendResult(null);
|
||||||
|
try {
|
||||||
|
const r = await apiFetch('/api/admin/telemetry', {
|
||||||
|
method: 'POST',
|
||||||
|
headers: { 'content-type': 'application/json' },
|
||||||
|
body: JSON.stringify({ action: 'send-now' }),
|
||||||
|
});
|
||||||
|
const j = (await r.json().catch(() => ({}))) as { ok?: boolean; status?: number; error?: string };
|
||||||
|
setSendResult({
|
||||||
|
ok: !!j.ok,
|
||||||
|
msg: j.ok ? `sent (HTTP ${j.status ?? '?'})` : `failed: ${j.error ?? 'unknown'}`,
|
||||||
|
});
|
||||||
|
await refresh();
|
||||||
|
} finally { setBusy(null); }
|
||||||
|
}
|
||||||
|
|
||||||
|
if (loading || !status) {
|
||||||
|
return (
|
||||||
|
<div className="p-8 flex items-center gap-2 text-muted-foreground">
|
||||||
|
<Loader2 className="h-4 w-4 animate-spin" /> loading…
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
const envOverridden = status.consentSource === 'env';
|
||||||
|
const isOn = status.consent === 'on';
|
||||||
|
|
||||||
|
return (
|
||||||
|
<div className="space-y-6">
|
||||||
|
<header className="space-y-2">
|
||||||
|
<h1 className="text-2xl font-semibold">Anonymous Usage Stats</h1>
|
||||||
|
<p className="text-sm text-muted-foreground">
|
||||||
|
Bulwark sends one anonymous heartbeat per day so we can see how many instances are
|
||||||
|
running, on what platforms, and which features they use. <strong>Enabled by default</strong>;
|
||||||
|
one click below disables it. No email addresses, no hostnames, no IPs are sent.{' '}
|
||||||
|
<a
|
||||||
|
href="https://bulwarkmail.org/docs/legal/privacy/telemetry"
|
||||||
|
target="_blank"
|
||||||
|
rel="noreferrer"
|
||||||
|
className="underline inline-flex items-center gap-1"
|
||||||
|
>
|
||||||
|
Full schema and policy <ExternalLink className="h-3 w-3" />
|
||||||
|
</a>
|
||||||
|
</p>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<section className="rounded-lg border p-4 space-y-3">
|
||||||
|
<div className="flex flex-col sm:flex-row sm:items-center sm:justify-between gap-3">
|
||||||
|
<div className="min-w-0">
|
||||||
|
<div className="font-medium">Status</div>
|
||||||
|
<div className="text-sm text-muted-foreground">
|
||||||
|
{status.consent === 'pending' && 'Initialising - no heartbeats sent yet.'}
|
||||||
|
{status.consent === 'on' && 'Heartbeats are enabled (default).'}
|
||||||
|
{status.consent === 'off' && 'Heartbeats are off.'}
|
||||||
|
{envOverridden && (
|
||||||
|
<> Locked by <code>BULWARK_TELEMETRY</code> env var.</>
|
||||||
|
)}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div className="flex gap-2">
|
||||||
|
<button
|
||||||
|
type="button"
|
||||||
|
disabled={busy === 'consent' || envOverridden || isOn}
|
||||||
|
onClick={() => void setConsent('on')}
|
||||||
|
className="px-3 py-1.5 rounded-md border bg-primary text-primary-foreground hover:bg-primary/90 disabled:opacity-50"
|
||||||
|
>
|
||||||
|
Enable
|
||||||
|
</button>
|
||||||
|
<button
|
||||||
|
type="button"
|
||||||
|
disabled={busy === 'consent' || envOverridden || status.consent === 'off'}
|
||||||
|
onClick={() => void setConsent('off')}
|
||||||
|
className="px-3 py-1.5 rounded-md border hover:bg-accent disabled:opacity-50"
|
||||||
|
>
|
||||||
|
Disable
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<dl className="grid grid-cols-2 gap-2 text-sm pt-2 border-t">
|
||||||
|
<dt className="text-muted-foreground">Last sent</dt>
|
||||||
|
<dd>{timeAgo(status.lastSentAt)}</dd>
|
||||||
|
<dt className="text-muted-foreground">Next scheduled</dt>
|
||||||
|
<dd>{timeAgo(status.nextScheduledAt)}</dd>
|
||||||
|
<dt className="text-muted-foreground">Consented at</dt>
|
||||||
|
<dd>{status.consentedAt ? new Date(status.consentedAt).toLocaleString() : '-'}</dd>
|
||||||
|
</dl>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section className="rounded-lg border p-4 space-y-2">
|
||||||
|
<div className="font-medium">Account activity</div>
|
||||||
|
<p className="text-sm text-muted-foreground">
|
||||||
|
Unique accounts that have logged in over the last 90 days. Identities are stored as a
|
||||||
|
per-instance HMAC, never as plaintext usernames. These are the numbers reported in the
|
||||||
|
heartbeat as bucketed ranges.
|
||||||
|
</p>
|
||||||
|
<dl className="grid grid-cols-2 gap-2 text-sm pt-1">
|
||||||
|
<dt className="text-muted-foreground">Total (90d)</dt>
|
||||||
|
<dd className="font-mono">{status.accountCounts?.total ?? 0}</dd>
|
||||||
|
<dt className="text-muted-foreground">Active (7d)</dt>
|
||||||
|
<dd className="font-mono">{status.accountCounts?.active7d ?? 0}</dd>
|
||||||
|
</dl>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section className="rounded-lg border p-4 space-y-3">
|
||||||
|
<div className="font-medium">Endpoint</div>
|
||||||
|
<p className="text-sm text-muted-foreground">
|
||||||
|
Where heartbeats are sent. Defaults to the project's collector. Point at your own collector
|
||||||
|
(open source at <code>bulwarkmail/dashboard</code>) or clear this field to disable sending.
|
||||||
|
</p>
|
||||||
|
<div className="flex flex-col sm:flex-row gap-2">
|
||||||
|
<input
|
||||||
|
type="url"
|
||||||
|
value={endpointDraft}
|
||||||
|
onChange={(e) => setEndpointDraft(e.target.value)}
|
||||||
|
placeholder={status.defaultEndpoint}
|
||||||
|
className="flex-1 min-w-0 px-3 py-1.5 rounded-md border bg-background"
|
||||||
|
/>
|
||||||
|
<button
|
||||||
|
type="button"
|
||||||
|
disabled={busy === 'endpoint' || endpointDraft === status.endpoint}
|
||||||
|
onClick={() => void saveEndpoint()}
|
||||||
|
className="shrink-0 px-3 py-1.5 rounded-md border bg-primary text-primary-foreground hover:bg-primary/90 disabled:opacity-50 inline-flex items-center justify-center gap-1"
|
||||||
|
>
|
||||||
|
<Save className="h-4 w-4" /> Save
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section className="rounded-lg border p-4 space-y-3">
|
||||||
|
<div className="flex flex-col sm:flex-row sm:items-center sm:justify-between gap-3">
|
||||||
|
<div className="min-w-0">
|
||||||
|
<div className="font-medium">Payload preview</div>
|
||||||
|
<div className="text-sm text-muted-foreground">
|
||||||
|
Exactly what the next heartbeat would send from this install, right now.
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<button
|
||||||
|
type="button"
|
||||||
|
disabled={busy === 'send' || !isOn}
|
||||||
|
onClick={() => void sendNow()}
|
||||||
|
className="shrink-0 px-3 py-1.5 rounded-md border bg-primary text-primary-foreground hover:bg-primary/90 disabled:opacity-50 inline-flex items-center gap-1"
|
||||||
|
>
|
||||||
|
<Send className="h-4 w-4" /> Send now
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
{sendResult && (
|
||||||
|
<div
|
||||||
|
className={`text-sm flex items-center gap-2 ${
|
||||||
|
sendResult.ok ? 'text-emerald-600' : 'text-red-600'
|
||||||
|
}`}
|
||||||
|
>
|
||||||
|
{sendResult.ok ? <CheckCircle2 className="h-4 w-4" /> : <XCircle className="h-4 w-4" />}
|
||||||
|
{sendResult.msg}
|
||||||
|
</div>
|
||||||
|
)}
|
||||||
|
<pre className="text-xs bg-muted/50 rounded-md p-3 overflow-x-auto max-h-96">
|
||||||
|
{JSON.stringify(status.payloadPreview, null, 2)}
|
||||||
|
</pre>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
}
|
||||||
+17
-17
@@ -307,12 +307,12 @@ export default function AdminThemesPage() {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="space-y-6">
|
<div className="space-y-6">
|
||||||
<div className="flex items-center justify-between">
|
<div className="flex flex-wrap items-start justify-between gap-3">
|
||||||
<div>
|
<div className="min-w-0">
|
||||||
<h1 className="text-2xl font-semibold text-foreground">Themes</h1>
|
<h1 className="text-2xl font-semibold text-foreground">Themes</h1>
|
||||||
<p className="text-sm text-muted-foreground mt-1">Manage themes and theme policy for all users</p>
|
<p className="text-sm text-muted-foreground mt-1">Manage themes and theme policy for all users</p>
|
||||||
</div>
|
</div>
|
||||||
<div className="flex items-center gap-2">
|
<div className="flex flex-wrap items-center gap-2">
|
||||||
{policyDirty && (
|
{policyDirty && (
|
||||||
<button
|
<button
|
||||||
onClick={handleSavePolicy}
|
onClick={handleSavePolicy}
|
||||||
@@ -356,37 +356,37 @@ export default function AdminThemesPage() {
|
|||||||
|
|
||||||
<div className="divide-y divide-border">
|
<div className="divide-y divide-border">
|
||||||
{/* Master toggle */}
|
{/* Master toggle */}
|
||||||
<div className="px-4 py-3 flex items-center justify-between gap-4">
|
<div className="px-4 py-3 flex flex-col gap-2 sm:flex-row sm:items-center sm:justify-between sm:gap-4">
|
||||||
<div>
|
<div className="min-w-0">
|
||||||
<span className="text-sm text-foreground">Themes Enabled</span>
|
<span className="text-sm text-foreground">Themes Enabled</span>
|
||||||
<p className="text-xs text-muted-foreground mt-0.5">Allow users to select and apply themes</p>
|
<p className="text-xs text-muted-foreground mt-0.5">Allow users to select and apply themes</p>
|
||||||
</div>
|
</div>
|
||||||
<button onClick={toggleThemesEnabled}
|
<button onClick={toggleThemesEnabled}
|
||||||
className={`relative inline-flex h-5 w-9 items-center rounded-full transition-colors ${themesEnabled ? 'bg-primary' : 'bg-muted-foreground/25 dark:bg-muted-foreground/50'}`}>
|
className={`shrink-0 relative inline-flex h-5 w-9 items-center rounded-full transition-colors ${themesEnabled ? 'bg-primary' : 'bg-muted-foreground/25 dark:bg-muted-foreground/50'}`}>
|
||||||
<span className={`inline-block h-3.5 w-3.5 transform rounded-full bg-background shadow transition-transform ${themesEnabled ? 'translate-x-[18px]' : 'translate-x-[3px]'}`} />
|
<span className={`inline-block h-3.5 w-3.5 transform rounded-full bg-background shadow transition-transform ${themesEnabled ? 'translate-x-[18px]' : 'translate-x-[3px]'}`} />
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* User uploads toggle */}
|
{/* User uploads toggle */}
|
||||||
<div className="px-4 py-3 flex items-center justify-between gap-4">
|
<div className="px-4 py-3 flex flex-col gap-2 sm:flex-row sm:items-center sm:justify-between sm:gap-4">
|
||||||
<div>
|
<div className="min-w-0">
|
||||||
<span className="text-sm text-foreground">User Theme Uploads</span>
|
<span className="text-sm text-foreground">User Theme Uploads</span>
|
||||||
<p className="text-xs text-muted-foreground mt-0.5">Allow users to upload their own theme files</p>
|
<p className="text-xs text-muted-foreground mt-0.5">Allow users to upload their own theme files</p>
|
||||||
</div>
|
</div>
|
||||||
<button onClick={toggleUserThemeUploads}
|
<button onClick={toggleUserThemeUploads}
|
||||||
className={`relative inline-flex h-5 w-9 items-center rounded-full transition-colors ${userThemesEnabled ? 'bg-primary' : 'bg-muted-foreground/25 dark:bg-muted-foreground/50'}`}>
|
className={`shrink-0 relative inline-flex h-5 w-9 items-center rounded-full transition-colors ${userThemesEnabled ? 'bg-primary' : 'bg-muted-foreground/25 dark:bg-muted-foreground/50'}`}>
|
||||||
<span className={`inline-block h-3.5 w-3.5 transform rounded-full bg-background shadow transition-transform ${userThemesEnabled ? 'translate-x-[18px]' : 'translate-x-[3px]'}`} />
|
<span className={`inline-block h-3.5 w-3.5 transform rounded-full bg-background shadow transition-transform ${userThemesEnabled ? 'translate-x-[18px]' : 'translate-x-[3px]'}`} />
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* Force enable / disable all */}
|
{/* Force enable / disable all */}
|
||||||
{themes.length > 0 && (
|
{themes.length > 0 && (
|
||||||
<div className="px-4 py-3 flex items-center justify-between gap-4">
|
<div className="px-4 py-3 flex flex-col gap-2 sm:flex-row sm:items-center sm:justify-between sm:gap-4">
|
||||||
<div>
|
<div className="min-w-0">
|
||||||
<span className="text-sm text-foreground">Force Enable / Disable All</span>
|
<span className="text-sm text-foreground">Force Enable / Disable All</span>
|
||||||
<p className="text-xs text-muted-foreground mt-0.5">Bulk toggle all deployed themes at once</p>
|
<p className="text-xs text-muted-foreground mt-0.5">Bulk toggle all deployed themes at once</p>
|
||||||
</div>
|
</div>
|
||||||
<div className="flex items-center gap-2">
|
<div className="flex items-center gap-2 shrink-0">
|
||||||
<button
|
<button
|
||||||
onClick={forceEnableAll}
|
onClick={forceEnableAll}
|
||||||
className="inline-flex items-center gap-1.5 h-7 px-3 rounded-md bg-emerald-600 text-white text-xs font-medium hover:bg-emerald-700 transition-colors"
|
className="inline-flex items-center gap-1.5 h-7 px-3 rounded-md bg-emerald-600 text-white text-xs font-medium hover:bg-emerald-700 transition-colors"
|
||||||
@@ -407,15 +407,15 @@ export default function AdminThemesPage() {
|
|||||||
|
|
||||||
{/* Default Theme */}
|
{/* Default Theme */}
|
||||||
<div className="px-4 py-3">
|
<div className="px-4 py-3">
|
||||||
<div className="flex items-center justify-between gap-4">
|
<div className="flex flex-col gap-2 sm:flex-row sm:items-center sm:justify-between sm:gap-4">
|
||||||
<div>
|
<div className="min-w-0">
|
||||||
<span className="text-sm text-foreground">Default Theme</span>
|
<span className="text-sm text-foreground">Default Theme</span>
|
||||||
<p className="text-xs text-muted-foreground mt-0.5">Theme applied when users have not chosen one</p>
|
<p className="text-xs text-muted-foreground mt-0.5">Theme applied when users have not chosen one</p>
|
||||||
</div>
|
</div>
|
||||||
<select
|
<select
|
||||||
value={policy.themePolicy?.defaultThemeId || ''}
|
value={policy.themePolicy?.defaultThemeId || ''}
|
||||||
onChange={(e) => setDefaultTheme(e.target.value || null)}
|
onChange={(e) => setDefaultTheme(e.target.value || null)}
|
||||||
className="h-8 px-2 rounded-md border border-input bg-background text-sm text-foreground"
|
className="h-8 px-2 w-full sm:w-auto shrink-0 rounded-md border border-input bg-background text-sm text-foreground"
|
||||||
>
|
>
|
||||||
<option value="">System Default</option>
|
<option value="">System Default</option>
|
||||||
<optgroup label="Built-in">
|
<optgroup label="Built-in">
|
||||||
@@ -498,9 +498,9 @@ export default function AdminThemesPage() {
|
|||||||
) : (
|
) : (
|
||||||
<div className="divide-y divide-border">
|
<div className="divide-y divide-border">
|
||||||
{themes.map(theme => (
|
{themes.map(theme => (
|
||||||
<div key={theme.id} className="px-4 py-4 flex items-center justify-between gap-4">
|
<div key={theme.id} className="px-4 py-4 flex flex-col gap-3 sm:flex-row sm:items-center sm:justify-between sm:gap-4">
|
||||||
<div className="min-w-0 flex-1">
|
<div className="min-w-0 flex-1">
|
||||||
<div className="flex items-center gap-2">
|
<div className="flex flex-wrap items-center gap-x-2 gap-y-1">
|
||||||
<span className="text-sm font-medium text-foreground">{theme.name}</span>
|
<span className="text-sm font-medium text-foreground">{theme.name}</span>
|
||||||
<span className="text-xs text-muted-foreground">v{theme.version}</span>
|
<span className="text-xs text-muted-foreground">v{theme.version}</span>
|
||||||
<span className={`text-xs px-1.5 py-0.5 rounded ${theme.enabled ? 'bg-emerald-100 text-emerald-700 dark:bg-emerald-950/30 dark:text-emerald-400' : 'bg-muted text-muted-foreground'}`}>
|
<span className={`text-xs px-1.5 py-0.5 rounded ${theme.enabled ? 'bg-emerald-100 text-emerald-700 dark:bg-emerald-950/30 dark:text-emerald-400' : 'bg-muted text-muted-foreground'}`}>
|
||||||
|
|||||||
@@ -0,0 +1,237 @@
|
|||||||
|
'use client';
|
||||||
|
|
||||||
|
import { useEffect, useState } from 'react';
|
||||||
|
import {
|
||||||
|
Loader2,
|
||||||
|
RefreshCw,
|
||||||
|
CheckCircle2,
|
||||||
|
AlertTriangle,
|
||||||
|
ShieldAlert,
|
||||||
|
ExternalLink,
|
||||||
|
} from 'lucide-react';
|
||||||
|
import { SettingsSection, SettingItem } from '@/components/settings/settings-section';
|
||||||
|
import { apiFetch } from '@/lib/browser-navigation';
|
||||||
|
import type { UpdateStatus, UpdateSeverity } from '@/lib/version-check/types';
|
||||||
|
|
||||||
|
interface VersionAdminStatus {
|
||||||
|
current: string;
|
||||||
|
build: string;
|
||||||
|
endpoint: string;
|
||||||
|
defaultEndpoint: string;
|
||||||
|
disabledByEnv: boolean;
|
||||||
|
lastCheckedAt: string | null;
|
||||||
|
lastSuccessAt: string | null;
|
||||||
|
nextScheduledAt: string | null;
|
||||||
|
status: UpdateStatus | null;
|
||||||
|
}
|
||||||
|
|
||||||
|
function timeAgo(iso: string | null): string {
|
||||||
|
if (!iso) return 'never';
|
||||||
|
const d = Date.now() - new Date(iso).getTime();
|
||||||
|
if (d < 0) return new Date(iso).toLocaleString();
|
||||||
|
const m = Math.floor(d / 60000);
|
||||||
|
if (m < 1) return 'just now';
|
||||||
|
if (m < 60) return `${m} min ago`;
|
||||||
|
const h = Math.floor(m / 60);
|
||||||
|
if (h < 48) return `${h} hours ago`;
|
||||||
|
return `${Math.floor(h / 24)} days ago`;
|
||||||
|
}
|
||||||
|
|
||||||
|
function severityChip(severity: UpdateSeverity) {
|
||||||
|
switch (severity) {
|
||||||
|
case 'security':
|
||||||
|
return {
|
||||||
|
label: 'Security update',
|
||||||
|
className: 'bg-red-500/10 text-red-700 dark:text-red-300 border-red-500/30',
|
||||||
|
Icon: ShieldAlert,
|
||||||
|
};
|
||||||
|
case 'deprecated':
|
||||||
|
return {
|
||||||
|
label: 'Deprecated',
|
||||||
|
className: 'bg-red-500/10 text-red-700 dark:text-red-300 border-red-500/30',
|
||||||
|
Icon: ShieldAlert,
|
||||||
|
};
|
||||||
|
case 'normal':
|
||||||
|
return {
|
||||||
|
label: 'Update available',
|
||||||
|
className: 'bg-amber-500/10 text-amber-700 dark:text-amber-300 border-amber-500/30',
|
||||||
|
Icon: AlertTriangle,
|
||||||
|
};
|
||||||
|
case 'unknown':
|
||||||
|
return {
|
||||||
|
label: 'Unknown',
|
||||||
|
className: 'bg-muted text-muted-foreground border-border',
|
||||||
|
Icon: AlertTriangle,
|
||||||
|
};
|
||||||
|
case 'none':
|
||||||
|
default:
|
||||||
|
return {
|
||||||
|
label: 'Up to date',
|
||||||
|
className: 'bg-emerald-500/10 text-emerald-700 dark:text-emerald-300 border-emerald-500/30',
|
||||||
|
Icon: CheckCircle2,
|
||||||
|
};
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
export default function AdminVersionPage() {
|
||||||
|
const [data, setData] = useState<VersionAdminStatus | null>(null);
|
||||||
|
const [loading, setLoading] = useState(true);
|
||||||
|
const [checking, setChecking] = useState(false);
|
||||||
|
const [checkResult, setCheckResult] = useState<{ ok: boolean; msg: string } | null>(null);
|
||||||
|
|
||||||
|
async function refresh(): Promise<void> {
|
||||||
|
setLoading(true);
|
||||||
|
try {
|
||||||
|
const r = await apiFetch('/api/admin/version');
|
||||||
|
if (!r.ok) throw new Error('failed to load');
|
||||||
|
setData((await r.json()) as VersionAdminStatus);
|
||||||
|
} catch (err) {
|
||||||
|
console.error(err);
|
||||||
|
} finally {
|
||||||
|
setLoading(false);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
useEffect(() => { void refresh(); }, []);
|
||||||
|
|
||||||
|
async function checkNow(): Promise<void> {
|
||||||
|
setChecking(true);
|
||||||
|
setCheckResult(null);
|
||||||
|
try {
|
||||||
|
const r = await apiFetch('/api/admin/version', {
|
||||||
|
method: 'POST',
|
||||||
|
headers: { 'content-type': 'application/json' },
|
||||||
|
body: JSON.stringify({ action: 'check-now' }),
|
||||||
|
});
|
||||||
|
const j = (await r.json().catch(() => ({}))) as { ok?: boolean; error?: string };
|
||||||
|
setCheckResult({
|
||||||
|
ok: !!j.ok,
|
||||||
|
msg: j.ok ? 'Update check completed.' : `Failed: ${j.error ?? 'unknown'}`,
|
||||||
|
});
|
||||||
|
await refresh();
|
||||||
|
} finally {
|
||||||
|
setChecking(false);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if (loading || !data) {
|
||||||
|
return (
|
||||||
|
<div className="p-8 flex items-center gap-2 text-muted-foreground">
|
||||||
|
<Loader2 className="h-4 w-4 animate-spin" /> loading…
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
const status = data.status;
|
||||||
|
const chip = severityChip(status?.severity ?? 'none');
|
||||||
|
const ChipIcon = chip.Icon;
|
||||||
|
const releaseUrl = status?.url ?? null;
|
||||||
|
const newer = status?.latest && status.latest !== data.current ? status.latest : null;
|
||||||
|
|
||||||
|
return (
|
||||||
|
<div className="space-y-6">
|
||||||
|
<div className="flex flex-wrap items-start justify-between gap-3">
|
||||||
|
<div className="min-w-0">
|
||||||
|
<h1 className="text-2xl font-semibold text-foreground">Version</h1>
|
||||||
|
<p className="text-sm text-muted-foreground mt-1">
|
||||||
|
Hourly check against the Bulwark version server. Severity is decided server-side and
|
||||||
|
disable with <code>BULWARK_UPDATE_CHECK=off</code>.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
<button
|
||||||
|
type="button"
|
||||||
|
disabled={checking}
|
||||||
|
onClick={() => void checkNow()}
|
||||||
|
className="inline-flex items-center gap-2 h-9 px-4 rounded-md bg-primary text-primary-foreground text-sm font-medium hover:bg-primary/90 disabled:opacity-50 transition-all shadow-sm"
|
||||||
|
>
|
||||||
|
{checking ? <Loader2 className="w-4 h-4 animate-spin" /> : <RefreshCw className="w-4 h-4" />}
|
||||||
|
Check now
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{checkResult && (
|
||||||
|
<div
|
||||||
|
className={`text-sm rounded-md px-3 py-2 ${
|
||||||
|
checkResult.ok
|
||||||
|
? 'bg-emerald-50 text-emerald-700 dark:bg-emerald-950/30 dark:text-emerald-300'
|
||||||
|
: 'bg-destructive/10 text-destructive'
|
||||||
|
}`}
|
||||||
|
>
|
||||||
|
{checkResult.msg}
|
||||||
|
</div>
|
||||||
|
)}
|
||||||
|
|
||||||
|
<SettingsSection title="Status">
|
||||||
|
<SettingItem label="Severity">
|
||||||
|
<span
|
||||||
|
className={`inline-flex items-center gap-1.5 rounded-full border px-2 py-0.5 text-xs font-medium ${chip.className}`}
|
||||||
|
>
|
||||||
|
<ChipIcon className="h-3 w-3" />
|
||||||
|
{chip.label}
|
||||||
|
</span>
|
||||||
|
</SettingItem>
|
||||||
|
<SettingItem label="Running" description={data.build !== 'unknown' ? `Build ${data.build}` : undefined}>
|
||||||
|
<span className="text-sm font-mono text-foreground">{data.current}</span>
|
||||||
|
</SettingItem>
|
||||||
|
{newer && (
|
||||||
|
<SettingItem label="Latest release">
|
||||||
|
{releaseUrl ? (
|
||||||
|
<a
|
||||||
|
href={releaseUrl}
|
||||||
|
target="_blank"
|
||||||
|
rel="noreferrer"
|
||||||
|
className="inline-flex items-center gap-1 text-sm font-mono text-foreground hover:underline"
|
||||||
|
>
|
||||||
|
{newer} <ExternalLink className="w-3 h-3" />
|
||||||
|
</a>
|
||||||
|
) : (
|
||||||
|
<span className="text-sm font-mono text-foreground">{newer}</span>
|
||||||
|
)}
|
||||||
|
</SettingItem>
|
||||||
|
)}
|
||||||
|
{status?.advisory && (
|
||||||
|
<SettingItem label="Advisory">
|
||||||
|
<span className="text-sm font-mono text-red-600 dark:text-red-400">{status.advisory}</span>
|
||||||
|
</SettingItem>
|
||||||
|
)}
|
||||||
|
</SettingsSection>
|
||||||
|
|
||||||
|
<SettingsSection title="Schedule" description="Hourly polling with ±5 minute jitter.">
|
||||||
|
<SettingItem label="Last checked">
|
||||||
|
<span className="text-sm text-foreground">{timeAgo(data.lastCheckedAt)}</span>
|
||||||
|
</SettingItem>
|
||||||
|
<SettingItem label="Last success">
|
||||||
|
<span className="text-sm text-foreground">{timeAgo(data.lastSuccessAt)}</span>
|
||||||
|
</SettingItem>
|
||||||
|
<SettingItem label="Next scheduled">
|
||||||
|
<span className="text-sm text-foreground">{timeAgo(data.nextScheduledAt)}</span>
|
||||||
|
</SettingItem>
|
||||||
|
{status?.checkedAt && (
|
||||||
|
<SettingItem label="Server timestamp" description="When the server last refreshed its release list.">
|
||||||
|
<span className="text-sm text-foreground">{new Date(status.checkedAt).toLocaleString()}</span>
|
||||||
|
</SettingItem>
|
||||||
|
)}
|
||||||
|
</SettingsSection>
|
||||||
|
|
||||||
|
<SettingsSection title="Source">
|
||||||
|
<SettingItem
|
||||||
|
label="Endpoint"
|
||||||
|
description={data.endpoint === data.defaultEndpoint ? 'Default endpoint.' : `Default: ${data.defaultEndpoint}`}
|
||||||
|
>
|
||||||
|
<a
|
||||||
|
href={data.endpoint}
|
||||||
|
target="_blank"
|
||||||
|
rel="noreferrer"
|
||||||
|
className="inline-flex items-center gap-1 text-sm text-foreground hover:underline break-all"
|
||||||
|
>
|
||||||
|
{data.endpoint} <ExternalLink className="w-3 h-3 shrink-0" />
|
||||||
|
</a>
|
||||||
|
</SettingItem>
|
||||||
|
<SettingItem label="Disabled by env" description="Set BULWARK_UPDATE_CHECK=off to disable.">
|
||||||
|
<span className={`text-sm font-medium ${data.disabledByEnv ? 'text-amber-600 dark:text-amber-400' : 'text-muted-foreground'}`}>
|
||||||
|
{data.disabledByEnv ? 'Yes' : 'No'}
|
||||||
|
</span>
|
||||||
|
</SettingItem>
|
||||||
|
</SettingsSection>
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
}
|
||||||
@@ -53,11 +53,19 @@ export async function GET(
|
|||||||
|
|
||||||
const buffer = await readFile(resolved);
|
const buffer = await readFile(resolved);
|
||||||
|
|
||||||
|
// SVG can carry inline <script> and event handlers that execute when the
|
||||||
|
// file is fetched as a top-level document. Defense in depth on top of
|
||||||
|
// admin-only upload: nosniff blocks MIME confusion, the CSP forces a
|
||||||
|
// sandboxed unique origin so any script in an SVG is inert and cannot
|
||||||
|
// touch app cookies or storage.
|
||||||
return new NextResponse(buffer, {
|
return new NextResponse(buffer, {
|
||||||
headers: {
|
headers: {
|
||||||
'Content-Type': contentType,
|
'Content-Type': contentType,
|
||||||
'Cache-Control': 'public, max-age=3600, must-revalidate',
|
'Cache-Control': 'public, max-age=3600, must-revalidate',
|
||||||
'Content-Length': String(buffer.length),
|
'Content-Length': String(buffer.length),
|
||||||
|
'X-Content-Type-Options': 'nosniff',
|
||||||
|
'Content-Security-Policy':
|
||||||
|
"default-src 'none'; img-src 'self' data:; style-src 'unsafe-inline'; sandbox",
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
} catch {
|
} catch {
|
||||||
|
|||||||
@@ -0,0 +1,214 @@
|
|||||||
|
import { NextRequest, NextResponse } from 'next/server';
|
||||||
|
import { requireAdminAuth } from '@/lib/admin/session';
|
||||||
|
import { logger } from '@/lib/logger';
|
||||||
|
import {
|
||||||
|
getPluginRegistry,
|
||||||
|
getThemeRegistry,
|
||||||
|
} from '@/lib/admin/plugin-registry';
|
||||||
|
import JSZip from 'jszip';
|
||||||
|
import { MAX_PLUGIN_SIZE, MAX_THEME_SIZE } from '@/lib/plugin-types';
|
||||||
|
|
||||||
|
const DIRECTORY_URL = process.env.EXTENSION_DIRECTORY_URL || 'https://extensions.bulwarkmail.org';
|
||||||
|
|
||||||
|
const MAX_PREVIEW_SOURCE_LEN = 100_000;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* GET /api/admin/marketplace/[slug]
|
||||||
|
* Returns full preview info for an extension: directory metadata,
|
||||||
|
* the bundle's manifest, a (truncated) source preview, and install status.
|
||||||
|
* Lets admins audit what they're about to install before pressing the button.
|
||||||
|
*/
|
||||||
|
export async function GET(
|
||||||
|
_request: NextRequest,
|
||||||
|
{ params }: { params: Promise<{ slug: string }> },
|
||||||
|
) {
|
||||||
|
try {
|
||||||
|
const result = await requireAdminAuth();
|
||||||
|
if ('error' in result) return result.error;
|
||||||
|
|
||||||
|
const { slug } = await params;
|
||||||
|
|
||||||
|
// 1. Extension metadata + screenshots + theme previews from the directory
|
||||||
|
const detailUrl = new URL(`/api/v1/extension/${encodeURIComponent(slug)}`, DIRECTORY_URL);
|
||||||
|
const detailRes = await fetch(detailUrl.toString(), {
|
||||||
|
headers: { Accept: 'application/json' },
|
||||||
|
signal: AbortSignal.timeout(10000),
|
||||||
|
});
|
||||||
|
|
||||||
|
if (!detailRes.ok) {
|
||||||
|
const status = detailRes.status === 404 ? 404 : 502;
|
||||||
|
return NextResponse.json(
|
||||||
|
{ error: status === 404 ? 'Extension not found' : 'Directory request failed' },
|
||||||
|
{ status },
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
const detailJson = await detailRes.json();
|
||||||
|
const extension = detailJson.data as Record<string, unknown> | undefined;
|
||||||
|
if (!extension) {
|
||||||
|
return NextResponse.json({ error: 'Extension not found' }, { status: 404 });
|
||||||
|
}
|
||||||
|
|
||||||
|
const type = extension.type as 'plugin' | 'theme';
|
||||||
|
const latestVersion = (extension.latestVersion as { version?: string } | null)?.version
|
||||||
|
?? null;
|
||||||
|
|
||||||
|
// 2. Pull the bundle so we can show what's actually inside.
|
||||||
|
let manifest: Record<string, unknown> | null = null;
|
||||||
|
let sourcePreview: { name: string; content: string; truncated: boolean } | null = null;
|
||||||
|
let bundleError: string | null = null;
|
||||||
|
let bundleSize = 0;
|
||||||
|
|
||||||
|
if (latestVersion) {
|
||||||
|
try {
|
||||||
|
const bundleUrl = new URL(
|
||||||
|
`/api/v1/bundle/${encodeURIComponent(slug)}/${encodeURIComponent(latestVersion)}`,
|
||||||
|
DIRECTORY_URL,
|
||||||
|
);
|
||||||
|
const bundleRes = await fetch(bundleUrl.toString(), {
|
||||||
|
signal: AbortSignal.timeout(30000),
|
||||||
|
});
|
||||||
|
|
||||||
|
if (!bundleRes.ok) {
|
||||||
|
bundleError = `Bundle download failed (${bundleRes.status})`;
|
||||||
|
} else {
|
||||||
|
const buffer = await bundleRes.arrayBuffer();
|
||||||
|
bundleSize = buffer.byteLength;
|
||||||
|
const maxSize = type === 'theme' ? MAX_THEME_SIZE : MAX_PLUGIN_SIZE;
|
||||||
|
if (buffer.byteLength > maxSize) {
|
||||||
|
bundleError = `Bundle exceeds ${type === 'theme' ? '1 MB' : '5 MB'} size limit`;
|
||||||
|
} else {
|
||||||
|
const zip = await JSZip.loadAsync(buffer);
|
||||||
|
|
||||||
|
// Detect optional root directory inside the ZIP.
|
||||||
|
const entries = Object.keys(zip.files);
|
||||||
|
const topDirs = new Set(entries.map((e) => e.split('/')[0]));
|
||||||
|
let root = '';
|
||||||
|
if (topDirs.size === 1) {
|
||||||
|
const dir = [...topDirs][0];
|
||||||
|
if (zip.files[dir + '/'] || entries.some((e) => e.startsWith(dir + '/'))) {
|
||||||
|
root = dir + '/';
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
const manifestFile = zip.file(root + 'manifest.json');
|
||||||
|
if (!manifestFile) {
|
||||||
|
bundleError = 'Bundle missing manifest.json';
|
||||||
|
} else {
|
||||||
|
try {
|
||||||
|
manifest = JSON.parse(await manifestFile.async('string'));
|
||||||
|
} catch {
|
||||||
|
bundleError = 'Invalid manifest.json in bundle';
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if (manifest) {
|
||||||
|
if (type === 'theme') {
|
||||||
|
const cssFile = zip.file(root + 'theme.css');
|
||||||
|
if (cssFile) {
|
||||||
|
const css = await cssFile.async('string');
|
||||||
|
sourcePreview = {
|
||||||
|
name: 'theme.css',
|
||||||
|
content: css.length > MAX_PREVIEW_SOURCE_LEN
|
||||||
|
? css.slice(0, MAX_PREVIEW_SOURCE_LEN)
|
||||||
|
: css,
|
||||||
|
truncated: css.length > MAX_PREVIEW_SOURCE_LEN,
|
||||||
|
};
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
const entrypoint = (manifest.entrypoint as string) || 'index.js';
|
||||||
|
const jsFile = zip.file(root + entrypoint);
|
||||||
|
if (jsFile) {
|
||||||
|
const code = await jsFile.async('string');
|
||||||
|
sourcePreview = {
|
||||||
|
name: entrypoint,
|
||||||
|
content: code.length > MAX_PREVIEW_SOURCE_LEN
|
||||||
|
? code.slice(0, MAX_PREVIEW_SOURCE_LEN)
|
||||||
|
: code,
|
||||||
|
truncated: code.length > MAX_PREVIEW_SOURCE_LEN,
|
||||||
|
};
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
} catch (err) {
|
||||||
|
bundleError = err instanceof Error ? err.message : 'Failed to read bundle';
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
bundleError = 'Extension has no published version';
|
||||||
|
}
|
||||||
|
|
||||||
|
// 3. Install status (slug is used as the registry id at install time)
|
||||||
|
const [pluginRegistry, themeRegistry] = await Promise.all([
|
||||||
|
getPluginRegistry(),
|
||||||
|
getThemeRegistry(),
|
||||||
|
]);
|
||||||
|
const installed = type === 'theme'
|
||||||
|
? themeRegistry.themes.some((t) => t.id === slug)
|
||||||
|
: pluginRegistry.plugins.some((p) => p.id === slug);
|
||||||
|
|
||||||
|
// 4. Build screenshot URLs (proxy through the directory's public files endpoint).
|
||||||
|
const screenshots = Array.isArray(extension.screenshots)
|
||||||
|
? (extension.screenshots as Array<{ path: string; altText?: string | null }>).map((s) => ({
|
||||||
|
url: new URL(`/api/v1/files/${s.path}`, DIRECTORY_URL).toString(),
|
||||||
|
altText: s.altText ?? null,
|
||||||
|
}))
|
||||||
|
: [];
|
||||||
|
|
||||||
|
// Strip the heavy `manifest` blob from versions when echoing the directory data.
|
||||||
|
const versions = Array.isArray(extension.versions)
|
||||||
|
? (extension.versions as Array<Record<string, unknown>>).map((v) => ({
|
||||||
|
version: v.version,
|
||||||
|
changelog: v.changelog,
|
||||||
|
bundleSize: v.bundleSize,
|
||||||
|
minAppVersion: v.minAppVersion,
|
||||||
|
publishedAt: v.publishedAt,
|
||||||
|
permissions: v.permissions,
|
||||||
|
}))
|
||||||
|
: [];
|
||||||
|
|
||||||
|
return NextResponse.json(
|
||||||
|
{
|
||||||
|
extension: {
|
||||||
|
slug: extension.slug,
|
||||||
|
name: extension.name,
|
||||||
|
type: extension.type,
|
||||||
|
pluginType: extension.pluginType ?? null,
|
||||||
|
description: extension.description,
|
||||||
|
longDescription: extension.longDescription ?? null,
|
||||||
|
tags: extension.tags ?? [],
|
||||||
|
permissions: extension.permissions ?? [],
|
||||||
|
totalDownloads: extension.totalDownloads ?? 0,
|
||||||
|
featured: extension.featured ?? false,
|
||||||
|
githubRepo: extension.githubRepo ?? null,
|
||||||
|
license: extension.license ?? null,
|
||||||
|
minAppVersion: extension.minAppVersion ?? null,
|
||||||
|
author: extension.author ?? null,
|
||||||
|
latestVersion,
|
||||||
|
versions,
|
||||||
|
screenshots,
|
||||||
|
themePreviews: extension.themePreviews ?? [],
|
||||||
|
createdAt: extension.createdAt ?? null,
|
||||||
|
updatedAt: extension.updatedAt ?? null,
|
||||||
|
},
|
||||||
|
bundle: {
|
||||||
|
manifest,
|
||||||
|
source: sourcePreview,
|
||||||
|
size: bundleSize,
|
||||||
|
error: bundleError,
|
||||||
|
},
|
||||||
|
installed,
|
||||||
|
},
|
||||||
|
{ headers: { 'Cache-Control': 'no-store' } },
|
||||||
|
);
|
||||||
|
} catch (error) {
|
||||||
|
logger.error('Marketplace preview error', {
|
||||||
|
error: error instanceof Error ? error.message : 'Unknown error',
|
||||||
|
});
|
||||||
|
return NextResponse.json(
|
||||||
|
{ error: 'Failed to load preview' },
|
||||||
|
{ status: 502 },
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -18,7 +18,7 @@ import JSZip from 'jszip';
|
|||||||
import { MAX_PLUGIN_SIZE, MAX_THEME_SIZE, ALL_PERMISSIONS, ALLOWED_PLUGIN_FILES } from '@/lib/plugin-types';
|
import { MAX_PLUGIN_SIZE, MAX_THEME_SIZE, ALL_PERMISSIONS, ALLOWED_PLUGIN_FILES } from '@/lib/plugin-types';
|
||||||
import { sanitizeThemeCSS, validateThemeCSSSafety } from '@/lib/theme-loader';
|
import { sanitizeThemeCSS, validateThemeCSSSafety } from '@/lib/theme-loader';
|
||||||
|
|
||||||
const DIRECTORY_URL = process.env.EXTENSION_DIRECTORY_URL || 'http://localhost:3001';
|
const DIRECTORY_URL = process.env.EXTENSION_DIRECTORY_URL || 'https://extensions.bulwarkmail.org';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* GET /api/admin/marketplace - Search/browse the extension directory
|
* GET /api/admin/marketplace - Search/browse the extension directory
|
||||||
@@ -232,7 +232,7 @@ export async function POST(request: NextRequest) {
|
|||||||
|
|
||||||
// Plugins may declare iframe origins they need for embedded content.
|
// Plugins may declare iframe origins they need for embedded content.
|
||||||
// Anything that doesn't pass strict origin validation is silently
|
// Anything that doesn't pass strict origin validation is silently
|
||||||
// dropped — the plugin still installs, but those origins are not
|
// dropped - the plugin still installs, but those origins are not
|
||||||
// added to the host CSP.
|
// added to the host CSP.
|
||||||
const declaredFrameOrigins = sanitizeFrameOrigins(manifest.frameOrigins);
|
const declaredFrameOrigins = sanitizeFrameOrigins(manifest.frameOrigins);
|
||||||
const droppedFrameOrigins = Array.isArray(manifest.frameOrigins)
|
const droppedFrameOrigins = Array.isArray(manifest.frameOrigins)
|
||||||
|
|||||||
@@ -139,7 +139,7 @@ export async function POST(request: NextRequest) {
|
|||||||
const queryEntry = queryRes.methodResponses?.[0];
|
const queryEntry = queryRes.methodResponses?.[0];
|
||||||
if (!queryEntry || queryEntry[0] === 'error') {
|
if (!queryEntry || queryEntry[0] === 'error') {
|
||||||
return NextResponse.json({
|
return NextResponse.json({
|
||||||
error: 'Stalwart denied OAuthClient/query — your Stalwart account likely lacks admin permissions.',
|
error: 'Stalwart denied OAuthClient/query - your Stalwart account likely lacks admin permissions.',
|
||||||
detail: queryEntry?.[1],
|
detail: queryEntry?.[1],
|
||||||
}, { status: 403 });
|
}, { status: 403 });
|
||||||
}
|
}
|
||||||
@@ -187,7 +187,7 @@ export async function POST(request: NextRequest) {
|
|||||||
const setEntry = setRes.methodResponses?.[0];
|
const setEntry = setRes.methodResponses?.[0];
|
||||||
if (!setEntry || setEntry[0] === 'error') {
|
if (!setEntry || setEntry[0] === 'error') {
|
||||||
return NextResponse.json({
|
return NextResponse.json({
|
||||||
error: 'Stalwart denied OAuthClient/set — admin permissions required.',
|
error: 'Stalwart denied OAuthClient/set - admin permissions required.',
|
||||||
detail: setEntry?.[1],
|
detail: setEntry?.[1],
|
||||||
}, { status: 403 });
|
}, { status: 403 });
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,15 +2,20 @@ import { NextRequest, NextResponse } from 'next/server';
|
|||||||
import { getPlugin } from '@/lib/admin/plugin-registry';
|
import { getPlugin } from '@/lib/admin/plugin-registry';
|
||||||
import { getPluginConfig, setPluginConfig, deletePluginConfigKey } from '@/lib/admin/plugin-config';
|
import { getPluginConfig, setPluginConfig, deletePluginConfigKey } from '@/lib/admin/plugin-config';
|
||||||
import { requireAdminAuth } from '@/lib/admin/session';
|
import { requireAdminAuth } from '@/lib/admin/session';
|
||||||
|
import { getStalwartCredentials } from '@/lib/stalwart/credentials';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* GET /api/admin/plugins/[id]/config - Read all config for a plugin
|
* GET /api/admin/plugins/[id]/config - Read plugin config
|
||||||
*
|
*
|
||||||
* Returns the full config object for admin-configured plugin settings.
|
* - Admin sessions receive every field, including those declared
|
||||||
* This endpoint is accessible from the client-side plugin API.
|
* `type: 'secret'` in the plugin's configSchema.
|
||||||
|
* - Authenticated mailbox users (the plugin running in their browser)
|
||||||
|
* receive only non-secret fields.
|
||||||
|
* - Anonymous callers are rejected so unauthenticated visitors cannot
|
||||||
|
* enumerate plugin secrets.
|
||||||
*/
|
*/
|
||||||
export async function GET(
|
export async function GET(
|
||||||
_request: NextRequest,
|
request: NextRequest,
|
||||||
{ params }: { params: Promise<{ id: string }> },
|
{ params }: { params: Promise<{ id: string }> },
|
||||||
) {
|
) {
|
||||||
try {
|
try {
|
||||||
@@ -20,13 +25,34 @@ export async function GET(
|
|||||||
return NextResponse.json({ error: 'Invalid plugin ID' }, { status: 400 });
|
return NextResponse.json({ error: 'Invalid plugin ID' }, { status: 400 });
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const adminAuth = await requireAdminAuth();
|
||||||
|
const isAdmin = !('error' in adminAuth);
|
||||||
|
|
||||||
|
if (!isAdmin) {
|
||||||
|
const creds = await getStalwartCredentials(request);
|
||||||
|
if (!creds) {
|
||||||
|
return NextResponse.json({ error: 'Not authenticated' }, { status: 401 });
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
const plugin = await getPlugin(id);
|
const plugin = await getPlugin(id);
|
||||||
if (!plugin) {
|
if (!plugin) {
|
||||||
return NextResponse.json({ error: 'Plugin not found' }, { status: 404 });
|
return NextResponse.json({ error: 'Plugin not found' }, { status: 404 });
|
||||||
}
|
}
|
||||||
|
|
||||||
const config = await getPluginConfig(id);
|
const config = await getPluginConfig(id);
|
||||||
return NextResponse.json(config, {
|
|
||||||
|
let response: Record<string, unknown> = config;
|
||||||
|
if (!isAdmin && plugin.configSchema) {
|
||||||
|
response = {};
|
||||||
|
for (const [key, value] of Object.entries(config)) {
|
||||||
|
const field = plugin.configSchema[key];
|
||||||
|
if (field?.type === 'secret') continue;
|
||||||
|
response[key] = value;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return NextResponse.json(response, {
|
||||||
headers: { 'Cache-Control': 'no-store' },
|
headers: { 'Cache-Control': 'no-store' },
|
||||||
});
|
});
|
||||||
} catch {
|
} catch {
|
||||||
|
|||||||
@@ -0,0 +1,135 @@
|
|||||||
|
import { NextRequest, NextResponse } from 'next/server';
|
||||||
|
import { requireAdminAuth, getClientIP } from '@/lib/admin/session';
|
||||||
|
import { auditLog } from '@/lib/admin/audit';
|
||||||
|
import { logger } from '@/lib/logger';
|
||||||
|
import {
|
||||||
|
effectiveConsent,
|
||||||
|
loadState,
|
||||||
|
saveState,
|
||||||
|
buildPayload,
|
||||||
|
sendOnce,
|
||||||
|
reschedule,
|
||||||
|
DEFAULT_ENDPOINT,
|
||||||
|
getLoginCounts,
|
||||||
|
resolveEndpointAllowed,
|
||||||
|
} from '@/lib/telemetry';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* GET /api/admin/telemetry
|
||||||
|
* Returns current consent + endpoint + next/last send + a live preview
|
||||||
|
* of exactly what the next heartbeat would contain.
|
||||||
|
*/
|
||||||
|
export async function GET() {
|
||||||
|
try {
|
||||||
|
const auth = await requireAdminAuth();
|
||||||
|
if ('error' in auth) return auth.error;
|
||||||
|
|
||||||
|
const { consent, source, state } = await effectiveConsent();
|
||||||
|
const [payload, accountCounts] = await Promise.all([
|
||||||
|
buildPayload(),
|
||||||
|
getLoginCounts(),
|
||||||
|
]);
|
||||||
|
|
||||||
|
return NextResponse.json(
|
||||||
|
{
|
||||||
|
consent,
|
||||||
|
consentSource: source,
|
||||||
|
endpoint: state.endpoint || DEFAULT_ENDPOINT,
|
||||||
|
consentedAt: state.consentedAt,
|
||||||
|
lastSentAt: state.lastSentAt,
|
||||||
|
nextScheduledAt: state.nextScheduledAt,
|
||||||
|
defaultEndpoint: DEFAULT_ENDPOINT,
|
||||||
|
payloadPreview: payload,
|
||||||
|
accountCounts,
|
||||||
|
},
|
||||||
|
{ headers: { 'Cache-Control': 'no-store' } },
|
||||||
|
);
|
||||||
|
} catch (err) {
|
||||||
|
logger.error('telemetry GET error', {
|
||||||
|
error: err instanceof Error ? err.message : 'unknown',
|
||||||
|
});
|
||||||
|
return NextResponse.json({ error: 'Internal server error' }, { status: 500 });
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* POST /api/admin/telemetry
|
||||||
|
* Body: { action: 'set-consent' | 'set-endpoint' | 'send-now', ... }
|
||||||
|
* set-consent : { action, consent: 'on' | 'off' }
|
||||||
|
* set-endpoint : { action, endpoint: string }
|
||||||
|
* send-now : { action }
|
||||||
|
*/
|
||||||
|
export async function POST(request: NextRequest) {
|
||||||
|
try {
|
||||||
|
const auth = await requireAdminAuth();
|
||||||
|
if ('error' in auth) return auth.error;
|
||||||
|
const ip = getClientIP(request);
|
||||||
|
|
||||||
|
const body = (await request.json().catch(() => null)) as
|
||||||
|
| { action?: string; consent?: string; endpoint?: string }
|
||||||
|
| null;
|
||||||
|
if (!body || typeof body.action !== 'string') {
|
||||||
|
return NextResponse.json({ error: 'action required' }, { status: 400 });
|
||||||
|
}
|
||||||
|
|
||||||
|
const { source } = await effectiveConsent();
|
||||||
|
|
||||||
|
if (body.action === 'set-consent') {
|
||||||
|
if (source === 'env') {
|
||||||
|
return NextResponse.json(
|
||||||
|
{ error: 'consent is overridden by BULWARK_TELEMETRY env var' },
|
||||||
|
{ status: 409 },
|
||||||
|
);
|
||||||
|
}
|
||||||
|
if (body.consent !== 'on' && body.consent !== 'off') {
|
||||||
|
return NextResponse.json({ error: 'consent must be "on" or "off"' }, { status: 400 });
|
||||||
|
}
|
||||||
|
const state = await loadState();
|
||||||
|
const before = state.consent;
|
||||||
|
state.consent = body.consent;
|
||||||
|
if (body.consent === 'on' && !state.consentedAt) {
|
||||||
|
state.consentedAt = new Date().toISOString();
|
||||||
|
}
|
||||||
|
await saveState(state);
|
||||||
|
await reschedule();
|
||||||
|
await auditLog('telemetry.set-consent', { from: before, to: body.consent }, ip);
|
||||||
|
return NextResponse.json({ ok: true });
|
||||||
|
}
|
||||||
|
|
||||||
|
if (body.action === 'set-endpoint') {
|
||||||
|
if (typeof body.endpoint !== 'string') {
|
||||||
|
return NextResponse.json({ error: 'endpoint required' }, { status: 400 });
|
||||||
|
}
|
||||||
|
const trimmed = body.endpoint.trim();
|
||||||
|
if (trimmed) {
|
||||||
|
const check = await resolveEndpointAllowed(trimmed);
|
||||||
|
if (!check.ok) {
|
||||||
|
return NextResponse.json({ error: check.reason }, { status: 400 });
|
||||||
|
}
|
||||||
|
}
|
||||||
|
const state = await loadState();
|
||||||
|
const before = state.endpoint;
|
||||||
|
state.endpoint = trimmed || DEFAULT_ENDPOINT;
|
||||||
|
await saveState(state);
|
||||||
|
await auditLog('telemetry.set-endpoint', { from: before, to: state.endpoint }, ip);
|
||||||
|
return NextResponse.json({ ok: true, endpoint: state.endpoint });
|
||||||
|
}
|
||||||
|
|
||||||
|
if (body.action === 'send-now') {
|
||||||
|
const result = await sendOnce({ reason: 'admin-manual' });
|
||||||
|
await auditLog(
|
||||||
|
'telemetry.send-now',
|
||||||
|
{ ok: result.ok, status: result.status ?? null, error: result.error ?? null },
|
||||||
|
ip,
|
||||||
|
);
|
||||||
|
return NextResponse.json(result, { status: result.ok ? 200 : 502 });
|
||||||
|
}
|
||||||
|
|
||||||
|
return NextResponse.json({ error: 'unknown action' }, { status: 400 });
|
||||||
|
} catch (err) {
|
||||||
|
logger.error('telemetry POST error', {
|
||||||
|
error: err instanceof Error ? err.message : 'unknown',
|
||||||
|
});
|
||||||
|
return NextResponse.json({ error: 'Internal server error' }, { status: 500 });
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,66 @@
|
|||||||
|
import { NextRequest, NextResponse } from 'next/server';
|
||||||
|
import { requireAdminAuth } from '@/lib/admin/session';
|
||||||
|
import { logger } from '@/lib/logger';
|
||||||
|
import {
|
||||||
|
loadState,
|
||||||
|
checkOnce,
|
||||||
|
effectiveEndpoint,
|
||||||
|
disabledByEnv,
|
||||||
|
DEFAULT_VERSION_ENDPOINT,
|
||||||
|
} from '@/lib/version-check';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* GET /api/admin/version
|
||||||
|
* Returns the cached update status, last check times, and effective config.
|
||||||
|
*/
|
||||||
|
export async function GET() {
|
||||||
|
try {
|
||||||
|
const auth = await requireAdminAuth();
|
||||||
|
if ('error' in auth) return auth.error;
|
||||||
|
|
||||||
|
const state = await loadState();
|
||||||
|
return NextResponse.json(
|
||||||
|
{
|
||||||
|
current: process.env.NEXT_PUBLIC_APP_VERSION || '0.0.0',
|
||||||
|
build: process.env.NEXT_PUBLIC_GIT_COMMIT || 'unknown',
|
||||||
|
endpoint: effectiveEndpoint(state),
|
||||||
|
defaultEndpoint: DEFAULT_VERSION_ENDPOINT,
|
||||||
|
disabledByEnv: disabledByEnv(),
|
||||||
|
lastCheckedAt: state.lastCheckedAt,
|
||||||
|
lastSuccessAt: state.lastSuccessAt,
|
||||||
|
nextScheduledAt: state.nextScheduledAt,
|
||||||
|
status: state.status,
|
||||||
|
},
|
||||||
|
{ headers: { 'Cache-Control': 'no-store' } },
|
||||||
|
);
|
||||||
|
} catch (err) {
|
||||||
|
logger.error('version admin GET error', {
|
||||||
|
error: err instanceof Error ? err.message : 'unknown',
|
||||||
|
});
|
||||||
|
return NextResponse.json({ error: 'failed' }, { status: 500 });
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* POST /api/admin/version
|
||||||
|
* { action: 'check-now' } — force a fresh upstream fetch.
|
||||||
|
*/
|
||||||
|
export async function POST(req: NextRequest) {
|
||||||
|
try {
|
||||||
|
const auth = await requireAdminAuth();
|
||||||
|
if ('error' in auth) return auth.error;
|
||||||
|
|
||||||
|
const body = (await req.json().catch(() => null)) as { action?: string } | null;
|
||||||
|
if (!body || body.action !== 'check-now') {
|
||||||
|
return NextResponse.json({ error: 'unknown action' }, { status: 400 });
|
||||||
|
}
|
||||||
|
|
||||||
|
const result = await checkOnce({ reason: 'admin-trigger' });
|
||||||
|
return NextResponse.json(result);
|
||||||
|
} catch (err) {
|
||||||
|
logger.error('version admin POST error', {
|
||||||
|
error: err instanceof Error ? err.message : 'unknown',
|
||||||
|
});
|
||||||
|
return NextResponse.json({ error: 'failed' }, { status: 500 });
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -10,6 +10,8 @@ import {
|
|||||||
setStalwartAuthContextInStore,
|
setStalwartAuthContextInStore,
|
||||||
} from '@/lib/stalwart/auth-context';
|
} from '@/lib/stalwart/auth-context';
|
||||||
import { configManager } from '@/lib/admin/config-manager';
|
import { configManager } from '@/lib/admin/config-manager';
|
||||||
|
import { isPublicHttpUrl } from '@/lib/security/url-guard';
|
||||||
|
import { recordLogin } from '@/lib/telemetry/login-tracker';
|
||||||
|
|
||||||
const COOKIE_OPTIONS = {
|
const COOKIE_OPTIONS = {
|
||||||
...getCookieOptions(),
|
...getCookieOptions(),
|
||||||
@@ -37,10 +39,37 @@ export async function POST(request: NextRequest) {
|
|||||||
return NextResponse.json({ error: 'Missing required fields' }, { status: 400 });
|
return NextResponse.json({ error: 'Missing required fields' }, { status: 400 });
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Pin the upstream URL to the configured JMAP server so an unauthenticated
|
||||||
|
// caller cannot point this route at internal hosts. Only when no server URL
|
||||||
|
// is configured AND the deployment explicitly allows custom JMAP endpoints
|
||||||
|
// do we honor the body URL — and even then it must be a public URL.
|
||||||
|
await configManager.ensureLoaded();
|
||||||
|
const configuredServerUrl =
|
||||||
|
configManager.get<string>('jmapServerUrl', '') ||
|
||||||
|
process.env.JMAP_SERVER_URL ||
|
||||||
|
process.env.NEXT_PUBLIC_JMAP_SERVER_URL ||
|
||||||
|
'';
|
||||||
|
const allowCustomEndpoint = configManager.get<boolean>('allowCustomJmapEndpoint', false);
|
||||||
|
|
||||||
|
let upstreamUrl: string;
|
||||||
|
let upstreamTrusted: boolean;
|
||||||
|
if (configuredServerUrl) {
|
||||||
|
upstreamUrl = configuredServerUrl;
|
||||||
|
upstreamTrusted = true;
|
||||||
|
} else if (allowCustomEndpoint) {
|
||||||
|
if (!(await isPublicHttpUrl(serverUrl))) {
|
||||||
|
return NextResponse.json({ error: 'Server URL is not allowed' }, { status: 400 });
|
||||||
|
}
|
||||||
|
upstreamUrl = serverUrl;
|
||||||
|
upstreamTrusted = false;
|
||||||
|
} else {
|
||||||
|
return NextResponse.json({ error: 'JMAP server not configured' }, { status: 500 });
|
||||||
|
}
|
||||||
|
|
||||||
const slot = typeof bodySlot === 'number' && bodySlot >= 0 && bodySlot <= 4 ? bodySlot : getSlot(request);
|
const slot = typeof bodySlot === 'number' && bodySlot >= 0 && bodySlot <= 4 ? bodySlot : getSlot(request);
|
||||||
const cookieName = sessionCookieName(slot);
|
const cookieName = sessionCookieName(slot);
|
||||||
const authHeader = `Basic ${Buffer.from(`${username}:${password}`).toString('base64')}`;
|
const authHeader = `Basic ${Buffer.from(`${username}:${password}`).toString('base64')}`;
|
||||||
const normalizedServerUrl = await verifyJmapAuth(serverUrl, authHeader);
|
const normalizedServerUrl = await verifyJmapAuth(upstreamUrl, authHeader, { trusted: upstreamTrusted });
|
||||||
const token = encryptSession(normalizedServerUrl, username, password);
|
const token = encryptSession(normalizedServerUrl, username, password);
|
||||||
const cookieStore = await cookies();
|
const cookieStore = await cookies();
|
||||||
cookieStore.set(cookieName, token, COOKIE_OPTIONS);
|
cookieStore.set(cookieName, token, COOKIE_OPTIONS);
|
||||||
@@ -50,6 +79,8 @@ export async function POST(request: NextRequest) {
|
|||||||
authHeader,
|
authHeader,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
void recordLogin(username, normalizedServerUrl);
|
||||||
|
|
||||||
return NextResponse.json({ ok: true });
|
return NextResponse.json({ ok: true });
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
if (error instanceof JmapAuthVerificationError) {
|
if (error instanceof JmapAuthVerificationError) {
|
||||||
|
|||||||
@@ -13,12 +13,18 @@ export async function POST(request: NextRequest) {
|
|||||||
const cookieStore = await cookies();
|
const cookieStore = await cookies();
|
||||||
|
|
||||||
try {
|
try {
|
||||||
const { code, state } = await request.json();
|
const { code, state, slot: bodySlot } = await request.json();
|
||||||
|
|
||||||
if (!code || !state) {
|
if (!code || !state) {
|
||||||
return NextResponse.json({ error: 'Missing code or state' }, { status: 400 });
|
return NextResponse.json({ error: 'Missing code or state' }, { status: 400 });
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Per-account refresh-token cookie slot. Without this the route hardcoded
|
||||||
|
// slot 0, so the "+ Add Account" flow overwrote the first account's
|
||||||
|
// refresh-token cookie. Default to 0 for back-compat with any caller that
|
||||||
|
// omits slot. Mirrors the validation in /api/auth/token POST.
|
||||||
|
const slot = typeof bodySlot === 'number' && bodySlot >= 0 && bodySlot <= 4 ? bodySlot : 0;
|
||||||
|
|
||||||
// Read and decrypt the pending SSO cookie
|
// Read and decrypt the pending SSO cookie
|
||||||
const pendingCookie = cookieStore.get(SSO_PENDING_COOKIE)?.value;
|
const pendingCookie = cookieStore.get(SSO_PENDING_COOKIE)?.value;
|
||||||
if (!pendingCookie) {
|
if (!pendingCookie) {
|
||||||
@@ -58,9 +64,9 @@ export async function POST(request: NextRequest) {
|
|||||||
// Exchange code for tokens
|
// Exchange code for tokens
|
||||||
const tokens = await exchangeCodeForTokens(code, codeVerifier, redirectUri);
|
const tokens = await exchangeCodeForTokens(code, codeVerifier, redirectUri);
|
||||||
|
|
||||||
// Store refresh token
|
// Store refresh token in the per-account cookie slot.
|
||||||
if (tokens.refresh_token) {
|
if (tokens.refresh_token) {
|
||||||
const cookieName = refreshTokenCookieName(0);
|
const cookieName = refreshTokenCookieName(slot);
|
||||||
cookieStore.set(cookieName, tokens.refresh_token, getCookieOptions());
|
cookieStore.set(cookieName, tokens.refresh_token, getCookieOptions());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -2,6 +2,9 @@ import { NextRequest, NextResponse } from 'next/server';
|
|||||||
import { logger } from '@/lib/logger';
|
import { logger } from '@/lib/logger';
|
||||||
import { JmapAuthVerificationError, verifyJmapAuth } from '@/lib/auth/verify-jmap-auth';
|
import { JmapAuthVerificationError, verifyJmapAuth } from '@/lib/auth/verify-jmap-auth';
|
||||||
import { setStalwartAuthContext } from '@/lib/stalwart/auth-context';
|
import { setStalwartAuthContext } from '@/lib/stalwart/auth-context';
|
||||||
|
import { configManager } from '@/lib/admin/config-manager';
|
||||||
|
import { isPublicHttpUrl } from '@/lib/security/url-guard';
|
||||||
|
import { recordLogin } from '@/lib/telemetry/login-tracker';
|
||||||
|
|
||||||
function getSlot(request: NextRequest, bodySlot: unknown): number {
|
function getSlot(request: NextRequest, bodySlot: unknown): number {
|
||||||
if (typeof bodySlot === 'number' && bodySlot >= 0 && bodySlot <= 4) {
|
if (typeof bodySlot === 'number' && bodySlot >= 0 && bodySlot <= 4) {
|
||||||
@@ -23,8 +26,35 @@ export async function POST(request: NextRequest) {
|
|||||||
return NextResponse.json({ error: 'Missing required fields' }, { status: 400 });
|
return NextResponse.json({ error: 'Missing required fields' }, { status: 400 });
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Pin the upstream URL to the configured JMAP server so an unauthenticated
|
||||||
|
// caller cannot point this route at internal hosts. Only when no server URL
|
||||||
|
// is configured AND the deployment explicitly allows custom JMAP endpoints
|
||||||
|
// do we honor the body URL — and even then it must be a public URL.
|
||||||
|
await configManager.ensureLoaded();
|
||||||
|
const configuredServerUrl =
|
||||||
|
configManager.get<string>('jmapServerUrl', '') ||
|
||||||
|
process.env.JMAP_SERVER_URL ||
|
||||||
|
process.env.NEXT_PUBLIC_JMAP_SERVER_URL ||
|
||||||
|
'';
|
||||||
|
const allowCustomEndpoint = configManager.get<boolean>('allowCustomJmapEndpoint', false);
|
||||||
|
|
||||||
|
let upstreamUrl: string;
|
||||||
|
let upstreamTrusted: boolean;
|
||||||
|
if (configuredServerUrl) {
|
||||||
|
upstreamUrl = configuredServerUrl;
|
||||||
|
upstreamTrusted = true;
|
||||||
|
} else if (allowCustomEndpoint) {
|
||||||
|
if (!(await isPublicHttpUrl(serverUrl))) {
|
||||||
|
return NextResponse.json({ error: 'Server URL is not allowed' }, { status: 400 });
|
||||||
|
}
|
||||||
|
upstreamUrl = serverUrl;
|
||||||
|
upstreamTrusted = false;
|
||||||
|
} else {
|
||||||
|
return NextResponse.json({ error: 'JMAP server not configured' }, { status: 500 });
|
||||||
|
}
|
||||||
|
|
||||||
const slot = getSlot(request, bodySlot);
|
const slot = getSlot(request, bodySlot);
|
||||||
const normalizedServerUrl = await verifyJmapAuth(serverUrl, authHeader);
|
const normalizedServerUrl = await verifyJmapAuth(upstreamUrl, authHeader, { trusted: upstreamTrusted });
|
||||||
|
|
||||||
await setStalwartAuthContext(slot, {
|
await setStalwartAuthContext(slot, {
|
||||||
serverUrl: normalizedServerUrl,
|
serverUrl: normalizedServerUrl,
|
||||||
@@ -32,6 +62,8 @@ export async function POST(request: NextRequest) {
|
|||||||
authHeader,
|
authHeader,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
void recordLogin(username, normalizedServerUrl);
|
||||||
|
|
||||||
return NextResponse.json({ ok: true });
|
return NextResponse.json({ ok: true });
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
if (error instanceof JmapAuthVerificationError) {
|
if (error instanceof JmapAuthVerificationError) {
|
||||||
|
|||||||
@@ -6,6 +6,8 @@ import { refreshTokenCookieName } from '@/lib/oauth/tokens';
|
|||||||
import { getCookieOptions } from '@/lib/oauth/cookie-config';
|
import { getCookieOptions } from '@/lib/oauth/cookie-config';
|
||||||
import { readFileEnv } from '@/lib/read-file-env';
|
import { readFileEnv } from '@/lib/read-file-env';
|
||||||
import { configManager } from '@/lib/admin/config-manager';
|
import { configManager } from '@/lib/admin/config-manager';
|
||||||
|
import { isPublicHttpUrl } from '@/lib/security/url-guard';
|
||||||
|
import { recordLogin } from '@/lib/telemetry/login-tracker';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Exchange basic auth credentials (with TOTP appended) for OAuth tokens.
|
* Exchange basic auth credentials (with TOTP appended) for OAuth tokens.
|
||||||
@@ -84,22 +86,39 @@ export async function POST(request: NextRequest) {
|
|||||||
|
|
||||||
const slot = typeof bodySlot === 'number' && bodySlot >= 0 && bodySlot <= 4 ? bodySlot : 0;
|
const slot = typeof bodySlot === 'number' && bodySlot >= 0 && bodySlot <= 4 ? bodySlot : 0;
|
||||||
|
|
||||||
// Use the server-side JMAP_SERVER_URL if set (may differ from the
|
// Pin the upstream URL to the configured JMAP server so an unauthenticated
|
||||||
// public URL the browser uses, e.g. inside Docker).
|
// caller cannot point this route at internal hosts. Only when no server
|
||||||
const internalServerUrl = process.env.JMAP_SERVER_URL || process.env.NEXT_PUBLIC_JMAP_SERVER_URL || serverUrl;
|
// URL is configured (and the deployment explicitly allows custom JMAP
|
||||||
|
// endpoints) do we fall back to the user-supplied URL - and even then
|
||||||
|
// it must resolve to a public address.
|
||||||
|
await configManager.ensureLoaded();
|
||||||
|
const configuredServerUrl =
|
||||||
|
configManager.get<string>('jmapServerUrl', '') ||
|
||||||
|
process.env.JMAP_SERVER_URL ||
|
||||||
|
process.env.NEXT_PUBLIC_JMAP_SERVER_URL ||
|
||||||
|
'';
|
||||||
|
const allowCustomEndpoint = configManager.get<boolean>('allowCustomJmapEndpoint', false);
|
||||||
|
|
||||||
const tokenEndpoint = await findTokenEndpoint(internalServerUrl);
|
let upstreamUrl: string;
|
||||||
if (!tokenEndpoint) {
|
if (configuredServerUrl) {
|
||||||
// Also try with the client-provided URL in case the internal one differs
|
upstreamUrl = configuredServerUrl;
|
||||||
const clientEndpoint = internalServerUrl !== serverUrl ? await findTokenEndpoint(serverUrl) : null;
|
} else if (allowCustomEndpoint) {
|
||||||
if (!clientEndpoint) {
|
if (!(await isPublicHttpUrl(serverUrl))) {
|
||||||
logger.warn('TOTP token exchange: no token endpoint found', { serverUrl, internalServerUrl });
|
logger.warn('TOTP token exchange: rejected non-public server URL');
|
||||||
return NextResponse.json({ error: 'no_token_endpoint', detail: 'Could not discover OAuth token endpoint on the mail server' }, { status: 404 });
|
return NextResponse.json({ error: 'invalid_server_url' }, { status: 400 });
|
||||||
}
|
}
|
||||||
return await attemptAllStrategies(clientEndpoint, username, password, slot);
|
upstreamUrl = serverUrl;
|
||||||
|
} else {
|
||||||
|
return NextResponse.json({ error: 'jmap_server_not_configured' }, { status: 500 });
|
||||||
}
|
}
|
||||||
|
|
||||||
return await attemptAllStrategies(tokenEndpoint, username, password, slot);
|
const tokenEndpoint = await findTokenEndpoint(upstreamUrl);
|
||||||
|
if (!tokenEndpoint) {
|
||||||
|
logger.warn('TOTP token exchange: no token endpoint found');
|
||||||
|
return NextResponse.json({ error: 'no_token_endpoint', detail: 'Could not discover OAuth token endpoint on the mail server' }, { status: 404 });
|
||||||
|
}
|
||||||
|
|
||||||
|
return await attemptAllStrategies(tokenEndpoint, upstreamUrl, username, password, slot);
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
logger.error('TOTP token exchange error', { error: error instanceof Error ? error.message : 'Unknown error' });
|
logger.error('TOTP token exchange error', { error: error instanceof Error ? error.message : 'Unknown error' });
|
||||||
return NextResponse.json({ error: 'Internal server error' }, { status: 500 });
|
return NextResponse.json({ error: 'Internal server error' }, { status: 500 });
|
||||||
@@ -108,6 +127,7 @@ export async function POST(request: NextRequest) {
|
|||||||
|
|
||||||
async function attemptAllStrategies(
|
async function attemptAllStrategies(
|
||||||
tokenEndpoint: string,
|
tokenEndpoint: string,
|
||||||
|
serverUrl: string,
|
||||||
username: string,
|
username: string,
|
||||||
password: string,
|
password: string,
|
||||||
slot: number,
|
slot: number,
|
||||||
@@ -126,6 +146,7 @@ async function attemptAllStrategies(
|
|||||||
const result = await tryTokenRequest(tokenEndpoint, params);
|
const result = await tryTokenRequest(tokenEndpoint, params);
|
||||||
if (result.ok) {
|
if (result.ok) {
|
||||||
logger.info('TOTP token exchange succeeded (ROPC with client_id)');
|
logger.info('TOTP token exchange succeeded (ROPC with client_id)');
|
||||||
|
void recordLogin(username, serverUrl);
|
||||||
return await storeAndRespond(result.tokens, slot);
|
return await storeAndRespond(result.tokens, slot);
|
||||||
}
|
}
|
||||||
attempts.push({ strategy: 'ROPC with client_id', error: result.error });
|
attempts.push({ strategy: 'ROPC with client_id', error: result.error });
|
||||||
@@ -137,6 +158,7 @@ async function attemptAllStrategies(
|
|||||||
const result = await tryTokenRequest(tokenEndpoint, params);
|
const result = await tryTokenRequest(tokenEndpoint, params);
|
||||||
if (result.ok) {
|
if (result.ok) {
|
||||||
logger.info('TOTP token exchange succeeded (ROPC without client_id)');
|
logger.info('TOTP token exchange succeeded (ROPC without client_id)');
|
||||||
|
void recordLogin(username, serverUrl);
|
||||||
return await storeAndRespond(result.tokens, slot);
|
return await storeAndRespond(result.tokens, slot);
|
||||||
}
|
}
|
||||||
attempts.push({ strategy: 'ROPC without client_id', error: result.error });
|
attempts.push({ strategy: 'ROPC without client_id', error: result.error });
|
||||||
@@ -148,6 +170,7 @@ async function attemptAllStrategies(
|
|||||||
const result = await tryTokenRequest(tokenEndpoint, params, { 'Authorization': basicAuth });
|
const result = await tryTokenRequest(tokenEndpoint, params, { 'Authorization': basicAuth });
|
||||||
if (result.ok) {
|
if (result.ok) {
|
||||||
logger.info('TOTP token exchange succeeded (Basic Auth header)');
|
logger.info('TOTP token exchange succeeded (Basic Auth header)');
|
||||||
|
void recordLogin(username, serverUrl);
|
||||||
return await storeAndRespond(result.tokens, slot);
|
return await storeAndRespond(result.tokens, slot);
|
||||||
}
|
}
|
||||||
attempts.push({ strategy: 'Basic Auth header', error: result.error });
|
attempts.push({ strategy: 'Basic Auth header', error: result.error });
|
||||||
@@ -159,6 +182,7 @@ async function attemptAllStrategies(
|
|||||||
const result = await tryTokenRequest(tokenEndpoint, params, { 'Authorization': basicAuth });
|
const result = await tryTokenRequest(tokenEndpoint, params, { 'Authorization': basicAuth });
|
||||||
if (result.ok) {
|
if (result.ok) {
|
||||||
logger.info('TOTP token exchange succeeded (client_credentials + Basic Auth)');
|
logger.info('TOTP token exchange succeeded (client_credentials + Basic Auth)');
|
||||||
|
void recordLogin(username, serverUrl);
|
||||||
return await storeAndRespond(result.tokens, slot);
|
return await storeAndRespond(result.tokens, slot);
|
||||||
}
|
}
|
||||||
attempts.push({ strategy: 'client_credentials + Basic Auth', error: result.error });
|
attempts.push({ strategy: 'client_credentials + Basic Auth', error: result.error });
|
||||||
|
|||||||
@@ -0,0 +1,176 @@
|
|||||||
|
import { NextRequest, NextResponse } from 'next/server';
|
||||||
|
import { logger } from '@/lib/logger';
|
||||||
|
import { getStalwartCredentials } from '@/lib/stalwart/credentials';
|
||||||
|
|
||||||
|
export const runtime = 'nodejs';
|
||||||
|
export const dynamic = 'force-dynamic';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* GET /api/push/preview
|
||||||
|
*
|
||||||
|
* Called from the service worker when a Web Push wake-up arrives. Fetches the
|
||||||
|
* latest unread email so the SW can build an enriched system notification
|
||||||
|
* (sender, subject, avatar) without ever exposing JMAP credentials to the
|
||||||
|
* SW context.
|
||||||
|
*
|
||||||
|
* The relay's push payload is intentionally minimal (just a state-change
|
||||||
|
* ping), so this is what makes "From: Alice / Subject: …" appear instead of
|
||||||
|
* a generic "New mail" string.
|
||||||
|
*/
|
||||||
|
export async function GET(request: NextRequest) {
|
||||||
|
try {
|
||||||
|
const creds = await getStalwartCredentials(request);
|
||||||
|
if (!creds) {
|
||||||
|
return NextResponse.json({ error: 'Not authenticated' }, { status: 401 });
|
||||||
|
}
|
||||||
|
|
||||||
|
const sessionRes = await fetch(`${creds.serverUrl}/.well-known/jmap`, {
|
||||||
|
headers: { Authorization: creds.authHeader },
|
||||||
|
});
|
||||||
|
if (!sessionRes.ok) {
|
||||||
|
return NextResponse.json({ error: 'JMAP session failed' }, { status: 502 });
|
||||||
|
}
|
||||||
|
const session = (await sessionRes.json()) as {
|
||||||
|
apiUrl?: string;
|
||||||
|
primaryAccounts?: Record<string, string>;
|
||||||
|
};
|
||||||
|
const apiUrl = session.apiUrl;
|
||||||
|
const accountId = session.primaryAccounts?.['urn:ietf:params:jmap:mail'];
|
||||||
|
if (!apiUrl || !accountId) {
|
||||||
|
return NextResponse.json({ error: 'Incomplete JMAP session' }, { status: 502 });
|
||||||
|
}
|
||||||
|
|
||||||
|
const inboxRes = await fetch(apiUrl, {
|
||||||
|
method: 'POST',
|
||||||
|
headers: {
|
||||||
|
Authorization: creds.authHeader,
|
||||||
|
'Content-Type': 'application/json',
|
||||||
|
},
|
||||||
|
body: JSON.stringify({
|
||||||
|
using: ['urn:ietf:params:jmap:core', 'urn:ietf:params:jmap:mail'],
|
||||||
|
methodCalls: [
|
||||||
|
[
|
||||||
|
'Mailbox/query',
|
||||||
|
{ accountId, filter: { role: 'inbox' }, limit: 1 },
|
||||||
|
'mb',
|
||||||
|
],
|
||||||
|
],
|
||||||
|
}),
|
||||||
|
});
|
||||||
|
|
||||||
|
if (!inboxRes.ok) {
|
||||||
|
return NextResponse.json({ error: 'JMAP mailbox query failed' }, { status: 502 });
|
||||||
|
}
|
||||||
|
|
||||||
|
const inboxData = (await inboxRes.json()) as {
|
||||||
|
methodResponses: [string, Record<string, unknown>, string][];
|
||||||
|
};
|
||||||
|
|
||||||
|
const inboxBody = inboxData.methodResponses.find(
|
||||||
|
([method]) => method === 'Mailbox/query',
|
||||||
|
)?.[1] as { ids?: string[] } | undefined;
|
||||||
|
|
||||||
|
const inboxId = inboxBody?.ids?.[0];
|
||||||
|
|
||||||
|
if (!inboxId) {
|
||||||
|
return NextResponse.json({
|
||||||
|
email: null,
|
||||||
|
unreadTotal: 0,
|
||||||
|
}, {
|
||||||
|
headers: {
|
||||||
|
'Cache-Control': 'no-store',
|
||||||
|
},
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
// Pull the most recent unread message from the resolved Inbox mailbox.
|
||||||
|
const requestBody = {
|
||||||
|
using: ['urn:ietf:params:jmap:core', 'urn:ietf:params:jmap:mail'],
|
||||||
|
methodCalls: [
|
||||||
|
[
|
||||||
|
'Email/query',
|
||||||
|
{
|
||||||
|
accountId,
|
||||||
|
filter: {
|
||||||
|
operator: 'AND',
|
||||||
|
conditions: [
|
||||||
|
{ inMailbox: inboxId },
|
||||||
|
{ notKeyword: '$seen' },
|
||||||
|
],
|
||||||
|
},
|
||||||
|
sort: [{ property: 'receivedAt', isAscending: false }],
|
||||||
|
limit: 1,
|
||||||
|
calculateTotal: true,
|
||||||
|
},
|
||||||
|
'eq',
|
||||||
|
],
|
||||||
|
[
|
||||||
|
'Email/get',
|
||||||
|
{
|
||||||
|
accountId,
|
||||||
|
'#ids': { resultOf: 'eq', name: 'Email/query', path: '/ids' },
|
||||||
|
properties: ['id', 'threadId', 'from', 'subject', 'preview', 'receivedAt'],
|
||||||
|
},
|
||||||
|
'eg',
|
||||||
|
],
|
||||||
|
],
|
||||||
|
};
|
||||||
|
|
||||||
|
const jmapRes = await fetch(apiUrl, {
|
||||||
|
method: 'POST',
|
||||||
|
headers: {
|
||||||
|
Authorization: creds.authHeader,
|
||||||
|
'Content-Type': 'application/json',
|
||||||
|
},
|
||||||
|
body: JSON.stringify(requestBody),
|
||||||
|
});
|
||||||
|
if (!jmapRes.ok) {
|
||||||
|
return NextResponse.json({ error: 'JMAP request failed' }, { status: 502 });
|
||||||
|
}
|
||||||
|
const data = (await jmapRes.json()) as {
|
||||||
|
methodResponses: [string, Record<string, unknown>, string][];
|
||||||
|
};
|
||||||
|
|
||||||
|
type EmailLite = {
|
||||||
|
id: string;
|
||||||
|
threadId: string;
|
||||||
|
from?: { name?: string | null; email?: string }[] | null;
|
||||||
|
subject?: string | null;
|
||||||
|
preview?: string | null;
|
||||||
|
receivedAt?: string | null;
|
||||||
|
};
|
||||||
|
|
||||||
|
let email: EmailLite | null = null;
|
||||||
|
let unreadTotal = 0;
|
||||||
|
for (const [method, body] of data.methodResponses) {
|
||||||
|
if (method === 'Email/query') {
|
||||||
|
unreadTotal = ((body as { total?: number }).total) ?? 0;
|
||||||
|
}
|
||||||
|
if (method === 'Email/get') {
|
||||||
|
const list = (body as { list?: EmailLite[] }).list ?? [];
|
||||||
|
email = list[0] ?? null;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return NextResponse.json({
|
||||||
|
email,
|
||||||
|
unreadTotal,
|
||||||
|
}, {
|
||||||
|
headers: {
|
||||||
|
// SW already gates on its own logic - don't let push events get
|
||||||
|
// cached and served stale.
|
||||||
|
'Cache-Control': 'no-store',
|
||||||
|
},
|
||||||
|
});
|
||||||
|
} catch (error) {
|
||||||
|
// `fetch failed` from undici is too generic to debug — the real reason
|
||||||
|
// (ENOTFOUND, ECONNREFUSED, TLS error, …) is on `error.cause`.
|
||||||
|
const err = error as Error & { cause?: { code?: string; message?: string } };
|
||||||
|
logger.error('push preview failed', {
|
||||||
|
error: err?.message ?? 'Unknown error',
|
||||||
|
causeCode: err?.cause?.code,
|
||||||
|
causeMessage: err?.cause?.message,
|
||||||
|
});
|
||||||
|
return NextResponse.json({ error: 'Internal error' }, { status: 500 });
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,31 @@
|
|||||||
|
import { NextResponse } from 'next/server';
|
||||||
|
import { checkOnce, loadState } from '@/lib/version-check';
|
||||||
|
|
||||||
|
// Public endpoint that returns the latest cached update status. Fed by the
|
||||||
|
// background scheduler started in instrumentation.node.ts; in production we
|
||||||
|
// never trigger a fresh upstream fetch from this route so an unauthenticated
|
||||||
|
// client can't use it to amplify traffic to the version server.
|
||||||
|
//
|
||||||
|
// In development we force a fresh fetch on every hit so changes to the
|
||||||
|
// version server's overrides take effect on the next page reload instead of
|
||||||
|
// requiring a dev-server restart. The 5s upstream timeout in fetchStatus
|
||||||
|
// caps the worst-case latency added to a dev reload.
|
||||||
|
export async function GET() {
|
||||||
|
if (process.env.NODE_ENV === 'development') {
|
||||||
|
await checkOnce({ reason: 'dev-reload' });
|
||||||
|
}
|
||||||
|
|
||||||
|
const state = await loadState();
|
||||||
|
return NextResponse.json(
|
||||||
|
{
|
||||||
|
status: state.status,
|
||||||
|
lastCheckedAt: state.lastCheckedAt,
|
||||||
|
lastSuccessAt: state.lastSuccessAt,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
headers: {
|
||||||
|
'Cache-Control': 'no-store',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
);
|
||||||
|
}
|
||||||
@@ -204,6 +204,31 @@ body {
|
|||||||
min-width: 100%;
|
min-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Forces light-theme CSS variables inside the email content area, so when
|
||||||
|
"Always Show Emails in Light Mode" is enabled in dark theme the surrounding
|
||||||
|
sender info / attachments / plain-text body don't end up with light text
|
||||||
|
on a white background. */
|
||||||
|
.email-content-light {
|
||||||
|
--color-background: #ffffff;
|
||||||
|
--color-foreground: #0f172a;
|
||||||
|
--color-muted: #f1f5f9;
|
||||||
|
--color-muted-foreground: #64748b;
|
||||||
|
--color-border: #e2e8f0;
|
||||||
|
--color-card: #ffffff;
|
||||||
|
--color-card-foreground: #0f172a;
|
||||||
|
--color-popover: #ffffff;
|
||||||
|
--color-popover-foreground: #0f172a;
|
||||||
|
--color-secondary: #f8fafc;
|
||||||
|
--color-secondary-foreground: #0f172a;
|
||||||
|
--color-accent: #dbeafe;
|
||||||
|
--color-accent-foreground: #1e40af;
|
||||||
|
--color-input: #e2e8f0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.email-content-light .email-content-text a {
|
||||||
|
color: #2563eb;
|
||||||
|
}
|
||||||
|
|
||||||
.email-content-text {
|
.email-content-text {
|
||||||
padding: 1rem 1.25rem;
|
padding: 1rem 1.25rem;
|
||||||
}
|
}
|
||||||
@@ -497,6 +522,15 @@ body {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.scroll-hidden::-webkit-scrollbar {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.scroll-hidden {
|
||||||
|
-ms-overflow-style: none;
|
||||||
|
scrollbar-width: none;
|
||||||
|
}
|
||||||
|
|
||||||
/* Mobile backdrop blur support */
|
/* Mobile backdrop blur support */
|
||||||
@supports (backdrop-filter: blur(8px)) {
|
@supports (backdrop-filter: blur(8px)) {
|
||||||
.mobile-backdrop {
|
.mobile-backdrop {
|
||||||
@@ -680,3 +714,54 @@ body {
|
|||||||
.tiptap .ProseMirror-selectednode img {
|
.tiptap .ProseMirror-selectednode img {
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tiptap table {
|
||||||
|
border-collapse: collapse;
|
||||||
|
margin: 0.5rem 0;
|
||||||
|
table-layout: fixed;
|
||||||
|
width: 100%;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tiptap table td,
|
||||||
|
.tiptap table th {
|
||||||
|
border: 1px solid var(--color-border);
|
||||||
|
padding: 0.375rem 0.5rem;
|
||||||
|
vertical-align: top;
|
||||||
|
position: relative;
|
||||||
|
min-width: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tiptap table th {
|
||||||
|
background-color: var(--color-muted) !important;
|
||||||
|
color: var(--color-foreground) !important;
|
||||||
|
font-weight: 600;
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tiptap table p {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tiptap table .selectedCell::after {
|
||||||
|
background: rgba(99, 102, 241, 0.15);
|
||||||
|
content: "";
|
||||||
|
inset: 0;
|
||||||
|
pointer-events: none;
|
||||||
|
position: absolute;
|
||||||
|
z-index: 2;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tiptap table .column-resize-handle {
|
||||||
|
background-color: var(--color-primary);
|
||||||
|
bottom: -2px;
|
||||||
|
pointer-events: none;
|
||||||
|
position: absolute;
|
||||||
|
right: -2px;
|
||||||
|
top: 0;
|
||||||
|
width: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tiptap.resize-cursor {
|
||||||
|
cursor: col-resize;
|
||||||
|
}
|
||||||
|
|||||||
+20
-14
@@ -2,6 +2,12 @@ import type { MetadataRoute } from "next";
|
|||||||
|
|
||||||
export const dynamic = "force-dynamic";
|
export const dynamic = "force-dynamic";
|
||||||
|
|
||||||
|
// Manifest paths must include the deployment subpath - browsers resolve them
|
||||||
|
// against the document origin, not the manifest's location, and Next.js does
|
||||||
|
// not auto-prefix string literals inside MetadataRoute payloads.
|
||||||
|
const BASE_PATH = (process.env.NEXT_PUBLIC_BASE_PATH ?? "").replace(/\/+$/, "");
|
||||||
|
const withBase = (p: string) => `${BASE_PATH}${p}`;
|
||||||
|
|
||||||
export default function manifest(): MetadataRoute.Manifest {
|
export default function manifest(): MetadataRoute.Manifest {
|
||||||
const appName =
|
const appName =
|
||||||
process.env.APP_NAME ||
|
process.env.APP_NAME ||
|
||||||
@@ -21,26 +27,26 @@ export default function manifest(): MetadataRoute.Manifest {
|
|||||||
|
|
||||||
const icons: MetadataRoute.Manifest["icons"] = hasCustomIcon
|
const icons: MetadataRoute.Manifest["icons"] = hasCustomIcon
|
||||||
? [
|
? [
|
||||||
{ src: "/api/pwa-icon/192", sizes: "192x192", type: "image/png", purpose: "any" },
|
{ src: withBase("/api/pwa-icon/192"), sizes: "192x192", type: "image/png", purpose: "any" },
|
||||||
{ src: "/api/pwa-icon/512", sizes: "512x512", type: "image/png", purpose: "any" },
|
{ src: withBase("/api/pwa-icon/512"), sizes: "512x512", type: "image/png", purpose: "any" },
|
||||||
{ src: "/api/pwa-icon/192", sizes: "192x192", type: "image/png", purpose: "maskable" },
|
{ src: withBase("/api/pwa-icon/192"), sizes: "192x192", type: "image/png", purpose: "maskable" },
|
||||||
{ src: "/api/pwa-icon/512", sizes: "512x512", type: "image/png", purpose: "maskable" },
|
{ src: withBase("/api/pwa-icon/512"), sizes: "512x512", type: "image/png", purpose: "maskable" },
|
||||||
]
|
]
|
||||||
: [
|
: [
|
||||||
{ src: "/icon-192x192.png", sizes: "192x192", type: "image/png", purpose: "any" },
|
{ src: withBase("/icon-192x192.png"), sizes: "192x192", type: "image/png", purpose: "any" },
|
||||||
{ src: "/icon-512x512.png", sizes: "512x512", type: "image/png", purpose: "any" },
|
{ src: withBase("/icon-512x512.png"), sizes: "512x512", type: "image/png", purpose: "any" },
|
||||||
{ src: "/icon-maskable-light-192x192.png", sizes: "192x192", type: "image/png", purpose: "maskable" },
|
{ src: withBase("/icon-maskable-light-192x192.png"), sizes: "192x192", type: "image/png", purpose: "maskable" },
|
||||||
{ src: "/icon-maskable-light-512x512.png", sizes: "512x512", type: "image/png", purpose: "maskable" },
|
{ src: withBase("/icon-maskable-light-512x512.png"), sizes: "512x512", type: "image/png", purpose: "maskable" },
|
||||||
{ src: "/icon-maskable-dark-192x192.png", sizes: "192x192", type: "image/png", purpose: "maskable" },
|
{ src: withBase("/icon-maskable-dark-192x192.png"), sizes: "192x192", type: "image/png", purpose: "maskable" },
|
||||||
{ src: "/icon-maskable-dark-512x512.png", sizes: "512x512", type: "image/png", purpose: "maskable" },
|
{ src: withBase("/icon-maskable-dark-512x512.png"), sizes: "512x512", type: "image/png", purpose: "maskable" },
|
||||||
];
|
];
|
||||||
|
|
||||||
return {
|
return {
|
||||||
name: appName,
|
name: appName,
|
||||||
short_name: shortName,
|
short_name: shortName,
|
||||||
description,
|
description,
|
||||||
start_url: "/",
|
start_url: withBase("/"),
|
||||||
scope: "/",
|
scope: withBase("/"),
|
||||||
display: "standalone",
|
display: "standalone",
|
||||||
orientation: "portrait-primary",
|
orientation: "portrait-primary",
|
||||||
theme_color: themeColor,
|
theme_color: themeColor,
|
||||||
@@ -48,8 +54,8 @@ export default function manifest(): MetadataRoute.Manifest {
|
|||||||
icons,
|
icons,
|
||||||
categories: ["productivity"],
|
categories: ["productivity"],
|
||||||
screenshots: [
|
screenshots: [
|
||||||
{ src: "/screenshot-540x720.png", sizes: "540x720", type: "image/png" },
|
{ src: withBase("/screenshot-540x720.png"), sizes: "540x720", type: "image/png" },
|
||||||
{ src: "/screenshot-1280x720.png", sizes: "1280x720", type: "image/png" },
|
{ src: withBase("/screenshot-1280x720.png"), sizes: "1280x720", type: "image/png" },
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
+16
-7
@@ -2,34 +2,43 @@
|
|||||||
|
|
||||||
import { useEffect } from "react";
|
import { useEffect } from "react";
|
||||||
import { useAuthStore } from "@/stores/auth-store";
|
import { useAuthStore } from "@/stores/auth-store";
|
||||||
|
import { getPathPrefix } from "@/lib/browser-navigation";
|
||||||
|
|
||||||
export default function NotFound() {
|
export default function NotFound() {
|
||||||
const isAuthenticated = useAuthStore((s) => s.isAuthenticated);
|
const isAuthenticated = useAuthStore((s) => s.isAuthenticated);
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
if (!isAuthenticated) {
|
if (!isAuthenticated) {
|
||||||
// Don't redirect admin routes to the webmail login page
|
const prefix = getPathPrefix();
|
||||||
const isAdminRoute = window.location.pathname === '/admin' || window.location.pathname.startsWith('/admin/');
|
// Don't redirect admin routes to the webmail login page. Admin paths
|
||||||
|
// are mounted relative to the deployment prefix, so account for it.
|
||||||
|
const adminBase = `${prefix}/admin`;
|
||||||
|
const isAdminRoute = window.location.pathname === adminBase || window.location.pathname.startsWith(`${adminBase}/`);
|
||||||
if (!isAdminRoute) {
|
if (!isAdminRoute) {
|
||||||
window.location.href = "/login";
|
window.location.href = `${prefix}/login`;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}, [isAuthenticated]);
|
}, [isAuthenticated]);
|
||||||
|
|
||||||
if (!isAuthenticated) {
|
if (!isAuthenticated) {
|
||||||
// Allow admin routes to render the 404 without redirecting
|
let isAdmin = false;
|
||||||
const isAdmin = typeof window !== 'undefined' &&
|
if (typeof window !== 'undefined') {
|
||||||
(window.location.pathname === '/admin' || window.location.pathname.startsWith('/admin/'));
|
const prefix = getPathPrefix();
|
||||||
|
const adminBase = `${prefix}/admin`;
|
||||||
|
isAdmin = window.location.pathname === adminBase || window.location.pathname.startsWith(`${adminBase}/`);
|
||||||
|
}
|
||||||
if (!isAdmin) return null;
|
if (!isAdmin) return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const prefix = typeof window !== 'undefined' ? getPathPrefix() : '';
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="min-h-screen flex items-center justify-center bg-background">
|
<div className="min-h-screen flex items-center justify-center bg-background">
|
||||||
<div className="text-center max-w-md px-4">
|
<div className="text-center max-w-md px-4">
|
||||||
<h1 className="text-4xl font-bold text-foreground mb-2">404</h1>
|
<h1 className="text-4xl font-bold text-foreground mb-2">404</h1>
|
||||||
<p className="text-muted-foreground mb-6">This page could not be found.</p>
|
<p className="text-muted-foreground mb-6">This page could not be found.</p>
|
||||||
<a
|
<a
|
||||||
href="/"
|
href={`${prefix}/`}
|
||||||
className="inline-flex items-center px-4 py-2 bg-primary text-primary-foreground rounded-lg hover:opacity-90 transition-opacity"
|
className="inline-flex items-center px-4 py-2 bg-primary text-primary-foreground rounded-lg hover:opacity-90 transition-opacity"
|
||||||
>
|
>
|
||||||
Go home
|
Go home
|
||||||
|
|||||||
@@ -20,6 +20,7 @@ interface CalendarDayViewProps {
|
|||||||
onHoverEvent?: (event: CalendarEvent, anchorRect: DOMRect) => void;
|
onHoverEvent?: (event: CalendarEvent, anchorRect: DOMRect) => void;
|
||||||
onHoverLeave?: () => void;
|
onHoverLeave?: () => void;
|
||||||
onContextMenuEvent?: (e: React.MouseEvent, event: CalendarEvent) => void;
|
onContextMenuEvent?: (e: React.MouseEvent, event: CalendarEvent) => void;
|
||||||
|
onContextMenuEmpty?: (e: React.MouseEvent, date: Date, hour?: number, allDayArea?: boolean) => void;
|
||||||
onCreateAtTime: (date: Date, endDate?: Date) => void;
|
onCreateAtTime: (date: Date, endDate?: Date) => void;
|
||||||
timeFormat?: "12h" | "24h";
|
timeFormat?: "12h" | "24h";
|
||||||
isMobile?: boolean;
|
isMobile?: boolean;
|
||||||
@@ -39,6 +40,7 @@ export function CalendarDayView({
|
|||||||
onHoverEvent,
|
onHoverEvent,
|
||||||
onHoverLeave,
|
onHoverLeave,
|
||||||
onContextMenuEvent,
|
onContextMenuEvent,
|
||||||
|
onContextMenuEmpty,
|
||||||
onCreateAtTime,
|
onCreateAtTime,
|
||||||
timeFormat = "24h",
|
timeFormat = "24h",
|
||||||
isMobile,
|
isMobile,
|
||||||
@@ -144,7 +146,13 @@ export function CalendarDayView({
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
{(allDayEvents.length > 0 || dayTasks.length > 0) && (
|
{(allDayEvents.length > 0 || dayTasks.length > 0) && (
|
||||||
<div className="px-4 py-2 border-b border-border">
|
<div
|
||||||
|
className="px-4 py-2 border-b border-border"
|
||||||
|
onContextMenu={onContextMenuEmpty ? (e) => {
|
||||||
|
if ((e.target as HTMLElement).closest("[data-calendar-event],button")) return;
|
||||||
|
onContextMenuEmpty(e, selectedDate, undefined, true);
|
||||||
|
} : undefined}
|
||||||
|
>
|
||||||
{allDayEvents.length > 0 && (
|
{allDayEvents.length > 0 && (
|
||||||
<>
|
<>
|
||||||
<div className="text-[10px] text-muted-foreground mb-1">{t("events.all_day")}</div>
|
<div className="text-[10px] text-muted-foreground mb-1">{t("events.all_day")}</div>
|
||||||
@@ -240,6 +248,7 @@ export function CalendarDayView({
|
|||||||
aria-label={formatHour(h)}
|
aria-label={formatHour(h)}
|
||||||
onClick={() => handleSlotClick(selectedDate, h)}
|
onClick={() => handleSlotClick(selectedDate, h)}
|
||||||
onDoubleClick={() => handleSlotDoubleClick(selectedDate, h)}
|
onDoubleClick={() => handleSlotDoubleClick(selectedDate, h)}
|
||||||
|
onContextMenu={onContextMenuEmpty ? (e) => onContextMenuEmpty(e, selectedDate, h, false) : undefined}
|
||||||
className="border-b border-border/50 hover:bg-muted/30 cursor-pointer transition-colors"
|
className="border-b border-border/50 hover:bg-muted/30 cursor-pointer transition-colors"
|
||||||
style={{ height: HOUR_HEIGHT }}
|
style={{ height: HOUR_HEIGHT }}
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -24,6 +24,7 @@ interface CalendarMonthViewProps {
|
|||||||
onHoverEvent?: (event: CalendarEvent, anchorRect: DOMRect) => void;
|
onHoverEvent?: (event: CalendarEvent, anchorRect: DOMRect) => void;
|
||||||
onHoverLeave?: () => void;
|
onHoverLeave?: () => void;
|
||||||
onContextMenuEvent?: (e: React.MouseEvent, event: CalendarEvent) => void;
|
onContextMenuEvent?: (e: React.MouseEvent, event: CalendarEvent) => void;
|
||||||
|
onContextMenuEmpty?: (e: React.MouseEvent, date: Date, hour?: number, allDayArea?: boolean) => void;
|
||||||
onCreateAtTime?: (date: Date) => void;
|
onCreateAtTime?: (date: Date) => void;
|
||||||
firstDayOfWeek?: number;
|
firstDayOfWeek?: number;
|
||||||
isMobile?: boolean;
|
isMobile?: boolean;
|
||||||
@@ -39,6 +40,7 @@ export function CalendarMonthView({
|
|||||||
onHoverEvent,
|
onHoverEvent,
|
||||||
onHoverLeave,
|
onHoverLeave,
|
||||||
onContextMenuEvent,
|
onContextMenuEvent,
|
||||||
|
onContextMenuEmpty,
|
||||||
onCreateAtTime,
|
onCreateAtTime,
|
||||||
firstDayOfWeek = 1,
|
firstDayOfWeek = 1,
|
||||||
isMobile,
|
isMobile,
|
||||||
@@ -174,6 +176,7 @@ export function CalendarMonthView({
|
|||||||
aria-label={fullDateLabel}
|
aria-label={fullDateLabel}
|
||||||
onClick={() => onSelectDate(day)}
|
onClick={() => onSelectDate(day)}
|
||||||
onDoubleClick={() => onCreateAtTime?.(day)}
|
onDoubleClick={() => onCreateAtTime?.(day)}
|
||||||
|
onContextMenu={onContextMenuEmpty ? (e) => onContextMenuEmpty(e, day, undefined, true) : undefined}
|
||||||
onDragOver={(e) => handleCellDragOver(e, key)}
|
onDragOver={(e) => handleCellDragOver(e, key)}
|
||||||
onDragLeave={handleCellDragLeave}
|
onDragLeave={handleCellDragLeave}
|
||||||
onDrop={(e) => handleCellDrop(e, day)}
|
onDrop={(e) => handleCellDrop(e, day)}
|
||||||
|
|||||||
@@ -144,6 +144,12 @@ export function CalendarSidebarPanel({
|
|||||||
{cal.id === BIRTHDAY_CALENDAR_ID && (
|
{cal.id === BIRTHDAY_CALENDAR_ID && (
|
||||||
<Cake className="w-3 h-3 text-muted-foreground flex-shrink-0" />
|
<Cake className="w-3 h-3 text-muted-foreground flex-shrink-0" />
|
||||||
)}
|
)}
|
||||||
|
{!cal.isShared && Object.keys(cal.shareWith || {}).length > 0 && (
|
||||||
|
<Users
|
||||||
|
className="w-3 h-3 text-muted-foreground flex-shrink-0"
|
||||||
|
aria-label={tMgmt('share')}
|
||||||
|
/>
|
||||||
|
)}
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -23,6 +23,7 @@ interface CalendarWeekViewProps {
|
|||||||
onHoverEvent?: (event: CalendarEvent, anchorRect: DOMRect) => void;
|
onHoverEvent?: (event: CalendarEvent, anchorRect: DOMRect) => void;
|
||||||
onHoverLeave?: () => void;
|
onHoverLeave?: () => void;
|
||||||
onContextMenuEvent?: (e: React.MouseEvent, event: CalendarEvent) => void;
|
onContextMenuEvent?: (e: React.MouseEvent, event: CalendarEvent) => void;
|
||||||
|
onContextMenuEmpty?: (e: React.MouseEvent, date: Date, hour?: number, allDayArea?: boolean) => void;
|
||||||
onCreateAtTime: (date: Date, endDate?: Date) => void;
|
onCreateAtTime: (date: Date, endDate?: Date) => void;
|
||||||
firstDayOfWeek?: number;
|
firstDayOfWeek?: number;
|
||||||
timeFormat?: "12h" | "24h";
|
timeFormat?: "12h" | "24h";
|
||||||
@@ -44,6 +45,7 @@ export function CalendarWeekView({
|
|||||||
onHoverEvent,
|
onHoverEvent,
|
||||||
onHoverLeave,
|
onHoverLeave,
|
||||||
onContextMenuEvent,
|
onContextMenuEvent,
|
||||||
|
onContextMenuEmpty,
|
||||||
onCreateAtTime,
|
onCreateAtTime,
|
||||||
firstDayOfWeek = 1,
|
firstDayOfWeek = 1,
|
||||||
timeFormat = "24h",
|
timeFormat = "24h",
|
||||||
@@ -219,7 +221,11 @@ export function CalendarWeekView({
|
|||||||
style={{ minHeight: Math.max(28, (allDayRowCount + taskRowCount) * 24 + 4) }}
|
style={{ minHeight: Math.max(28, (allDayRowCount + taskRowCount) * 24 + 4) }}
|
||||||
>
|
>
|
||||||
{weekDays.map((day) => (
|
{weekDays.map((day) => (
|
||||||
<div key={format(day, "yyyy-MM-dd")} className="bg-background min-h-[28px]" />
|
<div
|
||||||
|
key={format(day, "yyyy-MM-dd")}
|
||||||
|
className="bg-background min-h-[28px]"
|
||||||
|
onContextMenu={onContextMenuEmpty ? (e) => onContextMenuEmpty(e, day, undefined, true) : undefined}
|
||||||
|
/>
|
||||||
))}
|
))}
|
||||||
|
|
||||||
<div className="absolute inset-0 pointer-events-none">
|
<div className="absolute inset-0 pointer-events-none">
|
||||||
@@ -378,6 +384,7 @@ export function CalendarWeekView({
|
|||||||
aria-label={`${intlFormatter.dateTime(day, { weekday: "short" })} ${formatHour(h)}`}
|
aria-label={`${intlFormatter.dateTime(day, { weekday: "short" })} ${formatHour(h)}`}
|
||||||
onClick={() => handleSlotClick(day, h)}
|
onClick={() => handleSlotClick(day, h)}
|
||||||
onDoubleClick={() => handleSlotDoubleClick(day, h)}
|
onDoubleClick={() => handleSlotDoubleClick(day, h)}
|
||||||
|
onContextMenu={onContextMenuEmpty ? (e) => onContextMenuEmpty(e, day, h, false) : undefined}
|
||||||
className="border-b border-border/50 hover:bg-muted/30 cursor-pointer transition-colors"
|
className="border-b border-border/50 hover:bg-muted/30 cursor-pointer transition-colors"
|
||||||
style={{ height: HOUR_HEIGHT }}
|
style={{ height: HOUR_HEIGHT }}
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -0,0 +1,67 @@
|
|||||||
|
"use client";
|
||||||
|
|
||||||
|
import { useTranslations } from "next-intl";
|
||||||
|
import {
|
||||||
|
ContextMenu,
|
||||||
|
ContextMenuItem,
|
||||||
|
ContextMenuSeparator,
|
||||||
|
} from "@/components/ui/context-menu";
|
||||||
|
import { Plus, CalendarDays, CheckSquare, Clock } from "lucide-react";
|
||||||
|
|
||||||
|
interface Position {
|
||||||
|
x: number;
|
||||||
|
y: number;
|
||||||
|
}
|
||||||
|
|
||||||
|
interface EmptySpaceContextMenuProps {
|
||||||
|
position: Position;
|
||||||
|
isOpen: boolean;
|
||||||
|
onClose: () => void;
|
||||||
|
menuRef: React.RefObject<HTMLDivElement | null>;
|
||||||
|
onNewEvent: () => void;
|
||||||
|
onNewAllDayEvent: () => void;
|
||||||
|
onNewTask?: () => void;
|
||||||
|
onGoToToday: () => void;
|
||||||
|
showAllDayOption?: boolean;
|
||||||
|
}
|
||||||
|
|
||||||
|
export function EmptySpaceContextMenu({
|
||||||
|
position,
|
||||||
|
isOpen,
|
||||||
|
onClose,
|
||||||
|
menuRef,
|
||||||
|
onNewEvent,
|
||||||
|
onNewAllDayEvent,
|
||||||
|
onNewTask,
|
||||||
|
onGoToToday,
|
||||||
|
showAllDayOption = true,
|
||||||
|
}: EmptySpaceContextMenuProps) {
|
||||||
|
const t = useTranslations("calendar");
|
||||||
|
|
||||||
|
const handle = (fn: () => void) => () => {
|
||||||
|
fn();
|
||||||
|
onClose();
|
||||||
|
};
|
||||||
|
|
||||||
|
return (
|
||||||
|
<ContextMenu ref={menuRef} isOpen={isOpen} position={position} onClose={onClose}>
|
||||||
|
<ContextMenuItem icon={Plus} label={t("events.new_event")} onClick={handle(onNewEvent)} />
|
||||||
|
{showAllDayOption && (
|
||||||
|
<ContextMenuItem
|
||||||
|
icon={CalendarDays}
|
||||||
|
label={t("events.new_all_day_event")}
|
||||||
|
onClick={handle(onNewAllDayEvent)}
|
||||||
|
/>
|
||||||
|
)}
|
||||||
|
{onNewTask && (
|
||||||
|
<ContextMenuItem
|
||||||
|
icon={CheckSquare}
|
||||||
|
label={t("events.new_task")}
|
||||||
|
onClick={handle(onNewTask)}
|
||||||
|
/>
|
||||||
|
)}
|
||||||
|
<ContextMenuSeparator />
|
||||||
|
<ContextMenuItem icon={Clock} label={t("events.go_to_today")} onClick={handle(onGoToToday)} />
|
||||||
|
</ContextMenu>
|
||||||
|
);
|
||||||
|
}
|
||||||
@@ -150,9 +150,8 @@ export function EventCard({ event, calendar, variant, onClick, onMouseEnter, onM
|
|||||||
aria-label={ariaLabel}
|
aria-label={ariaLabel}
|
||||||
{...dragProps}
|
{...dragProps}
|
||||||
className={cn(
|
className={cn(
|
||||||
"w-full h-full text-left rounded px-1.5 py-0.5 text-xs overflow-hidden",
|
"w-full h-full text-left rounded-r px-1.5 py-0.5 text-xs overflow-hidden",
|
||||||
"hover:opacity-90 transition-opacity cursor-pointer",
|
"hover:opacity-90 transition-opacity cursor-pointer",
|
||||||
continuesBefore && "rounded-l-sm",
|
|
||||||
continuesAfter && "rounded-r-sm",
|
continuesAfter && "rounded-r-sm",
|
||||||
continuesBefore && "-ml-0.5",
|
continuesBefore && "-ml-0.5",
|
||||||
continuesAfter && "pr-2",
|
continuesAfter && "pr-2",
|
||||||
@@ -182,7 +181,7 @@ export function EventCard({ event, calendar, variant, onClick, onMouseEnter, onM
|
|||||||
{...dragProps}
|
{...dragProps}
|
||||||
data-calendar-event
|
data-calendar-event
|
||||||
className={cn(
|
className={cn(
|
||||||
"w-full h-full text-left rounded px-1.5 py-0.5 text-xs overflow-hidden",
|
"w-full h-full text-left rounded-r px-1.5 py-0.5 text-xs overflow-hidden",
|
||||||
"hover:opacity-90 transition-opacity cursor-pointer",
|
"hover:opacity-90 transition-opacity cursor-pointer",
|
||||||
isSelected && "ring-2 ring-primary",
|
isSelected && "ring-2 ring-primary",
|
||||||
isBeingDragged && "opacity-50",
|
isBeingDragged && "opacity-50",
|
||||||
|
|||||||
@@ -19,6 +19,7 @@ import {
|
|||||||
getUserStatus,
|
getUserStatus,
|
||||||
getParticipantList,
|
getParticipantList,
|
||||||
} from "@/lib/calendar-participants";
|
} from "@/lib/calendar-participants";
|
||||||
|
import { useFormatEventDate } from "@/hooks/use-format-event-date";
|
||||||
|
|
||||||
interface EventDetailPopoverProps {
|
interface EventDetailPopoverProps {
|
||||||
event: CalendarEvent;
|
event: CalendarEvent;
|
||||||
@@ -253,6 +254,8 @@ export function EventDetailPopover({
|
|||||||
|
|
||||||
const hasParticipants = participants.length > 0;
|
const hasParticipants = participants.length > 0;
|
||||||
|
|
||||||
|
const formatEventDate = useFormatEventDate();
|
||||||
|
|
||||||
const popover = (
|
const popover = (
|
||||||
<div
|
<div
|
||||||
ref={popoverRef}
|
ref={popoverRef}
|
||||||
@@ -329,7 +332,7 @@ export function EventDetailPopover({
|
|||||||
<Clock className="w-4 h-4 text-muted-foreground mt-0.5 flex-shrink-0" />
|
<Clock className="w-4 h-4 text-muted-foreground mt-0.5 flex-shrink-0" />
|
||||||
<div className="text-sm">
|
<div className="text-sm">
|
||||||
<span className="font-medium text-foreground">
|
<span className="font-medium text-foreground">
|
||||||
{format(startDate, "EEE, MMM d, yyyy")}
|
{formatEventDate(startDate)}
|
||||||
</span>
|
</span>
|
||||||
{event.showWithoutTime ? (
|
{event.showWithoutTime ? (
|
||||||
<span className="text-muted-foreground ml-1.5">{t("events.all_day")}</span>
|
<span className="text-muted-foreground ml-1.5">{t("events.all_day")}</span>
|
||||||
|
|||||||
+158
-107
@@ -21,6 +21,9 @@ import {
|
|||||||
import { PluginSlot } from "@/components/plugins/plugin-slot";
|
import { PluginSlot } from "@/components/plugins/plugin-slot";
|
||||||
import { useSettingsStore } from "@/stores/settings-store";
|
import { useSettingsStore } from "@/stores/settings-store";
|
||||||
import { generateUUID } from "@/lib/utils";
|
import { generateUUID } from "@/lib/utils";
|
||||||
|
import { useFormatEventDate } from "@/hooks/use-format-event-date";
|
||||||
|
import { calendarHooks } from "@/lib/plugin-hooks";
|
||||||
|
import type { ConflictWarning } from "@/lib/plugin-types";
|
||||||
|
|
||||||
export interface PendingEventPreview {
|
export interface PendingEventPreview {
|
||||||
start: Date;
|
start: Date;
|
||||||
@@ -35,6 +38,7 @@ interface EventModalProps {
|
|||||||
calendars: Calendar[];
|
calendars: Calendar[];
|
||||||
defaultDate?: Date;
|
defaultDate?: Date;
|
||||||
defaultEndDate?: Date;
|
defaultEndDate?: Date;
|
||||||
|
defaultAllDay?: boolean;
|
||||||
defaultCalendarId?: string;
|
defaultCalendarId?: string;
|
||||||
onSave: (data: Partial<CalendarEvent>, sendSchedulingMessages?: boolean) => void | Promise<void>;
|
onSave: (data: Partial<CalendarEvent>, sendSchedulingMessages?: boolean) => void | Promise<void>;
|
||||||
onDelete?: (id: string, sendSchedulingMessages?: boolean) => void;
|
onDelete?: (id: string, sendSchedulingMessages?: boolean) => void;
|
||||||
@@ -114,6 +118,7 @@ export function EventModal({
|
|||||||
calendars,
|
calendars,
|
||||||
defaultDate,
|
defaultDate,
|
||||||
defaultEndDate,
|
defaultEndDate,
|
||||||
|
defaultAllDay,
|
||||||
defaultCalendarId,
|
defaultCalendarId,
|
||||||
onSave,
|
onSave,
|
||||||
onDelete,
|
onDelete,
|
||||||
@@ -128,6 +133,7 @@ export function EventModal({
|
|||||||
const timeFormat = useSettingsStore((s) => s.timeFormat);
|
const timeFormat = useSettingsStore((s) => s.timeFormat);
|
||||||
const timeDisplayFmt = timeFormat === "12h" ? "h:mm a" : "HH:mm";
|
const timeDisplayFmt = timeFormat === "12h" ? "h:mm a" : "HH:mm";
|
||||||
const isEdit = !!event;
|
const isEdit = !!event;
|
||||||
|
const formatEventDate = useFormatEventDate();
|
||||||
const [mode, setMode] = useState<"view" | "edit">(isEdit ? "view" : "edit");
|
const [mode, setMode] = useState<"view" | "edit">(isEdit ? "view" : "edit");
|
||||||
|
|
||||||
const userIsOrganizer = useMemo(() => {
|
const userIsOrganizer = useMemo(() => {
|
||||||
@@ -199,7 +205,7 @@ export function EventModal({
|
|||||||
const [startTime, setStartTime] = useState(formatTimeInput(getInitialStart()));
|
const [startTime, setStartTime] = useState(formatTimeInput(getInitialStart()));
|
||||||
const [endDate, setEndDate] = useState(formatDateInput(getInitialEnd()));
|
const [endDate, setEndDate] = useState(formatDateInput(getInitialEnd()));
|
||||||
const [endTime, setEndTime] = useState(formatTimeInput(getInitialEnd()));
|
const [endTime, setEndTime] = useState(formatTimeInput(getInitialEnd()));
|
||||||
const [allDay, setAllDay] = useState(event?.showWithoutTime || false);
|
const [allDay, setAllDay] = useState(event?.showWithoutTime || defaultAllDay || false);
|
||||||
const [calendarId, setCalendarId] = useState<string>(() => {
|
const [calendarId, setCalendarId] = useState<string>(() => {
|
||||||
if (event?.calendarIds) return getPrimaryCalendarId(event) || calendars[0]?.id || "";
|
if (event?.calendarIds) return getPrimaryCalendarId(event) || calendars[0]?.id || "";
|
||||||
if (defaultCalendarId && calendars.some(c => c.id === defaultCalendarId)) return defaultCalendarId;
|
if (defaultCalendarId && calendars.some(c => c.id === defaultCalendarId)) return defaultCalendarId;
|
||||||
@@ -238,6 +244,31 @@ export function EventModal({
|
|||||||
const [sendInvitations, setSendInvitations] = useState(true);
|
const [sendInvitations, setSendInvitations] = useState(true);
|
||||||
const participantInputRef = useRef<ParticipantInputHandle>(null);
|
const participantInputRef = useRef<ParticipantInputHandle>(null);
|
||||||
|
|
||||||
|
// Plugin transform: collect conflict warnings for the current event form.
|
||||||
|
// Re-runs (debounced) whenever fields that affect scheduling change.
|
||||||
|
const [pluginConflictWarnings, setPluginConflictWarnings] = useState<ConflictWarning[]>([]);
|
||||||
|
useEffect(() => {
|
||||||
|
let cancelled = false;
|
||||||
|
const t = setTimeout(async () => {
|
||||||
|
const startStr = allDay ? `${startDate}T00:00:00` : `${startDate}T${startTime}:00`;
|
||||||
|
const endStr = allDay ? `${endDate}T23:59:59` : `${endDate}T${endTime}:00`;
|
||||||
|
const warnings = await calendarHooks.onCheckEventConflicts.transform([] as ConflictWarning[], {
|
||||||
|
event: {
|
||||||
|
title,
|
||||||
|
description,
|
||||||
|
start: startStr,
|
||||||
|
end: endStr,
|
||||||
|
isAllDay: allDay,
|
||||||
|
location,
|
||||||
|
virtualLocation,
|
||||||
|
calendarId,
|
||||||
|
},
|
||||||
|
});
|
||||||
|
if (!cancelled) setPluginConflictWarnings(warnings);
|
||||||
|
}, 250);
|
||||||
|
return () => { cancelled = true; clearTimeout(t); };
|
||||||
|
}, [title, description, startDate, startTime, endDate, endTime, allDay, location, virtualLocation, calendarId]);
|
||||||
|
|
||||||
// Report live preview to parent for grid outline
|
// Report live preview to parent for grid outline
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
if (!onPreviewChange || isEdit) return;
|
if (!onPreviewChange || isEdit) return;
|
||||||
@@ -493,14 +524,14 @@ export function EventModal({
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div ref={modalRef} role="dialog" aria-modal={isMobile || undefined} aria-label={event.title || t("events.no_title")} className={isMobile ? "fixed inset-0 z-50 flex flex-col bg-background" : "flex flex-col h-full bg-background"}>
|
<div ref={modalRef} role="dialog" aria-modal={isMobile || undefined} aria-label={event.title || t("events.no_title")} className={isMobile ? "fixed inset-0 z-50 flex flex-col bg-background" : "flex flex-col h-full bg-background"}>
|
||||||
<div className="flex items-center justify-between px-6 py-4 border-b border-border flex-shrink-0">
|
<div className="flex items-center justify-between px-6 py-4 border-b border-border flex-shrink-0">
|
||||||
<h2 className="text-lg font-semibold truncate">{event.title || t("events.no_title")}</h2>
|
<h2 className="text-lg font-semibold truncate">{event.title || t("events.no_title")}</h2>
|
||||||
<button onClick={onClose} className="p-1.5 rounded-md hover:bg-muted transition-colors duration-150 text-muted-foreground hover:text-foreground" aria-label={t("form.cancel")}>
|
<button onClick={onClose} className="p-1.5 rounded-md hover:bg-muted transition-colors duration-150 text-muted-foreground hover:text-foreground" aria-label={t("form.cancel")}>
|
||||||
<X className="w-5 h-5" />
|
<X className="w-5 h-5" />
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="flex-1 overflow-y-auto">
|
<div className="flex-1 overflow-y-auto">
|
||||||
<div className="px-6 py-4 space-y-3">
|
<div className="px-6 py-4 space-y-3">
|
||||||
<div className="flex items-start gap-3 rounded-lg border border-blue-200 dark:border-blue-800 bg-blue-50 dark:bg-blue-950/50 px-4 py-3">
|
<div className="flex items-start gap-3 rounded-lg border border-blue-200 dark:border-blue-800 bg-blue-50 dark:bg-blue-950/50 px-4 py-3">
|
||||||
<CalendarDays className="w-5 h-5 text-blue-600 dark:text-blue-400 mt-0.5 flex-shrink-0" />
|
<CalendarDays className="w-5 h-5 text-blue-600 dark:text-blue-400 mt-0.5 flex-shrink-0" />
|
||||||
@@ -515,7 +546,7 @@ export function EventModal({
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="text-sm">
|
<div className="text-sm">
|
||||||
<span className="font-medium">{format(startD, "EEE, MMM d, yyyy")}</span>
|
<span className="font-medium">{formatEventDate(startD)}</span>
|
||||||
{!event.showWithoutTime && (
|
{!event.showWithoutTime && (
|
||||||
<span className="text-muted-foreground ml-2">
|
<span className="text-muted-foreground ml-2">
|
||||||
{format(startD, timeDisplayFmt)} – {format(endD, timeDisplayFmt)}
|
{format(startD, timeDisplayFmt)} – {format(endD, timeDisplayFmt)}
|
||||||
@@ -548,48 +579,48 @@ export function EventModal({
|
|||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="px-6 py-4 border-t border-border flex-shrink-0">
|
<div className="px-6 py-4 border-t border-border flex-shrink-0">
|
||||||
<div className="flex items-center justify-between">
|
<div className="flex items-center justify-between">
|
||||||
<span className="text-sm font-medium">{t("participants.rsvp_label")}</span>
|
<span className="text-sm font-medium">{t("participants.rsvp_label")}</span>
|
||||||
<div className="flex gap-2">
|
<div className="flex gap-2">
|
||||||
<Button
|
<Button
|
||||||
size="sm"
|
size="sm"
|
||||||
variant={userCurrentStatus === "accepted" ? "default" : "outline"}
|
variant={userCurrentStatus === "accepted" ? "default" : "outline"}
|
||||||
onClick={() => handleRsvp("accepted")}
|
onClick={() => handleRsvp("accepted")}
|
||||||
className={userCurrentStatus === "accepted"
|
className={userCurrentStatus === "accepted"
|
||||||
? "bg-success hover:bg-success/80 text-success-foreground"
|
? "bg-success hover:bg-success/80 text-success-foreground"
|
||||||
: "text-success border-success/30 hover:bg-success/10"}
|
: "text-success border-success/30 hover:bg-success/10"}
|
||||||
>
|
>
|
||||||
{userCurrentStatus === "accepted" && <Check className="w-4 h-4 mr-1" />}
|
{userCurrentStatus === "accepted" && <Check className="w-4 h-4 mr-1" />}
|
||||||
{t("participants.accepted")}
|
{t("participants.accepted")}
|
||||||
</Button>
|
</Button>
|
||||||
<Button
|
<Button
|
||||||
size="sm"
|
size="sm"
|
||||||
variant={userCurrentStatus === "tentative" ? "default" : "outline"}
|
variant={userCurrentStatus === "tentative" ? "default" : "outline"}
|
||||||
onClick={() => handleRsvp("tentative")}
|
onClick={() => handleRsvp("tentative")}
|
||||||
className={userCurrentStatus === "tentative"
|
className={userCurrentStatus === "tentative"
|
||||||
? "bg-warning hover:bg-warning/80 text-warning-foreground"
|
? "bg-warning hover:bg-warning/80 text-warning-foreground"
|
||||||
: "border border-warning/30 text-warning hover:bg-warning/10"}
|
: "border border-warning/30 text-warning hover:bg-warning/10"}
|
||||||
>
|
>
|
||||||
{userCurrentStatus === "tentative" && <Check className="w-4 h-4 mr-1" />}
|
{userCurrentStatus === "tentative" && <Check className="w-4 h-4 mr-1" />}
|
||||||
{t("participants.tentative")}
|
{t("participants.tentative")}
|
||||||
</Button>
|
</Button>
|
||||||
<Button
|
<Button
|
||||||
size="sm"
|
size="sm"
|
||||||
variant={userCurrentStatus === "declined" ? "default" : "ghost"}
|
variant={userCurrentStatus === "declined" ? "default" : "ghost"}
|
||||||
onClick={() => handleRsvp("declined")}
|
onClick={() => handleRsvp("declined")}
|
||||||
className={userCurrentStatus === "declined"
|
className={userCurrentStatus === "declined"
|
||||||
? "bg-destructive hover:bg-destructive/80 text-destructive-foreground"
|
? "bg-destructive hover:bg-destructive/80 text-destructive-foreground"
|
||||||
: "text-destructive hover:bg-destructive/10"}
|
: "text-destructive hover:bg-destructive/10"}
|
||||||
>
|
>
|
||||||
{userCurrentStatus === "declined" && <Check className="w-4 h-4 mr-1" />}
|
{userCurrentStatus === "declined" && <Check className="w-4 h-4 mr-1" />}
|
||||||
{t("participants.declined")}
|
{t("participants.declined")}
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -636,7 +667,7 @@ export function EventModal({
|
|||||||
<Clock className="w-4 h-4 text-muted-foreground mt-0.5 flex-shrink-0" />
|
<Clock className="w-4 h-4 text-muted-foreground mt-0.5 flex-shrink-0" />
|
||||||
<div className="text-sm">
|
<div className="text-sm">
|
||||||
<span className="font-medium text-foreground">
|
<span className="font-medium text-foreground">
|
||||||
{format(startD, "EEE, MMM d, yyyy")}
|
{formatEventDate(startD)}
|
||||||
</span>
|
</span>
|
||||||
{event.showWithoutTime ? (
|
{event.showWithoutTime ? (
|
||||||
<span className="text-muted-foreground ml-1.5">{t("events.all_day")}</span>
|
<span className="text-muted-foreground ml-1.5">{t("events.all_day")}</span>
|
||||||
@@ -765,16 +796,16 @@ export function EventModal({
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div ref={modalRef} role="dialog" aria-modal={isMobile || undefined} aria-label={isEdit ? t("events.edit") : t("events.create")} data-tour="event-modal" className={isMobile ? "fixed inset-0 z-50 flex flex-col bg-background" : "flex flex-col h-full bg-background"}>
|
<div ref={modalRef} role="dialog" aria-modal={isMobile || undefined} aria-label={isEdit ? t("events.edit") : t("events.create")} data-tour="event-modal" className={isMobile ? "fixed inset-0 z-50 flex flex-col bg-background" : "flex flex-col h-full bg-background"}>
|
||||||
<div className="flex items-center justify-between px-6 py-4 border-b border-border flex-shrink-0">
|
<div className="flex items-center justify-between px-6 py-4 border-b border-border flex-shrink-0">
|
||||||
<h2 className="text-lg font-semibold">
|
<h2 className="text-lg font-semibold">
|
||||||
{isEdit ? t("events.edit") : t("events.create")}
|
{isEdit ? t("events.edit") : t("events.create")}
|
||||||
</h2>
|
</h2>
|
||||||
<button onClick={onClose} className="p-1.5 rounded-md hover:bg-muted transition-colors duration-150 text-muted-foreground hover:text-foreground" aria-label={t("form.cancel")}>
|
<button onClick={onClose} className="p-1.5 rounded-md hover:bg-muted transition-colors duration-150 text-muted-foreground hover:text-foreground" aria-label={t("form.cancel")}>
|
||||||
<X className="w-5 h-5" />
|
<X className="w-5 h-5" />
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="flex-1 overflow-y-auto">
|
<div className="flex-1 overflow-y-auto">
|
||||||
<div className="px-6 py-4 space-y-4">
|
<div className="px-6 py-4 space-y-4">
|
||||||
<div>
|
<div>
|
||||||
<label className="text-sm font-medium mb-1 block">{t("form.title")}</label>
|
<label className="text-sm font-medium mb-1 block">{t("form.title")}</label>
|
||||||
@@ -919,6 +950,26 @@ export function EventModal({
|
|||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
{pluginConflictWarnings.length > 0 && (
|
||||||
|
<div className="space-y-1.5">
|
||||||
|
{pluginConflictWarnings.map(w => (
|
||||||
|
<div
|
||||||
|
key={w.key}
|
||||||
|
className={
|
||||||
|
w.severity === 'error'
|
||||||
|
? 'text-sm rounded-md border border-destructive/50 bg-destructive/10 text-destructive px-3 py-2'
|
||||||
|
: w.severity === 'info'
|
||||||
|
? 'text-sm rounded-md border border-border bg-muted/40 text-muted-foreground px-3 py-2'
|
||||||
|
: 'text-sm rounded-md border border-yellow-500/50 bg-yellow-500/10 text-yellow-700 dark:text-yellow-300 px-3 py-2'
|
||||||
|
}
|
||||||
|
title={w.message}
|
||||||
|
>
|
||||||
|
{w.message}
|
||||||
|
</div>
|
||||||
|
))}
|
||||||
|
</div>
|
||||||
|
)}
|
||||||
|
|
||||||
{calendars.length > 1 && (
|
{calendars.length > 1 && (
|
||||||
<div>
|
<div>
|
||||||
<label className="text-sm font-medium mb-1 block">{t("form.calendar_select")}</label>
|
<label className="text-sm font-medium mb-1 block">{t("form.calendar_select")}</label>
|
||||||
@@ -984,69 +1035,69 @@ export function EventModal({
|
|||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="flex items-center justify-between px-6 py-4 border-t border-border flex-shrink-0">
|
<div className="flex items-center justify-between px-6 py-4 border-t border-border flex-shrink-0">
|
||||||
<div className="flex items-center gap-1">
|
<div className="flex items-center gap-1">
|
||||||
{isEdit && onDelete && (
|
{isEdit && onDelete && (
|
||||||
showDeleteConfirm ? (
|
showDeleteConfirm ? (
|
||||||
<div className="flex items-center gap-2">
|
<div className="flex items-center gap-2">
|
||||||
<div>
|
<div>
|
||||||
<span className="text-sm text-red-600 dark:text-red-400">
|
<span className="text-sm text-red-600 dark:text-red-400">
|
||||||
{t("form.delete_confirm")}
|
{t("form.delete_confirm")}
|
||||||
</span>
|
</span>
|
||||||
{hasParticipants && (
|
{hasParticipants && (
|
||||||
<p className="text-xs text-muted-foreground mt-0.5">
|
<p className="text-xs text-muted-foreground mt-0.5">
|
||||||
{t("participants.cancel_notification")}
|
{t("participants.cancel_notification")}
|
||||||
</p>
|
</p>
|
||||||
)}
|
)}
|
||||||
</div>
|
|
||||||
<Button
|
|
||||||
variant="outline"
|
|
||||||
size="sm"
|
|
||||||
onClick={() => { onDelete(event!.id, hasParticipants || undefined); onClose(); }}
|
|
||||||
className="text-red-600 dark:text-red-400 border-red-300 dark:border-red-700"
|
|
||||||
>
|
|
||||||
{t("events.delete")}
|
|
||||||
</Button>
|
|
||||||
<Button variant="ghost" size="sm" onClick={() => setShowDeleteConfirm(false)}>
|
|
||||||
{t("form.cancel")}
|
|
||||||
</Button>
|
|
||||||
</div>
|
</div>
|
||||||
) : (
|
|
||||||
<Button
|
<Button
|
||||||
variant="ghost"
|
variant="outline"
|
||||||
size="sm"
|
size="sm"
|
||||||
onClick={() => setShowDeleteConfirm(true)}
|
onClick={() => { onDelete(event!.id, hasParticipants || undefined); onClose(); }}
|
||||||
className="text-red-600 dark:text-red-400"
|
className="text-red-600 dark:text-red-400 border-red-300 dark:border-red-700"
|
||||||
>
|
>
|
||||||
<Trash2 className="w-4 h-4 mr-1" />
|
|
||||||
{t("events.delete")}
|
{t("events.delete")}
|
||||||
</Button>
|
</Button>
|
||||||
)
|
<Button variant="ghost" size="sm" onClick={() => setShowDeleteConfirm(false)}>
|
||||||
)}
|
{t("form.cancel")}
|
||||||
{isEdit && onDuplicate && !showDeleteConfirm && (
|
</Button>
|
||||||
|
</div>
|
||||||
|
) : (
|
||||||
<Button
|
<Button
|
||||||
variant="ghost"
|
variant="ghost"
|
||||||
size="sm"
|
size="sm"
|
||||||
onClick={handleDuplicate}
|
onClick={() => setShowDeleteConfirm(true)}
|
||||||
aria-label={t("events.duplicate")}
|
className="text-red-600 dark:text-red-400"
|
||||||
>
|
>
|
||||||
<Copy className="w-4 h-4 mr-1" />
|
<Trash2 className="w-4 h-4 mr-1" />
|
||||||
{t("events.duplicate")}
|
{t("events.delete")}
|
||||||
</Button>
|
</Button>
|
||||||
)}
|
)
|
||||||
</div>
|
)}
|
||||||
|
{isEdit && onDuplicate && !showDeleteConfirm && (
|
||||||
<div className="flex gap-2">
|
<Button
|
||||||
<Button variant="outline" onClick={isEdit ? () => setMode("view") : onClose}>
|
variant="ghost"
|
||||||
{t("form.cancel")}
|
size="sm"
|
||||||
|
onClick={handleDuplicate}
|
||||||
|
aria-label={t("events.duplicate")}
|
||||||
|
>
|
||||||
|
<Copy className="w-4 h-4 mr-1" />
|
||||||
|
{t("events.duplicate")}
|
||||||
</Button>
|
</Button>
|
||||||
<Button onClick={handleSave} disabled={!title.trim() || isSaving}>
|
)}
|
||||||
{t("form.save")}
|
|
||||||
</Button>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div className="flex gap-2">
|
||||||
|
<Button variant="outline" onClick={isEdit ? () => setMode("view") : onClose}>
|
||||||
|
{t("form.cancel")}
|
||||||
|
</Button>
|
||||||
|
<Button onClick={handleSave} disabled={!title.trim() || isSaving}>
|
||||||
|
{t("form.save")}
|
||||||
|
</Button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -685,7 +685,13 @@ function AddressBookItem({
|
|||||||
>
|
>
|
||||||
<Book className="w-4 h-4 flex-shrink-0" />
|
<Book className="w-4 h-4 flex-shrink-0" />
|
||||||
<span className="truncate">{book.name}</span>
|
<span className="truncate">{book.name}</span>
|
||||||
<span className="ml-auto text-xs text-muted-foreground tabular-nums">
|
{!book.isShared && Object.keys(book.shareWith || {}).length > 0 && (
|
||||||
|
<Users className="w-3 h-3 text-muted-foreground flex-shrink-0 ml-auto" />
|
||||||
|
)}
|
||||||
|
<span className={cn(
|
||||||
|
"text-xs text-muted-foreground tabular-nums",
|
||||||
|
!(!book.isShared && Object.keys(book.shareWith || {}).length > 0) && "ml-auto"
|
||||||
|
)}>
|
||||||
{contactCount}
|
{contactCount}
|
||||||
</span>
|
</span>
|
||||||
</button>
|
</button>
|
||||||
|
|||||||
@@ -10,6 +10,8 @@ import { cn, formatFileSize, formatDateTime, generateUUID } from "@/lib/utils";
|
|||||||
import { debug } from "@/lib/debug";
|
import { debug } from "@/lib/debug";
|
||||||
import { toast } from "@/stores/toast-store";
|
import { toast } from "@/stores/toast-store";
|
||||||
import { sanitizeEmailHtml } from "@/lib/email-sanitization";
|
import { sanitizeEmailHtml } from "@/lib/email-sanitization";
|
||||||
|
import { emailHooks, contactHooks } from "@/lib/plugin-hooks";
|
||||||
|
import type { OutgoingEmail, RecipientSuggestion } from "@/lib/plugin-types";
|
||||||
import { useAuthStore } from "@/stores/auth-store";
|
import { useAuthStore } from "@/stores/auth-store";
|
||||||
import { useIdentityStore } from "@/stores/identity-store";
|
import { useIdentityStore } from "@/stores/identity-store";
|
||||||
import { useAccountStore } from "@/stores/account-store";
|
import { useAccountStore } from "@/stores/account-store";
|
||||||
@@ -31,6 +33,7 @@ import { TemplateForm } from "@/components/templates/template-form";
|
|||||||
import type { EmailTemplate } from "@/lib/template-types";
|
import type { EmailTemplate } from "@/lib/template-types";
|
||||||
import { appendPlainTextSignature, getPlainTextSignature } from "@/lib/signature-utils";
|
import { appendPlainTextSignature, getPlainTextSignature } from "@/lib/signature-utils";
|
||||||
import { findReplyIdentityId } from "@/lib/reply-identity";
|
import { findReplyIdentityId } from "@/lib/reply-identity";
|
||||||
|
import { computeReplyThreadingHeaders } from "@/lib/email-threading";
|
||||||
import { RichTextEditor } from "@/components/email/rich-text-editor";
|
import { RichTextEditor } from "@/components/email/rich-text-editor";
|
||||||
|
|
||||||
/** Strip HTML tags and decode entities to get a plain-text version */
|
/** Strip HTML tags and decode entities to get a plain-text version */
|
||||||
@@ -67,6 +70,8 @@ interface EmailComposerProps {
|
|||||||
fromName?: string;
|
fromName?: string;
|
||||||
identityId?: string;
|
identityId?: string;
|
||||||
attachments?: Array<{ blobId: string; name: string; type: string; size: number; disposition?: 'attachment' | 'inline'; cid?: string }>;
|
attachments?: Array<{ blobId: string; name: string; type: string; size: number; disposition?: 'attachment' | 'inline'; cid?: string }>;
|
||||||
|
inReplyTo?: string[];
|
||||||
|
references?: string[];
|
||||||
}) => void | Promise<void>;
|
}) => void | Promise<void>;
|
||||||
onClose?: () => void;
|
onClose?: () => void;
|
||||||
onDiscardDraft?: (draftId: string) => void;
|
onDiscardDraft?: (draftId: string) => void;
|
||||||
@@ -87,6 +92,11 @@ interface EmailComposerProps {
|
|||||||
receivedAt?: string;
|
receivedAt?: string;
|
||||||
accountId?: string;
|
accountId?: string;
|
||||||
attachments?: Array<{ blobId: string; name?: string; type: string; size: number; cid?: string; disposition?: string }>;
|
attachments?: Array<{ blobId: string; name?: string; type: string; size: number; cid?: string; disposition?: string }>;
|
||||||
|
// Threading: parent's Message-ID and References, used to set RFC 5322
|
||||||
|
// In-Reply-To and References on outgoing replies. See #234.
|
||||||
|
messageId?: string;
|
||||||
|
inReplyTo?: string[];
|
||||||
|
references?: string[];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -116,6 +126,7 @@ export function EmailComposer({
|
|||||||
const tCommon = useTranslations('common');
|
const tCommon = useTranslations('common');
|
||||||
const timeFormat = useSettingsStore((state) => state.timeFormat);
|
const timeFormat = useSettingsStore((state) => state.timeFormat);
|
||||||
const plainTextMode = useSettingsStore((state) => state.plainTextMode);
|
const plainTextMode = useSettingsStore((state) => state.plainTextMode);
|
||||||
|
const subAddressDelimiter = useSettingsStore((state) => state.subAddressDelimiter);
|
||||||
const autoSelectReplyIdentity = useSettingsStore((state) => state.autoSelectReplyIdentity);
|
const autoSelectReplyIdentity = useSettingsStore((state) => state.autoSelectReplyIdentity);
|
||||||
const attachmentReminderEnabled = useSettingsStore((state) => state.attachmentReminderEnabled);
|
const attachmentReminderEnabled = useSettingsStore((state) => state.attachmentReminderEnabled);
|
||||||
const attachmentReminderKeywords = useSettingsStore((state) => state.attachmentReminderKeywords);
|
const attachmentReminderKeywords = useSettingsStore((state) => state.attachmentReminderKeywords);
|
||||||
@@ -317,6 +328,9 @@ export function EmailComposer({
|
|||||||
? `<div>${getPlainTextSignature(currentIdentity).replace(/&/g, '&').replace(/</g, '<').replace(/>/g, '>').replace(/\n/g, '<br>')}</div>`
|
? `<div>${getPlainTextSignature(currentIdentity).replace(/&/g, '&').replace(/</g, '<').replace(/>/g, '>').replace(/\n/g, '<br>')}</div>`
|
||||||
: '';
|
: '';
|
||||||
const getAutocomplete = useContactStore((s) => s.getAutocomplete);
|
const getAutocomplete = useContactStore((s) => s.getAutocomplete);
|
||||||
|
const addToTrustedSendersBook = useContactStore((s) => s.addToTrustedSendersBook);
|
||||||
|
const addTrustedSender = useSettingsStore((s) => s.addTrustedSender);
|
||||||
|
const trustedSendersAddressBook = useSettingsStore((s) => s.trustedSendersAddressBook);
|
||||||
const addTemplate = useTemplateStore((s) => s.addTemplate);
|
const addTemplate = useTemplateStore((s) => s.addTemplate);
|
||||||
const sendRawEmail = useEmailStore((s) => s.sendRawEmail);
|
const sendRawEmail = useEmailStore((s) => s.sendRawEmail);
|
||||||
const smimeStore = useSmimeStore();
|
const smimeStore = useSmimeStore();
|
||||||
@@ -437,10 +451,13 @@ export function EmailComposer({
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
autocompleteTimeoutRef.current = setTimeout(() => {
|
autocompleteTimeoutRef.current = setTimeout(async () => {
|
||||||
const results = getAutocomplete(lastPart);
|
const localResults = getAutocomplete(lastPart);
|
||||||
setAutocompleteResults(results);
|
// Let plugins contribute extra suggestions (Slack handles, GitHub, CRM, …).
|
||||||
setActiveAutoField(results.length > 0 ? field : null);
|
const initial: RecipientSuggestion[] = localResults.map(r => ({ name: r.name, email: r.email }));
|
||||||
|
const merged = await contactHooks.onProvideRecipientSuggestions.transform(initial, { query: lastPart });
|
||||||
|
setAutocompleteResults(merged.map(s => ({ name: s.name, email: s.email })));
|
||||||
|
setActiveAutoField(merged.length > 0 ? field : null);
|
||||||
setAutoSelectedIndex(-1);
|
setAutoSelectedIndex(-1);
|
||||||
}, 200);
|
}, 200);
|
||||||
}, [getAutocomplete]);
|
}, [getAutocomplete]);
|
||||||
@@ -550,6 +567,19 @@ export function EmailComposer({
|
|||||||
const addFiles = useCallback(async (files: File[]) => {
|
const addFiles = useCallback(async (files: File[]) => {
|
||||||
if (!client || files.length === 0) return;
|
if (!client || files.length === 0) return;
|
||||||
|
|
||||||
|
// Let plugins veto each upload before it's queued.
|
||||||
|
const allowedFiles: File[] = [];
|
||||||
|
for (const file of files) {
|
||||||
|
const ok = await emailHooks.onBeforeAttachmentUpload.intercept({
|
||||||
|
name: file.name,
|
||||||
|
type: file.type || 'application/octet-stream',
|
||||||
|
size: file.size,
|
||||||
|
});
|
||||||
|
if (ok) allowedFiles.push(file);
|
||||||
|
}
|
||||||
|
if (allowedFiles.length === 0) return;
|
||||||
|
files = allowedFiles;
|
||||||
|
|
||||||
const newAttachments: ComposerAttachment[] = files.map(file => {
|
const newAttachments: ComposerAttachment[] = files.map(file => {
|
||||||
const controller = new AbortController();
|
const controller = new AbortController();
|
||||||
return {
|
return {
|
||||||
@@ -578,6 +608,12 @@ export function EmailComposer({
|
|||||||
: att
|
: att
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
emailHooks.onAfterAttachmentUpload.emit({
|
||||||
|
name: file.name,
|
||||||
|
type: file.type || 'application/octet-stream',
|
||||||
|
size: file.size,
|
||||||
|
blobId,
|
||||||
|
});
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
if (controller?.signal.aborted) continue;
|
if (controller?.signal.aborted) continue;
|
||||||
debug.error(`Failed to upload ${file.name}:`, error);
|
debug.error(`Failed to upload ${file.name}:`, error);
|
||||||
@@ -721,7 +757,7 @@ export function EmailComposer({
|
|||||||
// Generate sub-addressed email if tag is set
|
// Generate sub-addressed email if tag is set
|
||||||
const fromEmail = currentIdentity?.email
|
const fromEmail = currentIdentity?.email
|
||||||
? subAddressTag
|
? subAddressTag
|
||||||
? generateSubAddress(currentIdentity.email, subAddressTag)
|
? generateSubAddress(currentIdentity.email, subAddressTag, subAddressDelimiter)
|
||||||
: currentIdentity.email
|
: currentIdentity.email
|
||||||
: undefined;
|
: undefined;
|
||||||
|
|
||||||
@@ -736,7 +772,8 @@ export function EmailComposer({
|
|||||||
fromEmail,
|
fromEmail,
|
||||||
draftId || undefined,
|
draftId || undefined,
|
||||||
uploadedAttachments,
|
uploadedAttachments,
|
||||||
currentIdentity?.name || undefined
|
currentIdentity?.name || undefined,
|
||||||
|
plainTextMode ? undefined : body
|
||||||
);
|
);
|
||||||
|
|
||||||
setDraftId(savedDraftId);
|
setDraftId(savedDraftId);
|
||||||
@@ -772,6 +809,19 @@ export function EmailComposer({
|
|||||||
|
|
||||||
// Set new timeout for auto-save (2 seconds after last change)
|
// Set new timeout for auto-save (2 seconds after last change)
|
||||||
saveTimeoutRef.current = setTimeout(() => {
|
saveTimeoutRef.current = setTimeout(() => {
|
||||||
|
// Plugin observers (AI assist, grammar, …) get a debounced snapshot here.
|
||||||
|
emailHooks.onDraftChange.emit({
|
||||||
|
to: to.split(',').map(s => s.trim()).filter(Boolean),
|
||||||
|
cc: cc.split(',').map(s => s.trim()).filter(Boolean),
|
||||||
|
bcc: bcc.split(',').map(s => s.trim()).filter(Boolean),
|
||||||
|
subject,
|
||||||
|
htmlBody: plainTextMode ? '' : body,
|
||||||
|
textBody: plainTextMode ? body : htmlToPlainText(body),
|
||||||
|
identityId: selectedIdentityId || '',
|
||||||
|
attachments: attachments
|
||||||
|
.filter(a => a.blobId && !a.uploading && !a.error)
|
||||||
|
.map(a => ({ name: a.name, type: a.type || 'application/octet-stream', size: a.size })),
|
||||||
|
});
|
||||||
saveDraft();
|
saveDraft();
|
||||||
}, 2000);
|
}, 2000);
|
||||||
|
|
||||||
@@ -812,19 +862,27 @@ export function EmailComposer({
|
|||||||
attachments: Array<{ blobId: string; name: string; type: string; size: number; disposition: 'inline'; cid: string }>;
|
attachments: Array<{ blobId: string; name: string; type: string; size: number; disposition: 'inline'; cid: string }>;
|
||||||
} => {
|
} => {
|
||||||
const known = inlineImagesRef.current;
|
const known = inlineImagesRef.current;
|
||||||
if (known.length === 0) return { html, attachments: [] };
|
|
||||||
|
|
||||||
const doc = new DOMParser().parseFromString(`<body>${html}</body>`, 'text/html');
|
const doc = new DOMParser().parseFromString(`<body>${html}</body>`, 'text/html');
|
||||||
const used = new Map<string, typeof known[number]>();
|
const used = new Map<string, typeof known[number]>();
|
||||||
|
|
||||||
doc.querySelectorAll('img[data-cid]').forEach((img) => {
|
if (known.length > 0) {
|
||||||
const cid = img.getAttribute('data-cid');
|
doc.querySelectorAll('img[data-cid]').forEach((img) => {
|
||||||
if (!cid) return;
|
const cid = img.getAttribute('data-cid');
|
||||||
const entry = known.find((e) => e.cid === cid);
|
if (!cid) return;
|
||||||
if (!entry) return;
|
const entry = known.find((e) => e.cid === cid);
|
||||||
img.setAttribute('src', `cid:${cid}`);
|
if (!entry) return;
|
||||||
img.removeAttribute('data-cid');
|
img.setAttribute('src', `cid:${cid}`);
|
||||||
used.set(cid, entry);
|
img.removeAttribute('data-cid');
|
||||||
|
used.set(cid, entry);
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
// Recipient mail clients apply default <p> margins inside table cells,
|
||||||
|
// inflating row height. Tiptap wraps cell text in <p>, so force margin:0
|
||||||
|
// to match the composer's tight rows.
|
||||||
|
doc.querySelectorAll('td > p, th > p').forEach((p) => {
|
||||||
|
const existing = p.getAttribute('style') || '';
|
||||||
|
p.setAttribute('style', `margin:0;${existing}`);
|
||||||
});
|
});
|
||||||
|
|
||||||
return {
|
return {
|
||||||
@@ -889,7 +947,7 @@ export function EmailComposer({
|
|||||||
|
|
||||||
const fromEmail = currentIdentity?.email
|
const fromEmail = currentIdentity?.email
|
||||||
? subAddressTag
|
? subAddressTag
|
||||||
? generateSubAddress(currentIdentity.email, subAddressTag)
|
? generateSubAddress(currentIdentity.email, subAddressTag, subAddressDelimiter)
|
||||||
: currentIdentity.email
|
: currentIdentity.email
|
||||||
: undefined;
|
: undefined;
|
||||||
|
|
||||||
@@ -905,6 +963,11 @@ export function EmailComposer({
|
|||||||
return '';
|
return '';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// RFC 5322 §3.6.4 threading — only continues the chain on a reply, not a forward.
|
||||||
|
const threadingHeaders = (mode === 'reply' || mode === 'replyAll')
|
||||||
|
? computeReplyThreadingHeaders(replyTo)
|
||||||
|
: null;
|
||||||
|
|
||||||
// In plain text mode, send text/plain only (no HTML body)
|
// In plain text mode, send text/plain only (no HTML body)
|
||||||
const finalBody = plainTextMode
|
const finalBody = plainTextMode
|
||||||
? appendPlainTextSignature(body, currentIdentity)
|
? appendPlainTextSignature(body, currentIdentity)
|
||||||
@@ -968,12 +1031,22 @@ export function EmailComposer({
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 4. Build canonical MIME
|
// 4. Build canonical MIME
|
||||||
|
// mime-builder takes inReplyTo as a single ref-form msg-id (with brackets);
|
||||||
|
// references stays an array. threadingHeaders contains bare msg-ids.
|
||||||
|
const mimeInReplyTo = threadingHeaders?.inReplyTo[0]
|
||||||
|
? `<${threadingHeaders.inReplyTo[0]}>`
|
||||||
|
: undefined;
|
||||||
|
const mimeReferences = threadingHeaders?.references.length
|
||||||
|
? threadingHeaders.references.map(id => `<${id}>`)
|
||||||
|
: undefined;
|
||||||
const mimeBytes = buildMimeMessage({
|
const mimeBytes = buildMimeMessage({
|
||||||
from: { name: currentIdentity.name || undefined, email: fromEmail || currentIdentity.email },
|
from: { name: currentIdentity.name || undefined, email: fromEmail || currentIdentity.email },
|
||||||
to: toAddresses.map(e => ({ email: e })),
|
to: toAddresses.map(e => ({ email: e })),
|
||||||
cc: ccAddresses.length > 0 ? ccAddresses.map(e => ({ email: e })) : undefined,
|
cc: ccAddresses.length > 0 ? ccAddresses.map(e => ({ email: e })) : undefined,
|
||||||
bcc: bccAddresses.length > 0 ? bccAddresses.map(e => ({ email: e })) : undefined,
|
bcc: bccAddresses.length > 0 ? bccAddresses.map(e => ({ email: e })) : undefined,
|
||||||
subject,
|
subject,
|
||||||
|
inReplyTo: mimeInReplyTo,
|
||||||
|
references: mimeReferences,
|
||||||
textBody: finalBody,
|
textBody: finalBody,
|
||||||
htmlBody: finalHtmlBody,
|
htmlBody: finalHtmlBody,
|
||||||
attachments: mimeAttachments.length > 0 ? mimeAttachments : undefined,
|
attachments: mimeAttachments.length > 0 ? mimeAttachments : undefined,
|
||||||
@@ -986,6 +1059,8 @@ export function EmailComposer({
|
|||||||
to: toAddresses.map(e => ({ email: e })),
|
to: toAddresses.map(e => ({ email: e })),
|
||||||
cc: ccAddresses.length > 0 ? ccAddresses.map(e => ({ email: e })) : undefined,
|
cc: ccAddresses.length > 0 ? ccAddresses.map(e => ({ email: e })) : undefined,
|
||||||
subject,
|
subject,
|
||||||
|
inReplyTo: mimeInReplyTo,
|
||||||
|
references: mimeReferences,
|
||||||
};
|
};
|
||||||
|
|
||||||
// 5. Sign if enabled
|
// 5. Sign if enabled
|
||||||
@@ -1030,19 +1105,48 @@ export function EmailComposer({
|
|||||||
.map(att => ({ blobId: att.blobId!, name: att.name, type: att.type || 'application/octet-stream', size: att.size }));
|
.map(att => ({ blobId: att.blobId!, name: att.name, type: att.type || 'application/octet-stream', size: att.size }));
|
||||||
uploadedAttachments.push(...inlineAttachments);
|
uploadedAttachments.push(...inlineAttachments);
|
||||||
|
|
||||||
await onSend?.({
|
// Let plugins (signatures, link-rewriting, encryption, AI rewrite, …)
|
||||||
|
// transform the outgoing message immediately before submission.
|
||||||
|
const transformInput: OutgoingEmail = {
|
||||||
to: toAddresses,
|
to: toAddresses,
|
||||||
cc: ccAddresses,
|
cc: ccAddresses,
|
||||||
bcc: bccAddresses,
|
bcc: bccAddresses,
|
||||||
subject,
|
subject,
|
||||||
body: finalBody,
|
htmlBody: finalHtmlBody || '',
|
||||||
htmlBody: finalHtmlBody,
|
textBody: finalBody,
|
||||||
|
identityId: currentIdentity?.id || '',
|
||||||
|
attachments: uploadedAttachments.map(a => ({ name: a.name, type: a.type, size: a.size })),
|
||||||
|
inReplyTo: threadingHeaders?.inReplyTo?.[0],
|
||||||
|
};
|
||||||
|
const outgoing = await emailHooks.onTransformOutgoingEmail.transform(transformInput);
|
||||||
|
|
||||||
|
await onSend?.({
|
||||||
|
to: outgoing.to,
|
||||||
|
cc: outgoing.cc,
|
||||||
|
bcc: outgoing.bcc,
|
||||||
|
subject: outgoing.subject,
|
||||||
|
body: outgoing.textBody,
|
||||||
|
htmlBody: outgoing.htmlBody || undefined,
|
||||||
draftId: finalDraftId || undefined,
|
draftId: finalDraftId || undefined,
|
||||||
fromEmail,
|
fromEmail,
|
||||||
fromName: currentIdentity?.name || undefined,
|
fromName: currentIdentity?.name || undefined,
|
||||||
identityId: currentIdentity?.id,
|
identityId: outgoing.identityId || currentIdentity?.id,
|
||||||
attachments: uploadedAttachments.length > 0 ? uploadedAttachments : undefined,
|
attachments: uploadedAttachments.length > 0 ? uploadedAttachments : undefined,
|
||||||
|
inReplyTo: threadingHeaders?.inReplyTo,
|
||||||
|
references: threadingHeaders?.references,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
if (mode === 'reply' || mode === 'replyAll') {
|
||||||
|
for (const recipient of [...outgoing.to, ...outgoing.cc].filter(Boolean)) {
|
||||||
|
if (trustedSendersAddressBook && client) {
|
||||||
|
addToTrustedSendersBook(client, recipient).catch(err => {
|
||||||
|
debug.error('Failed to add trusted sender to address book:', err);
|
||||||
|
});
|
||||||
|
} else {
|
||||||
|
addTrustedSender(recipient);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
setTo("");
|
setTo("");
|
||||||
@@ -1179,7 +1283,7 @@ export function EmailComposer({
|
|||||||
>
|
>
|
||||||
{identities.map((identity) => {
|
{identities.map((identity) => {
|
||||||
const displayEmail = subAddressTag
|
const displayEmail = subAddressTag
|
||||||
? generateSubAddress(identity.email, subAddressTag)
|
? generateSubAddress(identity.email, subAddressTag, subAddressDelimiter)
|
||||||
: identity.email;
|
: identity.email;
|
||||||
return (
|
return (
|
||||||
<option key={identity.id} value={identity.id}>
|
<option key={identity.id} value={identity.id}>
|
||||||
@@ -1192,7 +1296,7 @@ export function EmailComposer({
|
|||||||
<span className="text-sm text-foreground flex-1 truncate">
|
<span className="text-sm text-foreground flex-1 truncate">
|
||||||
{subAddressTag ? (
|
{subAddressTag ? (
|
||||||
<span className="font-mono">
|
<span className="font-mono">
|
||||||
{generateSubAddress(primaryIdentity?.email || '', subAddressTag)}
|
{generateSubAddress(primaryIdentity?.email || '', subAddressTag, subAddressDelimiter)}
|
||||||
</span>
|
</span>
|
||||||
) : (
|
) : (
|
||||||
<>
|
<>
|
||||||
|
|||||||
@@ -5,6 +5,7 @@ import { Mail, Tag } from 'lucide-react';
|
|||||||
import { cn } from '@/lib/utils';
|
import { cn } from '@/lib/utils';
|
||||||
import type { Email, Identity } from '@/lib/jmap/types';
|
import type { Email, Identity } from '@/lib/jmap/types';
|
||||||
import { parseSubAddress } from '@/lib/sub-addressing';
|
import { parseSubAddress } from '@/lib/sub-addressing';
|
||||||
|
import { useSettingsStore } from '@/stores/settings-store';
|
||||||
|
|
||||||
interface EmailIdentityBadgeProps {
|
interface EmailIdentityBadgeProps {
|
||||||
email: Email;
|
email: Email;
|
||||||
@@ -20,12 +21,13 @@ export function EmailIdentityBadge({
|
|||||||
className,
|
className,
|
||||||
}: EmailIdentityBadgeProps) {
|
}: EmailIdentityBadgeProps) {
|
||||||
const t = useTranslations('identities.badge');
|
const t = useTranslations('identities.badge');
|
||||||
|
const subAddressDelimiter = useSettingsStore((state) => state.subAddressDelimiter);
|
||||||
|
|
||||||
const fromAddress = email.from?.[0]?.email;
|
const fromAddress = email.from?.[0]?.email;
|
||||||
if (!fromAddress) return null;
|
if (!fromAddress) return null;
|
||||||
|
|
||||||
// Parse the from address to check for sub-addressing
|
// Parse the from address to check for sub-addressing
|
||||||
const parsedFrom = parseSubAddress(fromAddress);
|
const parsedFrom = parseSubAddress(fromAddress, subAddressDelimiter);
|
||||||
|
|
||||||
// Find matching identity (email sent BY the user)
|
// Find matching identity (email sent BY the user)
|
||||||
const matchingIdentity = identities.find(
|
const matchingIdentity = identities.find(
|
||||||
@@ -37,7 +39,7 @@ export function EmailIdentityBadge({
|
|||||||
if (!matchingIdentity) {
|
if (!matchingIdentity) {
|
||||||
// Check all TO addresses for sub-address tags matching user's identities
|
// Check all TO addresses for sub-address tags matching user's identities
|
||||||
for (const recipient of email.to || []) {
|
for (const recipient of email.to || []) {
|
||||||
const parsedTo = parseSubAddress(recipient.email);
|
const parsedTo = parseSubAddress(recipient.email, subAddressDelimiter);
|
||||||
if (parsedTo.tag) {
|
if (parsedTo.tag) {
|
||||||
// Check if this base email matches any of the user's identities
|
// Check if this base email matches any of the user's identities
|
||||||
const matchingToIdentity = identities.find(
|
const matchingToIdentity = identities.find(
|
||||||
@@ -70,7 +72,7 @@ export function EmailIdentityBadge({
|
|||||||
title={t('sub_address_tag', { tag: displayTag })}
|
title={t('sub_address_tag', { tag: displayTag })}
|
||||||
>
|
>
|
||||||
<Tag className="w-3 h-3" />
|
<Tag className="w-3 h-3" />
|
||||||
<span className="font-mono">+{displayTag}</span>
|
<span className="font-mono">{subAddressDelimiter}{displayTag}</span>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -114,7 +116,7 @@ export function EmailIdentityBadge({
|
|||||||
aria-label={t('sub_address_tag', { tag: displayTag })}
|
aria-label={t('sub_address_tag', { tag: displayTag })}
|
||||||
>
|
>
|
||||||
<Tag className="w-3 h-3" />
|
<Tag className="w-3 h-3" />
|
||||||
<span className="font-mono">{t('subaddress_tag', { tag: displayTag })}</span>
|
<span className="font-mono">{subAddressDelimiter}{displayTag}</span>
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
|
|||||||
@@ -178,6 +178,14 @@ export function EmailList({
|
|||||||
setIsProcessing(true);
|
setIsProcessing(true);
|
||||||
try {
|
try {
|
||||||
await batchDelete(client, isInTrash);
|
await batchDelete(client, isInTrash);
|
||||||
|
const storeError = useEmailStore.getState().error;
|
||||||
|
if (storeError) {
|
||||||
|
const { toast } = await import('sonner');
|
||||||
|
toast.error(storeError);
|
||||||
|
}
|
||||||
|
} catch (err) {
|
||||||
|
const { toast } = await import('sonner');
|
||||||
|
toast.error(err instanceof Error ? err.message : 'Failed to delete emails');
|
||||||
} finally {
|
} finally {
|
||||||
setTimeout(() => setIsProcessing(false), 500);
|
setTimeout(() => setIsProcessing(false), 500);
|
||||||
}
|
}
|
||||||
@@ -275,7 +283,7 @@ export function EmailList({
|
|||||||
<div className="px-4 py-2 border-b bg-accent/30 border-border flex items-center justify-between">
|
<div className="px-4 py-2 border-b bg-accent/30 border-border flex items-center justify-between">
|
||||||
<div className="flex items-center gap-2 animate-in fade-in slide-in-from-left-3 duration-300">
|
<div className="flex items-center gap-2 animate-in fade-in slide-in-from-left-3 duration-300">
|
||||||
<span className="text-sm font-medium text-foreground">
|
<span className="text-sm font-medium text-foreground">
|
||||||
{selectedEmailIds.size} {selectedEmailIds.size === 1 ? 'email' : 'emails'} selected
|
{t('batch_actions.selected_messages', { count: selectedEmailIds.size })}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<div className="flex items-center gap-1 animate-in fade-in slide-in-from-right-3 duration-300">
|
<div className="flex items-center gap-1 animate-in fade-in slide-in-from-right-3 duration-300">
|
||||||
@@ -330,7 +338,7 @@ export function EmailList({
|
|||||||
disabled={isProcessing}
|
disabled={isProcessing}
|
||||||
className="text-muted-foreground hover:text-foreground transition-colors disabled:opacity-50"
|
className="text-muted-foreground hover:text-foreground transition-colors disabled:opacity-50"
|
||||||
>
|
>
|
||||||
Cancel
|
{t('batch_actions.clear_selection')}
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
+816
-546
File diff suppressed because it is too large
Load Diff
@@ -1,6 +1,6 @@
|
|||||||
"use client";
|
"use client";
|
||||||
|
|
||||||
import React, { useEffect, useCallback } from "react";
|
import React, { useEffect, useCallback, useState, useRef } from "react";
|
||||||
import { useEditor, EditorContent } from "@tiptap/react";
|
import { useEditor, EditorContent } from "@tiptap/react";
|
||||||
import StarterKit from "@tiptap/starter-kit";
|
import StarterKit from "@tiptap/starter-kit";
|
||||||
import Underline from "@tiptap/extension-underline";
|
import Underline from "@tiptap/extension-underline";
|
||||||
@@ -10,6 +10,10 @@ import { TextStyle } from "@tiptap/extension-text-style";
|
|||||||
import Color from "@tiptap/extension-color";
|
import Color from "@tiptap/extension-color";
|
||||||
import { ResizableImage } from "@/components/email/resizable-image";
|
import { ResizableImage } from "@/components/email/resizable-image";
|
||||||
import Placeholder from "@tiptap/extension-placeholder";
|
import Placeholder from "@tiptap/extension-placeholder";
|
||||||
|
import { Table } from "@tiptap/extension-table";
|
||||||
|
import { TableRow } from "@tiptap/extension-table-row";
|
||||||
|
import { TableHeader } from "@tiptap/extension-table-header";
|
||||||
|
import { TableCell } from "@tiptap/extension-table-cell";
|
||||||
import { cn } from "@/lib/utils";
|
import { cn } from "@/lib/utils";
|
||||||
import {
|
import {
|
||||||
Bold,
|
Bold,
|
||||||
@@ -29,6 +33,10 @@ import {
|
|||||||
RemoveFormatting,
|
RemoveFormatting,
|
||||||
Heading1,
|
Heading1,
|
||||||
Heading2,
|
Heading2,
|
||||||
|
Table as TableIcon,
|
||||||
|
Trash2,
|
||||||
|
Rows3,
|
||||||
|
Columns3,
|
||||||
} from "lucide-react";
|
} from "lucide-react";
|
||||||
|
|
||||||
export interface InlineImageUpload {
|
export interface InlineImageUpload {
|
||||||
@@ -79,6 +87,43 @@ function ToolbarSeparator() {
|
|||||||
return <div className="w-px h-5 bg-border mx-0.5" />;
|
return <div className="w-px h-5 bg-border mx-0.5" />;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const TABLE_PICKER_ROWS = 6;
|
||||||
|
const TABLE_PICKER_COLS = 8;
|
||||||
|
|
||||||
|
function TableSizePicker({ onPick }: { onPick: (rows: number, cols: number) => void }) {
|
||||||
|
const [hover, setHover] = useState<{ r: number; c: number } | null>(null);
|
||||||
|
return (
|
||||||
|
<div>
|
||||||
|
<div
|
||||||
|
className="grid gap-0.5"
|
||||||
|
style={{ gridTemplateColumns: `repeat(${TABLE_PICKER_COLS}, 1fr)` }}
|
||||||
|
onMouseLeave={() => setHover(null)}
|
||||||
|
>
|
||||||
|
{Array.from({ length: TABLE_PICKER_ROWS * TABLE_PICKER_COLS }).map((_, i) => {
|
||||||
|
const r = Math.floor(i / TABLE_PICKER_COLS);
|
||||||
|
const c = i % TABLE_PICKER_COLS;
|
||||||
|
const active = hover && r <= hover.r && c <= hover.c;
|
||||||
|
return (
|
||||||
|
<button
|
||||||
|
key={i}
|
||||||
|
type="button"
|
||||||
|
onMouseEnter={() => setHover({ r, c })}
|
||||||
|
onClick={() => onPick(r + 1, c + 1)}
|
||||||
|
className={cn(
|
||||||
|
"w-4 h-4 border border-border/60 rounded-[2px] transition-colors",
|
||||||
|
active ? "bg-primary border-primary" : "bg-background hover:bg-accent"
|
||||||
|
)}
|
||||||
|
/>
|
||||||
|
);
|
||||||
|
})}
|
||||||
|
</div>
|
||||||
|
<div className="text-xs text-muted-foreground mt-1.5 text-center">
|
||||||
|
{hover ? `${hover.r + 1} × ${hover.c + 1}` : "Pick size"}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
export function RichTextEditor({
|
export function RichTextEditor({
|
||||||
content,
|
content,
|
||||||
onChange,
|
onChange,
|
||||||
@@ -109,6 +154,27 @@ export function RichTextEditor({
|
|||||||
Placeholder.configure({
|
Placeholder.configure({
|
||||||
placeholder,
|
placeholder,
|
||||||
}),
|
}),
|
||||||
|
Table.configure({
|
||||||
|
resizable: true,
|
||||||
|
HTMLAttributes: {
|
||||||
|
border: "1",
|
||||||
|
cellpadding: "6",
|
||||||
|
cellspacing: "0",
|
||||||
|
width: "100%",
|
||||||
|
style: "width:100%;border-collapse:collapse;",
|
||||||
|
},
|
||||||
|
}),
|
||||||
|
TableRow,
|
||||||
|
TableHeader.configure({
|
||||||
|
HTMLAttributes: {
|
||||||
|
style: "padding:6px 8px;border:1px solid #ccc;background-color:#f5f5f5;color:#1f2937;text-align:left;",
|
||||||
|
},
|
||||||
|
}),
|
||||||
|
TableCell.configure({
|
||||||
|
HTMLAttributes: {
|
||||||
|
style: "padding:6px 8px;border:1px solid #ccc;vertical-align:top;",
|
||||||
|
},
|
||||||
|
}),
|
||||||
],
|
],
|
||||||
content,
|
content,
|
||||||
editorProps: {
|
editorProps: {
|
||||||
@@ -188,6 +254,20 @@ export function RichTextEditor({
|
|||||||
.run();
|
.run();
|
||||||
}, [editor]);
|
}, [editor]);
|
||||||
|
|
||||||
|
const [tableMenuOpen, setTableMenuOpen] = useState(false);
|
||||||
|
const tableWrapperRef = useRef<HTMLDivElement>(null);
|
||||||
|
|
||||||
|
useEffect(() => {
|
||||||
|
if (!tableMenuOpen) return;
|
||||||
|
const handler = (e: MouseEvent) => {
|
||||||
|
if (tableWrapperRef.current && !tableWrapperRef.current.contains(e.target as Node)) {
|
||||||
|
setTableMenuOpen(false);
|
||||||
|
}
|
||||||
|
};
|
||||||
|
document.addEventListener("mousedown", handler);
|
||||||
|
return () => document.removeEventListener("mousedown", handler);
|
||||||
|
}, [tableMenuOpen]);
|
||||||
|
|
||||||
if (!editor) {
|
if (!editor) {
|
||||||
return (
|
return (
|
||||||
<div className={cn("min-h-[100px]", className)} />
|
<div className={cn("min-h-[100px]", className)} />
|
||||||
@@ -309,6 +389,89 @@ export function RichTextEditor({
|
|||||||
<LinkIcon className="w-4 h-4" />
|
<LinkIcon className="w-4 h-4" />
|
||||||
</ToolbarButton>
|
</ToolbarButton>
|
||||||
|
|
||||||
|
<div ref={tableWrapperRef} className="relative">
|
||||||
|
<ToolbarButton
|
||||||
|
active={editor.isActive("table")}
|
||||||
|
onClick={() => setTableMenuOpen((v) => !v)}
|
||||||
|
title="Table"
|
||||||
|
>
|
||||||
|
<TableIcon className="w-4 h-4" />
|
||||||
|
</ToolbarButton>
|
||||||
|
{tableMenuOpen && (
|
||||||
|
<div className="absolute z-50 top-full left-0 mt-1 bg-popover border border-border rounded-md shadow-md p-2 min-w-[200px]">
|
||||||
|
{editor.isActive("table") ? (
|
||||||
|
<div className="flex flex-col gap-0.5">
|
||||||
|
<button
|
||||||
|
type="button"
|
||||||
|
className="flex items-center gap-2 px-2 py-1.5 text-sm rounded hover:bg-accent text-left"
|
||||||
|
onClick={() => { editor.chain().focus().addRowBefore().run(); setTableMenuOpen(false); }}
|
||||||
|
>
|
||||||
|
<Rows3 className="w-4 h-4" /> Add row above
|
||||||
|
</button>
|
||||||
|
<button
|
||||||
|
type="button"
|
||||||
|
className="flex items-center gap-2 px-2 py-1.5 text-sm rounded hover:bg-accent text-left"
|
||||||
|
onClick={() => { editor.chain().focus().addRowAfter().run(); setTableMenuOpen(false); }}
|
||||||
|
>
|
||||||
|
<Rows3 className="w-4 h-4" /> Add row below
|
||||||
|
</button>
|
||||||
|
<button
|
||||||
|
type="button"
|
||||||
|
className="flex items-center gap-2 px-2 py-1.5 text-sm rounded hover:bg-accent text-left"
|
||||||
|
onClick={() => { editor.chain().focus().addColumnBefore().run(); setTableMenuOpen(false); }}
|
||||||
|
>
|
||||||
|
<Columns3 className="w-4 h-4" /> Add column before
|
||||||
|
</button>
|
||||||
|
<button
|
||||||
|
type="button"
|
||||||
|
className="flex items-center gap-2 px-2 py-1.5 text-sm rounded hover:bg-accent text-left"
|
||||||
|
onClick={() => { editor.chain().focus().addColumnAfter().run(); setTableMenuOpen(false); }}
|
||||||
|
>
|
||||||
|
<Columns3 className="w-4 h-4" /> Add column after
|
||||||
|
</button>
|
||||||
|
<div className="h-px bg-border my-1" />
|
||||||
|
<button
|
||||||
|
type="button"
|
||||||
|
className="flex items-center gap-2 px-2 py-1.5 text-sm rounded hover:bg-accent text-left"
|
||||||
|
onClick={() => { editor.chain().focus().deleteRow().run(); setTableMenuOpen(false); }}
|
||||||
|
>
|
||||||
|
<Trash2 className="w-4 h-4" /> Delete row
|
||||||
|
</button>
|
||||||
|
<button
|
||||||
|
type="button"
|
||||||
|
className="flex items-center gap-2 px-2 py-1.5 text-sm rounded hover:bg-accent text-left"
|
||||||
|
onClick={() => { editor.chain().focus().deleteColumn().run(); setTableMenuOpen(false); }}
|
||||||
|
>
|
||||||
|
<Trash2 className="w-4 h-4" /> Delete column
|
||||||
|
</button>
|
||||||
|
<button
|
||||||
|
type="button"
|
||||||
|
className="flex items-center gap-2 px-2 py-1.5 text-sm rounded hover:bg-accent text-left"
|
||||||
|
onClick={() => { editor.chain().focus().toggleHeaderRow().run(); setTableMenuOpen(false); }}
|
||||||
|
>
|
||||||
|
<Rows3 className="w-4 h-4" /> Toggle header row
|
||||||
|
</button>
|
||||||
|
<div className="h-px bg-border my-1" />
|
||||||
|
<button
|
||||||
|
type="button"
|
||||||
|
className="flex items-center gap-2 px-2 py-1.5 text-sm rounded hover:bg-accent text-left text-red-600 dark:text-red-400"
|
||||||
|
onClick={() => { editor.chain().focus().deleteTable().run(); setTableMenuOpen(false); }}
|
||||||
|
>
|
||||||
|
<Trash2 className="w-4 h-4" /> Delete table
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
) : (
|
||||||
|
<TableSizePicker
|
||||||
|
onPick={(rows, cols) => {
|
||||||
|
editor.chain().focus().insertTable({ rows, cols, withHeaderRow: true }).run();
|
||||||
|
setTableMenuOpen(false);
|
||||||
|
}}
|
||||||
|
/>
|
||||||
|
)}
|
||||||
|
</div>
|
||||||
|
)}
|
||||||
|
</div>
|
||||||
|
|
||||||
<ToolbarSeparator />
|
<ToolbarSeparator />
|
||||||
|
|
||||||
<ToolbarButton
|
<ToolbarButton
|
||||||
|
|||||||
@@ -7,6 +7,7 @@ import { cn } from '@/lib/utils';
|
|||||||
import { Button } from '@/components/ui/button';
|
import { Button } from '@/components/ui/button';
|
||||||
import { Input } from '@/components/ui/input';
|
import { Input } from '@/components/ui/input';
|
||||||
import { useIdentityStore } from '@/stores/identity-store';
|
import { useIdentityStore } from '@/stores/identity-store';
|
||||||
|
import { useSettingsStore } from '@/stores/settings-store';
|
||||||
import {
|
import {
|
||||||
generateSubAddress,
|
generateSubAddress,
|
||||||
extractDomain,
|
extractDomain,
|
||||||
@@ -35,6 +36,7 @@ export function SubAddressHelper({
|
|||||||
const popoverRef = useRef<HTMLDivElement>(null);
|
const popoverRef = useRef<HTMLDivElement>(null);
|
||||||
|
|
||||||
const { subAddress, addRecentTag, addTagSuggestion } = useIdentityStore();
|
const { subAddress, addRecentTag, addTagSuggestion } = useIdentityStore();
|
||||||
|
const subAddressDelimiter = useSettingsStore((state) => state.subAddressDelimiter);
|
||||||
|
|
||||||
// Get suggestions based on recipient (memoized for performance)
|
// Get suggestions based on recipient (memoized for performance)
|
||||||
const suggestions = useMemo(() => {
|
const suggestions = useMemo(() => {
|
||||||
@@ -47,7 +49,7 @@ export function SubAddressHelper({
|
|||||||
}, [recipientEmails]);
|
}, [recipientEmails]);
|
||||||
|
|
||||||
// Generate preview
|
// Generate preview
|
||||||
const preview = tag ? generateSubAddress(baseEmail, tag) : baseEmail;
|
const preview = tag ? generateSubAddress(baseEmail, tag, subAddressDelimiter) : baseEmail;
|
||||||
|
|
||||||
// Close popover when clicking outside
|
// Close popover when clicking outside
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
@@ -226,7 +228,7 @@ export function SubAddressHelper({
|
|||||||
|
|
||||||
{/* Help Text */}
|
{/* Help Text */}
|
||||||
<div className="mb-3 text-xs text-muted-foreground">
|
<div className="mb-3 text-xs text-muted-foreground">
|
||||||
{t('help_text')}
|
{t('help_text', { delimiter: subAddressDelimiter })}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* Use Address Button */}
|
{/* Use Address Button */}
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
import { useTranslations } from "next-intl";
|
import { useTranslations } from "next-intl";
|
||||||
import { Mailbox } from "@/lib/jmap/types";
|
import { Mailbox } from "@/lib/jmap/types";
|
||||||
|
import { getMailboxPath } from "@/lib/utils";
|
||||||
import {
|
import {
|
||||||
ContextMenu,
|
ContextMenu,
|
||||||
ContextMenuItem,
|
ContextMenuItem,
|
||||||
@@ -10,8 +11,10 @@ import {
|
|||||||
} from "@/components/ui/context-menu";
|
} from "@/components/ui/context-menu";
|
||||||
import {
|
import {
|
||||||
CheckCheck,
|
CheckCheck,
|
||||||
|
ChevronRight,
|
||||||
MailOpen,
|
MailOpen,
|
||||||
Mails,
|
Mails,
|
||||||
|
MoreHorizontal,
|
||||||
Trash2,
|
Trash2,
|
||||||
FolderPlus,
|
FolderPlus,
|
||||||
Pencil,
|
Pencil,
|
||||||
@@ -28,12 +31,51 @@ export type MailboxContextTarget =
|
|||||||
| { kind: "mailbox"; mailbox: Mailbox; hasChildren: boolean }
|
| { kind: "mailbox"; mailbox: Mailbox; hasChildren: boolean }
|
||||||
| { kind: "folders-section" };
|
| { kind: "folders-section" };
|
||||||
|
|
||||||
|
const PATH_SEPARATOR = " › ";
|
||||||
|
const MAX_PATH_LENGTH = 40;
|
||||||
|
const MAX_SEGMENT_LENGTH = 16;
|
||||||
|
|
||||||
|
function truncateSegment(name: string): string {
|
||||||
|
return name.length > MAX_SEGMENT_LENGTH
|
||||||
|
? `${name.slice(0, MAX_SEGMENT_LENGTH - 1)}…`
|
||||||
|
: name;
|
||||||
|
}
|
||||||
|
|
||||||
|
function renderPathSegments(segments: string[]): React.ReactNode {
|
||||||
|
return (
|
||||||
|
<span className="inline-flex items-center gap-1 align-middle">
|
||||||
|
{segments.map((seg, i) => (
|
||||||
|
<span key={i} className="inline-flex items-center gap-1">
|
||||||
|
{i > 0 && <ChevronRight className="w-3.5 h-3.5 opacity-60" />}
|
||||||
|
{seg === "…" ? <MoreHorizontal className="w-3.5 h-3.5" /> : <span>{seg}</span>}
|
||||||
|
</span>
|
||||||
|
))}
|
||||||
|
</span>
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
function renderShortenedPath(fullPath: string): React.ReactNode {
|
||||||
|
const segments = fullPath.split(PATH_SEPARATOR);
|
||||||
|
if (fullPath.length <= MAX_PATH_LENGTH) {
|
||||||
|
return renderPathSegments(segments);
|
||||||
|
}
|
||||||
|
if (segments.length <= 2) {
|
||||||
|
return renderPathSegments(segments.map(truncateSegment));
|
||||||
|
}
|
||||||
|
return renderPathSegments([
|
||||||
|
truncateSegment(segments[0]),
|
||||||
|
"…",
|
||||||
|
truncateSegment(segments[segments.length - 1]),
|
||||||
|
]);
|
||||||
|
}
|
||||||
|
|
||||||
interface MailboxContextMenuProps {
|
interface MailboxContextMenuProps {
|
||||||
target: MailboxContextTarget | null;
|
target: MailboxContextTarget | null;
|
||||||
position: Position;
|
position: Position;
|
||||||
isOpen: boolean;
|
isOpen: boolean;
|
||||||
onClose: () => void;
|
onClose: () => void;
|
||||||
menuRef: React.RefObject<HTMLDivElement | null>;
|
menuRef: React.RefObject<HTMLDivElement | null>;
|
||||||
|
mailboxes: Mailbox[];
|
||||||
onMarkFolderRead?: (mailboxId: string) => void;
|
onMarkFolderRead?: (mailboxId: string) => void;
|
||||||
onMarkFolderTreeRead?: (mailboxId: string) => void;
|
onMarkFolderTreeRead?: (mailboxId: string) => void;
|
||||||
onMarkAllFoldersRead?: () => void;
|
onMarkAllFoldersRead?: () => void;
|
||||||
@@ -51,6 +93,7 @@ export function MailboxContextMenu({
|
|||||||
isOpen,
|
isOpen,
|
||||||
onClose,
|
onClose,
|
||||||
menuRef,
|
menuRef,
|
||||||
|
mailboxes,
|
||||||
onMarkFolderRead,
|
onMarkFolderRead,
|
||||||
onMarkFolderTreeRead,
|
onMarkFolderTreeRead,
|
||||||
onMarkAllFoldersRead,
|
onMarkAllFoldersRead,
|
||||||
@@ -107,9 +150,13 @@ export function MailboxContextMenu({
|
|||||||
const canSetSeen = mailbox.myRights?.maySetSeen !== false;
|
const canSetSeen = mailbox.myRights?.maySetSeen !== false;
|
||||||
const canRemoveItems = mailbox.myRights?.mayRemoveItems !== false;
|
const canRemoveItems = mailbox.myRights?.mayRemoveItems !== false;
|
||||||
|
|
||||||
|
const fullPath = getMailboxPath(mailbox, mailboxes);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<ContextMenu ref={menuRef} isOpen={isOpen} position={position} onClose={onClose}>
|
<ContextMenu ref={menuRef} isOpen={isOpen} position={position} onClose={onClose}>
|
||||||
<ContextMenuHeader>{mailbox.name}</ContextMenuHeader>
|
<ContextMenuHeader>
|
||||||
|
<span title={fullPath}>{renderShortenedPath(fullPath)}</span>
|
||||||
|
</ContextMenuHeader>
|
||||||
|
|
||||||
<ContextMenuItem
|
<ContextMenuItem
|
||||||
icon={MailOpen}
|
icon={MailOpen}
|
||||||
|
|||||||
@@ -16,6 +16,7 @@ import { useSettingsStore } from "@/stores/settings-store";
|
|||||||
import { usePolicyStore } from "@/stores/policy-store";
|
import { usePolicyStore } from "@/stores/policy-store";
|
||||||
import { useAuthStore } from "@/stores/auth-store";
|
import { useAuthStore } from "@/stores/auth-store";
|
||||||
import { useAccountStore } from "@/stores/account-store";
|
import { useAccountStore } from "@/stores/account-store";
|
||||||
|
import { useUpdateStore, selectHasUpdate } from "@/stores/update-store";
|
||||||
import { getActiveAccountSlotHeaders } from "@/lib/auth/active-account-slot";
|
import { getActiveAccountSlotHeaders } from "@/lib/auth/active-account-slot";
|
||||||
import { getInitials, MAX_ACCOUNTS } from "@/lib/account-utils";
|
import { getInitials, MAX_ACCOUNTS } from "@/lib/account-utils";
|
||||||
import { cn, formatFileSize } from "@/lib/utils";
|
import { cn, formatFileSize } from "@/lib/utils";
|
||||||
@@ -175,6 +176,11 @@ export function NavigationRail({
|
|||||||
const visibleSidebarApps = sidebarAppsEnabled ? sidebarApps : [];
|
const visibleSidebarApps = sidebarAppsEnabled ? sidebarApps : [];
|
||||||
const inboxUnread = mailboxes.find(m => m.role === "inbox")?.unreadEmails || 0;
|
const inboxUnread = mailboxes.find(m => m.role === "inbox")?.unreadEmails || 0;
|
||||||
const [isStalwartAdmin, setIsStalwartAdmin] = useState(false);
|
const [isStalwartAdmin, setIsStalwartAdmin] = useState(false);
|
||||||
|
const hasUpdate = useUpdateStore(selectHasUpdate);
|
||||||
|
const updateSeverity = useUpdateStore((s) => s.status?.severity);
|
||||||
|
const startUpdatePolling = useUpdateStore((s) => s.startPolling);
|
||||||
|
useEffect(() => { startUpdatePolling(); }, [startUpdatePolling]);
|
||||||
|
const updateImportant = updateSeverity === 'security' || updateSeverity === 'deprecated';
|
||||||
|
|
||||||
// Account list for rail
|
// Account list for rail
|
||||||
const accounts = useAccountStore((s) => s.accounts);
|
const accounts = useAccountStore((s) => s.accounts);
|
||||||
@@ -335,7 +341,7 @@ export function NavigationRail({
|
|||||||
);
|
);
|
||||||
})}
|
})}
|
||||||
|
|
||||||
{/* Admin (Stalwart admins) — hard nav because /admin lives outside the [locale] tree */}
|
{/* Admin (Stalwart admins) - hard nav because /admin lives outside the [locale] tree */}
|
||||||
{isStalwartAdmin && (
|
{isStalwartAdmin && (
|
||||||
<a
|
<a
|
||||||
href="/admin"
|
href="/admin"
|
||||||
@@ -345,7 +351,18 @@ export function NavigationRail({
|
|||||||
"text-muted-foreground hover:text-foreground"
|
"text-muted-foreground hover:text-foreground"
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
<Shield className="w-5 h-5" />
|
<span className="relative">
|
||||||
|
<Shield className="w-5 h-5" />
|
||||||
|
{hasUpdate && (
|
||||||
|
<span
|
||||||
|
className={cn(
|
||||||
|
"absolute -top-0.5 -right-0.5 w-2 h-2 rounded-full ring-2 ring-background",
|
||||||
|
updateImportant ? "bg-red-500" : "bg-amber-500",
|
||||||
|
)}
|
||||||
|
aria-label={updateImportant ? "Important update available" : "Update available"}
|
||||||
|
/>
|
||||||
|
)}
|
||||||
|
</span>
|
||||||
<span className="text-[10px] font-medium leading-tight truncate max-w-full">{t("admin") || "Admin"}</span>
|
<span className="text-[10px] font-medium leading-tight truncate max-w-full">{t("admin") || "Admin"}</span>
|
||||||
</a>
|
</a>
|
||||||
)}
|
)}
|
||||||
@@ -400,7 +417,7 @@ export function NavigationRail({
|
|||||||
|
|
||||||
<nav
|
<nav
|
||||||
className={cn(
|
className={cn(
|
||||||
"flex flex-col",
|
"flex flex-col flex-1 min-h-0 overflow-y-auto scroll-hidden",
|
||||||
collapsed ? "items-center gap-1 py-3 px-1" : "gap-0.5 py-2 px-2",
|
collapsed ? "items-center gap-1 py-3 px-1" : "gap-0.5 py-2 px-2",
|
||||||
)}
|
)}
|
||||||
role="navigation"
|
role="navigation"
|
||||||
@@ -515,10 +532,19 @@ export function NavigationRail({
|
|||||||
{isStalwartAdmin && (
|
{isStalwartAdmin && (
|
||||||
<a
|
<a
|
||||||
href="/admin"
|
href="/admin"
|
||||||
className="flex items-center justify-center w-10 h-10 rounded-md transition-colors text-muted-foreground hover:text-foreground hover:bg-muted"
|
className="flex items-center justify-center w-10 h-10 rounded-md transition-colors text-muted-foreground hover:text-foreground hover:bg-muted relative"
|
||||||
title={t("admin") || "Admin"}
|
title={t("admin") || "Admin"}
|
||||||
>
|
>
|
||||||
<Shield className="w-[18px] h-[18px]" />
|
<Shield className="w-[18px] h-[18px]" />
|
||||||
|
{hasUpdate && (
|
||||||
|
<span
|
||||||
|
className={cn(
|
||||||
|
"absolute top-2 right-2 w-2 h-2 rounded-full ring-2 ring-background",
|
||||||
|
updateImportant ? "bg-red-500" : "bg-amber-500",
|
||||||
|
)}
|
||||||
|
aria-label={updateImportant ? "Important update available" : "Update available"}
|
||||||
|
/>
|
||||||
|
)}
|
||||||
</a>
|
</a>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
|
|||||||
@@ -1028,6 +1028,7 @@ export function Sidebar({
|
|||||||
isOpen={mailboxContextMenu.isOpen}
|
isOpen={mailboxContextMenu.isOpen}
|
||||||
onClose={closeMailboxContextMenu}
|
onClose={closeMailboxContextMenu}
|
||||||
menuRef={mailboxMenuRef}
|
menuRef={mailboxMenuRef}
|
||||||
|
mailboxes={mailboxes}
|
||||||
onMarkFolderRead={onMarkFolderRead}
|
onMarkFolderRead={onMarkFolderRead}
|
||||||
onMarkFolderTreeRead={onMarkFolderTreeRead}
|
onMarkFolderTreeRead={onMarkFolderTreeRead}
|
||||||
onMarkAllFoldersRead={onMarkAllFoldersRead}
|
onMarkAllFoldersRead={onMarkAllFoldersRead}
|
||||||
|
|||||||
@@ -16,12 +16,13 @@ import nlMessages from '@/locales/nl/common.json';
|
|||||||
import plMessages from '@/locales/pl/common.json';
|
import plMessages from '@/locales/pl/common.json';
|
||||||
import ptMessages from '@/locales/pt/common.json';
|
import ptMessages from '@/locales/pt/common.json';
|
||||||
import ruMessages from '@/locales/ru/common.json';
|
import ruMessages from '@/locales/ru/common.json';
|
||||||
|
import trMessages from '@/locales/tr/common.json';
|
||||||
import ukMessages from '@/locales/uk/common.json';
|
import ukMessages from '@/locales/uk/common.json';
|
||||||
import zhMessages from '@/locales/zh/common.json';
|
import zhMessages from '@/locales/zh/common.json';
|
||||||
|
|
||||||
// Pre-loaded translations (loaded at build time, not runtime)
|
// Pre-loaded translations (loaded at build time, not runtime)
|
||||||
const ALL_MESSAGES = {
|
const ALL_MESSAGES = {
|
||||||
cs: csMessages,
|
cs: csMessages,
|
||||||
en: enMessages,
|
en: enMessages,
|
||||||
fr: frMessages,
|
fr: frMessages,
|
||||||
ja: jaMessages,
|
ja: jaMessages,
|
||||||
@@ -34,6 +35,7 @@ const ALL_MESSAGES = {
|
|||||||
pl: plMessages,
|
pl: plMessages,
|
||||||
pt: ptMessages,
|
pt: ptMessages,
|
||||||
ru: ruMessages,
|
ru: ruMessages,
|
||||||
|
tr: trMessages,
|
||||||
uk: ukMessages,
|
uk: ukMessages,
|
||||||
zh: zhMessages,
|
zh: zhMessages,
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
import { useEffect } from "react";
|
import { useEffect } from "react";
|
||||||
|
|
||||||
|
const BASE_PATH = (process.env.NEXT_PUBLIC_BASE_PATH ?? "").replace(/\/+$/, "");
|
||||||
|
|
||||||
export function ServiceWorkerRegistration() {
|
export function ServiceWorkerRegistration() {
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
if (typeof window === "undefined" || !("serviceWorker" in navigator)) {
|
if (typeof window === "undefined" || !("serviceWorker" in navigator)) {
|
||||||
@@ -23,7 +25,7 @@ export function ServiceWorkerRegistration() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
navigator.serviceWorker
|
navigator.serviceWorker
|
||||||
.register("/sw.js")
|
.register(`${BASE_PATH}/sw.js`, { scope: `${BASE_PATH}/` })
|
||||||
.then((registration) => {
|
.then((registration) => {
|
||||||
console.log("Service Worker registered successfully:", registration);
|
console.log("Service Worker registered successfully:", registration);
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -1,18 +1,51 @@
|
|||||||
"use client";
|
"use client";
|
||||||
|
|
||||||
import { useState, useRef } from 'react';
|
import { useState, useRef, useEffect } from 'react';
|
||||||
import { useTranslations } from 'next-intl';
|
import { useTranslations } from 'next-intl';
|
||||||
import { useSettingsStore } from '@/stores/settings-store';
|
import { useSettingsStore } from '@/stores/settings-store';
|
||||||
import { useConfig } from '@/hooks/use-config';
|
import { useConfig } from '@/hooks/use-config';
|
||||||
import { SettingsSection, SettingItem, ToggleSwitch } from './settings-section';
|
import { SettingsSection, SettingItem, ToggleSwitch } from './settings-section';
|
||||||
import { Button } from '@/components/ui/button';
|
import { Button } from '@/components/ui/button';
|
||||||
import { usePolicyStore } from '@/stores/policy-store';
|
import { usePolicyStore } from '@/stores/policy-store';
|
||||||
|
import { useUpdateStore } from '@/stores/update-store';
|
||||||
import { ExternalLink } from 'lucide-react';
|
import { ExternalLink } from 'lucide-react';
|
||||||
|
import { cn } from '@/lib/utils';
|
||||||
import { SpamSiegeGame } from './spam-siege-game';
|
import { SpamSiegeGame } from './spam-siege-game';
|
||||||
|
|
||||||
const APP_VERSION = process.env.NEXT_PUBLIC_APP_VERSION || "0.0.0";
|
const APP_VERSION = process.env.NEXT_PUBLIC_APP_VERSION || "0.0.0";
|
||||||
const GIT_COMMIT = process.env.NEXT_PUBLIC_GIT_COMMIT || "unknown";
|
const GIT_COMMIT = process.env.NEXT_PUBLIC_GIT_COMMIT || "unknown";
|
||||||
|
|
||||||
|
function VersionUpdateTag() {
|
||||||
|
const status = useUpdateStore((s) => s.status);
|
||||||
|
const startPolling = useUpdateStore((s) => s.startPolling);
|
||||||
|
|
||||||
|
useEffect(() => {
|
||||||
|
startPolling();
|
||||||
|
}, [startPolling]);
|
||||||
|
|
||||||
|
if (!status?.updateAvailable) return null;
|
||||||
|
if (status.severity === 'unknown' || status.severity === 'none') return null;
|
||||||
|
|
||||||
|
const important = status.severity === 'security' || status.severity === 'deprecated';
|
||||||
|
const label =
|
||||||
|
status.severity === 'security' ? 'security'
|
||||||
|
: status.severity === 'deprecated' ? 'deprecated'
|
||||||
|
: status.latest ?? 'update';
|
||||||
|
|
||||||
|
return (
|
||||||
|
<span
|
||||||
|
className={cn(
|
||||||
|
"ml-2 inline-flex items-center rounded-full px-1.5 py-0.5 text-[10px] font-medium align-middle",
|
||||||
|
important
|
||||||
|
? "bg-red-500/15 text-red-700 dark:text-red-300"
|
||||||
|
: "bg-amber-500/15 text-amber-700 dark:text-amber-300",
|
||||||
|
)}
|
||||||
|
>
|
||||||
|
{important ? label : `update: ${label}`}
|
||||||
|
</span>
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
export function AboutDataSettings() {
|
export function AboutDataSettings() {
|
||||||
const t = useTranslations('settings.advanced');
|
const t = useTranslations('settings.advanced');
|
||||||
const tCommon = useTranslations('common');
|
const tCommon = useTranslations('common');
|
||||||
@@ -106,6 +139,7 @@ export function AboutDataSettings() {
|
|||||||
</p>
|
</p>
|
||||||
<p className="text-xs text-muted-foreground group-hover/about:translate-x-0.5 group-active/about:translate-y-px transition-transform">
|
<p className="text-xs text-muted-foreground group-hover/about:translate-x-0.5 group-active/about:translate-y-px transition-transform">
|
||||||
v{APP_VERSION} <span className="text-muted-foreground/60">({GIT_COMMIT})</span>
|
v{APP_VERSION} <span className="text-muted-foreground/60">({GIT_COMMIT})</span>
|
||||||
|
<VersionUpdateTag />
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</button>
|
</button>
|
||||||
|
|||||||
@@ -139,6 +139,19 @@ export function AddressBookManagementSettings() {
|
|||||||
{t("default")}
|
{t("default")}
|
||||||
</span>
|
</span>
|
||||||
)}
|
)}
|
||||||
|
{(() => {
|
||||||
|
const shareCount = Object.keys(book.shareWith || {}).length;
|
||||||
|
if (shareCount === 0 || book.isShared) return null;
|
||||||
|
return (
|
||||||
|
<span
|
||||||
|
className="flex items-center gap-1 text-xs text-muted-foreground bg-muted px-2 py-0.5 rounded-full"
|
||||||
|
title={t("share")}
|
||||||
|
>
|
||||||
|
<Users className="w-3 h-3" />
|
||||||
|
{shareCount}
|
||||||
|
</span>
|
||||||
|
);
|
||||||
|
})()}
|
||||||
<div className="flex items-center gap-1 opacity-0 group-hover:opacity-100 transition-opacity">
|
<div className="flex items-center gap-1 opacity-0 group-hover:opacity-100 transition-opacity">
|
||||||
{canRename && (
|
{canRename && (
|
||||||
<button
|
<button
|
||||||
|
|||||||
@@ -516,6 +516,20 @@ export function CalendarManagementSettings() {
|
|||||||
</span>
|
</span>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
|
{(() => {
|
||||||
|
const shareCount = Object.keys(cal.shareWith || {}).length;
|
||||||
|
if (shareCount === 0 || cal.isShared) return null;
|
||||||
|
return (
|
||||||
|
<span
|
||||||
|
className="flex items-center gap-1 text-xs text-muted-foreground bg-muted px-2 py-0.5 rounded-full"
|
||||||
|
title={t('share')}
|
||||||
|
>
|
||||||
|
<Users className="w-3 h-3" />
|
||||||
|
{shareCount}
|
||||||
|
</span>
|
||||||
|
);
|
||||||
|
})()}
|
||||||
|
|
||||||
<div className="flex items-center gap-1 opacity-0 group-hover:opacity-100 transition-opacity">
|
<div className="flex items-center gap-1 opacity-0 group-hover:opacity-100 transition-opacity">
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
|
|||||||
@@ -4,8 +4,17 @@ import { useState, useCallback } from 'react';
|
|||||||
import { useTranslations } from 'next-intl';
|
import { useTranslations } from 'next-intl';
|
||||||
import { useConfig } from '@/hooks/use-config';
|
import { useConfig } from '@/hooks/use-config';
|
||||||
import { useSettingsStore } from '@/stores/settings-store';
|
import { useSettingsStore } from '@/stores/settings-store';
|
||||||
import { SettingsSection, SettingItem, ToggleSwitch } from './settings-section';
|
import { SettingsSection, SettingItem, Select, ToggleSwitch } from './settings-section';
|
||||||
import { Mail, X } from 'lucide-react';
|
import { Mail, X } from 'lucide-react';
|
||||||
|
import { getPathPrefix } from '@/lib/browser-navigation';
|
||||||
|
import {
|
||||||
|
SUPPORTED_SUB_ADDRESS_DELIMITERS,
|
||||||
|
isSupportedSubAddressDelimiter,
|
||||||
|
isValidSubAddressDelimiter,
|
||||||
|
} from '@/lib/sub-addressing';
|
||||||
|
|
||||||
|
const CUSTOM_DELIMITER_SENTINEL = '__custom__';
|
||||||
|
const DEFAULT_CUSTOM_DELIMITER = '~';
|
||||||
|
|
||||||
export function ComposingSettings() {
|
export function ComposingSettings() {
|
||||||
const t = useTranslations('settings.email_behavior');
|
const t = useTranslations('settings.email_behavior');
|
||||||
@@ -17,13 +26,14 @@ export function ComposingSettings() {
|
|||||||
autoSelectReplyIdentity,
|
autoSelectReplyIdentity,
|
||||||
attachmentReminderEnabled,
|
attachmentReminderEnabled,
|
||||||
attachmentReminderKeywords,
|
attachmentReminderKeywords,
|
||||||
|
subAddressDelimiter,
|
||||||
updateSetting,
|
updateSetting,
|
||||||
} = useSettingsStore();
|
} = useSettingsStore();
|
||||||
|
|
||||||
const handleSetDefaultMailProgram = useCallback(() => {
|
const handleSetDefaultMailProgram = useCallback(() => {
|
||||||
try {
|
try {
|
||||||
if (typeof navigator !== 'undefined' && navigator.registerProtocolHandler) {
|
if (typeof navigator !== 'undefined' && navigator.registerProtocolHandler) {
|
||||||
navigator.registerProtocolHandler('mailto', `${window.location.origin}/compose?mailto=%s`);
|
navigator.registerProtocolHandler('mailto', `${window.location.origin}${getPathPrefix()}/compose?mailto=%s`);
|
||||||
setDefaultMailStatus('success');
|
setDefaultMailStatus('success');
|
||||||
}
|
}
|
||||||
} catch {
|
} catch {
|
||||||
@@ -40,6 +50,49 @@ export function ComposingSettings() {
|
|||||||
/>
|
/>
|
||||||
</SettingItem>
|
</SettingItem>
|
||||||
|
|
||||||
|
<SettingItem
|
||||||
|
label={t('sub_address_delimiter.label')}
|
||||||
|
description={t('sub_address_delimiter.description', { delimiter: subAddressDelimiter })}
|
||||||
|
>
|
||||||
|
<div className="flex flex-col items-end gap-2">
|
||||||
|
<Select
|
||||||
|
value={isSupportedSubAddressDelimiter(subAddressDelimiter) ? subAddressDelimiter : CUSTOM_DELIMITER_SENTINEL}
|
||||||
|
onChange={(value) => {
|
||||||
|
if (value === CUSTOM_DELIMITER_SENTINEL) {
|
||||||
|
if (isSupportedSubAddressDelimiter(subAddressDelimiter)) {
|
||||||
|
updateSetting('subAddressDelimiter', DEFAULT_CUSTOM_DELIMITER);
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
updateSetting('subAddressDelimiter', value);
|
||||||
|
}
|
||||||
|
}}
|
||||||
|
options={[
|
||||||
|
...SUPPORTED_SUB_ADDRESS_DELIMITERS.map((delim) => ({
|
||||||
|
value: delim,
|
||||||
|
label: t('sub_address_delimiter.option', { delimiter: delim }),
|
||||||
|
})),
|
||||||
|
{ value: CUSTOM_DELIMITER_SENTINEL, label: t('sub_address_delimiter.custom') },
|
||||||
|
]}
|
||||||
|
/>
|
||||||
|
{!isSupportedSubAddressDelimiter(subAddressDelimiter) && (
|
||||||
|
<input
|
||||||
|
type="text"
|
||||||
|
maxLength={1}
|
||||||
|
value={subAddressDelimiter}
|
||||||
|
onChange={(e) => {
|
||||||
|
const next = e.target.value.slice(0, 1);
|
||||||
|
if (next && isValidSubAddressDelimiter(next)) {
|
||||||
|
updateSetting('subAddressDelimiter', next);
|
||||||
|
}
|
||||||
|
}}
|
||||||
|
aria-label={t('sub_address_delimiter.custom_input_label')}
|
||||||
|
placeholder={DEFAULT_CUSTOM_DELIMITER}
|
||||||
|
className="w-16 px-2 py-1 text-sm font-mono text-center bg-background border border-border rounded-md focus:outline-none focus:ring-1 focus:ring-ring"
|
||||||
|
/>
|
||||||
|
)}
|
||||||
|
</div>
|
||||||
|
</SettingItem>
|
||||||
|
|
||||||
<SettingItem label={t('attachment_reminder.label')} description={t('attachment_reminder.description')}>
|
<SettingItem label={t('attachment_reminder.label')} description={t('attachment_reminder.description')}>
|
||||||
<ToggleSwitch
|
<ToggleSwitch
|
||||||
checked={attachmentReminderEnabled}
|
checked={attachmentReminderEnabled}
|
||||||
|
|||||||
@@ -1,13 +1,32 @@
|
|||||||
"use client";
|
"use client";
|
||||||
|
|
||||||
|
import { useEffect, useState } from 'react';
|
||||||
import { useTranslations } from 'next-intl';
|
import { useTranslations } from 'next-intl';
|
||||||
import { useSettingsStore } from '@/stores/settings-store';
|
import { useSettingsStore } from '@/stores/settings-store';
|
||||||
import { SettingsSection, SettingItem, ToggleSwitch, Select } from './settings-section';
|
import { SettingsSection, SettingItem, ToggleSwitch, Select } from './settings-section';
|
||||||
import { playNotificationSound, NOTIFICATION_SOUNDS } from '@/lib/notification-sound';
|
import { playNotificationSound, NOTIFICATION_SOUNDS } from '@/lib/notification-sound';
|
||||||
import type { NotificationSoundChoice } from '@/lib/notification-sound';
|
import type { NotificationSoundChoice } from '@/lib/notification-sound';
|
||||||
import { Button } from '@/components/ui/button';
|
import { Button } from '@/components/ui/button';
|
||||||
import { Volume2 } from 'lucide-react';
|
import { CheckCircle2, Volume2, XCircle } from 'lucide-react';
|
||||||
import { usePolicyStore } from '@/stores/policy-store';
|
import { usePolicyStore } from '@/stores/policy-store';
|
||||||
|
import { useAuthStore } from '@/stores/auth-store';
|
||||||
|
import { ConfirmDialog } from '@/components/ui/confirm-dialog';
|
||||||
|
import { useConfirmDialog } from '@/hooks/use-confirm-dialog';
|
||||||
|
import {
|
||||||
|
DEFAULT_RELAY_BASE_URL,
|
||||||
|
WebPushUnsupportedError,
|
||||||
|
disableWebPush,
|
||||||
|
enableWebPush,
|
||||||
|
isWebPushEnabled,
|
||||||
|
isWebPushSupported,
|
||||||
|
} from '@/lib/web-push';
|
||||||
|
|
||||||
|
type PushStatus =
|
||||||
|
| { kind: 'idle' }
|
||||||
|
| { kind: 'busy' }
|
||||||
|
| { kind: 'enabled' }
|
||||||
|
| { kind: 'unsupported' }
|
||||||
|
| { kind: 'error'; message: string };
|
||||||
|
|
||||||
export function NotificationSettings() {
|
export function NotificationSettings() {
|
||||||
const t = useTranslations('settings.notifications');
|
const t = useTranslations('settings.notifications');
|
||||||
@@ -21,6 +40,77 @@ export function NotificationSettings() {
|
|||||||
updateSetting,
|
updateSetting,
|
||||||
} = useSettingsStore();
|
} = useSettingsStore();
|
||||||
const { isSettingLocked, isSettingHidden } = usePolicyStore();
|
const { isSettingLocked, isSettingHidden } = usePolicyStore();
|
||||||
|
const client = useAuthStore((s) => s.client);
|
||||||
|
const username = useAuthStore((s) => s.username);
|
||||||
|
const { dialogProps: confirmDialogProps, confirm: confirmDialog } = useConfirmDialog();
|
||||||
|
|
||||||
|
const supported = typeof window !== 'undefined' && isWebPushSupported();
|
||||||
|
const [relayUrl, setRelayUrl] = useState(DEFAULT_RELAY_BASE_URL);
|
||||||
|
const [pushStatus, setPushStatus] = useState<PushStatus>(
|
||||||
|
supported ? { kind: 'idle' } : { kind: 'unsupported' },
|
||||||
|
);
|
||||||
|
|
||||||
|
useEffect(() => {
|
||||||
|
if (!supported) return;
|
||||||
|
void (async () => {
|
||||||
|
const enabled = await isWebPushEnabled();
|
||||||
|
if (enabled) setPushStatus({ kind: 'enabled' });
|
||||||
|
})();
|
||||||
|
}, [supported]);
|
||||||
|
|
||||||
|
const trimmedRelay = relayUrl.trim().replace(/\/+$/, '');
|
||||||
|
const isValidRelay = /^https?:\/\/.+/i.test(trimmedRelay);
|
||||||
|
const busy = pushStatus.kind === 'busy';
|
||||||
|
|
||||||
|
const handleEnablePush = async () => {
|
||||||
|
if (!client) {
|
||||||
|
setPushStatus({ kind: 'error', message: 'Sign in first' });
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
if (!isValidRelay) {
|
||||||
|
setPushStatus({ kind: 'error', message: 'Enter a valid https:// URL' });
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
setPushStatus({ kind: 'busy' });
|
||||||
|
try {
|
||||||
|
await enableWebPush({
|
||||||
|
client,
|
||||||
|
relayBaseUrl: trimmedRelay,
|
||||||
|
accountLabel: username ?? undefined,
|
||||||
|
});
|
||||||
|
setPushStatus({ kind: 'enabled' });
|
||||||
|
} catch (err) {
|
||||||
|
if (err instanceof WebPushUnsupportedError) {
|
||||||
|
setPushStatus({ kind: 'unsupported' });
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
setPushStatus({
|
||||||
|
kind: 'error',
|
||||||
|
message: err instanceof Error ? err.message : 'Failed to enable push',
|
||||||
|
});
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
const handleDisablePush = async () => {
|
||||||
|
if (!client) return;
|
||||||
|
const confirmed = await confirmDialog({
|
||||||
|
title: t('push.confirm_disable_title'),
|
||||||
|
message: t('push.confirm_disable_message'),
|
||||||
|
confirmText: t('push.disable'),
|
||||||
|
variant: 'destructive',
|
||||||
|
});
|
||||||
|
if (!confirmed) return;
|
||||||
|
setPushStatus({ kind: 'busy' });
|
||||||
|
try {
|
||||||
|
await disableWebPush({ client, relayBaseUrl: trimmedRelay });
|
||||||
|
setPushStatus({ kind: 'idle' });
|
||||||
|
} catch (err) {
|
||||||
|
setPushStatus({
|
||||||
|
kind: 'error',
|
||||||
|
message: err instanceof Error ? err.message : 'Failed to disable push',
|
||||||
|
});
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
const soundOptions = NOTIFICATION_SOUNDS.map((s) => ({
|
const soundOptions = NOTIFICATION_SOUNDS.map((s) => ({
|
||||||
value: s.id,
|
value: s.id,
|
||||||
@@ -29,6 +119,46 @@ export function NotificationSettings() {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="space-y-8">
|
<div className="space-y-8">
|
||||||
|
<SettingsSection title={t('push.title')} description={t('push.description')}>
|
||||||
|
<div className="rounded-md border p-4 space-y-3">
|
||||||
|
<div className="flex items-center justify-between gap-3">
|
||||||
|
<label className="text-sm font-medium" htmlFor="push-relay-url">
|
||||||
|
{t('push.relay_label')}
|
||||||
|
</label>
|
||||||
|
<PushStatusBadge status={pushStatus} t={t} />
|
||||||
|
</div>
|
||||||
|
<p className="text-xs text-muted-foreground">{t('push.relay_desc')}</p>
|
||||||
|
<input
|
||||||
|
id="push-relay-url"
|
||||||
|
type="url"
|
||||||
|
inputMode="url"
|
||||||
|
autoComplete="off"
|
||||||
|
spellCheck={false}
|
||||||
|
value={relayUrl}
|
||||||
|
onChange={(e) => setRelayUrl(e.target.value)}
|
||||||
|
placeholder={t('push.relay_placeholder')}
|
||||||
|
disabled={busy || pushStatus.kind === 'unsupported'}
|
||||||
|
className="w-full rounded border bg-background px-3 py-2 text-sm disabled:opacity-50"
|
||||||
|
/>
|
||||||
|
<div className="flex flex-wrap gap-2">
|
||||||
|
<Button
|
||||||
|
onClick={handleEnablePush}
|
||||||
|
disabled={busy || pushStatus.kind === 'unsupported' || !isValidRelay || !client}
|
||||||
|
>
|
||||||
|
{pushStatus.kind === 'enabled' ? t('push.reenable') : t('push.enable')}
|
||||||
|
</Button>
|
||||||
|
{pushStatus.kind === 'enabled' && (
|
||||||
|
<Button variant="outline" onClick={handleDisablePush} disabled={busy}>
|
||||||
|
{t('push.disable')}
|
||||||
|
</Button>
|
||||||
|
)}
|
||||||
|
</div>
|
||||||
|
{pushStatus.kind === 'unsupported' && (
|
||||||
|
<p className="text-xs text-muted-foreground">{t('push.ios_hint')}</p>
|
||||||
|
)}
|
||||||
|
</div>
|
||||||
|
</SettingsSection>
|
||||||
|
|
||||||
<SettingsSection title={t('sound_selection.title')} description={t('sound_selection.description')}>
|
<SettingsSection title={t('sound_selection.title')} description={t('sound_selection.description')}>
|
||||||
<SettingItem
|
<SettingItem
|
||||||
label={t('sound_selection.choose')}
|
label={t('sound_selection.choose')}
|
||||||
@@ -118,6 +248,45 @@ export function NotificationSettings() {
|
|||||||
/>
|
/>
|
||||||
</SettingItem>
|
</SettingItem>
|
||||||
</SettingsSection>
|
</SettingsSection>
|
||||||
|
|
||||||
|
<ConfirmDialog {...confirmDialogProps} />
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function PushStatusBadge({
|
||||||
|
status,
|
||||||
|
t,
|
||||||
|
}: {
|
||||||
|
status: PushStatus;
|
||||||
|
t: ReturnType<typeof useTranslations>;
|
||||||
|
}) {
|
||||||
|
if (status.kind === 'enabled') {
|
||||||
|
return (
|
||||||
|
<span className="inline-flex items-center gap-1 text-xs text-emerald-600 dark:text-emerald-400">
|
||||||
|
<CheckCircle2 className="w-3.5 h-3.5" />
|
||||||
|
{t('push.status_active')}
|
||||||
|
</span>
|
||||||
|
);
|
||||||
|
}
|
||||||
|
if (status.kind === 'busy') {
|
||||||
|
return <span className="text-xs text-muted-foreground">{t('push.status_busy')}</span>;
|
||||||
|
}
|
||||||
|
if (status.kind === 'unsupported') {
|
||||||
|
return (
|
||||||
|
<span className="inline-flex items-center gap-1 text-xs text-muted-foreground">
|
||||||
|
<XCircle className="w-3.5 h-3.5" />
|
||||||
|
{t('push.status_unsupported')}
|
||||||
|
</span>
|
||||||
|
);
|
||||||
|
}
|
||||||
|
if (status.kind === 'error') {
|
||||||
|
return (
|
||||||
|
<span className="inline-flex items-center gap-1 text-xs text-destructive" title={status.message}>
|
||||||
|
<XCircle className="w-3.5 h-3.5" />
|
||||||
|
{status.message}
|
||||||
|
</span>
|
||||||
|
);
|
||||||
|
}
|
||||||
|
return <span className="text-xs text-muted-foreground">{t('push.status_inactive')}</span>;
|
||||||
|
}
|
||||||
|
|||||||
@@ -34,6 +34,7 @@ export function ReadingSettings() {
|
|||||||
hoverActionsMode,
|
hoverActionsMode,
|
||||||
hoverActionsCorner,
|
hoverActionsCorner,
|
||||||
hideInlineImageAttachments,
|
hideInlineImageAttachments,
|
||||||
|
attachmentImagePreviewsEnabled,
|
||||||
updateSetting,
|
updateSetting,
|
||||||
} = useSettingsStore();
|
} = useSettingsStore();
|
||||||
|
|
||||||
@@ -206,6 +207,13 @@ export function ReadingSettings() {
|
|||||||
/>
|
/>
|
||||||
</SettingItem>
|
</SettingItem>
|
||||||
|
|
||||||
|
<SettingItem label={t('attachment_image_previews.label')} description={t('attachment_image_previews.description')}>
|
||||||
|
<ToggleSwitch
|
||||||
|
checked={attachmentImagePreviewsEnabled}
|
||||||
|
onChange={(checked) => updateSetting('attachmentImagePreviewsEnabled', checked)}
|
||||||
|
/>
|
||||||
|
</SettingItem>
|
||||||
|
|
||||||
{isFeatureEnabled('hoverActionsConfigEnabled') && (
|
{isFeatureEnabled('hoverActionsConfigEnabled') && (
|
||||||
<div className="py-3 border-b border-border space-y-3">
|
<div className="py-3 border-b border-border space-y-3">
|
||||||
<div>
|
<div>
|
||||||
|
|||||||
@@ -44,8 +44,8 @@ interface SettingItemProps {
|
|||||||
|
|
||||||
export function SettingItem({ label, description, children, locked }: SettingItemProps) {
|
export function SettingItem({ label, description, children, locked }: SettingItemProps) {
|
||||||
return (
|
return (
|
||||||
<div className={cn("flex items-start justify-between py-3 border-b border-border last:border-0", locked && "opacity-60")}>
|
<div className={cn("flex flex-col gap-2 sm:flex-row sm:items-start sm:justify-between sm:gap-4 py-3 border-b border-border last:border-0", locked && "opacity-60")}>
|
||||||
<div className="flex-1 pr-4">
|
<div className="flex-1 min-w-0 sm:pr-4">
|
||||||
<div className="flex items-center gap-1.5">
|
<div className="flex items-center gap-1.5">
|
||||||
<label className="text-sm font-medium text-foreground">{label}</label>
|
<label className="text-sm font-medium text-foreground">{label}</label>
|
||||||
{locked && <Lock className="w-3 h-3 text-muted-foreground" aria-label="Managed by administrator" />}
|
{locked && <Lock className="w-3 h-3 text-muted-foreground" aria-label="Managed by administrator" />}
|
||||||
|
|||||||
@@ -79,7 +79,7 @@ export function ShareCollectionDialog({
|
|||||||
const t = useTranslations("sharing");
|
const t = useTranslations("sharing");
|
||||||
const tCommon = useTranslations("common");
|
const tCommon = useTranslations("common");
|
||||||
const modalRef = useRef<HTMLDivElement>(null);
|
const modalRef = useRef<HTMLDivElement>(null);
|
||||||
const [principals, setPrincipals] = useState<Principal[]>([]);
|
const [allPrincipals, setAllPrincipals] = useState<Principal[]>([]);
|
||||||
const [loadingPrincipals, setLoadingPrincipals] = useState(true);
|
const [loadingPrincipals, setLoadingPrincipals] = useState(true);
|
||||||
const [search, setSearch] = useState("");
|
const [search, setSearch] = useState("");
|
||||||
const [savingId, setSavingId] = useState<string | null>(null);
|
const [savingId, setSavingId] = useState<string | null>(null);
|
||||||
@@ -91,23 +91,28 @@ export function ShareCollectionDialog({
|
|||||||
setLoadingPrincipals(true);
|
setLoadingPrincipals(true);
|
||||||
client.getPrincipals().then((list) => {
|
client.getPrincipals().then((list) => {
|
||||||
if (cancelled) return;
|
if (cancelled) return;
|
||||||
// Exclude the user themselves and any principal that already has a share
|
setAllPrincipals(list);
|
||||||
const existing = new Set(Object.keys(shareWith || {}));
|
|
||||||
const filtered = list.filter((p) => p.id !== ownAccountId && !existing.has(p.id));
|
|
||||||
setPrincipals(filtered);
|
|
||||||
setLoadingPrincipals(false);
|
setLoadingPrincipals(false);
|
||||||
}).catch(() => {
|
}).catch(() => {
|
||||||
if (!cancelled) setLoadingPrincipals(false);
|
if (!cancelled) setLoadingPrincipals(false);
|
||||||
});
|
});
|
||||||
return () => { cancelled = true; };
|
return () => { cancelled = true; };
|
||||||
}, [client, ownAccountId, shareWith]);
|
}, [client]);
|
||||||
|
|
||||||
// Map principal id -> Principal for displayed shares
|
// Map of every fetched principal by id, used for name/description lookups in
|
||||||
|
// the shared list. Must include principals that already have a share so the
|
||||||
|
// list shows their name rather than the raw id.
|
||||||
const allPrincipalsById = useMemo(() => {
|
const allPrincipalsById = useMemo(() => {
|
||||||
const map = new Map<string, Principal>();
|
const map = new Map<string, Principal>();
|
||||||
for (const p of principals) map.set(p.id, p);
|
for (const p of allPrincipals) map.set(p.id, p);
|
||||||
return map;
|
return map;
|
||||||
}, [principals]);
|
}, [allPrincipals]);
|
||||||
|
|
||||||
|
// Principals available to add: exclude self and anyone already shared with.
|
||||||
|
const principals = useMemo(() => {
|
||||||
|
const existing = new Set(Object.keys(shareWith || {}));
|
||||||
|
return allPrincipals.filter((p) => p.id !== ownAccountId && !existing.has(p.id));
|
||||||
|
}, [allPrincipals, ownAccountId, shareWith]);
|
||||||
|
|
||||||
// Close on Escape, focus trap, click outside
|
// Close on Escape, focus trap, click outside
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
@@ -155,8 +160,6 @@ export function ShareCollectionDialog({
|
|||||||
setSavingId(principal.id);
|
setSavingId(principal.id);
|
||||||
try {
|
try {
|
||||||
await onShare(principal.id, rights);
|
await onShare(principal.id, rights);
|
||||||
// Move principal out of the "to add" list
|
|
||||||
setPrincipals((prev) => prev.filter((p) => p.id !== principal.id));
|
|
||||||
setShowAdd(false);
|
setShowAdd(false);
|
||||||
setSearch("");
|
setSearch("");
|
||||||
toast.success(t("share_added"));
|
toast.success(t("share_added"));
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
"use client";
|
"use client";
|
||||||
|
|
||||||
import { createContext, useContext, useState, useCallback, useEffect, type ReactNode } from "react";
|
import { createContext, useContext, useState, useCallback, useEffect, type ReactNode } from "react";
|
||||||
import { useRouter } from "@/i18n/navigation";
|
import { useRouter, usePathname } from "@/i18n/navigation";
|
||||||
import { useAuthStore } from "@/stores/auth-store";
|
import { useAuthStore } from "@/stores/auth-store";
|
||||||
import { useCalendarStore } from "@/stores/calendar-store";
|
import { useCalendarStore } from "@/stores/calendar-store";
|
||||||
import { useWebDAVStore } from "@/stores/webdav-store";
|
import { useWebDAVStore } from "@/stores/webdav-store";
|
||||||
@@ -34,6 +34,7 @@ export function useTour() {
|
|||||||
|
|
||||||
export function TourProvider({ children }: { children: ReactNode }) {
|
export function TourProvider({ children }: { children: ReactNode }) {
|
||||||
const router = useRouter();
|
const router = useRouter();
|
||||||
|
const pathname = usePathname();
|
||||||
const { isDemoMode } = useAuthStore();
|
const { isDemoMode } = useAuthStore();
|
||||||
const { supportsCalendar } = useCalendarStore();
|
const { supportsCalendar } = useCalendarStore();
|
||||||
const { supportsWebDAV } = useWebDAVStore();
|
const { supportsWebDAV } = useWebDAVStore();
|
||||||
@@ -63,9 +64,16 @@ export function TourProvider({ children }: { children: ReactNode }) {
|
|||||||
// If the resume step is beyond the current steps, start from 0
|
// If the resume step is beyond the current steps, start from 0
|
||||||
if (resumeStep >= steps.length) resumeStep = 0;
|
if (resumeStep >= steps.length) resumeStep = 0;
|
||||||
|
|
||||||
|
// Most steps live on the mailbox — navigate there (or to the step's specific page)
|
||||||
|
// so we don't start the tour on a page where the targets don't exist.
|
||||||
|
const targetPage = steps[resumeStep]?.page ?? "/";
|
||||||
|
if (pathname !== targetPage) {
|
||||||
|
router.push(targetPage);
|
||||||
|
}
|
||||||
|
|
||||||
setCurrentStep(resumeStep);
|
setCurrentStep(resumeStep);
|
||||||
setIsActive(true);
|
setIsActive(true);
|
||||||
}, [steps.length]);
|
}, [steps, pathname, router]);
|
||||||
|
|
||||||
const stopTour = useCallback(() => {
|
const stopTour = useCallback(() => {
|
||||||
setIsActive(false);
|
setIsActive(false);
|
||||||
@@ -90,14 +98,17 @@ export function TourProvider({ children }: { children: ReactNode }) {
|
|||||||
}
|
}
|
||||||
const next = currentStep + 1;
|
const next = currentStep + 1;
|
||||||
const nextStepDef = steps[next];
|
const nextStepDef = steps[next];
|
||||||
|
const currentStepDef = steps[currentStep];
|
||||||
setCurrentStep(next);
|
setCurrentStep(next);
|
||||||
try {
|
try {
|
||||||
localStorage.setItem(TOUR_CURRENT_STEP_KEY, String(next));
|
localStorage.setItem(TOUR_CURRENT_STEP_KEY, String(next));
|
||||||
} catch { /* */ }
|
} catch { /* */ }
|
||||||
|
|
||||||
// Navigate if the next step requires a different page
|
// Navigate when the next step is on a different page (treat "no page" as the mailbox)
|
||||||
if (nextStepDef?.page) {
|
const nextPage = nextStepDef?.page ?? "/";
|
||||||
router.push(nextStepDef.page);
|
const currentPage = currentStepDef?.page ?? "/";
|
||||||
|
if (nextPage !== currentPage) {
|
||||||
|
router.push(nextPage);
|
||||||
}
|
}
|
||||||
}, [currentStep, steps, completeTour, router]);
|
}, [currentStep, steps, completeTour, router]);
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
"use client";
|
"use client";
|
||||||
|
|
||||||
import { forwardRef, useState, useRef, useEffect } from "react";
|
import { forwardRef, useState, useRef, useEffect, useLayoutEffect } from "react";
|
||||||
import { createPortal } from "react-dom";
|
import { createPortal } from "react-dom";
|
||||||
import { cn } from "@/lib/utils";
|
import { cn } from "@/lib/utils";
|
||||||
import { ChevronRight } from "lucide-react";
|
import { ChevronRight } from "lucide-react";
|
||||||
@@ -17,26 +17,72 @@ interface ContextMenuProps {
|
|||||||
children: React.ReactNode;
|
children: React.ReactNode;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const VIEWPORT_MARGIN = 10;
|
||||||
|
|
||||||
export const ContextMenu = forwardRef<HTMLDivElement, ContextMenuProps>(
|
export const ContextMenu = forwardRef<HTMLDivElement, ContextMenuProps>(
|
||||||
({ isOpen, position, onClose: _onClose, children }, ref) => {
|
({ isOpen, position, onClose: _onClose, children }, ref) => {
|
||||||
const [mounted, setMounted] = useState(false);
|
const [mounted, setMounted] = useState(false);
|
||||||
|
const [adjustedPosition, setAdjustedPosition] = useState<Position | null>(null);
|
||||||
|
const localRef = useRef<HTMLDivElement | null>(null);
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
setMounted(true);
|
setMounted(true);
|
||||||
}, []);
|
}, []);
|
||||||
|
|
||||||
|
// Measure the rendered menu and clamp it inside the viewport before the
|
||||||
|
// browser paints. We hide the element until this runs so the user never
|
||||||
|
// sees the menu jump from an unclamped position to a clamped one.
|
||||||
|
useLayoutEffect(() => {
|
||||||
|
if (!isOpen) {
|
||||||
|
setAdjustedPosition(null);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
const node = localRef.current;
|
||||||
|
if (!node) return;
|
||||||
|
|
||||||
|
const rect = node.getBoundingClientRect();
|
||||||
|
const vw = window.innerWidth;
|
||||||
|
const vh = window.innerHeight;
|
||||||
|
|
||||||
|
let x = position.x;
|
||||||
|
let y = position.y;
|
||||||
|
|
||||||
|
if (x + rect.width > vw - VIEWPORT_MARGIN) {
|
||||||
|
x = vw - rect.width - VIEWPORT_MARGIN;
|
||||||
|
}
|
||||||
|
if (y + rect.height > vh - VIEWPORT_MARGIN) {
|
||||||
|
y = vh - rect.height - VIEWPORT_MARGIN;
|
||||||
|
}
|
||||||
|
x = Math.max(VIEWPORT_MARGIN, x);
|
||||||
|
y = Math.max(VIEWPORT_MARGIN, y);
|
||||||
|
|
||||||
|
setAdjustedPosition({ x, y });
|
||||||
|
}, [isOpen, position.x, position.y]);
|
||||||
|
|
||||||
|
const setRefs = (node: HTMLDivElement | null) => {
|
||||||
|
localRef.current = node;
|
||||||
|
if (typeof ref === "function") {
|
||||||
|
ref(node);
|
||||||
|
} else if (ref) {
|
||||||
|
ref.current = node;
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
if (!mounted || !isOpen) return null;
|
if (!mounted || !isOpen) return null;
|
||||||
|
|
||||||
|
const renderPosition = adjustedPosition ?? position;
|
||||||
|
const isPositioned = adjustedPosition !== null;
|
||||||
|
|
||||||
return createPortal(
|
return createPortal(
|
||||||
<div
|
<div
|
||||||
ref={ref}
|
ref={setRefs}
|
||||||
className={cn(
|
className={cn(
|
||||||
"fixed z-50 min-w-[200px] bg-background rounded-md shadow-lg border border-border",
|
"fixed z-50 min-w-[200px] bg-background rounded-md shadow-lg border border-border"
|
||||||
"animate-in fade-in-0 zoom-in-95 duration-100"
|
|
||||||
)}
|
)}
|
||||||
style={{
|
style={{
|
||||||
left: position.x,
|
left: renderPosition.x,
|
||||||
top: position.y,
|
top: renderPosition.y,
|
||||||
|
visibility: isPositioned ? "visible" : "hidden",
|
||||||
}}
|
}}
|
||||||
role="menu"
|
role="menu"
|
||||||
aria-orientation="vertical"
|
aria-orientation="vertical"
|
||||||
@@ -112,22 +158,41 @@ export function ContextMenuSubMenu({
|
|||||||
children,
|
children,
|
||||||
}: ContextMenuSubMenuProps) {
|
}: ContextMenuSubMenuProps) {
|
||||||
const [isOpen, setIsOpen] = useState(false);
|
const [isOpen, setIsOpen] = useState(false);
|
||||||
const [subMenuPosition, setSubMenuPosition] = useState<"right" | "left">("right");
|
const [subMenuPos, setSubMenuPos] = useState<Position | null>(null);
|
||||||
const itemRef = useRef<HTMLDivElement>(null);
|
const itemRef = useRef<HTMLDivElement>(null);
|
||||||
const subMenuRef = useRef<HTMLDivElement>(null);
|
const subMenuRef = useRef<HTMLDivElement>(null);
|
||||||
const closeTimerRef = useRef<ReturnType<typeof setTimeout> | null>(null);
|
const closeTimerRef = useRef<ReturnType<typeof setTimeout> | null>(null);
|
||||||
|
|
||||||
useEffect(() => {
|
useLayoutEffect(() => {
|
||||||
if (isOpen && itemRef.current) {
|
if (!isOpen) {
|
||||||
const rect = itemRef.current.getBoundingClientRect();
|
setSubMenuPos(null);
|
||||||
const viewportWidth = window.innerWidth;
|
return;
|
||||||
|
|
||||||
if (rect.right + 200 > viewportWidth - 10) {
|
|
||||||
setSubMenuPosition("left");
|
|
||||||
} else {
|
|
||||||
setSubMenuPosition("right");
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
const itemEl = itemRef.current;
|
||||||
|
const subEl = subMenuRef.current;
|
||||||
|
if (!itemEl || !subEl) return;
|
||||||
|
|
||||||
|
const itemRect = itemEl.getBoundingClientRect();
|
||||||
|
const subRect = subEl.getBoundingClientRect();
|
||||||
|
const vw = window.innerWidth;
|
||||||
|
const vh = window.innerHeight;
|
||||||
|
|
||||||
|
let left: number;
|
||||||
|
if (itemRect.right + subRect.width <= vw - VIEWPORT_MARGIN) {
|
||||||
|
left = itemRect.right;
|
||||||
|
} else if (itemRect.left - subRect.width >= VIEWPORT_MARGIN) {
|
||||||
|
left = itemRect.left - subRect.width;
|
||||||
|
} else {
|
||||||
|
left = Math.max(VIEWPORT_MARGIN, vw - subRect.width - VIEWPORT_MARGIN);
|
||||||
|
}
|
||||||
|
|
||||||
|
let top = itemRect.top;
|
||||||
|
if (top + subRect.height > vh - VIEWPORT_MARGIN) {
|
||||||
|
top = vh - subRect.height - VIEWPORT_MARGIN;
|
||||||
|
}
|
||||||
|
top = Math.max(VIEWPORT_MARGIN, top);
|
||||||
|
|
||||||
|
setSubMenuPos({ x: left, y: top });
|
||||||
}, [isOpen]);
|
}, [isOpen]);
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
@@ -174,13 +239,17 @@ export function ContextMenuSubMenu({
|
|||||||
<div
|
<div
|
||||||
ref={subMenuRef}
|
ref={subMenuRef}
|
||||||
className={cn(
|
className={cn(
|
||||||
"absolute top-0 min-w-[180px] bg-background rounded-md shadow-lg border border-border",
|
"fixed z-50 min-w-[180px] bg-background rounded-md shadow-lg border border-border",
|
||||||
"animate-in fade-in-0 zoom-in-95 duration-100",
|
"animate-in fade-in-0 zoom-in-95 duration-100"
|
||||||
subMenuPosition === "right" ? "left-full" : "right-full"
|
|
||||||
)}
|
)}
|
||||||
|
style={{
|
||||||
|
left: subMenuPos?.x ?? 0,
|
||||||
|
top: subMenuPos?.y ?? 0,
|
||||||
|
visibility: subMenuPos ? "visible" : "hidden",
|
||||||
|
}}
|
||||||
role="menu"
|
role="menu"
|
||||||
>
|
>
|
||||||
<div className="py-1 max-h-[300px] overflow-y-auto">
|
<div className="py-1 max-h-[min(300px,calc(100vh-40px))] overflow-y-auto">
|
||||||
{children}
|
{children}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -152,6 +152,18 @@ export function FlagRU(props: FlagProps) {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** Turkey - Red with white crescent and star */
|
||||||
|
export function FlagTR(props: FlagProps) {
|
||||||
|
return (
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20" width={W} height={H} className={flagClass} {...props}>
|
||||||
|
<rect width="30" height="20" fill="#E30A17" />
|
||||||
|
<circle cx="10" cy="10" r="6" fill="#fff" />
|
||||||
|
<circle cx="11.5" cy="10" r="5" fill="#E30A17" />
|
||||||
|
<polygon points="19.5,7.8 19.994,9.32 21.592,9.32 20.299,10.26 20.793,11.78 19.5,10.84 18.207,11.78 18.701,10.26 17.408,9.32 19.006,9.32" fill="#fff" />
|
||||||
|
</svg>
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
/** Ukraine – Blue, Yellow horizontal */
|
/** Ukraine – Blue, Yellow horizontal */
|
||||||
export function FlagUA(props: FlagProps) {
|
export function FlagUA(props: FlagProps) {
|
||||||
return (
|
return (
|
||||||
@@ -192,6 +204,7 @@ export const flagComponents: Record<string, (props: FlagProps) => ReactElement>
|
|||||||
pl: FlagPL,
|
pl: FlagPL,
|
||||||
pt: FlagBR,
|
pt: FlagBR,
|
||||||
ru: FlagRU,
|
ru: FlagRU,
|
||||||
|
tr: FlagTR,
|
||||||
uk: FlagUA,
|
uk: FlagUA,
|
||||||
zh: FlagCN,
|
zh: FlagCN,
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ import { cn } from '@/lib/utils';
|
|||||||
import { flagComponents } from './flag-icons';
|
import { flagComponents } from './flag-icons';
|
||||||
|
|
||||||
const languages = [
|
const languages = [
|
||||||
{ value: 'cs', label: 'Česky' },
|
{ value: 'cs', label: 'Česky' },
|
||||||
{ value: 'en', label: 'English' },
|
{ value: 'en', label: 'English' },
|
||||||
{ value: 'fr', label: 'Français' },
|
{ value: 'fr', label: 'Français' },
|
||||||
{ value: 'ja', label: '日本語' },
|
{ value: 'ja', label: '日本語' },
|
||||||
@@ -21,6 +21,7 @@ const languages = [
|
|||||||
{ value: 'pl', label: 'Polski' },
|
{ value: 'pl', label: 'Polski' },
|
||||||
{ value: 'pt', label: 'Português' },
|
{ value: 'pt', label: 'Português' },
|
||||||
{ value: 'ru', label: 'Русский' },
|
{ value: 'ru', label: 'Русский' },
|
||||||
|
{ value: 'tr', label: 'Türkçe' },
|
||||||
{ value: 'uk', label: 'Українська' },
|
{ value: 'uk', label: 'Українська' },
|
||||||
{ value: 'zh', label: '简体中文' },
|
{ value: 'zh', label: '简体中文' },
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -13,6 +13,9 @@ services:
|
|||||||
- bulwark-settings:/app/data/settings
|
- bulwark-settings:/app/data/settings
|
||||||
# Admin dashboard state: config, password hash, plugins, audit logs (ADMIN_DATA_DIR).
|
# Admin dashboard state: config, password hash, plugins, audit logs (ADMIN_DATA_DIR).
|
||||||
- bulwark-admin:/app/data/admin
|
- bulwark-admin:/app/data/admin
|
||||||
|
# Anonymous telemetry: instance id, consent state, login HMACs (TELEMETRY_DATA_DIR).
|
||||||
|
# Persisting this preserves the admin's consent choice and stable instance id across upgrades.
|
||||||
|
- bulwark-telemetry:/app/data/telemetry
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test:
|
test:
|
||||||
[
|
[
|
||||||
@@ -32,3 +35,4 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
bulwark-settings:
|
bulwark-settings:
|
||||||
bulwark-admin:
|
bulwark-admin:
|
||||||
|
bulwark-telemetry:
|
||||||
|
|||||||
@@ -11,6 +11,7 @@ import { useCalendarNotificationStore } from '@/stores/calendar-notification-sto
|
|||||||
import { useToastStore } from '@/stores/toast-store';
|
import { useToastStore } from '@/stores/toast-store';
|
||||||
import { getPendingAlerts, getPendingTaskAlerts, buildAlertKey } from '@/lib/calendar-alerts';
|
import { getPendingAlerts, getPendingTaskAlerts, buildAlertKey } from '@/lib/calendar-alerts';
|
||||||
import { playNotificationSound } from '@/lib/notification-sound';
|
import { playNotificationSound } from '@/lib/notification-sound';
|
||||||
|
import { getPathPrefix } from '@/lib/browser-navigation';
|
||||||
import type { CalendarEvent } from '@/lib/jmap/types';
|
import type { CalendarEvent } from '@/lib/jmap/types';
|
||||||
|
|
||||||
const CHECK_INTERVAL_MS = 60 * 1000;
|
const CHECK_INTERVAL_MS = 60 * 1000;
|
||||||
@@ -68,7 +69,7 @@ export function useCalendarAlerts() {
|
|||||||
message,
|
message,
|
||||||
duration: 15000,
|
duration: 15000,
|
||||||
onClick: () => {
|
onClick: () => {
|
||||||
window.location.href = `/${locale}/calendar`;
|
window.location.href = `${getPathPrefix(locale)}/${locale}/calendar`;
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
@@ -97,7 +98,7 @@ export function useCalendarAlerts() {
|
|||||||
message: taskMsg,
|
message: taskMsg,
|
||||||
duration: 15000,
|
duration: 15000,
|
||||||
onClick: () => {
|
onClick: () => {
|
||||||
window.location.href = `/${locale}/calendar`;
|
window.location.href = `${getPathPrefix(locale)}/${locale}/calendar`;
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -22,6 +22,7 @@ interface UseContextMenuReturn<T> {
|
|||||||
|
|
||||||
const MENU_WIDTH = 200;
|
const MENU_WIDTH = 200;
|
||||||
const MENU_HEIGHT = 320; // Approximate max height
|
const MENU_HEIGHT = 320; // Approximate max height
|
||||||
|
const VIEWPORT_MARGIN = 10;
|
||||||
|
|
||||||
export function useContextMenu<T>(): UseContextMenuReturn<T> {
|
export function useContextMenu<T>(): UseContextMenuReturn<T> {
|
||||||
const [contextMenu, setContextMenu] = useState<ContextMenuState<T>>({
|
const [contextMenu, setContextMenu] = useState<ContextMenuState<T>>({
|
||||||
@@ -40,18 +41,18 @@ export function useContextMenu<T>(): UseContextMenuReturn<T> {
|
|||||||
let y = clientY;
|
let y = clientY;
|
||||||
|
|
||||||
// Adjust for right edge
|
// Adjust for right edge
|
||||||
if (x + MENU_WIDTH > viewportWidth - 10) {
|
if (x + MENU_WIDTH > viewportWidth - VIEWPORT_MARGIN) {
|
||||||
x = viewportWidth - MENU_WIDTH - 10;
|
x = viewportWidth - MENU_WIDTH - VIEWPORT_MARGIN;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Adjust for bottom edge
|
// Adjust for bottom edge
|
||||||
if (y + MENU_HEIGHT > viewportHeight - 10) {
|
if (y + MENU_HEIGHT > viewportHeight - VIEWPORT_MARGIN) {
|
||||||
y = viewportHeight - MENU_HEIGHT - 10;
|
y = viewportHeight - MENU_HEIGHT - VIEWPORT_MARGIN;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Ensure minimum position
|
// Ensure minimum position
|
||||||
x = Math.max(10, x);
|
x = Math.max(VIEWPORT_MARGIN, x);
|
||||||
y = Math.max(10, y);
|
y = Math.max(VIEWPORT_MARGIN, y);
|
||||||
|
|
||||||
return { x, y };
|
return { x, y };
|
||||||
}, []);
|
}, []);
|
||||||
|
|||||||
@@ -0,0 +1,27 @@
|
|||||||
|
import { useCallback } from "react";
|
||||||
|
import { useTranslations } from "next-intl";
|
||||||
|
import { format } from "date-fns";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Returns a memoized function that formats a calendar event date
|
||||||
|
* using the current locale for day and month names.
|
||||||
|
*
|
||||||
|
* The string will be in the format: "EEE, MMM d, yyyy"
|
||||||
|
*
|
||||||
|
* For example: "Wed, Apr 29, 2026" (en)
|
||||||
|
* "Qua, Abr 29, 2026" (pt)
|
||||||
|
*/
|
||||||
|
export function useFormatEventDate(): (date: Date) => string {
|
||||||
|
const t = useTranslations("calendar");
|
||||||
|
|
||||||
|
return useCallback(
|
||||||
|
(date: Date): string => {
|
||||||
|
const dayOfWeek = format(date, "EEE").toLowerCase();
|
||||||
|
const month = format(date, "MMM").toLowerCase();
|
||||||
|
const day = format(date, "d");
|
||||||
|
const year = format(date, "yyyy");
|
||||||
|
return `${t(`days.${dayOfWeek}`)}, ${t(`months.${month}`)} ${day}, ${year}`;
|
||||||
|
},
|
||||||
|
[t]
|
||||||
|
);
|
||||||
|
}
|
||||||
@@ -39,6 +39,7 @@ export interface UseKeyboardShortcutsOptions {
|
|||||||
enabled?: boolean;
|
enabled?: boolean;
|
||||||
emails: Email[];
|
emails: Email[];
|
||||||
selectedEmailId?: string;
|
selectedEmailId?: string;
|
||||||
|
selectionCount?: number;
|
||||||
handlers: KeyboardShortcutHandlers;
|
handlers: KeyboardShortcutHandlers;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -58,6 +59,7 @@ export function useKeyboardShortcuts({
|
|||||||
enabled = true,
|
enabled = true,
|
||||||
emails,
|
emails,
|
||||||
selectedEmailId,
|
selectedEmailId,
|
||||||
|
selectionCount = 0,
|
||||||
handlers,
|
handlers,
|
||||||
}: UseKeyboardShortcutsOptions) {
|
}: UseKeyboardShortcutsOptions) {
|
||||||
const handlersRef = useRef(handlers);
|
const handlersRef = useRef(handlers);
|
||||||
@@ -90,6 +92,8 @@ export function useKeyboardShortcuts({
|
|||||||
// Shortcuts that should NOT work with modifiers
|
// Shortcuts that should NOT work with modifiers
|
||||||
if (hasModifier) return;
|
if (hasModifier) return;
|
||||||
|
|
||||||
|
const hasBatchTarget = !!selectedEmailId || selectionCount > 0;
|
||||||
|
|
||||||
switch (key) {
|
switch (key) {
|
||||||
// Navigation
|
// Navigation
|
||||||
case "j":
|
case "j":
|
||||||
@@ -152,7 +156,7 @@ export function useKeyboardShortcuts({
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case "e":
|
case "e":
|
||||||
if (selectedEmailId) {
|
if (hasBatchTarget) {
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
h.onArchive?.();
|
h.onArchive?.();
|
||||||
}
|
}
|
||||||
@@ -161,28 +165,28 @@ export function useKeyboardShortcuts({
|
|||||||
case "#":
|
case "#":
|
||||||
case "delete":
|
case "delete":
|
||||||
case "backspace":
|
case "backspace":
|
||||||
if (selectedEmailId && (key === "#" || key === "delete" || key === "backspace")) {
|
if (hasBatchTarget) {
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
h.onDelete?.();
|
h.onDelete?.();
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case "u":
|
case "u":
|
||||||
if (selectedEmailId) {
|
if (hasBatchTarget) {
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
h.onMarkAsUnread?.();
|
h.onMarkAsUnread?.();
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case "i":
|
case "i":
|
||||||
if (selectedEmailId && event.shiftKey) {
|
if (hasBatchTarget && event.shiftKey) {
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
h.onMarkAsRead?.();
|
h.onMarkAsRead?.();
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case "!":
|
case "!":
|
||||||
if (selectedEmailId) {
|
if (hasBatchTarget) {
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
h.onToggleSpam?.();
|
h.onToggleSpam?.();
|
||||||
}
|
}
|
||||||
@@ -220,7 +224,7 @@ export function useKeyboardShortcuts({
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
[selectedEmailId]
|
[selectedEmailId, selectionCount]
|
||||||
);
|
);
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
|
|||||||
@@ -47,6 +47,9 @@ export default getRequestConfig(async ({ requestLocale }) => {
|
|||||||
case 'ru':
|
case 'ru':
|
||||||
messages = (await import('../locales/ru/common.json')).default;
|
messages = (await import('../locales/ru/common.json')).default;
|
||||||
break;
|
break;
|
||||||
|
case 'tr':
|
||||||
|
messages = (await import('../locales/tr/common.json')).default;
|
||||||
|
break;
|
||||||
case 'uk':
|
case 'uk':
|
||||||
messages = (await import('../locales/uk/common.json')).default;
|
messages = (await import('../locales/uk/common.json')).default;
|
||||||
break;
|
break;
|
||||||
|
|||||||
+1
-1
@@ -13,7 +13,7 @@ const localePrefix = (process.env.NEXT_PUBLIC_LOCALE_PREFIX ?? 'never') as
|
|||||||
| 'as-needed';
|
| 'as-needed';
|
||||||
|
|
||||||
export const routing = defineRouting({
|
export const routing = defineRouting({
|
||||||
locales: ['cs', 'en', 'fr', 'de', 'es', 'it', 'ja', 'ko', 'lv', 'nl', 'pl', 'pt', 'ru', 'uk', 'zh'],
|
locales: ['cs', 'en', 'fr', 'de', 'es', 'it', 'ja', 'ko', 'lv', 'nl', 'pl', 'pt', 'ru', 'tr', 'uk', 'zh'],
|
||||||
defaultLocale: 'en',
|
defaultLocale: 'en',
|
||||||
localePrefix
|
localePrefix
|
||||||
});
|
});
|
||||||
|
|||||||
+15
-37
@@ -2,55 +2,33 @@ import { readFileSync } from "fs";
|
|||||||
import { configManager } from "./lib/admin/config-manager";
|
import { configManager } from "./lib/admin/config-manager";
|
||||||
import { initAdminPassword } from "./lib/admin/password";
|
import { initAdminPassword } from "./lib/admin/password";
|
||||||
|
|
||||||
const VERSION_CHECK_URL =
|
|
||||||
"https://raw.githubusercontent.com/bulwarkmail/webmail/main/VERSION";
|
|
||||||
|
|
||||||
const SEMVER_RE = /^\d+\.\d+\.\d+$/;
|
|
||||||
|
|
||||||
function compareVersions(current: string, remote: string): number {
|
|
||||||
const a = current.split(".").map(Number);
|
|
||||||
const b = remote.split(".").map(Number);
|
|
||||||
for (let i = 0; i < 3; i++) {
|
|
||||||
if ((b[i] ?? 0) > (a[i] ?? 0)) return 1;
|
|
||||||
if ((b[i] ?? 0) < (a[i] ?? 0)) return -1;
|
|
||||||
}
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
const pkg = JSON.parse(
|
const pkg = JSON.parse(
|
||||||
readFileSync(`${process.cwd()}/package.json`, "utf-8")
|
readFileSync(`${process.cwd()}/package.json`, "utf-8")
|
||||||
);
|
);
|
||||||
const current: string = pkg.version ?? "0.0.0";
|
const current: string = pkg.version ?? "0.0.0";
|
||||||
console.info(`Bulwark Webmail v${current}`);
|
console.info(`Bulwark Webmail v${current}`);
|
||||||
|
|
||||||
if (process.env.NODE_ENV === "production") {
|
|
||||||
fetch(VERSION_CHECK_URL, {
|
|
||||||
cache: "no-store",
|
|
||||||
signal: AbortSignal.timeout(5000),
|
|
||||||
})
|
|
||||||
.then((res) => {
|
|
||||||
if (!res.ok) return;
|
|
||||||
return res.text();
|
|
||||||
})
|
|
||||||
.then((text) => {
|
|
||||||
if (!text) return;
|
|
||||||
const remote = text.trim();
|
|
||||||
if (!SEMVER_RE.test(remote)) return;
|
|
||||||
if (compareVersions(current, remote) > 0) {
|
|
||||||
console.info(
|
|
||||||
`Update available: v${remote} - https://github.com/bulwarkmail/webmail`
|
|
||||||
);
|
|
||||||
}
|
|
||||||
})
|
|
||||||
.catch(() => {});
|
|
||||||
}
|
|
||||||
|
|
||||||
// Initialize admin config and password bootstrap
|
// Initialize admin config and password bootstrap
|
||||||
configManager.load()
|
configManager.load()
|
||||||
.then(() => initAdminPassword())
|
.then(() => initAdminPassword())
|
||||||
.then(() => {
|
.then(() => {
|
||||||
console.info("Admin dashboard initialized");
|
console.info("Admin dashboard initialized");
|
||||||
})
|
})
|
||||||
|
.then(async () => {
|
||||||
|
// Anonymous telemetry - on by default. Admins can disable via the
|
||||||
|
// admin UI, the BULWARK_TELEMETRY env var, or by clearing the endpoint.
|
||||||
|
// See https://bulwarkmail.org/docs/legal/privacy/telemetry
|
||||||
|
const { startScheduler, markProcessStart } = await import("./lib/telemetry");
|
||||||
|
markProcessStart();
|
||||||
|
await startScheduler();
|
||||||
|
})
|
||||||
|
.then(async () => {
|
||||||
|
// Hourly check against version.telemetry.bulwarkmail.org. Disable with
|
||||||
|
// BULWARK_UPDATE_CHECK=off or override the endpoint with
|
||||||
|
// BULWARK_UPDATE_CHECK_URL.
|
||||||
|
const { startScheduler } = await import("./lib/version-check");
|
||||||
|
await startScheduler();
|
||||||
|
})
|
||||||
.catch((err) => {
|
.catch((err) => {
|
||||||
console.warn("Admin dashboard init skipped:", err instanceof Error ? err.message : err);
|
console.warn("Admin dashboard init skipped:", err instanceof Error ? err.message : err);
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -0,0 +1,86 @@
|
|||||||
|
import { describe, it, expect } from 'vitest';
|
||||||
|
import {
|
||||||
|
computeReplyThreadingHeaders,
|
||||||
|
stripMessageIdBrackets,
|
||||||
|
} from '../email-threading';
|
||||||
|
|
||||||
|
describe('stripMessageIdBrackets', () => {
|
||||||
|
it('strips surrounding angle brackets', () => {
|
||||||
|
expect(stripMessageIdBrackets('<abc@example.com>')).toBe('abc@example.com');
|
||||||
|
});
|
||||||
|
|
||||||
|
it('handles whitespace and missing brackets', () => {
|
||||||
|
expect(stripMessageIdBrackets(' abc@example.com ')).toBe('abc@example.com');
|
||||||
|
expect(stripMessageIdBrackets('<abc@example.com')).toBe('abc@example.com');
|
||||||
|
expect(stripMessageIdBrackets('abc@example.com>')).toBe('abc@example.com');
|
||||||
|
});
|
||||||
|
});
|
||||||
|
|
||||||
|
describe('computeReplyThreadingHeaders', () => {
|
||||||
|
it('returns null when the parent has no Message-ID', () => {
|
||||||
|
expect(computeReplyThreadingHeaders(undefined)).toBeNull();
|
||||||
|
expect(computeReplyThreadingHeaders({})).toBeNull();
|
||||||
|
expect(computeReplyThreadingHeaders({ messageId: '' })).toBeNull();
|
||||||
|
expect(computeReplyThreadingHeaders({ messageId: ' ' })).toBeNull();
|
||||||
|
});
|
||||||
|
|
||||||
|
it('sets In-Reply-To to the parent Message-ID and seeds References with it', () => {
|
||||||
|
const result = computeReplyThreadingHeaders({
|
||||||
|
messageId: '<root@example.com>',
|
||||||
|
});
|
||||||
|
expect(result).toEqual({
|
||||||
|
inReplyTo: ['root@example.com'],
|
||||||
|
references: ['root@example.com'],
|
||||||
|
});
|
||||||
|
});
|
||||||
|
|
||||||
|
it('appends the parent to existing References per RFC 5322', () => {
|
||||||
|
const result = computeReplyThreadingHeaders({
|
||||||
|
messageId: '<msg-2@example.com>',
|
||||||
|
references: ['<msg-0@example.com>', '<msg-1@example.com>'],
|
||||||
|
});
|
||||||
|
expect(result).toEqual({
|
||||||
|
inReplyTo: ['msg-2@example.com'],
|
||||||
|
references: ['msg-0@example.com', 'msg-1@example.com', 'msg-2@example.com'],
|
||||||
|
});
|
||||||
|
});
|
||||||
|
|
||||||
|
it('de-duplicates if the parent already appears in References', () => {
|
||||||
|
const result = computeReplyThreadingHeaders({
|
||||||
|
messageId: '<msg-1@example.com>',
|
||||||
|
references: ['<msg-0@example.com>', '<msg-1@example.com>'],
|
||||||
|
});
|
||||||
|
expect(result?.references).toEqual([
|
||||||
|
'msg-0@example.com',
|
||||||
|
'msg-1@example.com',
|
||||||
|
]);
|
||||||
|
});
|
||||||
|
|
||||||
|
it('accepts bare Message-IDs without angle brackets', () => {
|
||||||
|
const result = computeReplyThreadingHeaders({
|
||||||
|
messageId: 'msg-2@example.com',
|
||||||
|
references: ['msg-1@example.com'],
|
||||||
|
});
|
||||||
|
expect(result).toEqual({
|
||||||
|
inReplyTo: ['msg-2@example.com'],
|
||||||
|
references: ['msg-1@example.com', 'msg-2@example.com'],
|
||||||
|
});
|
||||||
|
});
|
||||||
|
|
||||||
|
// JMAP RFC 8621 §4.1.2.3 returns messageId as String[]|null. Verify we
|
||||||
|
// don't crash on that shape even though most call sites pass a string.
|
||||||
|
it('accepts an array-shaped messageId per JMAP spec', () => {
|
||||||
|
const result = computeReplyThreadingHeaders({
|
||||||
|
messageId: ['<msg-2@example.com>'],
|
||||||
|
references: ['<msg-1@example.com>'],
|
||||||
|
});
|
||||||
|
expect(result).toEqual({
|
||||||
|
inReplyTo: ['msg-2@example.com'],
|
||||||
|
references: ['msg-1@example.com', 'msg-2@example.com'],
|
||||||
|
});
|
||||||
|
});
|
||||||
|
|
||||||
|
it('returns null for an empty messageId array', () => {
|
||||||
|
expect(computeReplyThreadingHeaders({ messageId: [] })).toBeNull();
|
||||||
|
});
|
||||||
|
});
|
||||||
@@ -0,0 +1,151 @@
|
|||||||
|
import { describe, it, expect, vi, beforeEach } from 'vitest';
|
||||||
|
import { JMAPClient } from '../jmap/client';
|
||||||
|
|
||||||
|
function createClient(): JMAPClient {
|
||||||
|
const client = new JMAPClient('https://jmap.example.com', 'user@example.com', 'pass');
|
||||||
|
Object.assign(client, {
|
||||||
|
apiUrl: 'https://jmap.example.com/api',
|
||||||
|
accountId: 'account-1',
|
||||||
|
username: 'user@example.com',
|
||||||
|
});
|
||||||
|
return client;
|
||||||
|
}
|
||||||
|
|
||||||
|
interface JMAPMethodCall {
|
||||||
|
0: string;
|
||||||
|
1: Record<string, unknown>;
|
||||||
|
2: string;
|
||||||
|
}
|
||||||
|
|
||||||
|
interface CapturedRequest {
|
||||||
|
using?: string[];
|
||||||
|
methodCalls: JMAPMethodCall[];
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Mock fetch to script three sequential JMAP requests sendEmail makes:
|
||||||
|
* Mailbox/get → Identity/get → Email/set + EmailSubmission/set.
|
||||||
|
* Returns the captured request bodies for assertions.
|
||||||
|
*/
|
||||||
|
function mockSendEmailFlow() {
|
||||||
|
const captured: CapturedRequest[] = [];
|
||||||
|
const fetchSpy = vi.spyOn(globalThis, 'fetch');
|
||||||
|
|
||||||
|
fetchSpy.mockImplementation(async (_url, init) => {
|
||||||
|
const body = JSON.parse((init as { body: string }).body) as CapturedRequest;
|
||||||
|
captured.push(body);
|
||||||
|
const callIdx = captured.length - 1;
|
||||||
|
|
||||||
|
let payload: unknown;
|
||||||
|
if (callIdx === 0) {
|
||||||
|
payload = {
|
||||||
|
methodResponses: [[
|
||||||
|
'Mailbox/get',
|
||||||
|
{
|
||||||
|
list: [
|
||||||
|
{ id: 'mb-drafts', name: 'Drafts', role: 'drafts' },
|
||||||
|
{ id: 'mb-sent', name: 'Sent', role: 'sent' },
|
||||||
|
],
|
||||||
|
},
|
||||||
|
'0',
|
||||||
|
]],
|
||||||
|
};
|
||||||
|
} else if (callIdx === 1) {
|
||||||
|
payload = {
|
||||||
|
methodResponses: [[
|
||||||
|
'Identity/get',
|
||||||
|
{ list: [{ id: 'identity-1', email: 'user@example.com', mayDelete: false }] },
|
||||||
|
'0',
|
||||||
|
]],
|
||||||
|
};
|
||||||
|
} else {
|
||||||
|
payload = {
|
||||||
|
methodResponses: [
|
||||||
|
['Email/set', { created: { [Object.keys((captured[callIdx].methodCalls[0][1] as { create: Record<string, unknown> }).create)[0]]: { id: 'sent-id-1' } } }, '0'],
|
||||||
|
['EmailSubmission/set', { created: { '1': { id: 'sub-1' } } }, '1'],
|
||||||
|
],
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
return {
|
||||||
|
ok: true,
|
||||||
|
status: 200,
|
||||||
|
text: () => Promise.resolve(JSON.stringify(payload)),
|
||||||
|
json: () => Promise.resolve(payload),
|
||||||
|
} as Response;
|
||||||
|
});
|
||||||
|
|
||||||
|
return captured;
|
||||||
|
}
|
||||||
|
|
||||||
|
describe('JMAPClient.sendEmail threading headers', () => {
|
||||||
|
beforeEach(() => {
|
||||||
|
vi.restoreAllMocks();
|
||||||
|
});
|
||||||
|
|
||||||
|
it('writes inReplyTo and references on the Email/set create when supplied', async () => {
|
||||||
|
const client = createClient();
|
||||||
|
const captured = mockSendEmailFlow();
|
||||||
|
|
||||||
|
await client.sendEmail(
|
||||||
|
['recipient@example.com'],
|
||||||
|
'Re: testmail',
|
||||||
|
'reply body',
|
||||||
|
undefined, undefined, 'identity-1', 'user@example.com',
|
||||||
|
undefined, undefined, undefined, undefined,
|
||||||
|
['<parent@example.com>'],
|
||||||
|
['<root@example.com>', '<parent@example.com>'],
|
||||||
|
);
|
||||||
|
|
||||||
|
// Third request is the Email/set + EmailSubmission/set batch.
|
||||||
|
const setCall = captured[2].methodCalls[0];
|
||||||
|
expect(setCall[0]).toBe('Email/set');
|
||||||
|
const create = setCall[1].create as Record<string, Record<string, unknown>>;
|
||||||
|
const draft = Object.values(create)[0];
|
||||||
|
|
||||||
|
// Bare msg-ids per RFC 8621 — angle brackets stripped.
|
||||||
|
expect(draft.inReplyTo).toEqual(['parent@example.com']);
|
||||||
|
expect(draft.references).toEqual(['root@example.com', 'parent@example.com']);
|
||||||
|
});
|
||||||
|
|
||||||
|
it('omits threading fields when no parent ids are supplied', async () => {
|
||||||
|
const client = createClient();
|
||||||
|
const captured = mockSendEmailFlow();
|
||||||
|
|
||||||
|
await client.sendEmail(
|
||||||
|
['recipient@example.com'],
|
||||||
|
'Fresh thread',
|
||||||
|
'body',
|
||||||
|
undefined, undefined, 'identity-1', 'user@example.com',
|
||||||
|
);
|
||||||
|
|
||||||
|
const setCall = captured[2].methodCalls[0];
|
||||||
|
const create = setCall[1].create as Record<string, Record<string, unknown>>;
|
||||||
|
const draft = Object.values(create)[0];
|
||||||
|
|
||||||
|
expect(draft.inReplyTo).toBeUndefined();
|
||||||
|
expect(draft.references).toBeUndefined();
|
||||||
|
});
|
||||||
|
|
||||||
|
it('drops empty / whitespace-only ids rather than sending blank entries', async () => {
|
||||||
|
const client = createClient();
|
||||||
|
const captured = mockSendEmailFlow();
|
||||||
|
|
||||||
|
await client.sendEmail(
|
||||||
|
['recipient@example.com'],
|
||||||
|
'Re: testmail',
|
||||||
|
'body',
|
||||||
|
undefined, undefined, 'identity-1', 'user@example.com',
|
||||||
|
undefined, undefined, undefined, undefined,
|
||||||
|
['<>', ' ', '<real@example.com>'],
|
||||||
|
[],
|
||||||
|
);
|
||||||
|
|
||||||
|
const setCall = captured[2].methodCalls[0];
|
||||||
|
const create = setCall[1].create as Record<string, Record<string, unknown>>;
|
||||||
|
const draft = Object.values(create)[0];
|
||||||
|
|
||||||
|
expect(draft.inReplyTo).toEqual(['real@example.com']);
|
||||||
|
expect(draft.references).toBeUndefined();
|
||||||
|
});
|
||||||
|
});
|
||||||
@@ -28,23 +28,11 @@ describe('extractTheme', () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
it('rejects oversized theme', async () => {
|
it('rejects oversized theme', async () => {
|
||||||
const zip = new JSZip();
|
// Theme size limit is 2 MB; create a file just past it.
|
||||||
zip.file('manifest.json', JSON.stringify({
|
const oversizedFile = new File([new ArrayBuffer(2 * 1024 * 1024 + 1)], 'big.zip');
|
||||||
id: 'big-theme',
|
|
||||||
name: 'Big',
|
|
||||||
version: '1.0.0',
|
|
||||||
author: 'Test',
|
|
||||||
type: 'theme',
|
|
||||||
variants: ['light'],
|
|
||||||
}));
|
|
||||||
// Make a large file > 1MB
|
|
||||||
zip.file('theme.css', 'x'.repeat(1024 * 1024 + 1));
|
|
||||||
|
|
||||||
// Manually create oversized File
|
|
||||||
const oversizedFile = new File([new ArrayBuffer(1024 * 1024 + 1)], 'big.zip');
|
|
||||||
const result = await extractTheme(oversizedFile);
|
const result = await extractTheme(oversizedFile);
|
||||||
expect(result.valid).toBe(false);
|
expect(result.valid).toBe(false);
|
||||||
expect(result.errors).toContain('Theme ZIP exceeds 1 MB size limit');
|
expect(result.errors).toContain('Theme ZIP exceeds 2 MB size limit');
|
||||||
});
|
});
|
||||||
|
|
||||||
it('rejects non-ZIP file', async () => {
|
it('rejects non-ZIP file', async () => {
|
||||||
@@ -139,6 +127,129 @@ describe('extractTheme', () => {
|
|||||||
expect(result.valid).toBe(true);
|
expect(result.valid).toBe(true);
|
||||||
expect(result.manifest!.id).toBe('nested-theme');
|
expect(result.manifest!.id).toBe('nested-theme');
|
||||||
});
|
});
|
||||||
|
|
||||||
|
// ── Theme API v2 (advanced manifest) ──────────────────────────────
|
||||||
|
|
||||||
|
it('compiles a v2 manifest with tokens and no theme.css', async () => {
|
||||||
|
const zip = new JSZip();
|
||||||
|
zip.file('manifest.json', JSON.stringify({
|
||||||
|
id: 'tokens-only',
|
||||||
|
name: 'Tokens Only',
|
||||||
|
version: '1.0.0',
|
||||||
|
author: 'Test',
|
||||||
|
type: 'theme',
|
||||||
|
variants: ['light', 'dark'],
|
||||||
|
apiVersion: 2,
|
||||||
|
tokens: {
|
||||||
|
light: { primary: '#1373d9', background: '#ffffff' },
|
||||||
|
dark: { primary: '#58c9ff', background: '#1a202c' },
|
||||||
|
},
|
||||||
|
}));
|
||||||
|
const file = await createZipFile(zip);
|
||||||
|
const result = await extractTheme(file);
|
||||||
|
expect(result.valid).toBe(true);
|
||||||
|
expect(result.css).toContain('--color-primary: #1373d9');
|
||||||
|
expect(result.css).toContain('--color-primary: #58c9ff');
|
||||||
|
});
|
||||||
|
|
||||||
|
it('concatenates compiled tokens with author-supplied theme.css', async () => {
|
||||||
|
const zip = new JSZip();
|
||||||
|
zip.file('manifest.json', JSON.stringify({
|
||||||
|
id: 'tokens-plus-css',
|
||||||
|
name: 'Tokens + CSS',
|
||||||
|
version: '1.0.0',
|
||||||
|
author: 'Test',
|
||||||
|
type: 'theme',
|
||||||
|
variants: ['light'],
|
||||||
|
apiVersion: 2,
|
||||||
|
tokens: { light: { primary: '#000' } },
|
||||||
|
}));
|
||||||
|
zip.file('theme.css', '@font-face { font-family: "X"; src: local("X"); }');
|
||||||
|
const file = await createZipFile(zip);
|
||||||
|
const result = await extractTheme(file);
|
||||||
|
expect(result.valid).toBe(true);
|
||||||
|
expect(result.css).toContain('--color-primary: #000');
|
||||||
|
expect(result.css).toContain('@font-face');
|
||||||
|
});
|
||||||
|
|
||||||
|
it('extracts a skin.css when shipped with a v2 manifest', async () => {
|
||||||
|
const zip = new JSZip();
|
||||||
|
zip.file('manifest.json', JSON.stringify({
|
||||||
|
id: 'with-skin',
|
||||||
|
name: 'With Skin',
|
||||||
|
version: '1.0.0',
|
||||||
|
author: 'Test',
|
||||||
|
type: 'theme',
|
||||||
|
variants: ['light'],
|
||||||
|
apiVersion: 2,
|
||||||
|
tokens: { light: { primary: '#000' } },
|
||||||
|
}));
|
||||||
|
zip.file('skin.css', '[data-tour="email-list"] { font-size: 13px; }');
|
||||||
|
const file = await createZipFile(zip);
|
||||||
|
const result = await extractTheme(file);
|
||||||
|
expect(result.valid).toBe(true);
|
||||||
|
expect(result.skin).not.toBeNull();
|
||||||
|
expect(result.skin!).toContain('[data-tour="email-list"]');
|
||||||
|
});
|
||||||
|
|
||||||
|
it('strips dangerous patterns from skin.css', async () => {
|
||||||
|
const zip = new JSZip();
|
||||||
|
zip.file('manifest.json', JSON.stringify({
|
||||||
|
id: 'evil-skin',
|
||||||
|
name: 'Evil',
|
||||||
|
version: '1.0.0',
|
||||||
|
author: 'Test',
|
||||||
|
type: 'theme',
|
||||||
|
variants: ['light'],
|
||||||
|
apiVersion: 2,
|
||||||
|
tokens: { light: { primary: '#000' } },
|
||||||
|
}));
|
||||||
|
zip.file('skin.css', '@import url("https://x.com/p.css"); button { background: javascript:alert(1); }');
|
||||||
|
const file = await createZipFile(zip);
|
||||||
|
const result = await extractTheme(file);
|
||||||
|
expect(result.valid).toBe(true);
|
||||||
|
expect(result.skin).not.toBeNull();
|
||||||
|
expect(result.skin!).not.toContain('javascript:');
|
||||||
|
expect(result.skin!).not.toContain('@import');
|
||||||
|
expect(result.warnings.some((w) => w.toLowerCase().includes('skin'))).toBe(true);
|
||||||
|
});
|
||||||
|
|
||||||
|
it('ignores skin.css when manifest is not v2', async () => {
|
||||||
|
const zip = new JSZip();
|
||||||
|
zip.file('manifest.json', JSON.stringify({
|
||||||
|
id: 'v1-with-skin',
|
||||||
|
name: 'V1',
|
||||||
|
version: '1.0.0',
|
||||||
|
author: 'Test',
|
||||||
|
type: 'theme',
|
||||||
|
variants: ['light'],
|
||||||
|
}));
|
||||||
|
zip.file('theme.css', ':root { --color-primary: #000; }');
|
||||||
|
zip.file('skin.css', 'body { display: none; }');
|
||||||
|
const file = await createZipFile(zip);
|
||||||
|
const result = await extractTheme(file);
|
||||||
|
expect(result.valid).toBe(true);
|
||||||
|
expect(result.skin).toBeNull();
|
||||||
|
expect(result.warnings.some((w) => w.includes('skin.css ignored'))).toBe(true);
|
||||||
|
});
|
||||||
|
|
||||||
|
it('rejects a v2 manifest with invalid density', async () => {
|
||||||
|
const zip = new JSZip();
|
||||||
|
zip.file('manifest.json', JSON.stringify({
|
||||||
|
id: 'bad-density',
|
||||||
|
name: 'Bad',
|
||||||
|
version: '1.0.0',
|
||||||
|
author: 'Test',
|
||||||
|
type: 'theme',
|
||||||
|
variants: ['light'],
|
||||||
|
density: 'gigantic',
|
||||||
|
tokens: { light: { primary: '#000' } },
|
||||||
|
}));
|
||||||
|
const file = await createZipFile(zip);
|
||||||
|
const result = await extractTheme(file);
|
||||||
|
expect(result.valid).toBe(false);
|
||||||
|
expect(result.errors.some((e) => e.includes('density'))).toBe(true);
|
||||||
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
describe('extractPlugin', () => {
|
describe('extractPlugin', () => {
|
||||||
|
|||||||
@@ -6,6 +6,10 @@ import {
|
|||||||
suggestTagsForDomain,
|
suggestTagsForDomain,
|
||||||
isValidTag,
|
isValidTag,
|
||||||
getTagValidationError,
|
getTagValidationError,
|
||||||
|
isSupportedSubAddressDelimiter,
|
||||||
|
isValidSubAddressDelimiter,
|
||||||
|
SUPPORTED_SUB_ADDRESS_DELIMITERS,
|
||||||
|
DEFAULT_SUB_ADDRESS_DELIMITER,
|
||||||
MAX_TAG_LENGTH,
|
MAX_TAG_LENGTH,
|
||||||
} from '../sub-addressing';
|
} from '../sub-addressing';
|
||||||
|
|
||||||
@@ -354,3 +358,122 @@ describe('getTagValidationError', () => {
|
|||||||
expect(getTagValidationError('日本語')).toBe('INVALID_CHARS');
|
expect(getTagValidationError('日本語')).toBe('INVALID_CHARS');
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
describe('custom delimiter', () => {
|
||||||
|
describe('parseSubAddress with non-default delimiter', () => {
|
||||||
|
it('should parse with "-" delimiter', () => {
|
||||||
|
const result = parseSubAddress('user-shopping@example.com', '-');
|
||||||
|
expect(result.baseUser).toBe('user');
|
||||||
|
expect(result.tag).toBe('shopping');
|
||||||
|
});
|
||||||
|
|
||||||
|
it('should parse with "." delimiter', () => {
|
||||||
|
const result = parseSubAddress('user.shopping@example.com', '.');
|
||||||
|
expect(result.baseUser).toBe('user');
|
||||||
|
expect(result.tag).toBe('shopping');
|
||||||
|
});
|
||||||
|
|
||||||
|
it('should parse with "=" delimiter', () => {
|
||||||
|
const result = parseSubAddress('user=shopping@example.com', '=');
|
||||||
|
expect(result.baseUser).toBe('user');
|
||||||
|
expect(result.tag).toBe('shopping');
|
||||||
|
});
|
||||||
|
|
||||||
|
it('should ignore "+" when "-" is configured as the delimiter', () => {
|
||||||
|
const result = parseSubAddress('user+shopping@example.com', '-');
|
||||||
|
expect(result.baseUser).toBe('user+shopping');
|
||||||
|
expect(result.tag).toBeNull();
|
||||||
|
});
|
||||||
|
|
||||||
|
it('should split on first occurrence when delimiter appears multiple times', () => {
|
||||||
|
const result = parseSubAddress('alice-shop-orders@example.com', '-');
|
||||||
|
expect(result.baseUser).toBe('alice');
|
||||||
|
expect(result.tag).toBe('shop-orders');
|
||||||
|
});
|
||||||
|
});
|
||||||
|
|
||||||
|
describe('generateSubAddress with non-default delimiter', () => {
|
||||||
|
it('should generate using "-" delimiter', () => {
|
||||||
|
expect(generateSubAddress('user@example.com', 'shopping', '-')).toBe('user-shopping@example.com');
|
||||||
|
});
|
||||||
|
|
||||||
|
it('should generate using "." delimiter', () => {
|
||||||
|
expect(generateSubAddress('user@example.com', 'shopping', '.')).toBe('user.shopping@example.com');
|
||||||
|
});
|
||||||
|
|
||||||
|
it('should replace existing tag using the configured delimiter', () => {
|
||||||
|
expect(generateSubAddress('user-old@example.com', 'new', '-')).toBe('user-new@example.com');
|
||||||
|
});
|
||||||
|
|
||||||
|
it('should not strip a "+" sign in the local part when delimiter is "-"', () => {
|
||||||
|
// "+" is not the delimiter so it should remain part of the base user
|
||||||
|
expect(generateSubAddress('user+plus@example.com', 'tag', '-')).toBe('user+plus-tag@example.com');
|
||||||
|
});
|
||||||
|
});
|
||||||
|
|
||||||
|
describe('isSupportedSubAddressDelimiter', () => {
|
||||||
|
it('accepts every supported delimiter', () => {
|
||||||
|
for (const delim of SUPPORTED_SUB_ADDRESS_DELIMITERS) {
|
||||||
|
expect(isSupportedSubAddressDelimiter(delim)).toBe(true);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
it('rejects unsupported characters', () => {
|
||||||
|
expect(isSupportedSubAddressDelimiter('_')).toBe(false);
|
||||||
|
expect(isSupportedSubAddressDelimiter('++')).toBe(false);
|
||||||
|
expect(isSupportedSubAddressDelimiter('')).toBe(false);
|
||||||
|
});
|
||||||
|
|
||||||
|
it('default delimiter is supported', () => {
|
||||||
|
expect(isSupportedSubAddressDelimiter(DEFAULT_SUB_ADDRESS_DELIMITER)).toBe(true);
|
||||||
|
});
|
||||||
|
});
|
||||||
|
|
||||||
|
describe('isValidSubAddressDelimiter', () => {
|
||||||
|
it('accepts every preset delimiter', () => {
|
||||||
|
for (const delim of SUPPORTED_SUB_ADDRESS_DELIMITERS) {
|
||||||
|
expect(isValidSubAddressDelimiter(delim)).toBe(true);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
it('accepts atext special characters as custom delimiters', () => {
|
||||||
|
const customs = ['~', '!', '#', '$', '%', '&', "'", '*', '/', '?', '^', '_', '`', '{', '|', '}'];
|
||||||
|
for (const c of customs) {
|
||||||
|
expect(isValidSubAddressDelimiter(c)).toBe(true);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
it('rejects alphanumeric characters', () => {
|
||||||
|
expect(isValidSubAddressDelimiter('a')).toBe(false);
|
||||||
|
expect(isValidSubAddressDelimiter('Z')).toBe(false);
|
||||||
|
expect(isValidSubAddressDelimiter('0')).toBe(false);
|
||||||
|
});
|
||||||
|
|
||||||
|
it('rejects "@", whitespace, and quotes', () => {
|
||||||
|
expect(isValidSubAddressDelimiter('@')).toBe(false);
|
||||||
|
expect(isValidSubAddressDelimiter(' ')).toBe(false);
|
||||||
|
expect(isValidSubAddressDelimiter('\t')).toBe(false);
|
||||||
|
expect(isValidSubAddressDelimiter('"')).toBe(false);
|
||||||
|
});
|
||||||
|
|
||||||
|
it('rejects multi-character strings', () => {
|
||||||
|
expect(isValidSubAddressDelimiter('++')).toBe(false);
|
||||||
|
expect(isValidSubAddressDelimiter('abc')).toBe(false);
|
||||||
|
});
|
||||||
|
|
||||||
|
it('rejects empty / non-string inputs', () => {
|
||||||
|
expect(isValidSubAddressDelimiter('')).toBe(false);
|
||||||
|
expect(isValidSubAddressDelimiter(null)).toBe(false);
|
||||||
|
expect(isValidSubAddressDelimiter(undefined)).toBe(false);
|
||||||
|
expect(isValidSubAddressDelimiter(1)).toBe(false);
|
||||||
|
});
|
||||||
|
|
||||||
|
it('round-trips through parse/generate with a custom "~" delimiter', () => {
|
||||||
|
const generated = generateSubAddress('user@example.com', 'shopping', '~');
|
||||||
|
expect(generated).toBe('user~shopping@example.com');
|
||||||
|
const parsed = parseSubAddress(generated, '~');
|
||||||
|
expect(parsed.baseUser).toBe('user');
|
||||||
|
expect(parsed.tag).toBe('shopping');
|
||||||
|
});
|
||||||
|
});
|
||||||
|
});
|
||||||
|
|||||||
@@ -0,0 +1,181 @@
|
|||||||
|
import { describe, it, expect } from 'vitest';
|
||||||
|
import { compileAdvancedTheme, isAdvancedManifest } from '../theme-compiler';
|
||||||
|
import type { ThemeManifest } from '../plugin-types';
|
||||||
|
|
||||||
|
const baseManifest = (overrides: Partial<ThemeManifest> = {}): ThemeManifest => ({
|
||||||
|
id: 't',
|
||||||
|
name: 'T',
|
||||||
|
version: '1.0.0',
|
||||||
|
author: 'tester',
|
||||||
|
description: '',
|
||||||
|
type: 'theme',
|
||||||
|
variants: ['light', 'dark'],
|
||||||
|
...overrides,
|
||||||
|
});
|
||||||
|
|
||||||
|
describe('isAdvancedManifest', () => {
|
||||||
|
it('returns false for plain v1 manifests', () => {
|
||||||
|
expect(isAdvancedManifest(baseManifest())).toBe(false);
|
||||||
|
});
|
||||||
|
|
||||||
|
it.each([
|
||||||
|
{ apiVersion: 2 as const },
|
||||||
|
{ tokens: { light: { primary: '#000' } } },
|
||||||
|
{ extends: 'builtin-nord' },
|
||||||
|
{ derive: true },
|
||||||
|
{ density: 'compact' as const },
|
||||||
|
{ radii: { md: '6px' } },
|
||||||
|
{ typography: { fontSans: 'Inter' } },
|
||||||
|
])('returns true when manifest has %p', (extra) => {
|
||||||
|
expect(isAdvancedManifest(baseManifest(extra))).toBe(true);
|
||||||
|
});
|
||||||
|
});
|
||||||
|
|
||||||
|
describe('compileAdvancedTheme', () => {
|
||||||
|
it('emits :root and .dark blocks from token sets', () => {
|
||||||
|
const { css, errors } = compileAdvancedTheme(
|
||||||
|
baseManifest({
|
||||||
|
tokens: {
|
||||||
|
light: { primary: '#1373d9', background: '#ffffff' },
|
||||||
|
dark: { primary: '#58c9ff', background: '#1a202c' },
|
||||||
|
},
|
||||||
|
}),
|
||||||
|
);
|
||||||
|
expect(errors).toHaveLength(0);
|
||||||
|
expect(css).toMatch(/:root\s*\{[\s\S]*--color-primary:\s*#1373d9/);
|
||||||
|
expect(css).toMatch(/\.dark\s*\{[\s\S]*--color-primary:\s*#58c9ff/);
|
||||||
|
});
|
||||||
|
|
||||||
|
it('omits .dark block for light-only themes', () => {
|
||||||
|
const { css } = compileAdvancedTheme(
|
||||||
|
baseManifest({
|
||||||
|
variants: ['light'],
|
||||||
|
tokens: { light: { primary: '#000' }, dark: { primary: '#fff' } },
|
||||||
|
}),
|
||||||
|
);
|
||||||
|
expect(css).toContain(':root');
|
||||||
|
expect(css).not.toContain('.dark');
|
||||||
|
});
|
||||||
|
|
||||||
|
it('emits common tokens into both :root and .dark', () => {
|
||||||
|
const { css } = compileAdvancedTheme(
|
||||||
|
baseManifest({
|
||||||
|
tokens: {
|
||||||
|
common: { ring: '#abc' },
|
||||||
|
light: { background: '#fff' },
|
||||||
|
dark: { background: '#000' },
|
||||||
|
},
|
||||||
|
}),
|
||||||
|
);
|
||||||
|
const rootMatch = css.match(/:root\s*\{([\s\S]*?)\}/)?.[1] ?? '';
|
||||||
|
const darkMatch = css.match(/\.dark\s*\{([\s\S]*?)\}/)?.[1] ?? '';
|
||||||
|
expect(rootMatch).toContain('--color-ring: #abc');
|
||||||
|
expect(darkMatch).toContain('--color-ring: #abc');
|
||||||
|
});
|
||||||
|
|
||||||
|
it('derives a contrasting *-foreground when derive: true', () => {
|
||||||
|
const { css } = compileAdvancedTheme(
|
||||||
|
baseManifest({
|
||||||
|
derive: true,
|
||||||
|
tokens: { light: { primary: '#000000' }, dark: { primary: '#ffffff' } },
|
||||||
|
}),
|
||||||
|
);
|
||||||
|
expect(css).toMatch(/:root\s*\{[\s\S]*--color-primary-foreground:\s*#ffffff/);
|
||||||
|
expect(css).toMatch(/\.dark\s*\{[\s\S]*--color-primary-foreground:\s*#0f172a/);
|
||||||
|
});
|
||||||
|
|
||||||
|
it('respects an author-provided *-foreground over derive', () => {
|
||||||
|
const { css } = compileAdvancedTheme(
|
||||||
|
baseManifest({
|
||||||
|
derive: true,
|
||||||
|
tokens: {
|
||||||
|
light: { primary: '#000000', 'primary-foreground': '#ff00ff' },
|
||||||
|
},
|
||||||
|
}),
|
||||||
|
);
|
||||||
|
expect(css).toContain('--color-primary-foreground: #ff00ff');
|
||||||
|
});
|
||||||
|
|
||||||
|
it('emits radii, typography, and density vars', () => {
|
||||||
|
const { css } = compileAdvancedTheme(
|
||||||
|
baseManifest({
|
||||||
|
tokens: { light: { primary: '#000' } },
|
||||||
|
radii: { sm: '2px', md: '6px', full: '9999px' },
|
||||||
|
typography: { fontSans: 'Inter, sans-serif', baseFontSize: '15px' },
|
||||||
|
density: 'compact',
|
||||||
|
}),
|
||||||
|
);
|
||||||
|
expect(css).toContain('--radius-sm: 2px');
|
||||||
|
expect(css).toContain('--radius-full: 9999px');
|
||||||
|
expect(css).toContain('--font-sans: Inter, sans-serif');
|
||||||
|
expect(css).toContain('--font-size-base: 15px');
|
||||||
|
expect(css).toContain('--density-row-height: 28px');
|
||||||
|
});
|
||||||
|
|
||||||
|
it('drops tokens with unsafe values and warns', () => {
|
||||||
|
const { css, warnings } = compileAdvancedTheme(
|
||||||
|
baseManifest({
|
||||||
|
tokens: {
|
||||||
|
light: {
|
||||||
|
primary: '#000',
|
||||||
|
evil: 'red; background: url("https://x.com/track.png")',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
}),
|
||||||
|
);
|
||||||
|
expect(css).toContain('--color-primary: #000');
|
||||||
|
expect(css).not.toContain('https://x.com');
|
||||||
|
expect(warnings.some((w) => w.includes('evil'))).toBe(true);
|
||||||
|
});
|
||||||
|
|
||||||
|
it('drops tokens with unsafe keys and warns', () => {
|
||||||
|
const { css, warnings } = compileAdvancedTheme(
|
||||||
|
baseManifest({
|
||||||
|
tokens: { light: { 'primary }; body { background: red': '#fff', primary: '#000' } },
|
||||||
|
}),
|
||||||
|
);
|
||||||
|
expect(css).toContain('--color-primary: #000');
|
||||||
|
expect(css).not.toContain('body { background');
|
||||||
|
expect(warnings.some((w) => w.includes('invalid key'))).toBe(true);
|
||||||
|
});
|
||||||
|
|
||||||
|
it('errors when no structured fields are present', () => {
|
||||||
|
const { errors } = compileAdvancedTheme(baseManifest());
|
||||||
|
expect(errors.length).toBeGreaterThan(0);
|
||||||
|
});
|
||||||
|
|
||||||
|
it('inlines parent CSS when extends + resolver supplied', () => {
|
||||||
|
const { css, warnings } = compileAdvancedTheme(
|
||||||
|
baseManifest({
|
||||||
|
extends: 'parent-theme',
|
||||||
|
tokens: { light: { primary: '#fff' } },
|
||||||
|
}),
|
||||||
|
{ resolveExtends: (id) => (id === 'parent-theme' ? ':root { --x: 1; }' : null) },
|
||||||
|
);
|
||||||
|
expect(css).toContain('--x: 1');
|
||||||
|
expect(css).toContain('--color-primary: #fff');
|
||||||
|
expect(warnings).toHaveLength(0);
|
||||||
|
});
|
||||||
|
|
||||||
|
it('warns when extends parent cannot be resolved', () => {
|
||||||
|
const { warnings } = compileAdvancedTheme(
|
||||||
|
baseManifest({
|
||||||
|
extends: 'missing',
|
||||||
|
tokens: { light: { primary: '#fff' } },
|
||||||
|
}),
|
||||||
|
{ resolveExtends: () => null },
|
||||||
|
);
|
||||||
|
expect(warnings.some((w) => w.includes('missing'))).toBe(true);
|
||||||
|
});
|
||||||
|
|
||||||
|
it('appends user-supplied CSS after compiled output', () => {
|
||||||
|
const { css } = compileAdvancedTheme(
|
||||||
|
baseManifest({ tokens: { light: { primary: '#fff' } } }),
|
||||||
|
{ userCSS: '@font-face { font-family: "X"; src: local("X"); }' },
|
||||||
|
);
|
||||||
|
const compiledIdx = css.indexOf('--color-primary');
|
||||||
|
const userIdx = css.indexOf('@font-face');
|
||||||
|
expect(compiledIdx).toBeGreaterThanOrEqual(0);
|
||||||
|
expect(userIdx).toBeGreaterThan(compiledIdx);
|
||||||
|
});
|
||||||
|
});
|
||||||
@@ -1,9 +1,12 @@
|
|||||||
import { describe, it, expect, afterEach } from 'vitest';
|
import { describe, it, expect, afterEach } from 'vitest';
|
||||||
import {
|
import {
|
||||||
sanitizeThemeCSS,
|
sanitizeThemeCSS,
|
||||||
|
sanitizeSkinCSS,
|
||||||
validateThemeSelectors,
|
validateThemeSelectors,
|
||||||
injectThemeCSS,
|
injectThemeCSS,
|
||||||
removeThemeCSS,
|
removeThemeCSS,
|
||||||
|
injectThemeSkinCSS,
|
||||||
|
removeThemeSkinCSS,
|
||||||
validateThemeCSSSafety,
|
validateThemeCSSSafety,
|
||||||
} from '../theme-loader';
|
} from '../theme-loader';
|
||||||
|
|
||||||
@@ -144,6 +147,64 @@ describe('theme-loader', () => {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
describe('injectThemeSkinCSS / removeThemeSkinCSS', () => {
|
||||||
|
afterEach(() => {
|
||||||
|
removeThemeSkinCSS();
|
||||||
|
});
|
||||||
|
|
||||||
|
it('injects a separate <style> tag from the colour block', () => {
|
||||||
|
injectThemeCSS(':root { --color-primary: red; }');
|
||||||
|
injectThemeSkinCSS('button { padding: 4px; }', 'thunderbird');
|
||||||
|
expect(document.getElementById('active-theme')).not.toBeNull();
|
||||||
|
expect(document.getElementById('active-theme-skin')).not.toBeNull();
|
||||||
|
expect(document.getElementById('active-theme-skin')?.textContent).toContain('button');
|
||||||
|
});
|
||||||
|
|
||||||
|
it('sets data-theme-skin on body to the active theme id', () => {
|
||||||
|
injectThemeSkinCSS('button { padding: 4px; }', 'my-theme');
|
||||||
|
expect(document.body.getAttribute('data-theme-skin')).toBe('my-theme');
|
||||||
|
});
|
||||||
|
|
||||||
|
it('removes the skin tag and body attribute on remove', () => {
|
||||||
|
injectThemeSkinCSS('button { padding: 4px; }', 'my-theme');
|
||||||
|
removeThemeSkinCSS();
|
||||||
|
expect(document.getElementById('active-theme-skin')).toBeNull();
|
||||||
|
expect(document.body.getAttribute('data-theme-skin')).toBeNull();
|
||||||
|
});
|
||||||
|
|
||||||
|
it('does not throw when removing without a prior inject', () => {
|
||||||
|
expect(() => removeThemeSkinCSS()).not.toThrow();
|
||||||
|
});
|
||||||
|
});
|
||||||
|
|
||||||
|
describe('sanitizeSkinCSS', () => {
|
||||||
|
it('preserves component-level selectors', () => {
|
||||||
|
const css = '[data-tour="email-list"] { font-size: 13px; } button { padding: 4px; }';
|
||||||
|
const { css: cleaned, warnings } = sanitizeSkinCSS(css);
|
||||||
|
expect(cleaned).toBe(css);
|
||||||
|
expect(warnings).toHaveLength(0);
|
||||||
|
});
|
||||||
|
|
||||||
|
it('strips dangerous patterns', () => {
|
||||||
|
const { css: cleaned, warnings } = sanitizeSkinCSS(
|
||||||
|
'@import url("https://x.com/p.css"); button { background: javascript:alert(1); }',
|
||||||
|
);
|
||||||
|
expect(cleaned).not.toContain('@import');
|
||||||
|
expect(cleaned).not.toContain('javascript:');
|
||||||
|
expect(warnings.length).toBeGreaterThanOrEqual(2);
|
||||||
|
});
|
||||||
|
|
||||||
|
it('strips @charset and @namespace', () => {
|
||||||
|
const { css: cleaned, warnings } = sanitizeSkinCSS(
|
||||||
|
'@charset "utf-8"; @namespace url(http://www.w3.org/1999/xhtml); button { padding: 4px; }',
|
||||||
|
);
|
||||||
|
expect(cleaned).not.toContain('@charset');
|
||||||
|
expect(cleaned).not.toContain('@namespace');
|
||||||
|
expect(cleaned).toContain('button');
|
||||||
|
expect(warnings.length).toBeGreaterThanOrEqual(2);
|
||||||
|
});
|
||||||
|
});
|
||||||
|
|
||||||
describe('validateThemeCSSSafety', () => {
|
describe('validateThemeCSSSafety', () => {
|
||||||
it('accepts valid theme CSS', () => {
|
it('accepts valid theme CSS', () => {
|
||||||
const css = ':root { --color-primary: #3b82f6; --color-background: #fff; }';
|
const css = ':root { --color-primary: #3b82f6; --color-background: #fff; }';
|
||||||
|
|||||||
@@ -138,4 +138,38 @@ describe('verifyJmapAuth SSRF protection', () => {
|
|||||||
});
|
});
|
||||||
expect(fetchSpy).not.toHaveBeenCalled();
|
expect(fetchSpy).not.toHaveBeenCalled();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
it('with trusted=true, accepts a hostname resolving to a private IP', async () => {
|
||||||
|
lookup.mockResolvedValue([{ address: '10.0.20.5', family: 4 }]);
|
||||||
|
fetchSpy.mockResolvedValueOnce(
|
||||||
|
new Response(JSON.stringify({ apiUrl: 'https://mail.internal/api', accounts: {} }), {
|
||||||
|
status: 200,
|
||||||
|
headers: { 'content-type': 'application/json' },
|
||||||
|
}),
|
||||||
|
);
|
||||||
|
const { verifyJmapAuth } = await load();
|
||||||
|
await expect(
|
||||||
|
verifyJmapAuth('https://mail.internal', 'Bearer x', { trusted: true }),
|
||||||
|
).resolves.toBe('https://mail.internal');
|
||||||
|
expect(fetchSpy).toHaveBeenCalledWith(
|
||||||
|
'https://mail.internal/.well-known/jmap',
|
||||||
|
expect.objectContaining({ redirect: 'manual' }),
|
||||||
|
);
|
||||||
|
});
|
||||||
|
|
||||||
|
it('with trusted=true, still rejects unsupported protocols', async () => {
|
||||||
|
const { verifyJmapAuth } = await load();
|
||||||
|
await expect(
|
||||||
|
verifyJmapAuth('file:///etc/passwd', 'Bearer x', { trusted: true }),
|
||||||
|
).rejects.toMatchObject({ status: 400 });
|
||||||
|
expect(fetchSpy).not.toHaveBeenCalled();
|
||||||
|
});
|
||||||
|
|
||||||
|
it('with trusted=true, still rejects an invalid Authorization header', async () => {
|
||||||
|
const { verifyJmapAuth } = await load();
|
||||||
|
await expect(
|
||||||
|
verifyJmapAuth('https://mail.internal', 'NotAuth', { trusted: true }),
|
||||||
|
).rejects.toMatchObject({ status: 400 });
|
||||||
|
expect(fetchSpy).not.toHaveBeenCalled();
|
||||||
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ import { existsSync } from 'node:fs';
|
|||||||
import path from 'node:path';
|
import path from 'node:path';
|
||||||
import { logger } from '@/lib/logger';
|
import { logger } from '@/lib/logger';
|
||||||
import { readFileEnv } from '@/lib/read-file-env';
|
import { readFileEnv } from '@/lib/read-file-env';
|
||||||
import { CONFIG_ENV_MAP, DEFAULT_POLICY, DEFAULT_THEME_POLICY, type SettingsPolicy } from './types';
|
import { CONFIG_ENV_MAP, DEFAULT_FEATURE_GATES, DEFAULT_POLICY, DEFAULT_THEME_POLICY, type SettingsPolicy } from './types';
|
||||||
|
|
||||||
function getAdminDir(): string {
|
function getAdminDir(): string {
|
||||||
return process.env.ADMIN_DATA_DIR || path.join(process.cwd(), 'data', 'admin');
|
return process.env.ADMIN_DATA_DIR || path.join(process.cwd(), 'data', 'admin');
|
||||||
@@ -35,6 +35,7 @@ class ConfigManager {
|
|||||||
this.policyCache = {
|
this.policyCache = {
|
||||||
...DEFAULT_POLICY,
|
...DEFAULT_POLICY,
|
||||||
...policy,
|
...policy,
|
||||||
|
features: { ...DEFAULT_FEATURE_GATES, ...(policy.features || {}) },
|
||||||
themePolicy: { ...DEFAULT_THEME_POLICY, ...(policy.themePolicy || {}) },
|
themePolicy: { ...DEFAULT_THEME_POLICY, ...(policy.themePolicy || {}) },
|
||||||
};
|
};
|
||||||
} else {
|
} else {
|
||||||
@@ -143,7 +144,12 @@ class ConfigManager {
|
|||||||
* Update the settings policy. Writes to disk.
|
* Update the settings policy. Writes to disk.
|
||||||
*/
|
*/
|
||||||
async setPolicy(policy: SettingsPolicy): Promise<void> {
|
async setPolicy(policy: SettingsPolicy): Promise<void> {
|
||||||
this.policyCache = { ...DEFAULT_POLICY, ...policy };
|
this.policyCache = {
|
||||||
|
...DEFAULT_POLICY,
|
||||||
|
...policy,
|
||||||
|
features: { ...DEFAULT_FEATURE_GATES, ...(policy.features || {}) },
|
||||||
|
themePolicy: { ...DEFAULT_THEME_POLICY, ...(policy.themePolicy || {}) },
|
||||||
|
};
|
||||||
await this.writeJsonFile('policy.json', this.policyCache as unknown as Record<string, unknown>);
|
await this.writeJsonFile('policy.json', this.policyCache as unknown as Record<string, unknown>);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
* domains in the host CSP.
|
* domains in the host CSP.
|
||||||
*
|
*
|
||||||
* Origins are validated at install time and re-validated here as defense in
|
* Origins are validated at install time and re-validated here as defense in
|
||||||
* depth — any malformed value is dropped so a corrupted registry can never
|
* depth - any malformed value is dropped so a corrupted registry can never
|
||||||
* inject arbitrary CSP fragments.
|
* inject arbitrary CSP fragments.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@@ -65,7 +65,7 @@ const CACHE_TTL_MS = 5_000;
|
|||||||
* the server-side registry, deduped and validated.
|
* the server-side registry, deduped and validated.
|
||||||
*
|
*
|
||||||
* Returns an empty array on any failure (missing file, parse error, …) so
|
* Returns an empty array on any failure (missing file, parse error, …) so
|
||||||
* a broken registry only ever shrinks the CSP — never widens it.
|
* a broken registry only ever shrinks the CSP - never widens it.
|
||||||
*/
|
*/
|
||||||
export async function getEnabledPluginFrameOrigins(): Promise<string[]> {
|
export async function getEnabledPluginFrameOrigins(): Promise<string[]> {
|
||||||
const now = Date.now();
|
const now = Date.now();
|
||||||
|
|||||||
@@ -39,6 +39,7 @@ export interface FeatureGates {
|
|||||||
folderIconsEnabled: boolean;
|
folderIconsEnabled: boolean;
|
||||||
hoverActionsConfigEnabled: boolean;
|
hoverActionsConfigEnabled: boolean;
|
||||||
filesEnabled: boolean;
|
filesEnabled: boolean;
|
||||||
|
contactsEnabled: boolean;
|
||||||
}
|
}
|
||||||
|
|
||||||
export const DEFAULT_FEATURE_GATES: FeatureGates = {
|
export const DEFAULT_FEATURE_GATES: FeatureGates = {
|
||||||
@@ -58,6 +59,7 @@ export const DEFAULT_FEATURE_GATES: FeatureGates = {
|
|||||||
folderIconsEnabled: true,
|
folderIconsEnabled: true,
|
||||||
hoverActionsConfigEnabled: true,
|
hoverActionsConfigEnabled: true,
|
||||||
filesEnabled: true,
|
filesEnabled: true,
|
||||||
|
contactsEnabled: true,
|
||||||
};
|
};
|
||||||
|
|
||||||
export interface ThemePolicy {
|
export interface ThemePolicy {
|
||||||
|
|||||||
@@ -40,11 +40,15 @@ export function validateProxyAuthHeader(authHeader: string): void {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
export async function verifyJmapAuth(serverUrl: string, authHeader: string): Promise<string> {
|
export async function verifyJmapAuth(
|
||||||
|
serverUrl: string,
|
||||||
|
authHeader: string,
|
||||||
|
options: { trusted?: boolean } = {},
|
||||||
|
): Promise<string> {
|
||||||
const normalizedServerUrl = normalizeJmapServerUrl(serverUrl);
|
const normalizedServerUrl = normalizeJmapServerUrl(serverUrl);
|
||||||
validateProxyAuthHeader(authHeader);
|
validateProxyAuthHeader(authHeader);
|
||||||
|
|
||||||
if (!(await isPublicHttpUrl(normalizedServerUrl))) {
|
if (!options.trusted && !(await isPublicHttpUrl(normalizedServerUrl))) {
|
||||||
throw new JmapAuthVerificationError('Server URL is not allowed', 400);
|
throw new JmapAuthVerificationError('Server URL is not allowed', 400);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -56,7 +60,7 @@ export async function verifyJmapAuth(serverUrl: string, authHeader: string): Pro
|
|||||||
let response: Response | undefined;
|
let response: Response | undefined;
|
||||||
|
|
||||||
for (let i = 0; i <= MAX_REDIRECTS; i++) {
|
for (let i = 0; i <= MAX_REDIRECTS; i++) {
|
||||||
if (!(await isPublicHttpUrl(currentUrl))) {
|
if (!options.trusted && !(await isPublicHttpUrl(currentUrl))) {
|
||||||
throw new JmapAuthVerificationError('Server URL is not allowed', 400);
|
throw new JmapAuthVerificationError('Server URL is not allowed', 400);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -8,17 +8,27 @@ export function replaceWindowLocation(url: string): void {
|
|||||||
window.location.replace(url);
|
window.location.replace(url);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Build-time constant injected by next.config.ts. When the app is built with
|
||||||
|
// NEXT_PUBLIC_BASE_PATH=/webmail, Next.js itself prefixes routes and assets;
|
||||||
|
// helpers below use the same value so client code stays consistent.
|
||||||
|
const STATIC_BASE_PATH = (process.env.NEXT_PUBLIC_BASE_PATH ?? '').replace(/\/+$/, '');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the mount prefix from the current URL.
|
* Returns the mount prefix the app is served at.
|
||||||
* When the app is served behind a reverse proxy at e.g. /bulwark,
|
|
||||||
* the browser sees /bulwark/en/login while Next.js sees /en/login.
|
|
||||||
*
|
*
|
||||||
* If a locale is supplied (e.g. from route params) it is used directly;
|
* Resolution order:
|
||||||
* otherwise the first path segment that matches a known locale is used.
|
* 1. The build-time `NEXT_PUBLIC_BASE_PATH` constant (set in next.config.ts).
|
||||||
|
* 2. Runtime detection from `window.location.pathname` for legacy deploys
|
||||||
|
* where the reverse proxy mounts the app at a subpath without rebuilding.
|
||||||
|
*
|
||||||
|
* If a locale is supplied (e.g. from route params) it anchors the runtime
|
||||||
|
* detection; otherwise the first path segment that matches a known locale is
|
||||||
|
* used.
|
||||||
*
|
*
|
||||||
* Returns '' when there is no prefix.
|
* Returns '' when there is no prefix.
|
||||||
*/
|
*/
|
||||||
export function getPathPrefix(locale?: string): string {
|
export function getPathPrefix(locale?: string): string {
|
||||||
|
if (STATIC_BASE_PATH) return STATIC_BASE_PATH;
|
||||||
if (typeof window === 'undefined') return '';
|
if (typeof window === 'undefined') return '';
|
||||||
|
|
||||||
const segments = window.location.pathname.split('/').filter(Boolean);
|
const segments = window.location.pathname.split('/').filter(Boolean);
|
||||||
|
|||||||
+24
-3
@@ -95,6 +95,18 @@ export class DemoJMAPClient implements IJMAPClient {
|
|||||||
getLastStates(): AccountStates { return { ...this.lastStates }; }
|
getLastStates(): AccountStates { return { ...this.lastStates }; }
|
||||||
setLastStates(states: AccountStates): void { this.lastStates = { ...states }; }
|
setLastStates(states: AccountStates): void { this.lastStates = { ...states }; }
|
||||||
|
|
||||||
|
// PushSubscription endpoints have no meaning in demo mode - the demo client
|
||||||
|
// never makes real network calls so there's nothing for the relay to push to.
|
||||||
|
async listPushSubscriptions() { return []; }
|
||||||
|
async createPushSubscription(): Promise<string> {
|
||||||
|
throw new Error('Push subscriptions are not available in demo mode');
|
||||||
|
}
|
||||||
|
async verifyPushSubscription(): Promise<void> {
|
||||||
|
throw new Error('Push subscriptions are not available in demo mode');
|
||||||
|
}
|
||||||
|
async updatePushSubscription(): Promise<boolean> { return false; }
|
||||||
|
async destroyPushSubscription(): Promise<void> { /* no-op */ }
|
||||||
|
|
||||||
// ── Quota ─────────────────────────────────────────────────────
|
// ── Quota ─────────────────────────────────────────────────────
|
||||||
|
|
||||||
async getQuota(): Promise<{ used: number; total: number } | null> {
|
async getQuota(): Promise<{ used: number; total: number } | null> {
|
||||||
@@ -383,6 +395,7 @@ export class DemoJMAPClient implements IJMAPClient {
|
|||||||
draftId?: string,
|
draftId?: string,
|
||||||
attachments?: Array<{ blobId: string; name: string; type: string; size: number; disposition?: 'attachment' | 'inline'; cid?: string }>,
|
attachments?: Array<{ blobId: string; name: string; type: string; size: number; disposition?: 'attachment' | 'inline'; cid?: string }>,
|
||||||
_fromName?: string,
|
_fromName?: string,
|
||||||
|
htmlBody?: string,
|
||||||
): Promise<string> {
|
): Promise<string> {
|
||||||
const draftsMb = this.data.mailboxes.find(m => m.role === 'drafts');
|
const draftsMb = this.data.mailboxes.find(m => m.role === 'drafts');
|
||||||
const id = draftId || generateDemoId('email');
|
const id = draftId || generateDemoId('email');
|
||||||
@@ -402,9 +415,13 @@ export class DemoJMAPClient implements IJMAPClient {
|
|||||||
sentAt: new Date().toISOString(),
|
sentAt: new Date().toISOString(),
|
||||||
preview: body.substring(0, 200),
|
preview: body.substring(0, 200),
|
||||||
hasAttachment: !!attachments?.length,
|
hasAttachment: !!attachments?.length,
|
||||||
textBody: [{ partId: '1', blobId: generateDemoId('blob'), size: body.length, type: 'text/plain' }],
|
textBody: [{ partId: htmlBody ? 'text' : '1', blobId: generateDemoId('blob'), size: body.length, type: 'text/plain' }],
|
||||||
htmlBody: [],
|
htmlBody: htmlBody
|
||||||
bodyValues: { '1': { value: body } },
|
? [{ partId: 'html', blobId: generateDemoId('blob'), size: htmlBody.length, type: 'text/html' }]
|
||||||
|
: [],
|
||||||
|
bodyValues: htmlBody
|
||||||
|
? { text: { value: body }, html: { value: htmlBody } }
|
||||||
|
: { '1': { value: body } },
|
||||||
attachments: attachments?.map(a => ({ ...a, partId: generateDemoId('part') })),
|
attachments: attachments?.map(a => ({ ...a, partId: generateDemoId('part') })),
|
||||||
messageId: `<${id}@demo.example.com>`,
|
messageId: `<${id}@demo.example.com>`,
|
||||||
};
|
};
|
||||||
@@ -430,6 +447,8 @@ export class DemoJMAPClient implements IJMAPClient {
|
|||||||
_fromName?: string,
|
_fromName?: string,
|
||||||
htmlBody?: string,
|
htmlBody?: string,
|
||||||
attachments?: Array<{ blobId: string; name: string; type: string; size: number; disposition?: 'attachment' | 'inline'; cid?: string }>,
|
attachments?: Array<{ blobId: string; name: string; type: string; size: number; disposition?: 'attachment' | 'inline'; cid?: string }>,
|
||||||
|
inReplyTo?: string[],
|
||||||
|
references?: string[],
|
||||||
): Promise<void> {
|
): Promise<void> {
|
||||||
// Remove draft if updating
|
// Remove draft if updating
|
||||||
if (draftId) {
|
if (draftId) {
|
||||||
@@ -455,6 +474,8 @@ export class DemoJMAPClient implements IJMAPClient {
|
|||||||
bodyValues: htmlBody ? { '1': { value: body }, '2': { value: htmlBody } } : { '1': { value: body } },
|
bodyValues: htmlBody ? { '1': { value: body }, '2': { value: htmlBody } } : { '1': { value: body } },
|
||||||
attachments: attachments?.map(a => ({ ...a, partId: generateDemoId('part') })),
|
attachments: attachments?.map(a => ({ ...a, partId: generateDemoId('part') })),
|
||||||
messageId: `<${generateDemoId('msg')}@demo.example.com>`,
|
messageId: `<${generateDemoId('msg')}@demo.example.com>`,
|
||||||
|
inReplyTo: inReplyTo?.length ? inReplyTo : undefined,
|
||||||
|
references: references?.length ? references : undefined,
|
||||||
};
|
};
|
||||||
this.data.emails.push(email);
|
this.data.emails.push(email);
|
||||||
this.recalcMailboxCounts();
|
this.recalcMailboxCounts();
|
||||||
|
|||||||
@@ -151,6 +151,7 @@ export function collapseBlockedImageContainers(html: string): string {
|
|||||||
const hasVisibleMedia = el.querySelector('img:not([data-blocked-src]), video, canvas');
|
const hasVisibleMedia = el.querySelector('img:not([data-blocked-src]), video, canvas');
|
||||||
const hasLinks = el.querySelector('a[href]');
|
const hasLinks = el.querySelector('a[href]');
|
||||||
if (!hasVisibleText && !hasVisibleMedia && !hasLinks) {
|
if (!hasVisibleText && !hasVisibleMedia && !hasLinks) {
|
||||||
|
el.setAttribute('data-blocked-collapsed-style', el.style.cssText);
|
||||||
el.style.display = 'none';
|
el.style.display = 'none';
|
||||||
el.style.height = '0';
|
el.style.height = '0';
|
||||||
el.style.padding = '0';
|
el.style.padding = '0';
|
||||||
|
|||||||
@@ -0,0 +1,51 @@
|
|||||||
|
/**
|
||||||
|
* RFC 5322 §3.6.4 reply threading.
|
||||||
|
*
|
||||||
|
* Computes the In-Reply-To and References headers an outgoing reply must
|
||||||
|
* carry so MUAs can stitch the conversation back together.
|
||||||
|
*
|
||||||
|
* In-Reply-To = parent.Message-ID
|
||||||
|
* References = parent.References (if any) + parent.Message-ID
|
||||||
|
*
|
||||||
|
* Bare msg-ids only — angle brackets are stripped because JMAP RFC 8621
|
||||||
|
* §4.1.2.3 stores Message-IDs without them.
|
||||||
|
*/
|
||||||
|
|
||||||
|
export interface ParentThreadingInfo {
|
||||||
|
// JMAP RFC 8621 §4.1.2.3 specifies messageId as String[]|null, but the
|
||||||
|
// codebase has historically typed it as string. Accept either shape.
|
||||||
|
messageId?: string | string[];
|
||||||
|
references?: string[];
|
||||||
|
}
|
||||||
|
|
||||||
|
export interface ReplyThreadingHeaders {
|
||||||
|
inReplyTo: string[];
|
||||||
|
references: string[];
|
||||||
|
}
|
||||||
|
|
||||||
|
export function stripMessageIdBrackets(id: string): string {
|
||||||
|
return id.trim().replace(/^<+/, '').replace(/>+$/, '').trim();
|
||||||
|
}
|
||||||
|
|
||||||
|
export function computeReplyThreadingHeaders(
|
||||||
|
parent: ParentThreadingInfo | undefined,
|
||||||
|
): ReplyThreadingHeaders | null {
|
||||||
|
const rawId = Array.isArray(parent?.messageId) ? parent.messageId[0] : parent?.messageId;
|
||||||
|
const parentId = rawId ? stripMessageIdBrackets(rawId) : '';
|
||||||
|
if (!parentId) return null;
|
||||||
|
|
||||||
|
const ancestors = (parent?.references ?? [])
|
||||||
|
.map(stripMessageIdBrackets)
|
||||||
|
.filter(Boolean);
|
||||||
|
|
||||||
|
// De-dupe while preserving order; the parent's id closes the chain.
|
||||||
|
const seen = new Set<string>();
|
||||||
|
const references: string[] = [];
|
||||||
|
for (const id of [...ancestors, parentId]) {
|
||||||
|
if (seen.has(id)) continue;
|
||||||
|
seen.add(id);
|
||||||
|
references.push(id);
|
||||||
|
}
|
||||||
|
|
||||||
|
return { inReplyTo: [parentId], references };
|
||||||
|
}
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
import type { Email, Mailbox, StateChange, AccountStates, Thread, Identity, EmailAddress, ContactCard, AddressBook, AddressBookRights, VacationResponse, Calendar, CalendarRights, CalendarEvent, CalendarEventFilter, CalendarTask, FileNode, Principal } from "./types";
|
import type { Email, Mailbox, StateChange, AccountStates, Thread, Identity, EmailAddress, ContactCard, AddressBook, AddressBookRights, VacationResponse, Calendar, CalendarRights, CalendarEvent, CalendarEventFilter, CalendarTask, FileNode, Principal, PushSubscription } from "./types";
|
||||||
import type { SieveScript, SieveCapabilities } from "./sieve-types";
|
import type { SieveScript, SieveCapabilities } from "./sieve-types";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -51,6 +51,20 @@ export interface IJMAPClient {
|
|||||||
getLastStates(): AccountStates;
|
getLastStates(): AccountStates;
|
||||||
setLastStates(states: AccountStates): void;
|
setLastStates(states: AccountStates): void;
|
||||||
|
|
||||||
|
// ── PushSubscription (RFC 8620 §7.2) ───────────────────────────
|
||||||
|
// Browser-driven Web Push setup: register a relay URL the JMAP server can
|
||||||
|
// forward StateChange events to. Mobile uses the same primitives.
|
||||||
|
listPushSubscriptions(): Promise<PushSubscription[]>;
|
||||||
|
createPushSubscription(params: {
|
||||||
|
deviceClientId: string;
|
||||||
|
url: string;
|
||||||
|
types: string[];
|
||||||
|
expires?: string;
|
||||||
|
}): Promise<string>;
|
||||||
|
verifyPushSubscription(id: string, verificationCode: string): Promise<void>;
|
||||||
|
updatePushSubscription(id: string, patch: { expires?: string; types?: string[] }): Promise<boolean>;
|
||||||
|
destroyPushSubscription(id: string): Promise<void>;
|
||||||
|
|
||||||
// ── Quota ─────────────────────────────────────────────────────
|
// ── Quota ─────────────────────────────────────────────────────
|
||||||
getQuota(): Promise<{ used: number; total: number } | null>;
|
getQuota(): Promise<{ used: number; total: number } | null>;
|
||||||
|
|
||||||
@@ -115,6 +129,7 @@ export interface IJMAPClient {
|
|||||||
draftId?: string,
|
draftId?: string,
|
||||||
attachments?: Array<{ blobId: string; name: string; type: string; size: number; disposition?: 'attachment' | 'inline'; cid?: string }>,
|
attachments?: Array<{ blobId: string; name: string; type: string; size: number; disposition?: 'attachment' | 'inline'; cid?: string }>,
|
||||||
fromName?: string,
|
fromName?: string,
|
||||||
|
htmlBody?: string,
|
||||||
): Promise<string>;
|
): Promise<string>;
|
||||||
|
|
||||||
sendEmail(
|
sendEmail(
|
||||||
@@ -129,6 +144,8 @@ export interface IJMAPClient {
|
|||||||
fromName?: string,
|
fromName?: string,
|
||||||
htmlBody?: string,
|
htmlBody?: string,
|
||||||
attachments?: Array<{ blobId: string; name: string; type: string; size: number; disposition?: 'attachment' | 'inline'; cid?: string }>,
|
attachments?: Array<{ blobId: string; name: string; type: string; size: number; disposition?: 'attachment' | 'inline'; cid?: string }>,
|
||||||
|
inReplyTo?: string[],
|
||||||
|
references?: string[],
|
||||||
): Promise<void>;
|
): Promise<void>;
|
||||||
|
|
||||||
sendImipReply(opts: {
|
sendImipReply(opts: {
|
||||||
|
|||||||
+136
-11
@@ -1,4 +1,4 @@
|
|||||||
import type { Email, Mailbox, StateChange, AccountStates, Thread, Identity, EmailAddress, ContactCard, AddressBook, AddressBookRights, VacationResponse, Calendar, CalendarRights, CalendarEvent, CalendarEventFilter, CalendarTask, FileNode, FileNodeFilter, Principal } from "./types";
|
import type { Email, Mailbox, StateChange, AccountStates, Thread, Identity, EmailAddress, ContactCard, AddressBook, AddressBookRights, VacationResponse, Calendar, CalendarRights, CalendarEvent, CalendarEventFilter, CalendarTask, FileNode, FileNodeFilter, Principal, PushSubscription } from "./types";
|
||||||
import type { SieveScript, SieveCapabilities } from "./sieve-types";
|
import type { SieveScript, SieveCapabilities } from "./sieve-types";
|
||||||
import type { IJMAPClient } from "./client-interface";
|
import type { IJMAPClient } from "./client-interface";
|
||||||
import { toWildcardQuery } from "./search-utils";
|
import { toWildcardQuery } from "./search-utils";
|
||||||
@@ -294,6 +294,22 @@ function foldIcsLine(line: string): string {
|
|||||||
return chunks.join('\r\n');
|
return chunks.join('\r\n');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// JMAP RFC 8621 stores Message-IDs without angle brackets. Strip any that
|
||||||
|
// snuck in (e.g. when echoing values that originated from RFC 5322 headers).
|
||||||
|
function stripMessageIdBrackets(id: string): string {
|
||||||
|
return id.trim().replace(/^<+/, '').replace(/>+$/, '').trim();
|
||||||
|
}
|
||||||
|
|
||||||
|
// Some servers (notably Stalwart) return Identity.name in RFC 5322 mailbox
|
||||||
|
// form: `Display Name <addr@example.com>`. Re-emitting that as the JMAP
|
||||||
|
// from.name field produces a doubled From header (`"Name <addr>" <addr>`)
|
||||||
|
// whose display-name is invalid per RFC 5322 §3.4 and gets rejected by the
|
||||||
|
// submission validator — the email then sits forever in Drafts.
|
||||||
|
function sanitizeIdentityDisplayName(name: string | undefined | null): string {
|
||||||
|
if (!name) return '';
|
||||||
|
return name.replace(/\s*<[^>]*>\s*$/, '').trim();
|
||||||
|
}
|
||||||
|
|
||||||
export class JMAPClient implements IJMAPClient {
|
export class JMAPClient implements IJMAPClient {
|
||||||
private static readonly RATE_LIMIT_TOAST_THROTTLE_MS = 10_000;
|
private static readonly RATE_LIMIT_TOAST_THROTTLE_MS = 10_000;
|
||||||
|
|
||||||
@@ -1748,7 +1764,8 @@ export class JMAPClient implements IJMAPClient {
|
|||||||
]);
|
]);
|
||||||
|
|
||||||
if (response.methodResponses?.[0]?.[0] === "Identity/get") {
|
if (response.methodResponses?.[0]?.[0] === "Identity/get") {
|
||||||
return (response.methodResponses[0][1].list || []) as Identity[];
|
const list = (response.methodResponses[0][1].list || []) as Identity[];
|
||||||
|
return list.map((id) => ({ ...id, name: sanitizeIdentityDisplayName(id.name) }));
|
||||||
}
|
}
|
||||||
|
|
||||||
return [];
|
return [];
|
||||||
@@ -1933,7 +1950,8 @@ export class JMAPClient implements IJMAPClient {
|
|||||||
fromEmail?: string,
|
fromEmail?: string,
|
||||||
draftId?: string,
|
draftId?: string,
|
||||||
attachments?: Array<{ blobId: string; name: string; type: string; size: number; disposition?: 'attachment' | 'inline'; cid?: string }>,
|
attachments?: Array<{ blobId: string; name: string; type: string; size: number; disposition?: 'attachment' | 'inline'; cid?: string }>,
|
||||||
fromName?: string
|
fromName?: string,
|
||||||
|
htmlBody?: string
|
||||||
): Promise<string> {
|
): Promise<string> {
|
||||||
const mailboxes = await this.getMailboxes();
|
const mailboxes = await this.getMailboxes();
|
||||||
const draftsMailbox = mailboxes.find(mb => mb.role === 'drafts');
|
const draftsMailbox = mailboxes.find(mb => mb.role === 'drafts');
|
||||||
@@ -1952,20 +1970,27 @@ export class JMAPClient implements IJMAPClient {
|
|||||||
keywords: Record<string, boolean>;
|
keywords: Record<string, boolean>;
|
||||||
mailboxIds: Record<string, boolean>;
|
mailboxIds: Record<string, boolean>;
|
||||||
bodyValues: Record<string, { value: string }>;
|
bodyValues: Record<string, { value: string }>;
|
||||||
textBody: { partId: string }[];
|
textBody: { partId: string; type?: string }[];
|
||||||
|
htmlBody?: { partId: string; type: string }[];
|
||||||
attachments?: { blobId: string; type: string; name: string; disposition: string; cid?: string }[];
|
attachments?: { blobId: string; type: string; name: string; disposition: string; cid?: string }[];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const sanitizedFromName = sanitizeIdentityDisplayName(fromName);
|
||||||
const emailData: EmailDraft = {
|
const emailData: EmailDraft = {
|
||||||
from: [{ ...(fromName ? { name: fromName } : {}), email: fromEmail || this.username }],
|
from: [{ ...(sanitizedFromName ? { name: sanitizedFromName } : {}), email: fromEmail || this.username }],
|
||||||
to: to.map(email => ({ email })),
|
to: to.map(email => ({ email })),
|
||||||
cc: cc?.map(email => ({ email })),
|
cc: cc?.map(email => ({ email })),
|
||||||
bcc: bcc?.map(email => ({ email })),
|
bcc: bcc?.map(email => ({ email })),
|
||||||
subject,
|
subject,
|
||||||
keywords: { "$draft": true },
|
keywords: { "$draft": true },
|
||||||
mailboxIds: { [draftsMailbox.id]: true },
|
mailboxIds: { [draftsMailbox.id]: true },
|
||||||
bodyValues: { "1": { value: body } },
|
bodyValues: htmlBody
|
||||||
textBody: [{ partId: "1" }],
|
? { "text": { value: body }, "html": { value: htmlBody } }
|
||||||
|
: { "1": { value: body } },
|
||||||
|
textBody: htmlBody
|
||||||
|
? [{ partId: "text", type: "text/plain" }]
|
||||||
|
: [{ partId: "1" }],
|
||||||
|
...(htmlBody ? { htmlBody: [{ partId: "html", type: "text/html" }] } : {}),
|
||||||
};
|
};
|
||||||
|
|
||||||
if (attachments?.length) {
|
if (attachments?.length) {
|
||||||
@@ -2027,7 +2052,9 @@ export class JMAPClient implements IJMAPClient {
|
|||||||
draftId?: string,
|
draftId?: string,
|
||||||
fromName?: string,
|
fromName?: string,
|
||||||
htmlBody?: string,
|
htmlBody?: string,
|
||||||
attachments?: Array<{ blobId: string; name: string; type: string; size: number; disposition?: 'attachment' | 'inline'; cid?: string }>
|
attachments?: Array<{ blobId: string; name: string; type: string; size: number; disposition?: 'attachment' | 'inline'; cid?: string }>,
|
||||||
|
inReplyTo?: string[],
|
||||||
|
references?: string[]
|
||||||
): Promise<void> {
|
): Promise<void> {
|
||||||
const emailId = `send-${Date.now()}`;
|
const emailId = `send-${Date.now()}`;
|
||||||
const mailboxes = await this.getMailboxes();
|
const mailboxes = await this.getMailboxes();
|
||||||
@@ -2067,14 +2094,22 @@ export class JMAPClient implements IJMAPClient {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Per RFC 8621 §4.1.2.3 inReplyTo/references are arrays of bare msg-ids
|
||||||
|
// (no angle brackets). Stalwart may return them either way, so normalize.
|
||||||
|
const normalizedInReplyTo = inReplyTo?.map(stripMessageIdBrackets).filter(Boolean);
|
||||||
|
const normalizedReferences = references?.map(stripMessageIdBrackets).filter(Boolean);
|
||||||
|
|
||||||
|
const sanitizedFromName = sanitizeIdentityDisplayName(fromName);
|
||||||
// Always create a new email with the final body content
|
// Always create a new email with the final body content
|
||||||
const emailCreate: Record<string, unknown> = {
|
const emailCreate: Record<string, unknown> = {
|
||||||
from: [{ ...(fromName ? { name: fromName } : {}), email: fromEmail || this.username }],
|
from: [{ ...(sanitizedFromName ? { name: sanitizedFromName } : {}), email: fromEmail || this.username }],
|
||||||
replyTo: identityReplyTo?.length ? identityReplyTo : undefined,
|
replyTo: identityReplyTo?.length ? identityReplyTo : undefined,
|
||||||
to: to.map(email => ({ email })),
|
to: to.map(email => ({ email })),
|
||||||
cc: cc?.map(email => ({ email })),
|
cc: cc?.map(email => ({ email })),
|
||||||
bcc: bcc?.map(email => ({ email })),
|
bcc: bcc?.map(email => ({ email })),
|
||||||
subject,
|
subject,
|
||||||
|
inReplyTo: normalizedInReplyTo?.length ? normalizedInReplyTo : undefined,
|
||||||
|
references: normalizedReferences?.length ? normalizedReferences : undefined,
|
||||||
keywords: { "$seen": true, "$draft": true },
|
keywords: { "$seen": true, "$draft": true },
|
||||||
mailboxIds: { [draftsMailbox.id]: true },
|
mailboxIds: { [draftsMailbox.id]: true },
|
||||||
};
|
};
|
||||||
@@ -3057,11 +3092,19 @@ export class JMAPClient implements IJMAPClient {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private contactUsing(): string[] {
|
private contactUsing(): string[] {
|
||||||
return ["urn:ietf:params:jmap:core", "urn:ietf:params:jmap:contacts"];
|
const using = ["urn:ietf:params:jmap:core", "urn:ietf:params:jmap:contacts"];
|
||||||
|
if (this.hasCapability("urn:ietf:params:jmap:principals")) {
|
||||||
|
using.push("urn:ietf:params:jmap:principals:owner");
|
||||||
|
}
|
||||||
|
return using;
|
||||||
}
|
}
|
||||||
|
|
||||||
private calendarUsing(): string[] {
|
private calendarUsing(): string[] {
|
||||||
return ["urn:ietf:params:jmap:core", "urn:ietf:params:jmap:calendars"];
|
const using = ["urn:ietf:params:jmap:core", "urn:ietf:params:jmap:calendars"];
|
||||||
|
if (this.hasCapability("urn:ietf:params:jmap:principals")) {
|
||||||
|
using.push("urn:ietf:params:jmap:principals:owner");
|
||||||
|
}
|
||||||
|
return using;
|
||||||
}
|
}
|
||||||
|
|
||||||
private getCalendarCapableAccountIds(): string[] {
|
private getCalendarCapableAccountIds(): string[] {
|
||||||
@@ -3271,6 +3314,9 @@ export class JMAPClient implements IJMAPClient {
|
|||||||
const err = result.notUpdated[calendarId];
|
const err = result.notUpdated[calendarId];
|
||||||
throw new Error(err.description || "Failed to update calendar share");
|
throw new Error(err.description || "Failed to update calendar share");
|
||||||
}
|
}
|
||||||
|
if (!result?.updated || !(calendarId in result.updated)) {
|
||||||
|
throw new Error("Server did not confirm the share update");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -3296,6 +3342,9 @@ export class JMAPClient implements IJMAPClient {
|
|||||||
const err = result.notUpdated[addressBookId];
|
const err = result.notUpdated[addressBookId];
|
||||||
throw new Error(err.description || "Failed to update address book share");
|
throw new Error(err.description || "Failed to update address book share");
|
||||||
}
|
}
|
||||||
|
if (!result?.updated || !(addressBookId in result.updated)) {
|
||||||
|
throw new Error("Server did not confirm the share update");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private async fetchPaginatedContacts(
|
private async fetchPaginatedContacts(
|
||||||
@@ -5291,4 +5340,80 @@ export class JMAPClient implements IJMAPClient {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// ── PushSubscription (RFC 8620 §7.2) ──────────────────────────────
|
||||||
|
// Used by the PWA Web Push integration. The mobile app does the same dance
|
||||||
|
// through its own JMAP client - keep these in sync.
|
||||||
|
|
||||||
|
async listPushSubscriptions(): Promise<PushSubscription[]> {
|
||||||
|
const response = await this.request(
|
||||||
|
[['PushSubscription/get', { ids: null }, '0']],
|
||||||
|
['urn:ietf:params:jmap:core'],
|
||||||
|
);
|
||||||
|
const [, body] = response.methodResponses[0] ?? [];
|
||||||
|
return ((body as { list?: PushSubscription[] } | undefined)?.list) ?? [];
|
||||||
|
}
|
||||||
|
|
||||||
|
async createPushSubscription(params: {
|
||||||
|
deviceClientId: string;
|
||||||
|
url: string;
|
||||||
|
types: string[];
|
||||||
|
expires?: string;
|
||||||
|
}): Promise<string> {
|
||||||
|
const created: Record<string, unknown> = {
|
||||||
|
deviceClientId: params.deviceClientId,
|
||||||
|
url: params.url,
|
||||||
|
types: params.types,
|
||||||
|
};
|
||||||
|
if (params.expires) created.expires = params.expires;
|
||||||
|
|
||||||
|
const response = await this.request(
|
||||||
|
[['PushSubscription/set', { create: { new: created } }, '0']],
|
||||||
|
['urn:ietf:params:jmap:core'],
|
||||||
|
);
|
||||||
|
const [, body] = response.methodResponses[0] ?? [];
|
||||||
|
const result = (body as { created?: { new?: { id?: string } }; notCreated?: { new?: unknown } } | undefined);
|
||||||
|
const id = result?.created?.new?.id;
|
||||||
|
if (!id) {
|
||||||
|
throw new Error(
|
||||||
|
`PushSubscription/set create failed: ${JSON.stringify(result?.notCreated?.new ?? body)}`,
|
||||||
|
);
|
||||||
|
}
|
||||||
|
return id;
|
||||||
|
}
|
||||||
|
|
||||||
|
async verifyPushSubscription(id: string, verificationCode: string): Promise<void> {
|
||||||
|
const response = await this.request(
|
||||||
|
[['PushSubscription/set', { update: { [id]: { verificationCode } } }, '0']],
|
||||||
|
['urn:ietf:params:jmap:core'],
|
||||||
|
);
|
||||||
|
const [, body] = response.methodResponses[0] ?? [];
|
||||||
|
const notUpdated = (body as { notUpdated?: Record<string, unknown> } | undefined)?.notUpdated?.[id];
|
||||||
|
if (notUpdated) {
|
||||||
|
throw new Error(`PushSubscription verification failed: ${JSON.stringify(notUpdated)}`);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Returns false when the server rejects the update (e.g. the subscription
|
||||||
|
// was already destroyed) - the caller treats that as a signal to recreate.
|
||||||
|
async updatePushSubscription(
|
||||||
|
id: string,
|
||||||
|
patch: { expires?: string; types?: string[] },
|
||||||
|
): Promise<boolean> {
|
||||||
|
const response = await this.request(
|
||||||
|
[['PushSubscription/set', { update: { [id]: patch } }, '0']],
|
||||||
|
['urn:ietf:params:jmap:core'],
|
||||||
|
);
|
||||||
|
const [, body] = response.methodResponses[0] ?? [];
|
||||||
|
const r = body as { updated?: Record<string, unknown>; notUpdated?: Record<string, unknown> } | undefined;
|
||||||
|
if (r?.notUpdated?.[id]) return false;
|
||||||
|
return r?.updated?.[id] !== undefined;
|
||||||
|
}
|
||||||
|
|
||||||
|
async destroyPushSubscription(id: string): Promise<void> {
|
||||||
|
await this.request(
|
||||||
|
[['PushSubscription/set', { destroy: [id] }, '0']],
|
||||||
|
['urn:ietf:params:jmap:core'],
|
||||||
|
);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
+14
-1
@@ -7,8 +7,21 @@ export interface OAuthMetadata {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const CACHE_TTL_MS = 10 * 60 * 1000;
|
const CACHE_TTL_MS = 10 * 60 * 1000;
|
||||||
|
const CACHE_MAX_ENTRIES = 64;
|
||||||
const metadataCache = new Map<string, { metadata: OAuthMetadata; expiresAt: number }>();
|
const metadataCache = new Map<string, { metadata: OAuthMetadata; expiresAt: number }>();
|
||||||
|
|
||||||
|
function rememberMetadata(serverUrl: string, metadata: OAuthMetadata): void {
|
||||||
|
// Bound the cache so callers that can supply arbitrary serverUrl values
|
||||||
|
// (e.g. unauthenticated routes that fall back to user input) cannot
|
||||||
|
// exhaust memory. Map preserves insertion order, so the oldest entry is
|
||||||
|
// always the first one yielded by keys().
|
||||||
|
if (metadataCache.size >= CACHE_MAX_ENTRIES) {
|
||||||
|
const oldest = metadataCache.keys().next().value;
|
||||||
|
if (oldest !== undefined) metadataCache.delete(oldest);
|
||||||
|
}
|
||||||
|
metadataCache.set(serverUrl, { metadata, expiresAt: Date.now() + CACHE_TTL_MS });
|
||||||
|
}
|
||||||
|
|
||||||
export async function discoverOAuth(serverUrl: string): Promise<OAuthMetadata | null> {
|
export async function discoverOAuth(serverUrl: string): Promise<OAuthMetadata | null> {
|
||||||
const cached = metadataCache.get(serverUrl);
|
const cached = metadataCache.get(serverUrl);
|
||||||
if (cached && cached.expiresAt > Date.now()) return cached.metadata;
|
if (cached && cached.expiresAt > Date.now()) return cached.metadata;
|
||||||
@@ -38,7 +51,7 @@ export async function discoverOAuth(serverUrl: string): Promise<OAuthMetadata |
|
|||||||
revocation_endpoint: data.revocation_endpoint,
|
revocation_endpoint: data.revocation_endpoint,
|
||||||
end_session_endpoint: data.end_session_endpoint,
|
end_session_endpoint: data.end_session_endpoint,
|
||||||
};
|
};
|
||||||
metadataCache.set(serverUrl, { metadata, expiresAt: Date.now() + CACHE_TTL_MS });
|
rememberMetadata(serverUrl, metadata);
|
||||||
return metadata;
|
return metadata;
|
||||||
}
|
}
|
||||||
errors.push(`${url} response missing required endpoints`);
|
errors.push(`${url} response missing required endpoints`);
|
||||||
|
|||||||
+54
-2
@@ -23,7 +23,7 @@ import {
|
|||||||
taskHooks, templateHooks, smimeHooks, vacationHooks,
|
taskHooks, templateHooks, smimeHooks, vacationHooks,
|
||||||
uiHooks, themeHooks, toastHooks, dragDropHooks,
|
uiHooks, themeHooks, toastHooks, dragDropHooks,
|
||||||
keyboardHooks, appLifecycleHooks, accountSecurityHooks,
|
keyboardHooks, appLifecycleHooks, accountSecurityHooks,
|
||||||
sidebarAppHooks, avatarHooks, renderHooks,
|
sidebarAppHooks, avatarHooks, renderHooks, routerHooks,
|
||||||
} from './plugin-hooks';
|
} from './plugin-hooks';
|
||||||
import { createPluginI18n } from './plugin-i18n';
|
import { createPluginI18n } from './plugin-i18n';
|
||||||
import { toast as appToast } from '@/stores/toast-store';
|
import { toast as appToast } from '@/stores/toast-store';
|
||||||
@@ -187,6 +187,22 @@ export interface PluginHooksAPI {
|
|||||||
onQuotaChange: (handler: (...args: unknown[]) => unknown) => Disposable;
|
onQuotaChange: (handler: (...args: unknown[]) => unknown) => Disposable;
|
||||||
/** Intercept - receives MailtoContext, return false to prevent the system mail client */
|
/** Intercept - receives MailtoContext, return false to prevent the system mail client */
|
||||||
onMailtoIntercept: (handler: (ctx: import('./plugin-types').MailtoContext) => boolean | void | Promise<boolean | void>) => Disposable;
|
onMailtoIntercept: (handler: (ctx: import('./plugin-types').MailtoContext) => boolean | void | Promise<boolean | void>) => Disposable;
|
||||||
|
/** Transform - receives the OutgoingEmail and returns a (possibly modified) copy */
|
||||||
|
onTransformOutgoingEmail: (handler: (email: import('./plugin-types').OutgoingEmail) => import('./plugin-types').OutgoingEmail | void | Promise<import('./plugin-types').OutgoingEmail | void>) => Disposable;
|
||||||
|
/** Intercept - receives ReplyContext, return false to cancel */
|
||||||
|
onBeforeReply: (handler: (ctx: import('./plugin-types').ReplyContext) => boolean | void | Promise<boolean | void>) => Disposable;
|
||||||
|
onBeforeReplyAll: (handler: (ctx: import('./plugin-types').ReplyContext) => boolean | void | Promise<boolean | void>) => Disposable;
|
||||||
|
onBeforeForward: (handler: (ctx: import('./plugin-types').ReplyContext) => boolean | void | Promise<boolean | void>) => Disposable;
|
||||||
|
/** Intercept - receives AttachmentInfo, return false to refuse the upload */
|
||||||
|
onBeforeAttachmentUpload: (handler: (info: import('./plugin-types').AttachmentInfo) => boolean | void | Promise<boolean | void>) => Disposable;
|
||||||
|
onAfterAttachmentUpload: (handler: (info: import('./plugin-types').AttachmentInfo) => void) => Disposable;
|
||||||
|
onAttachmentDownload: (handler: (info: import('./plugin-types').AttachmentInfo) => void) => Disposable;
|
||||||
|
/** Transform - receives AttachmentPreview, may return a modified preview */
|
||||||
|
onAttachmentPreview: (handler: (preview: import('./plugin-types').AttachmentPreview, info: import('./plugin-types').AttachmentInfo) => import('./plugin-types').AttachmentPreview | void | Promise<import('./plugin-types').AttachmentPreview | void>) => Disposable;
|
||||||
|
/** Transform - receives ExternalSearchResult[] and returns an extended array */
|
||||||
|
onProvideSearchResults: (handler: (results: import('./plugin-types').ExternalSearchResult[], ctx: { query: string; filters: import('./plugin-types').SearchFilters }) => import('./plugin-types').ExternalSearchResult[] | void | Promise<import('./plugin-types').ExternalSearchResult[] | void>) => Disposable;
|
||||||
|
/** Observer - debounced snapshot of the composer draft */
|
||||||
|
onDraftChange: (handler: (draft: import('./plugin-types').DraftView) => void) => Disposable;
|
||||||
// Calendar
|
// Calendar
|
||||||
onCalendarEventOpen: (handler: (...args: unknown[]) => unknown) => Disposable;
|
onCalendarEventOpen: (handler: (...args: unknown[]) => unknown) => Disposable;
|
||||||
onBeforeEventCreate: (handler: (...args: unknown[]) => unknown) => Disposable;
|
onBeforeEventCreate: (handler: (...args: unknown[]) => unknown) => Disposable;
|
||||||
@@ -204,6 +220,8 @@ export interface PluginHooksAPI {
|
|||||||
onICalSubscriptionChange: (handler: (...args: unknown[]) => unknown) => Disposable;
|
onICalSubscriptionChange: (handler: (...args: unknown[]) => unknown) => Disposable;
|
||||||
onCalendarAlert: (handler: (...args: unknown[]) => unknown) => Disposable;
|
onCalendarAlert: (handler: (...args: unknown[]) => unknown) => Disposable;
|
||||||
onCalendarAlertAcknowledge: (handler: (...args: unknown[]) => unknown) => Disposable;
|
onCalendarAlertAcknowledge: (handler: (...args: unknown[]) => unknown) => Disposable;
|
||||||
|
/** Transform - receives ConflictWarning[] and returns an extended array */
|
||||||
|
onCheckEventConflicts: (handler: (warnings: import('./plugin-types').ConflictWarning[], ctx: { event: import('./plugin-types').CalendarEventFormView }) => import('./plugin-types').ConflictWarning[] | void | Promise<import('./plugin-types').ConflictWarning[] | void>) => Disposable;
|
||||||
// Calendar Form
|
// Calendar Form
|
||||||
onCalendarEventFormOpen: (handler: (...args: unknown[]) => unknown) => Disposable;
|
onCalendarEventFormOpen: (handler: (...args: unknown[]) => unknown) => Disposable;
|
||||||
onCalendarEventFormSave: (handler: (...args: unknown[]) => unknown) => Disposable;
|
onCalendarEventFormSave: (handler: (...args: unknown[]) => unknown) => Disposable;
|
||||||
@@ -220,6 +238,8 @@ export interface PluginHooksAPI {
|
|||||||
onContactGroupChange: (handler: (...args: unknown[]) => unknown) => Disposable;
|
onContactGroupChange: (handler: (...args: unknown[]) => unknown) => Disposable;
|
||||||
onContactGroupMemberChange: (handler: (...args: unknown[]) => unknown) => Disposable;
|
onContactGroupMemberChange: (handler: (...args: unknown[]) => unknown) => Disposable;
|
||||||
onContactMove: (handler: (...args: unknown[]) => unknown) => Disposable;
|
onContactMove: (handler: (...args: unknown[]) => unknown) => Disposable;
|
||||||
|
/** Transform - receives RecipientSuggestion[] and returns an extended array */
|
||||||
|
onProvideRecipientSuggestions: (handler: (suggestions: import('./plugin-types').RecipientSuggestion[], ctx: { query: string }) => import('./plugin-types').RecipientSuggestion[] | void | Promise<import('./plugin-types').RecipientSuggestion[] | void>) => Disposable;
|
||||||
// Files
|
// Files
|
||||||
onFileNavigate: (handler: (...args: unknown[]) => unknown) => Disposable;
|
onFileNavigate: (handler: (...args: unknown[]) => unknown) => Disposable;
|
||||||
onBeforeFileUpload: (handler: (...args: unknown[]) => unknown) => Disposable;
|
onBeforeFileUpload: (handler: (...args: unknown[]) => unknown) => Disposable;
|
||||||
@@ -297,6 +317,10 @@ export interface PluginHooksAPI {
|
|||||||
onColumnResize: (handler: (...args: unknown[]) => unknown) => Disposable;
|
onColumnResize: (handler: (...args: unknown[]) => unknown) => Disposable;
|
||||||
onMobileBack: (handler: () => void) => Disposable;
|
onMobileBack: (handler: () => void) => Disposable;
|
||||||
onMobileViewSwitch: (handler: (...args: unknown[]) => unknown) => Disposable;
|
onMobileViewSwitch: (handler: (...args: unknown[]) => unknown) => Disposable;
|
||||||
|
/** Intercept - receives ExternalLinkContext, return false to cancel navigation */
|
||||||
|
onBeforeExternalLink: (handler: (ctx: import('./plugin-types').ExternalLinkContext) => boolean | void | Promise<boolean | void>) => Disposable;
|
||||||
|
/** Observer - debounced text-selection change */
|
||||||
|
onTextSelectionChange: (handler: (ctx: import('./plugin-types').SelectionContext) => void) => Disposable;
|
||||||
// Theme
|
// Theme
|
||||||
onThemeChange: (handler: (...args: unknown[]) => unknown) => Disposable;
|
onThemeChange: (handler: (...args: unknown[]) => unknown) => Disposable;
|
||||||
onCustomThemeChange: (handler: (...args: unknown[]) => unknown) => Disposable;
|
onCustomThemeChange: (handler: (...args: unknown[]) => unknown) => Disposable;
|
||||||
@@ -305,6 +329,8 @@ export interface PluginHooksAPI {
|
|||||||
onToastShow: (handler: (...args: unknown[]) => unknown) => Disposable;
|
onToastShow: (handler: (...args: unknown[]) => unknown) => Disposable;
|
||||||
onToastDismiss: (handler: (...args: unknown[]) => unknown) => Disposable;
|
onToastDismiss: (handler: (...args: unknown[]) => unknown) => Disposable;
|
||||||
onBrowserNotification: (handler: (...args: unknown[]) => unknown) => Disposable;
|
onBrowserNotification: (handler: (...args: unknown[]) => unknown) => Disposable;
|
||||||
|
/** Observer fired when an OS-level notification is clicked */
|
||||||
|
onNotificationClick: (handler: (ctx: { tag: string; data?: unknown }) => void) => Disposable;
|
||||||
// Drag & Drop
|
// Drag & Drop
|
||||||
onDragStart: (handler: (...args: unknown[]) => unknown) => Disposable;
|
onDragStart: (handler: (...args: unknown[]) => unknown) => Disposable;
|
||||||
onDragEnd: (handler: (...args: unknown[]) => unknown) => Disposable;
|
onDragEnd: (handler: (...args: unknown[]) => unknown) => Disposable;
|
||||||
@@ -320,6 +346,12 @@ export interface PluginHooksAPI {
|
|||||||
onBeforeUnload: (handler: () => void) => Disposable;
|
onBeforeUnload: (handler: () => void) => Disposable;
|
||||||
onAppError: (handler: (...args: unknown[]) => unknown) => Disposable;
|
onAppError: (handler: (...args: unknown[]) => unknown) => Disposable;
|
||||||
onInterval: (handler: () => void, intervalMs: number) => Disposable;
|
onInterval: (handler: () => void, intervalMs: number) => Disposable;
|
||||||
|
/** Observer - browser window focus / blur */
|
||||||
|
onWindowFocus: (handler: () => void) => Disposable;
|
||||||
|
onWindowBlur: (handler: () => void) => Disposable;
|
||||||
|
/** Observer - network connectivity transitions */
|
||||||
|
onOnline: (handler: () => void) => Disposable;
|
||||||
|
onOffline: (handler: () => void) => Disposable;
|
||||||
// Account Security
|
// Account Security
|
||||||
onPasswordChange: (handler: () => void) => Disposable;
|
onPasswordChange: (handler: () => void) => Disposable;
|
||||||
onTotpChange: (handler: (...args: unknown[]) => unknown) => Disposable;
|
onTotpChange: (handler: (...args: unknown[]) => unknown) => Disposable;
|
||||||
@@ -335,6 +367,11 @@ export interface PluginHooksAPI {
|
|||||||
// Render - transform hook for email list row badges
|
// Render - transform hook for email list row badges
|
||||||
// Handler: (badges: EmailListBadge[], ctx: { emailId: string; email: EmailReadView }) => EmailListBadge[]
|
// Handler: (badges: EmailListBadge[], ctx: { emailId: string; email: EmailReadView }) => EmailListBadge[]
|
||||||
onEmailListItemRender: (handler: (...args: unknown[]) => unknown) => Disposable;
|
onEmailListItemRender: (handler: (...args: unknown[]) => unknown) => Disposable;
|
||||||
|
// Router
|
||||||
|
/** Observer - fired on every in-app navigation. RouteContext.from holds the previous path. */
|
||||||
|
onNavigate: (handler: (ctx: import('./plugin-types').RouteContext) => void) => Disposable;
|
||||||
|
onRouteEnter: (handler: (ctx: import('./plugin-types').RouteContext) => void) => Disposable;
|
||||||
|
onRouteLeave: (handler: (ctx: import('./plugin-types').RouteContext) => void) => Disposable;
|
||||||
}
|
}
|
||||||
|
|
||||||
// --- Permission mapping for hooks ----------------------------
|
// --- Permission mapping for hooks ----------------------------
|
||||||
@@ -350,7 +387,13 @@ const HOOK_PERMISSIONS: Record<string, Permission> = {
|
|||||||
onEmailSelectionChange: 'email:read', onNewEmailReceived: 'email:read',
|
onEmailSelectionChange: 'email:read', onNewEmailReceived: 'email:read',
|
||||||
onPushConnectionChange: 'email:read', onQuotaChange: 'email:read',
|
onPushConnectionChange: 'email:read', onQuotaChange: 'email:read',
|
||||||
onMailtoIntercept: 'email:read', onEmailListItemRender: 'email:read',
|
onMailtoIntercept: 'email:read', onEmailListItemRender: 'email:read',
|
||||||
|
onBeforeReply: 'email:read', onBeforeReplyAll: 'email:read',
|
||||||
|
onBeforeForward: 'email:read', onAttachmentDownload: 'email:read',
|
||||||
|
onAttachmentPreview: 'email:read', onProvideSearchResults: 'email:read',
|
||||||
|
onDraftChange: 'email:read',
|
||||||
|
onBeforeAttachmentUpload: 'email:write', onAfterAttachmentUpload: 'email:write',
|
||||||
onBeforeEmailSend: 'email:send', onAfterEmailSend: 'email:send',
|
onBeforeEmailSend: 'email:send', onAfterEmailSend: 'email:send',
|
||||||
|
onTransformOutgoingEmail: 'email:send',
|
||||||
onBeforeEmailDelete: 'email:write', onAfterEmailDelete: 'email:write',
|
onBeforeEmailDelete: 'email:write', onAfterEmailDelete: 'email:write',
|
||||||
onBeforeEmailMove: 'email:write', onAfterEmailMove: 'email:write',
|
onBeforeEmailMove: 'email:write', onAfterEmailMove: 'email:write',
|
||||||
onEmailArchive: 'email:write', onEmailUnarchive: 'email:write',
|
onEmailArchive: 'email:write', onEmailUnarchive: 'email:write',
|
||||||
@@ -362,6 +405,7 @@ const HOOK_PERMISSIONS: Record<string, Permission> = {
|
|||||||
onCalendarEventOpen: 'calendar:read', onCalendarDateChange: 'calendar:read',
|
onCalendarEventOpen: 'calendar:read', onCalendarDateChange: 'calendar:read',
|
||||||
onCalendarViewChange: 'calendar:read', onCalendarVisibilityToggle: 'calendar:read',
|
onCalendarViewChange: 'calendar:read', onCalendarVisibilityToggle: 'calendar:read',
|
||||||
onCalendarAlert: 'calendar:read', onCalendarAlertAcknowledge: 'calendar:read',
|
onCalendarAlert: 'calendar:read', onCalendarAlertAcknowledge: 'calendar:read',
|
||||||
|
onCheckEventConflicts: 'calendar:read',
|
||||||
onCalendarEventFormOpen: 'calendar:read', onCalendarEventFormSave: 'calendar:write',
|
onCalendarEventFormOpen: 'calendar:read', onCalendarEventFormSave: 'calendar:write',
|
||||||
onBeforeEventCreate: 'calendar:write', onAfterEventCreate: 'calendar:write',
|
onBeforeEventCreate: 'calendar:write', onAfterEventCreate: 'calendar:write',
|
||||||
onBeforeEventUpdate: 'calendar:write', onAfterEventUpdate: 'calendar:write',
|
onBeforeEventUpdate: 'calendar:write', onAfterEventUpdate: 'calendar:write',
|
||||||
@@ -370,6 +414,7 @@ const HOOK_PERMISSIONS: Record<string, Permission> = {
|
|||||||
onCalendarChange: 'calendar:write', onICalSubscriptionChange: 'calendar:write',
|
onCalendarChange: 'calendar:write', onICalSubscriptionChange: 'calendar:write',
|
||||||
// Contacts
|
// Contacts
|
||||||
onContactOpen: 'contacts:read', onContactSelectionChange: 'contacts:read',
|
onContactOpen: 'contacts:read', onContactSelectionChange: 'contacts:read',
|
||||||
|
onProvideRecipientSuggestions: 'contacts:read',
|
||||||
onBeforeContactCreate: 'contacts:write', onAfterContactCreate: 'contacts:write',
|
onBeforeContactCreate: 'contacts:write', onAfterContactCreate: 'contacts:write',
|
||||||
onBeforeContactUpdate: 'contacts:write', onAfterContactUpdate: 'contacts:write',
|
onBeforeContactUpdate: 'contacts:write', onAfterContactUpdate: 'contacts:write',
|
||||||
onBeforeContactDelete: 'contacts:write', onAfterContactDelete: 'contacts:write',
|
onBeforeContactDelete: 'contacts:write', onAfterContactDelete: 'contacts:write',
|
||||||
@@ -419,12 +464,13 @@ const HOOK_PERMISSIONS: Record<string, Permission> = {
|
|||||||
onSidebarCollapse: 'ui:observe', onDeviceTypeChange: 'ui:observe',
|
onSidebarCollapse: 'ui:observe', onDeviceTypeChange: 'ui:observe',
|
||||||
onColumnResize: 'ui:observe', onMobileBack: 'ui:observe',
|
onColumnResize: 'ui:observe', onMobileBack: 'ui:observe',
|
||||||
onMobileViewSwitch: 'ui:observe',
|
onMobileViewSwitch: 'ui:observe',
|
||||||
|
onBeforeExternalLink: 'ui:observe', onTextSelectionChange: 'ui:observe',
|
||||||
// Theme
|
// Theme
|
||||||
onThemeChange: 'ui:observe', onCustomThemeChange: 'ui:observe',
|
onThemeChange: 'ui:observe', onCustomThemeChange: 'ui:observe',
|
||||||
onLocaleChange: 'ui:observe',
|
onLocaleChange: 'ui:observe',
|
||||||
// Toast
|
// Toast
|
||||||
onToastShow: 'ui:observe', onToastDismiss: 'ui:observe',
|
onToastShow: 'ui:observe', onToastDismiss: 'ui:observe',
|
||||||
onBrowserNotification: 'ui:observe',
|
onBrowserNotification: 'ui:observe', onNotificationClick: 'ui:observe',
|
||||||
// Drag & Drop
|
// Drag & Drop
|
||||||
onDragStart: 'ui:observe', onDragEnd: 'ui:observe',
|
onDragStart: 'ui:observe', onDragEnd: 'ui:observe',
|
||||||
onEmailDrop: 'ui:observe', onTagDrop: 'ui:observe',
|
onEmailDrop: 'ui:observe', onTagDrop: 'ui:observe',
|
||||||
@@ -435,6 +481,8 @@ const HOOK_PERMISSIONS: Record<string, Permission> = {
|
|||||||
onAppReady: 'app:lifecycle', onVisibilityChange: 'app:lifecycle',
|
onAppReady: 'app:lifecycle', onVisibilityChange: 'app:lifecycle',
|
||||||
onBeforeUnload: 'app:lifecycle', onAppError: 'app:lifecycle',
|
onBeforeUnload: 'app:lifecycle', onAppError: 'app:lifecycle',
|
||||||
onInterval: 'app:lifecycle',
|
onInterval: 'app:lifecycle',
|
||||||
|
onWindowFocus: 'app:lifecycle', onWindowBlur: 'app:lifecycle',
|
||||||
|
onOnline: 'app:lifecycle', onOffline: 'app:lifecycle',
|
||||||
// Account Security
|
// Account Security
|
||||||
onPasswordChange: 'security:read', onTotpChange: 'security:read',
|
onPasswordChange: 'security:read', onTotpChange: 'security:read',
|
||||||
onAppPasswordChange: 'security:read', onEncryptionChange: 'security:read',
|
onAppPasswordChange: 'security:read', onEncryptionChange: 'security:read',
|
||||||
@@ -444,6 +492,8 @@ const HOOK_PERMISSIONS: Record<string, Permission> = {
|
|||||||
onSidebarAppChange: 'ui:observe',
|
onSidebarAppChange: 'ui:observe',
|
||||||
// Avatar
|
// Avatar
|
||||||
onAvatarResolve: 'email:read',
|
onAvatarResolve: 'email:read',
|
||||||
|
// Router
|
||||||
|
onNavigate: 'ui:observe', onRouteEnter: 'ui:observe', onRouteLeave: 'ui:observe',
|
||||||
};
|
};
|
||||||
|
|
||||||
// Map hook names → actual HookBus instances
|
// Map hook names → actual HookBus instances
|
||||||
@@ -494,6 +544,8 @@ const HOOK_BUSES: Record<string, { register: (pluginId: string, handler: (...arg
|
|||||||
...Object.fromEntries(Object.entries(avatarHooks)),
|
...Object.fromEntries(Object.entries(avatarHooks)),
|
||||||
// Render
|
// Render
|
||||||
...Object.fromEntries(Object.entries(renderHooks)),
|
...Object.fromEntries(Object.entries(renderHooks)),
|
||||||
|
// Router
|
||||||
|
...Object.fromEntries(Object.entries(routerHooks)),
|
||||||
};
|
};
|
||||||
|
|
||||||
// --- Slot registration bridge --------------------------------
|
// --- Slot registration bridge --------------------------------
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user