Mabadiliko ya Tabianchi

Kuona nini sisi ni kujenga katika muda halisi. Kila kipengele, kurekebisha, na kuboresha kusafirishwa kwenye jukwaa.

17,876
Mabadiliko ya Jumla
4,587
Features ya
4,517
Wa
32
Miradi ya Miradi
Filter ya Mradi
Miradi yote17,876AIService110APIService138BillingService133ConversionService85DaemonService107DocsService189ESigService78EmailService352InitializerService299KBService74KlusterServices542MCPGatewayService43MediaService460RAGService61SecurityService1,519TranslateService45VOIPService173VectorService8kamo-analytics6,157kamo-apps18kamo-asterisk-support19kamo-capcha17kamo-capcha-widget4kamo-internal4,557kamo-login318kamo-marketing584kamo-meet90kamo-nowww18kamo-register206kamo-shared-library1,320kamo-signer-monorepo50kamolos102
Filter ya aina
Aina zoteBuild24CI522Chore670Docs226Feature4,587Fix4,517Other6,781Performance136Refactor273Revert23Style48Test68Upgrade1
October 23, 2025
Featurekamo-shared-library

Add date format and separator fields to CountryType enum

snadjafinia·10mo ago
FeatureAPIService

Add domain-agnostic IngressRoute for api subdomain

snadjafinia·10mo ago
Featurekamo-register

Add domain-agnostic IngressRoute for register subdomain

snadjafinia·10mo ago
Featurekamo-internal

Add domain-agnostic IngressRoute for internal subdomain

snadjafinia·10mo ago
Featurekamo-login

Add domain-agnostic IngressRoute for automatic SSL and routing

- Added k8s/ingressroute.yaml with HostRegexp pattern for login subdomain - Updated CI/CD to deploy IngressRoute automatically - Enables Cloudflare-like automat...

snadjafinia·10mo ago
October 19, 2025
Featurekamo-internal

Add themed colors and background logo to calendar page

snadjafinia·10mo ago
Featurekamo-internal

Add OAuth configuration management UI for multi-tenant system

- Create OAuth App Configurations settings page at /settings/integrations - Add UI for managing OAuth credentials per organization - Support Google Calendar, Mi...

snadjafinia·10mo ago
FeatureSecurityService

Implement multi-tenant OAuth configuration system

- Update GoogleCalendarService to fetch OAuth credentials from database per organization - Update MicrosoftOutlookService to use database-driven OAuth configs -...

snadjafinia·10mo ago
Featurekamo-shared-library

Add multi-tenant OAuth configuration system

- Create OAuthAppConfiguration entity for storing OAuth credentials per organization - Add OAuthAppConfigurationRepository with comprehensive queries - Support ...

snadjafinia·10mo ago
FeatureSecurityService

Add iCal export and import functionality

- Create ICalService for RFC 5545 iCalendar format support - Implement calendar export to .ics file format - Implement single event export functionality - Add i...

snadjafinia·10mo ago
Featurekamo-internal

Add recurring events and enhanced event creation

- Add recurring event support in EventModal - Implement recurrence frequency selection (daily, weekly, monthly, yearly) - Add recurrence interval and occurrence...

snadjafinia·10mo ago
Featurekamo-internal

Add search and filtering functionality to calendar

- Create CalendarSearchBar component with search input and filter popover - Add calendar-specific filtering (show/hide specific calendars) - Implement privacy f...

snadjafinia·10mo ago
FeatureSecurityService

Add CalendarSyncService for automatic background synchronization

- Create CalendarSyncService with scheduled tasks - Add automatic sync every 5 minutes for enabled integrations - Implement smart sync frequency checking based ...

snadjafinia·10mo ago
FeatureSecurityService

Implement Google Calendar and Microsoft Outlook OAuth integrations

- Add GoogleCalendarService with full OAuth flow and calendar sync - Add MicrosoftOutlookService with Microsoft Graph API integration - Implement token exchange...

snadjafinia·10mo ago
Featurekamo-internal

Add Third-Party Integrations page and replace Login & Security

- Create ThirdPartyIntegrationsTab component with modern UI - Replace Login & Security tab with Third-Party Integrations in user settings - Add integration mana...

