비밀번호

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

17,905
총 변경
4,602
제품 설명
4,528
수정 사항
32
프로젝트
프로젝트
모든 프로젝트17,905AIService110APIService138BillingService133ConversionService85DaemonService107DocsService189ESigService78EmailService369InitializerService299KBService74KlusterServices545MCPGatewayService43MediaService460RAGService61SecurityService1,519TranslateService45VOIPService173VectorService8kamo-analytics6,157kamo-apps18kamo-asterisk-support19kamo-capcha17kamo-capcha-widget4kamo-internal4,566kamo-login318kamo-marketing584kamo-meet90kamo-nowww18kamo-register206kamo-shared-library1,320kamo-signer-monorepo50kamolos102
필터 유형
모든 유형Build24CI523Chore670Docs226Feature4,602Fix4,528Other6,781Performance136Refactor274Revert23Style48Test69Upgrade1
November 30, 2025
November 29, 2025
Featurekamo-internal

Add comprehensive custom forms builder with drag-and-drop

- Update CRM page: Change tab name from "Custom Online Forms" to "Custom Forms" - Add CustomFormManager component for form list/browse with create/edit/delete -...

snadjafinia·9mo ago
FeatureSecurityService

Add CustomFormController for custom forms API endpoints

- Add REST controller at /api/security/custom-forms - Implement GET, POST, PUT, DELETE endpoints for form management - Support form structure with stacks and fi...

snadjafinia·9mo ago
Featurekamo-shared-library

Form builder 지원으로 사용자 정의 양식 기능 추가

- FormFieldType을 12 필드 유형 (TEXT, TEXT AREA, MONEY, DATE, DATE TIME, DROPDOWN, RADIO, LIST, CHECKBOX, ADDRESS, US SSN, US STATE)에 추가하십시오. - 일반 클래스 추가: CustomForm...

snadjafinia·9mo ago
Featurekamo-analytics

Redirect user to 마지막 선택된 팀에 로그인

Prince EKPINSE·9mo ago
Featurekamo-analytics

웹 사이트 목록에서 favicon 아이콘 복원

Prince EKPINSE·9mo ago
November 28, 2025
FeatureSecurityService

Add detailed logging to **************** for debugging

snadjafinia·9mo ago
FeatureSecurityService

Add LeadMarketController for managing lead markets via REST API

snadjafinia·9mo ago
FeatureSecurityService

Use organization streamGuid for organization-wide media feed

- Added OrganizationRepository to MediaStreamController - Updated getFeed to use organization's streamGuid instead of querying all sessions - Updated createPost...

snadjafinia·9mo ago
Featurekamo-shared-library

StreamGuid 필드를 조직 전체 미디어 피드에 추가

snadjafinia·9mo ago
Featurekamo-internal

Create reusable MediaStream component and lead communications

- Created reusable MediaStream component for all media stream contexts - Refactored FeedTimeline to use MediaStream component - Created LeadCommunications compo...

snadjafinia·9mo ago
Featurekamo-shared-library

Lead and support Lead-specific 미디어 스트림에 streamGuid 추가

- 참고 MediaSession 스트림에 Lead.java에 streamGuid 필드 추가 - 업데이트 된 MediaSession선택적 리드 협회를 지원하기 위해 포스트 - 업데이트 된 ********** * 옵션 리드 매개 변수를 수락 - MediaSessionRepository를 사...

snadjafinia·9mo ago
Featurekamo-internal

Implement social media feed timeline

- Replace clubhouse page with FeedTimeline component - Add PostComposer for creating posts with images - Add PostCard component with like, comment, edit, delete...

snadjafinia·9mo ago
FeatureSecurityService

Add MediaFeedController for social media feed

- Add MediaFeedController with REST endpoints for posts, comments, likes - Implement paginated feed endpoint with access level filtering - Add image upload endp...

snadjafinia·9mo ago
Featurekamo-shared-library

