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,933
Toplam Değişiklikler
4,614
Özellikler
4,543
Fixes
32
Projeler
Proje tarafından filtre
Tüm Projeler17,933AIService110APIService138BillingService133ConversionService85DaemonService107DocsService189ESigService78EmailService373InitializerService300KBService74KlusterServices546MCPGatewayService43MediaService461RAGService61SecurityService1,523TranslateService45VOIPService173VectorService8kamo-analytics6,157kamo-apps18kamo-asterisk-support19kamo-capcha17kamo-capcha-widget4kamo-internal4,579kamo-login319kamo-marketing585kamo-meet90kamo-nowww18kamo-register206kamo-shared-library1,322kamo-signer-monorepo50kamolos102
Filter by type
Tüm TiplerBuild24CI523Chore670Docs226Feature4,614Fix4,543Other6,781Performance136Refactor274Revert23Style48Test70Upgrade1
December 12, 2025
Otherkamo-analytics

Updated Docker build.

Mike Cao·9mo ago
Otherkamo-analytics

Updated worfkflow.

Mike Cao·9mo ago
Otherkamo-analytics

Fixed CI build.

Mike Cao·9mo ago
Otherkamo-analytics

Bumped version v3.0.3. Updated workflow.

Mike Cao·9mo ago
Otherkamo-analytics

Upgraded react and next.

Mike Cao·9mo ago
December 11, 2025
Otherkamo-analytics

fix prisma session race condition error

Kristofor Carle·9mo ago
December 10, 2025
Otherkamo-analytics

Added `pm2.yml` in `.gitignore`

RaenonX·9mo ago
Otherkamo-analytics

Added custom slug for links

RaenonX·9mo ago
December 9, 2025
Otherkamo-analytics

update bug template

Francis Cao·9mo ago
December 6, 2025
Otherkamo-analytics

Progress check-in.

Mike Cao·9mo ago
December 5, 2025
Otherkamo-analytics

fix revenue type

Francis Cao·9mo ago
OtherKlusterServices

Tüm 14 yolu ile komple Kamo logo SVG ekleyin

Embed full SVG içeriği doğrudan kısmi yollar yerine

snadjafinia·9mo ago
OtherKlusterServices

Sadece Kamo logo için CSS-sadece yaklaşımı kullanın

İndirilmiş kırık SVG dosyasını, CSS arka görüntüsü kullanarak Dış logoyu doğrudan #logo element üzerinde yükleyebilmek

snadjafinia·9mo ago
OtherKlusterServices

Fix logo.. dış Kamo logo URL'ye atıfta bulunmak

SVG görüntü elementini dış logoyu yerine gömmek için kullanın kırık transformatörler ile karmaşık yollar

snadjafinia·9mo ago
OtherKlusterServices

Roundcube logoyu değiştirin. Kamo logo SVG ile

Özel logo.. to **************** Roundcube sumark/ the logoyu değiştirmek için

snadjafinia·9mo ago
OtherKlusterServices

Override Roundcube sumark logosunu ekleyin

- Sumark Override ile özel.css - CSS dosyasını /var / www/html /custom.csss - Configure Roundcube ek stylesheets yüklemek için

snadjafinia·9mo ago
OtherKlusterServices

Kamo logo ile tüm Roundcube logolarını sumark dahil

Karşılaştırmalı cilt logo sayfayı örtmek için yapılandırın: - Main Title logo - Küçük çöktü Başlık logo - Inbox sumark /background logo

snadjafinia·9mo ago
OtherKlusterServices

Posta alt alanı oto-cert SUBDOMAINS listesine ekleyin

Posta için otomatik SSL sertifikası oluşturma.kamocrm.com

snadjafinia·9mo ago
Otherkamo-analytics

Merge pull request #3834 from ****************

Bump jws from 3.2.2 to 3.2.3

Mike Cao·9mo ago
OtherKlusterServices

Expose Postfix limanları 25 ve 587, inbound posta

K1M1'de dış SMTP bağlantıları almak için gerekli

snadjafinia·9mo ago
OtherKlusterServices

Mailgun SMTP'yi doğrudan kullanmak için Roundcube

Geçerli posta için yerel Posta eki, doğrudan bağlanmak için smtp.mailgun.org with TLS on port 587

snadjafinia·9mo ago
OtherKlusterServices

PNG desteği ile Alp tabanlı dağıtıma geçiş

Dovecot'a benzer şekilde, Alp 318'i ek-mysql paketi ile kullanarak güvenilir Natasha sanal haritalar desteği için runtime'da kuruldu

snadjafinia·9mo ago
OtherKlusterServices

Fix postfix command to use apt-get instead of apk

boky/postfix is Debian-based, not Alpine

snadjafinia·9mo ago
OtherKlusterServices

Add postfix-mysql support for MySQL virtual maps

Installed postfix-mysql package at container startup to enable MySQL dictionary lookups for virtual domains/users/aliases

snadjafinia·9mo ago
OtherKlusterServices

Add auth debugging and ensure MySQL driver packages for Dovecot

- Enable auth_debug, auth_debug_passwords, auth_verbose - Add dovecot-mysql package for proper SQL support - Add mariadb-connector-c for MySQL protocol compatib...

