ログインSQLで正しいsecurity levelカラムリファレンス
security level はメンバーテーブル(m)に、member team member (e) ではありません。 間違ったエイリアス e.security level は、SQL 全体をサイレントに失敗させ、 クエリ結果から、memberType は設定されていない.
ログイン時にRedisセッションでMemberTypeを保存
E.id に CASE を追加するには、 'TEAM MEMBER' ELSE 'MEMBER' END をNULLしない ログイン SQL クエリで、結果を createSession から Redis に渡します。 そのため、フロントエンドは、セッションデータから定期的にメンバーを識別できます.
ImageController と Bean/imaging を削除 — コンバージョンサービスと DocsService に移動
/api/conversion/imaging/* でコンバージョンサービスでエンドポイントをアップロードできるようになりました。 /api/docs/imaging/* で DocsService に、エンドポイントを管理およびダウンロードできるようになりました.
サムネイル生成を変換サービスに委譲し、PDFBoxの依存性を削除
generateAndStoreThumbnails が変換されたPDFを変換サービスにPOST メニュー 応答を解凍し、それぞれ保存します thumb p{n}.png は MinIO で、ページごとの WS の進捗状況を公開します。 PDFBox を削除しました.
テンプレートのアップロード時のシンクロパーページサムネイル生成と粒状WSの進捗
- pom.xml に PDFBox の依存性を追加 - 変換されたPDFを保存した後、PDFRendererを介してすべてのページをレンダリングし、それぞれを{id} thumb p{n}.pngとしてアップロードします。 - 公開 generate thumbnails WS の進行イベントページ(72-95% の...
Add Webhook シークレット検証 変更ログエンドポイント
Defense-in-depth: validates *** ヘッダ上の APIService ゲートウェイの検証に加えて、SecureService 側.
会員アクセスレベルとオーナーステータスエンドポイントの追加
GET と PATCH を追加 アクセスレベルを完全権限の執行で読み、更新するためのエンドポイント。 CreateOrganizationOwner を使用する組織作成を更新します.
8つの異なるWebSocketのアップデートで顆粒変換段階を追加
ステージ: ダウンロード(0-15%) → 準備 (15-20%) → 変換 (20-65%) → 検証 (65-75%) → 保存 (75-90%) → 確定 (90-100%) → 完了
Add extensive logging to synchronous conversion flow, fix bucket lookup
Use img.getAssocId() for bucket instead of local assocType variable. Add step-by-step logging for download, conversion call, and result.
Serialize imgId as String to prevent JavaScript precision loss
CockroachDB unique_rowid() IDs exceed Number.MAX_SAFE_INTEGER. Changed imgId from Long to String in UploadDocumentResponse and DocumentMetadata DTOs so Jackson ...
Download converted PDF from MinIO instead of original file
The converted-pdf endpoint was calling imageService.downloadDocument() which returns the original file. Now downloads directly from MinIO using the convertedDat...
電子署名テンプレートのアップロードのための同期PDF変換
テンプレートのアップロードは、変換サービスを介して直接変換します。 アップロード. リクエスト リアルタイムWebSocketのNATS進捗イベントを公開 フロントエンドの更新。 変換が失敗した場合、順調にフォールズします.
E-signatureテンプレート API エンドポイントの追加
- POST **************** — スコープ制御でテンプレートをアップロード - POST ************ — コンテキストとステータスでテンプレートをリスト - PATCH **************** — テンプレートのライフサイクルを更新 - GET ****************...
CapchaでGoogleのre***を置き換える***検証
Re***Service とすべての Google の re*** の設定を削除します。 Add CapchaVerification****ペイロードを検証するサービス kamo-capcha サービスの /api/verify エンドポイント ログインリクエスト bean と SecurityController ...
パブリックカタログAPIプロキシに内部のauth シークレットを追加します
Add ******************** に セキュリティサービス展開 そのため、公開サブスクリプションをプロキシする際に APIService が認証できます。 カタログやプロモーションのリクエスト.
アカウントエンドポイントは、直接連絡先フィールドを使用し、ユーザーは必要ありません
POST/customers は firstName、 lastName、電子メール、電話、アドレスを直接救います ログイン PUT /customers/{uid} は、すべての直接フィールドを更新します。 表示名, 電子メール、電話の解像度は、ユーザーフォールバックで直接フィールドを優先します。 口座は完全に自己...
電子メールによる連絡先情報と検索ユーザーを受け入れるためにPOST /顧客を強化
アカウントを作成すると、メール、連絡先名、電話、受け付けマーケティング、税金免除が受けられます。 電子メールが提供され、既存のユーザーと一致している場合, masterAccountHolder として自動設定.
コマース顧客管理のための18アカウント詳細エンドポイントを追加します
/api/security/account/ の下の AccountController の新しいエンドポイント: - 顧客のCRUD:GET/POST/PUT/DELETE/customers/{uid} - 関連するデータ: GET /customers/{uid}/leads, /orders, /members...
顧客エンドポイントを更新してアカウント(Long uid)を使用して、アドレスエンドポイントを削除
顧客/グループ @PathVariable は UUID から長いアカウントのエンティティティティに合わせて変更できます。 アドレスのエンドポイントを削除 — アドレスは、アカウントのプライマリメンバー(メンバーのエンティティティティ)から来ています.
111 小売エンドポイントを CommerceMarketController に追加
/{marketId}/retail/... 名前空間のカバーの下にあるすべてのエンドポイント: - カテゴリー、ブランド、属性(値付き)、画像、バリエーション、タグ、レビュー - 顧客、住所、顧客グループ - 税務クラス、ゾーン、料金、割引、価格表(エントリ付き)、ギフトカード - 在庫場所、在庫レベル(調整付き) ...
契約書テンプレートエンドポイントのincludeInactive=trueのデフォルトを渡す
テンプレート管理 UI は、非アクティブなテンプレートも参照する必要があります.
CommerceMarketController にベンダーカテゴリのエンドポイントを追加
GET/POST/PUT/DELETE/{marketId}/vendor-categoriesが欠落し、404を引き起こしました Vendorsタブがカテゴリをロードしようとしたとき.
Expand CommerceMarketController with nested market-centric endpoints
Replace flat POS endpoints with market-scoped REST hierarchy: - Products, inventory, vendor categories under /{marketId}/products, /inventory, /vendor-categorie...
Include memberType, departmentId/Title, jobTitleId/Title in member profile GET response
Add LeadStatusLabelController for org-level CRM status label CRUD endpoints
Add department and job title assignment to member security endpoint
GET now returns departmentId/Title and jobTitleId/Title for team members. PUT accepts departmentId and jobTitleId to assign/unassign department and job title, w...
Sync social links to normalized social_links table
Write member social links to both the embedded EmbSocialLinks columns (backward compat) and the new normalized social_links table. Add socialLinksNormalized to ...
Rewrite MemberSecurityController as singleton config with roles, direct rights, session timeout
GET returns full member security config (associated roles, direct rights, session timeout override, applied rights with sources). PUT saves the entire config as...
Add MemberSecurityController for member role assignment and applied rights
Provides GET /member-security/{id} (assigned role, applied rights with sources, session timeout), PUT /member-security/{id}/role, and DELETE /member-security/{i...