Live Change Log

Ne inşa ettiğimizi görün, gerçek zamanlı olarak. Her özellik, düzeltme ve platformda gönderilen iyileştirme.

17,917
Toplam Değişiklikler
4,606
Özellikler
4,536
Fixes
32
Projeler
Proje tarafından filtre
Tüm Projeler17,917AIService110APIService138BillingService133ConversionService85DaemonService107DocsService189ESigService78EmailService372InitializerService300KBService74KlusterServices545MCPGatewayService43MediaService460RAGService61SecurityService1,519TranslateService45VOIPService173VectorService8kamo-analytics6,157kamo-apps18kamo-asterisk-support19kamo-capcha17kamo-capcha-widget4kamo-internal4,573kamo-login318kamo-marketing584kamo-meet90kamo-nowww18kamo-register206kamo-shared-library1,321kamo-signer-monorepo50kamolos102
Filter by type
Tüm TiplerBuild24CI523Chore670Docs226Feature4,606Fix4,536Other6,781Performance136Refactor274Revert23Style48Test69Upgrade1
April 20, 2026
FixSecurityService

Üye uç noktaları için liste veya mirası CSV olarak oturum haklarını okuyun

KSessionService and SecurityRoleController mağaza hakları Liste<String> RolRightType isimleri. Üye Güvenlik Kontroller String'e çekildi ve ayrıldı comma, ClassC...

Kamo·4mo ago
FixSecurityService

İşlemden kaçının DDL ve sert multi-pod yarışları

Önceki öz-heal, DDL'yi @Transactional senkronizasyon All() içinde koyar. Bir ALTER TABLE ADD CONSTRAINT mevcut bir kısıtlamaya ateş açtı (ilk önce ilk kez norma...

Kamo·4mo ago
ChoreSecurityService

Teyp CI/CD yeniden inşa

Kamo·4mo ago
FeatureSecurityService

RolRightsSyncService her çizmede tamamen kendini kınayan

Bir RolRightType eklemek asla bir daha koşmayı gerektirmez KamoInitializerService. senkronizasyonAll() şimdi her başlangıçta üç aşama yürütüyor: 1. Heal kısıtl...

Kamo·4mo ago
FeatureSecurityService

RolRightsSyncService'ı alıntılayın ve senkronizasyonu ekleyin

RolRightsSyncService: hem OrgRole için rol haklarının senkronizasyon mantığını merkezileştiriyor ve ************************ tablolar; başlangıç ve isteğe bağlı...

Kamo·4mo ago
FixSecurityService

AppAvailability'te IdWithWorks tarafındanOrganizasyon alın Interceptor

Resolves LazyInitializationException on /api/security/leads and all Diğer CRM/POS-gated yolları. Mütevazı org.getWorks() olarak adlandırılır. İşlem kapalı kaldı...

Kamo·4mo ago
FixSecurityService

Resolve Üyeleri sekmesi Hibernate TYPE() temel sınıf konusu nedeniyle boş gösteriyor

Hibernate's TYPE(m) = :type JPQL filtre, sınırda 0 sonuç döndürür parametre temel Üye sınıfıdır (JOINED mirası). Bu, etkiler üyeler-subscribers endpoint.Organiz...

Kamo·4mo ago
OtherSecurityService

Enable Hibernate SQL, üyelerin geri döndüğünü teşhis etmek için giriş 0

Temporly, SQL the TYPE()'in ne olduğunu görmek için org.hibernate.SQL=DEBUG etkinleştirdi JPQL sorgu üyelerin uç noktası için üretir.

Kamo·4mo ago
OtherSecurityService

Members veSubscriptrs endpoint almak için tanı girişi ekleyin

Logs orgId, sorgu sonucu say, ve per-member yardım etmek için harekete geçiyor Üyelerin sekmesinin neden boş liste gösterir.

Kamo·4mo ago
FeatureSecurityService

Add GET /branch-types/creatable and /{id}/usages endpoints

/creatable returns branch types filtered by the caller's creator-type (OWNERS/TEAM_MEMBERS/MEMBERS) via AppliedModelEnforcementService. /{id}/usages returns th...

Kamo·4mo ago
FixSecurityService

Use correct session key 'memberID' instead of 'MID'

KSessionService stores member ID under key 'memberID' but both **************** and OrganizationController were reading session.get("MID") which always returned...