snadjafinia·9mo ago
OtherKlusterServices

Add MySQL auth fix job for MariaDB client compatibility

Changes kamo user from caching_sha2_password to mysql_native_password Required for Dovecot (Alpine/MariaDB) to connect to MySQL 8

snadjafinia·9mo ago
OtherKlusterServices

Replace Roundcube logo with Kamo logo

Added skin_logo config pointing to **************** Updated deployment annotation to trigger pod restart

snadjafinia·9mo ago
OtherKlusterServices

Fix MySQL auth: change kamo user to mysql_native_password

Alpine's MariaDB client doesn't support caching_sha2_password plugin This prevents Dovecot from connecting to MySQL for authentication

snadjafinia·9mo ago
OtherKlusterServices

Force Roundcube pod restart to pick up ConfigMap change

Added annotation to trigger pod recreation since ConfigMap with subPath doesn't auto-update in running pods

snadjafinia·9mo ago
OtherKlusterServices

Fix Roundcube redirect loop - disable force_https

Traefik handles TLS termination, so internal traffic is HTTP Setting force_https=true caused Roundcube to redirect to HTTPS internally creating an infinite redi...

snadjafinia·9mo ago
OtherKlusterServices

Reference kamocrm.com wildcard cert in mail IngressRoute

The certificate secret is in kamo namespace, copied to mail namespace tls.secretName explicitly references wildcard-kamocrm-com

snadjafinia·9mo ago
OtherKlusterServices

Fix mail IngressRoute to use auto-cert service

Changed tls from certResolver: letsencrypt to tls: {} This allows the auto-cert service to automatically generate certs when mail.kamocrm.com is accessed

snadjafinia·9mo ago
OtherKlusterServices

Fix Roundcube readiness probe - use TCP socket instead of HTTP

Roundcube redirects / to login page (302), failing HTTP readiness probe TCP socket check on port 80 works correctly

snadjafinia·9mo ago
OtherKlusterServices

Switch to Alpine 3.18 with Dovecot 2.3.20 for stable SQL auth

Dovecot 2.4 has incompatible configuration changes without clear docs Alpine 3.18 has Dovecot 2.3.20 which uses traditional well-documented syntax - mail_locati...

snadjafinia·9mo ago
December 4, 2025
OtherKlusterServices

Remove address setting from inet_listener - not valid in Dovecot 2.4.2

The listen = * at top level handles binding to all interfaces

snadjafinia·9mo ago
OtherKlusterServices

Fix Dovecot 2.4.2 yapılandırılmış: posta location posta path

Dovecot 2.4.2: - posta location şimdi posta path ( üst düzey ayar, bloklar) - Eklenen dovecot storage vers = 2.4.2 (required) - Güncelleme SQL user query geri d...

snadjafinia·9mo ago
OtherKlusterServices

Fix Dovecot 2.4 config syntax - use mail{} and ssl{} blocks

- Posta yerini alın, posta içinde kıvrım ayarları { } blok (Dovecot 2.4 gereksinimi) - sssl içinde sssl ayarları koyun. - Doğru izinlerle ev sahibi yolda posta ...

snadjafinia·9mo ago
Otherkamo-internal

Fix TypeScript type error in CustomFormFieldsComponent

snadjafinia·9mo ago
OtherKlusterServices

Go back to args with external SQL config file - mysql blocks don't work

The mysql { } block syntax causes 'Unknown section name: mysql' error Use passdb sql { driver = sql; args = **************** } External file has correct format:...

snadjafinia·9mo ago
OtherKlusterServices

Use Dovecot 2.4.2 format: mysql connection block + named sections with query

Found in actual examples: - sql_driver = mysql - mysql hostname { user, password, dbname } connection block - passdb sql { query = ... } with named sections - u...

snadjafinia·9mo ago
OtherKlusterServices

Remove named sections - try passdb/userdb without names, use args

Error said 'Unknown section name: mysql' - the mysql block was wrong Try passdb/userdb WITHOUT names (just passdb { and userdb {) Use args = **************** Ex...

snadjafinia·9mo ago
OtherKlusterServices

Try sql_host, sql_user, sql_password, sql_db instead of connect or args

Based on error suggesting passdb_sql_args - maybe SQL settings use sql_ prefix - Named sections: passdb sql { and userdb sql { - driver = sql with sql_driver = ...

snadjafinia·9mo ago
OtherKlusterServices

Use args parameter with named sections - external SQL config file

Based on examples found: Dovecot 2.4 allows args with named sections - Named sections: passdb sql { and userdb sql { - driver = sql - args = **************** (r...

snadjafinia·9mo ago
OtherKlusterServices

Try using args parameter with named sections in Dovecot 2.4

- Use 'passdb sql {' and 'userdb sql {' (named sections required) - Use 'driver = sql' with 'args = **************** - Maybe args works with named sections even...

snadjafinia·9mo ago
OtherKlusterServices

Add names to passdb/userdb sections (required in Dovecot 2.4)

- Use 'passdb sql {' and 'userdb sql {' with named sections - Keep SQL settings inline (no args parameter) - Both requirements: named sections AND inline SQL se...

snadjafinia·9mo 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