snadjafinia·10mo ago
Featurekamo-internal

Add comprehensive calendar system UI

- Add Calendar button to top navigation bar - Create TypeScript types for calendar system (events, calendars, integrations) - Implement calendar page with 4 vie...

snadjafinia·10mo ago
FeatureSecurityService

Add Calendar and ThirdPartyIntegration controllers

- Add CalendarController with full CRUD operations for calendars and events - Add event search, date range filtering, and event management endpoints - Add Third...

snadjafinia·10mo ago
Featurekamo-shared-library

Add comprehensive calendar and third-party integration entities

- Add CalendarEvent entity with full event management support - Add UserCalendar entity for user-specific calendars - Add CalendarIntegration entity for externa...

snadjafinia·10mo ago
FeatureSecurityService

Add ingress route for notes API endpoints

snadjafinia·10mo ago
October 18, 2025
Featurekamo-internal

Complete domain ownership verification system with modern UI

snadjafinia·10mo ago
Featurekamo-shared-library

Add domain ownership verification system with TXT record validation

snadjafinia·10mo ago
Featurekamo-internal

Improve domain duplicate error handling and user feedback

snadjafinia·10mo ago
FeatureSecurityService

Improve domain duplicate error messages for better UX

snadjafinia·10mo ago
Featurekamo-internal

Integrate SystemDiagnostics into Session Debug Dashboard

snadjafinia·10mo ago
October 17, 2025
Featurekamo-internal

Add comprehensive System Diagnostics dashboard to Settings

New Features: - Added 'System Diagnostics' tab to Settings page with 4 subtopics - Created SystemDiagnostics component with real-time monitoring - Added API pro...

snadjafinia·10mo ago
FeatureSecurityService

Add comprehensive diagnostics controller for session debug dashboard

New endpoints: - GET /api/diagnostics/info - Complete system diagnostics - GET /api/diagnostics/health - Quick health check - GET /api/diagnostics/sessions - Re...

snadjafinia·10mo ago
Featurekamo-login

Add floating orbs and apply modern gradients to recover page

Login Page Enhancements: - Added two floating orbs with independent animations - Orbs float vertically and horizontally with scale effects - Heavily blurred for...

snadjafinia·10mo ago
Featurekamo-login

Modernize Welcome Back section with polished gradients

- Replaced solid background with sophisticated 135deg gradient using primary colors - Added animated radial gradient overlay that pulses subtly (8s loop) - Adde...

snadjafinia·10mo ago
Featurekamo-login

Disable all interactive elements during successful login redirect

- Added redirecting state to track when login succeeds and redirect is in progress - Disabled username and password input fields when redirecting - Disabled Con...

snadjafinia·10mo ago
Featurekamo-login

Add re*** configuration to environment setup

- Added NEXT_PUBLIC_RE***_SITE_KEY to k8s ConfigMaps - Added NEXT_PUBLIC_RE***_ATTRIB_MODE to ConfigMaps (badge mode) - Updated README with environment setup in...

snadjafinia·10mo ago
FeatureInitializerService

Add localhost domain support in DataLoader

- Added localhost and localhost:3000 domains for local development - Improved comments explaining subdomain concatenation behavior - Works with updated Organiza...

snadjafinia·10mo ago
FeatureInitializerService

Add external auth provider initialization in DataLoader

- Added ExternalAuthProviderService dependency injection - Created addExternalAuthProviders() helper method to configure providers - Populated external auth pro...

snadjafinia·10mo ago
FeatureSecurityService

Add GET /api/security/providers endpoint

- Added endpoint to return enabled external auth providers for an organization - Determines organization from request hostname (X-Forwarded-Host header) - Queri...

snadjafinia·10mo ago
Featurekamo-shared-library

Add ExternalAuthProvider system for dynamic login button configuration

- Created ExternalAuthProvider entity with JPA/Hibernate annotations - Added ExternalAuthProviderRepository with queries for provider management - Implemented E...

snadjafinia·10mo ago

Je, unaona nini kuhusu usafiri?

Kila moja ya hizi updates ardhi katika nafasi yako ya kazi moja kwa moja. Kuanza bure na kuangalia kukua wiki baada ya wiki.

Kuwa Huru MileleMtazamo wa bei