MediaObjReportRepository 및 소셜 피드에 대한 미디어 서비스를 업데이트

- MediaObjReportRepository를 추가하십시오. - CreatePostSession 및 NATS 이벤트 게시와 미디어 서비스 업데이트 - Update MediaSessionRepository with 조직 기반 피드 쿼리 - Employee.java jobStatus 필...

snadjafinia·9mo ago
November 27, 2025
Featurekamo-internal

Preserve USERNAME and REMEMBER_ME cookies on logout and forward to kamo-login

- Exclude USERNAME and REMEMBER_ME cookies from deletion on logout - Forward logout request to kamo-login logout endpoint after clearing cookies

snadjafinia·9mo ago
Featurekamo-login

USERNAME 및 REMEMBER ME 쿠키를 도메인 별 설정으로 추가하십시오

- USERNAME 쿠키를 설정하면 성공적인 로그인을 기억하십시오 (1 년 만료) - 로그인 시도를 취소 할 때 Clear USERNAME 쿠키 - REMEMBER ME 쿠키를 '1' 또는 '0'을 체크박스 상태로 설정 - 페이지로드에서 USERNAME 쿠키의 사용자 이름 필드를 자동 ...

snadjafinia·9mo ago
November 25, 2025
Featurekamo-internal

Add organization logos to Profile and Membership & Permissions tabs

- Fetch security provider organization logo and display next to Profile tab - Fetch current organization logo and display next to Membership & Permissions tab -...

snadjafinia·9mo ago
Featurekamo-internal

Add Manage Backgrounds button in MemberHeader

- Added handleManageBackgroundsClick prop to MemberHeader - Added Manage Backgrounds button next to URL input when custom background is enabled - BackgroundMana...

snadjafinia·9mo ago
FeatureSecurityService

Store avatar hash and extension in *** session data

- Added updateSession method to KSessionService for updating session fields - Updated setActiveAvatar to store userAvatarHash and userAvatarExtension in session...

snadjafinia·9mo ago
FeatureSecurityService

Include avatar URLs in member profile response

- Added helper methods to generate avatar URLs (getThemeDomain, getPublicBucketName, generateFileHash, getPublicBucketUrl, generateAvatarUrl) - Updated getMembe...

snadjafinia·9mo ago
Featurekamo-internal

Add avatar fallback logic to chat components and member list

- Created avatarUtils.ts with utility functions for avatar fallback (member -> user -> initials) - Updated HexHeadGroup to fetch and display avatars with fallba...

snadjafinia·9mo ago
Featurekamo-internal

Update Create Avatar layout to match kamo-register design

- Reorganize Create Avatar tab with top row for quick settings (Style, Seed) - Split bottom row into two columns: Preview (left) and Advanced Settings (right) -...

snadjafinia·9mo ago
FeatureSecurityService

Implement hash-based file storage for avatars

- Generate SHA-256 hash from avatar ID after persistence - Store hash in database fileHash field - Upload files to MinIO using hash-based naming: {hash}.{fileEx...

snadjafinia·9mo ago
Featurekamo-shared-library

FileHash 필드를 안전한 파일 저장을위한 Avatar entity에 추가하십시오

- avatar ID의 SHA-256 해시 열 추가 - Hash는 축소 공격을 방지하기 위해 MinIO 파일에 사용됩니다. - 형식 : {hash}.{fileExtension} 대신 {id}.{fileExtension}

snadjafinia·9mo ago
November 24, 2025
Featurekamo-internal

MinIO 자격 증명을 k8s configmap에 추가하십시오

snadjafinia·9mo ago
Featurekamo-shared-library

GetPresignedUrlWithEndpoint 메소드를 추가하십시오

snadjafinia·9mo ago
November 23, 2025
FeatureSecurityService

Add avatar and background management endpoints

snadjafinia·9mo ago

배송을 보는 것과 같이?

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

무료 영원히 시작가격 비교