Replace editor/preview toggle with inline template editor
New TemplateInlineEditor component renders the full template (header, backgrounds, margins, signature) with a borderless Quill editor embedded in the body area....
Add "No Template" option to template scope dropdown
Adds a "No Template" option at the top of the template dropdown list. When selected, skips the backend fetch and renders plain email body without any header, si...
Add template scope dropdown and preview tab to tool window email composer
Add to the MessageTool (tool window email composer, not the standalone MessageComposer): - Template scope dropdown in the subject row: Individual (default), D...
Add template scope selector and preview tab to email composer
- Add template scope dropdown (Organization / Department / Individual User) to the toolbar row, defaulting to Individual User - Fetch the saved template from ...
Wire signature templates to backend for persistent save/load
- Add backendAdapter.ts with bidirectional mapping between frontend SignatureConfig and backend flat entity format - Generate pre-rendered HTML with placehold...
Add email signature template CRUD endpoints
REST controller at /api/email/signature-templates with: - GET /{scope} — retrieve template by org+scope - PUT /{scope} — create or update template (upsert) - DE...
EmailSignatureTemplate のエンティティティとリポジトリを追加する
JPA は、メールヘッダ/signature/footer テンプレートを永続させるためのエンティティティティティティ 組織スコープごとの構成。 すべてのデザイン設定を保存し、 テンプレートの選択、画像ソース、および法的フッターの設定 正規カラム。 また、非正規化レンダリングされた HTML カラムを含む (ヘッダー、...
Derive signature content from backend, add social links management
- Remove manual Personal Information, Company Information, and Social Links sections from the signature Content tab — data is now pulled automatically from ...
Add website and social links to member profile GET/PUT endpoints
GET /api/security/members/{id} now returns website and socialLinks fields. PUT /api/security/members/{id} accepts website (string) and socialLinks (map of platf...
組織とメンバーにウェブサイトとソーシャルリンクフィールドを追加
LinkedIn、Twitter、LinkedIn のフィールドで埋め込む EmbSocialLink を追加します。 Facebook、Instagram、YouTube、TikTok、GitHubのURL。 ウェブサイト(VARCHAR 500)を追加し、両方の組織にソーシャルリンクを埋め込む カラムのプレフィッ...
Add near/far background colors, margin/padding sliders, center email option
Design tab additions: - Near Background color (content area background, default white) - Far Background color (outer email area background, default white) - Mar...
Add image scale sliders, signature image type, and footer alignment
- Add three image source selectors: Header Image, Signature Image, Footer Image (each with None / Member Avatar / Logo Simple / Logo Full options) - Add scale...
Replace photo upload with Header/Footer image source selectors
Replace the drag-and-drop photo upload with two dropdown selectors: - Header Image: None | Member Avatar | Logo Simple | Logo Full - Footer Image: same options ...
Add Header tab with 29 header templates and rename UI labels
- Add "Header" tab with 29 email header templates (banner, accent, branded, decorative categories) plus "No Header" option - Rename "Template" tab to "Signatu...
Add 21 additional email signature templates
Add elegant-border, two-column-grid, banner-top, gradient-accent, card-style, left-aligned-clean, right-photo, centered-minimal, executive, creative-blocks, tec...
Rebuild email signature manager with template-based visual builder
Replace the basic Quill rich text editor with a structured, form-driven signature builder featuring 8 professional templates, design customization controls (col...
KBの記事ビューに未公開と削除ボタンを追加
逆転するUnpublishボタン(PUBLISHEDの記事で可視)を追加 AIチャットからDRAFTを削除 確認で削除ボタンを追加 ダイアログ 未公開エンドポイントのプロキシルートを追加します.
Handle unpublished events by removing vectors from Qdrant
When an article is unpublished, delete its vectors from Qdrant so the AI chat no longer references it.
Add unpublish endpoint for KB articles
Add POST /articles/{guid}/unpublish that sets status back to DRAFT and publishes a kb.article.unpublished NATS event so RAGService can remove the article from t...
記事の詳細でレビューを保留するためのeager-fetchクエリを追加
メニュー JOIN FETCHesのクエリ 記事のエンティティティティは、レビューリストには記事の guid/title を含めることができます LazyInitializationExceptionなしで.
Add ShadCN-inspired editor theme with visible table borders
Add a comprehensive CSS theme for the LexKit editor with styled typography, visible table cell borders, code block styling, blockquote formatting, and syntax hi...
Replace Plate.js with LexKit editor and add KB resource management
Replace Plate.js editor with LexKit (Lexical-based) including custom Video, Audio, and MediaCard extensions. Add WordPress-style media browser with drag-and-dro...
Add org-level resource management and article-media linking APIs
Rewrite KbMediaService/Controller for org-level media CRUD with paginated listing, search, metadata update, and soft delete. Add article-media link/unlink/sync ...
記事からKBメディアをDecoupleし、リソース管理サポートを追加
KbArticle(Remove article FK)からKbMediaをDecouple氏がKbArticleMediaを追加 多対面的な記事-メディアリンクのためのテーブルに参加, タイトル/説明を追加/ dateUpdateフィールドをKbMediaに追加し、MANAGE KB RESOURCESを右に追加し、...