Kamo·4mo ago
FixSecurityService

Exclude master model from models list; add debug log to child-org creation check

SecurityModelController now filters out the org's master model (identified by org.getMasterModelID()) from the /api/security/models response — it is managed exc...

Kamo·4mo ago
FixSecurityService

Read session rights as List<String> names, not CSV of integer IDs

Session rights are stored as a JSON array of RoleRightType name strings. Both **************** and OrganizationController were casting them to String (causing C...

Kamo·4mo ago
April 19, 2026
FeatureSecurityService

Add GET /branch-types/creatable endpoint with creator-type filtering

Returns only the branch types the calling member is permitted to create a child org under, based on their OWNERS/TEAM_MEMBERS/MEMBERS classification against the...

Kamo·4mo ago
FeatureSecurityService

Gate /network child-org creation by right + member-type applicability

Wires the applied-security-model child-org creation gate end-to-end: - SecurityModelController + MasterModelController round-trip the three new apply-to flag...

Kamo·4mo ago
ChoreSecurityService

Kamo-shared-library update için yeniden inşa (appConfig upsert-sadece düzeltme)

Sertleştirilmiş **************** Artık hizmet tiplerinin çağrıcının ödeme yükünden yoksun kaldığı uygulama sıralarını sildirme - kısmi bir ödeme yükü alındığınd...

Kamo·4mo ago
FeatureSecurityService

Applied-model is the read-time source of truth for feature availability

Closes the "stale DB leaks a disabled feature" gap by gating every surface that touches OrgFeature / ServiceType through the applied security model. - ********...

Kamo·4mo ago
ChoreSecurityService

Yüzey kök nedeni MasterModelController GET başarısızlık

GET /api / güvenlik /master-model 500s olduğunda, tam yığın izlerini tam olarak girin stderr (kahkahalar tarafından kapatılmış) ve kök nedeniyle mesajı içerir D...

Kamo·4mo ago
FeatureSecurityService

Wire applied-model enforcement across every controller

Every non-role setting on the applied security model is now enforced at the exact controller boundary it governs, and the scalar settings round-trip cleanly thr...

Kamo·4mo ago
FeatureSecurityService

Enforce system-role assignment and auto-admin for team-member owners

MemberSecurityController now enforces the three assignment invariants defined in the brainstorm spec: - saveMemberSecurity: before persisting the caller's requ...

Kamo·4mo ago
FeatureSecurityService

Master-model + applied-model endpoints and template-aware org seeding

Adds the controllers that surface the new branch-type security flow: - /api/security/master-model (GET/PUT) manages the current org's master model; only writ...

Kamo·4mo ago
FeatureSecurityService

Wire branch types into security model CRUD endpoints

Kamo·4mo ago
FeatureSecurityService

Add POST **************** endpoint

Kamo·4mo ago
FeatureSecurityService

Auto-sync missing role rights on startup

Kamo·4mo ago
FixSecurityService

Use core NATS pub/sub for email-verified SSE fan-out

Replaces in-memory ConcurrentHashMap broadcast with NATS core pub/sub so all pods receive verification events regardless of which pod handled the token. Falls b...

Kamo·4mo ago
FixSecurityService

Use avatarType field + JDBC for photo URL generation to handle Hibernate proxies

**************** previously used instanceof AvatarPhoto to determine avatar type and cast to read fileExtension. When Hibernate returns a base-class proxy (e.g....

Kamo·4mo ago
FeatureSecurityService

Pass human-readable expiry time to email verification template

Add humanizeMinutes() helper that formats minutes as days/hours/minutes (e.g. "1 day" for 1440 min). Pass as {{expiryText}} to match updated canonical template ...

Kamo·4mo ago
April 18, 2026
FeatureSecurityService

Add code-based email verification path to /verify-email endpoint

The endpoint now handles both token (link click) and userId+code (manual 6-digit entry). Token path unchanged; code path hashes the supplied code and matches ag...

Kamo·4mo ago

Kargoyu gördüğünüz gibi?

İş alanınızda bu güncellemelerden her biri otomatik olarak. Ücretsiz başlayın ve haftadan sonra büyümesini izleyin.

Sonsuza Kadar Ücretsiz BaşlangıçFırsatları Görüntüle