비밀번호

우리가 건물을보고, 실시간. 모든 기능, 수정 및 개선은 플랫폼을 통해 배송.

17,865
총 변경
4,581
제품 설명
4,512
수정 사항
32
프로젝트
프로젝트
모든 프로젝트17,865AIService110APIService138BillingService133ConversionService85DaemonService107DocsService189ESigService78EmailService348InitializerService299KBService74KlusterServices539MCPGatewayService43MediaService460RAGService61SecurityService1,519TranslateService45VOIPService173VectorService8kamo-analytics6,157kamo-apps18kamo-asterisk-support19kamo-capcha17kamo-capcha-widget4kamo-internal4,553kamo-login318kamo-marketing584kamo-meet90kamo-nowww18kamo-register206kamo-shared-library1,320kamo-signer-monorepo50kamolos102
필터 유형
모든 유형Build24CI522Chore670Docs226Feature4,581Fix4,512Other6,781Performance136Refactor273Revert23Style48Test68Upgrade1
March 16, 2026
Fixkamo-shared-library

MarkConversation에 대한 기본 쿼리를 사용하여 Hibernate 6.2 유형의 mismatch를 해결하십시오

JPQL의 CURRENT TIMESTAMP는 java.sql을 반환합니다. 일치하지 않는 Timestamp Instant-typed updateAt 필드. 현재와 Native 쿼리()이를 우회합니다.

Kamo·5mo ago
FeatureDocsService

Add WOPI lock service with Redis

Kamo·5mo ago
FeatureDocsService

Add WOPI JWT token service

Kamo·5mo ago
FeatureDocsService

Add CORS and security configuration

Kamo·5mo ago
FeatureDocsService

Add application.yml configuration

Kamo·5mo ago
FeatureDocsService

Add DocsServiceApplication main class

Kamo·5mo ago
ChoreDocsService

Initialize DocsService project

Kamo·5mo ago
Featurekamo-shared-library

DocsService에 대한 DocumentRepository 추가

Kamo·5mo ago
Featurekamo-shared-library

DocsService에 대한 문서 추가

Kamo·5mo ago
Featurekamo-shared-library

DOCS EDITOR 서비스 유형 추가 (ID 16)

Kamo·5mo ago
Otherkamo-analytics

Merge branch 'dev' of **************** into dev

Mike Cao·5mo ago
Otherkamo-analytics

Gate replays.

Mike Cao·5mo ago
Otherkamo-analytics

update calculations to Google's current web vitals spec

Francis Cao·5mo ago
March 15, 2026
CIEmailService

Trigger pipeline

Kamo·5mo ago
Fixkamo-shared-library

대신 데이터베이스 레벨 타임스탬프를 사용합니다. Instant.now()

모든 @Builder.Default Instant.now() 및 @PreUpdate 메소드를 대체하십시오. @CreationTimestamp(source=DB) 및 @UpdateTimestamp(source=DB) 그래서 데이터베이스는 타임스탬프에 대한 진실의 단일 소스입니다.

Kamo·5mo ago
RefactorEmailService

Migrate JPA entities and repos to kamo-shared-library

Entities and repositories moved to **************** in the shared library. All imports updated to reference shared lib.

Kamo·5mo ago
Featurekamo-shared-library

이메일 메타데이터 entities 및 저장소 추가

EmailService에서 공유 라이브러리에 JPA entities 및 저장소 마이그레이션 그래서 KamoInitializerService는 ddl-auto를 통해 모든 스키마를 관리 할 수 있습니다.

Kamo·5mo ago
FixEmailService

Use native query for PostgreSQL text[] column in ConversationRepository

MEMBER OF is not supported by Hibernate for @JdbcTypeCode(ARRAY) fields. Switch to native SQL with ANY() for folder_ids array lookup.

Kamo·5mo ago
CIEmailService

Trigger pipeline

Kamo·5mo ago
March 14, 2026
Featurekamo-internal

Add search UI, virtual scrolling, IndexedDB caching, and offline mode

- Add SearchBar with operator autocomplete, saved/recent search suggestions - Add AdvancedSearchPanel with structured field-based query builder - Add VirtualMes...

kamo·6mo ago
FeatureEmailService

Add IMAP connection pool, search intelligence, and delta sync endpoints

- Add Apache Commons Pool2 keyed connection pool for IMAP Store reuse (3/account, 500 total, 10min idle eviction) - Migrate EmailImapService from ConcurrentHash...

Kamo·6mo ago
Featurekamo-internal

Add enterprise email organization — labels, filters, shortcuts, quick actions

Plans 2-3: conversation threading views, email API layer with zustand store, label picker, filter rule builder, smart folder modal, keyboard shortcuts with help...

kamo·6mo ago
FeatureEmailService

Add enterprise email metadata services — labels, filters, smart folders, batch ops

Plans 1-3: metadata schema, JPA entities, repositories, conversation threading, label CRUD, filter rule engine with async retroactive apply, smart folder criter...

Kamo·6mo ago
Featurekamo-internal

Add email HTML sanitization and CSS isolation via Shadow DOM

Replace raw dangerouslySetInnerHTML in MessageBrowser with a sanitized email renderer that uses DOMPurify + css-tree for HTML/CSS filtering and a closed Shadow ...

kamo·6mo ago
FixEmailService

Use StringRedisTemplate to read OTK/session values stored as plain strings

The Next.js app stores OTK and *** values as plain strings in Redis. The default RedisTemplate uses JSON serializer which fails to parse them.

Kamo·6mo ago
FixEmailService

Add *** secret to deployment envFrom

Kamo·6mo ago
CIEmailService

Trigger pipeline

Kamo·6mo ago
Chorekamo-marketing

.gitignore에 *.md 추가

Kamo·6mo ago
ChoreMediaService

.gitignore에 *.md 추가

Kamo·6mo ago
ChoreKlusterServices

Add *.md to .gitignore

Kamo·6mo ago
Chorekamo-shared-library

.gitignore에 *.md 추가

Kamo·6mo ago
ChoreSecurityService

Add *.md to .gitignore

Kamo·6mo ago
ChoreInitializerService

Add *.md to .gitignore

Kamo·6mo ago
ChoreAPIService

Add *.md to .gitignore

Kamo·6mo ago
Chorekamo-register

.gitignore에 *.md 추가

Kamo·6mo ago
Chorekamo-login

.gitignore에 *.md 추가

Kamo·6mo ago
Chorekamo-internal

Add *.md to .gitignore

kamo·6mo ago
ChoreEmailService

Add *.md to .gitignore

Kamo·6mo ago
Fixkamo-internal

Resolve TypeScript errors in useEmailWebSocket hook

- Remove non-existent connectHeaders property from Client options - Replace client.active with client.connected for @stomp/stompjs compatibility

kamo·6mo ago
Featurekamo-internal

Rewrite email components to use real EmailService API

- FolderSidebar: fetch folders via API, real create folder, WebSocket refresh - MessageBrowser: real message fetch/search/star/delete with optimistic updates - ...

kamo·6mo ago
Featurekamo-internal

Add EmailWebSocketProvider to PresenceWrapper

kamo·6mo ago
Featurekamo-internal

Add catch-all email API proxy route

kamo·6mo ago

배송을 보는 것과 같이?

작업 공간의 모든 업데이트 땅은 자동으로. 일주일 후 무료로 시청하십시오.

무료 영원히 시작가격 비교