oneuptime/Common/Server/Utils
2026-01-08 12:05:39 +00:00
..
AI fix: Update internal note generation to use correct type for API response 2025-12-16 16:11:25 +00:00
AnalyticsDatabase refactor(analytics): extract includesValues and simplify numeric-array detection in Statement.toColumnType 2025-11-04 20:35:33 +00:00
APIKey feat: add CaptureSpan decorator to various classes for enhanced telemetry tracking 2025-03-17 19:43:09 +00:00
CodeRepository Enhance GitHub integration by updating access token permissions and documentation for AI Agent requirements 2026-01-08 12:05:39 +00:00
Greenlock feat: enhance captcha integration by improving type definitions and refactoring callback functions 2025-11-24 19:11:21 +00:00
LLM refactor: Remove maxTokens parameter from LLMCompletionRequest and related methods 2025-12-16 15:39:43 +00:00
Monitor Add agreedProbeNames to ProbeAgreementResult and enhance root cause logging 2026-01-07 20:41:28 +00:00
Telemetry refactor(telemetry): add explicit types for attribute value variables in TelemetryUtil 2025-10-27 13:20:33 +00:00
UserPermission feat: add CaptureSpan decorator to multiple utility classes for improved telemetry tracking 2025-03-17 19:08:45 +00:00
VM refactor(vm-runner, logs-viewer, server-monitor, embedded-status): simplify script generation, add explicit typings, and tidy UI text 2025-10-24 12:18:25 +01:00
Workspace Merge pull request #2191 from tollercode/fix/processing-of-teams-response 2026-01-07 19:42:18 +00:00
Airtable.ts Refactor import paths in utility files to use relative paths instead of absolute paths. This change enhances module resolution and maintains consistency across the codebase. Updated imports in Execute.ts, Express.ts, Greenlock.ts, JsonToCsv.ts, JsonWebToken.ts, LocalFile.ts, Logger.ts, various Monitor criteria files, Realtime.ts, Response.ts, StartServer.ts, Stream.ts, Telemetry.ts, TwoFactorAuth.ts, VMAPI.ts, VMRunner.ts, and Workspace files. 2025-05-21 13:55:49 +01:00
BasicCron.ts Refactor import paths in utility files to use relative paths instead of absolute paths. This change enhances module resolution and maintains consistency across the codebase. Updated imports in Execute.ts, Express.ts, Greenlock.ts, JsonToCsv.ts, JsonWebToken.ts, LocalFile.ts, Logger.ts, various Monitor criteria files, Realtime.ts, Response.ts, StartServer.ts, Stream.ts, Telemetry.ts, TwoFactorAuth.ts, VMAPI.ts, VMRunner.ts, and Workspace files. 2025-05-21 13:55:49 +01:00
Browser.ts refactor: enhance Chrome and Firefox executable path retrieval with additional candidates 2025-11-26 16:42:10 +00:00
Captcha.ts feat: enhance captcha integration by improving type definitions and refactoring callback functions 2025-11-24 19:11:21 +00:00
Cookie.ts Implement master password feature for private status pages 2025-11-20 12:51:11 +00:00
CronTab.ts fix: add error logging across multiple components and services 2025-06-11 10:14:09 +01:00
Encryption.ts feat: integrate CaptureSpan decorator into various classes for enhanced telemetry tracking 2025-03-17 19:59:35 +00:00
Environment.ts Refactor import paths in utility files to use relative paths instead of absolute paths. This change enhances module resolution and maintains consistency across the codebase. Updated imports in Execute.ts, Express.ts, Greenlock.ts, JsonToCsv.ts, JsonWebToken.ts, LocalFile.ts, Logger.ts, various Monitor criteria files, Realtime.ts, Response.ts, StartServer.ts, Stream.ts, Telemetry.ts, TwoFactorAuth.ts, VMAPI.ts, VMRunner.ts, and Workspace files. 2025-05-21 13:55:49 +01:00
Errors.ts feat: Implement customer balance retrieval in BillingAPI and update Billing settings page to display balance 2025-09-19 21:25:52 +01:00
Execute.ts style(exec): type-annotate spawned child as ChildProcess and format spawn call 2025-11-07 13:22:24 +00:00
Express.ts feat: enhance Slack request handling by adding raw body support for signature verification 2025-12-11 13:19:37 +00:00
FileAttachmentMarkdownUtil.ts refactor: clean up import statements and improve code readability across multiple files 2025-11-18 15:32:17 +00:00
JsonToCsv.ts Refactor import paths in utility files to use relative paths instead of absolute paths. This change enhances module resolution and maintains consistency across the codebase. Updated imports in Execute.ts, Express.ts, Greenlock.ts, JsonToCsv.ts, JsonWebToken.ts, LocalFile.ts, Logger.ts, various Monitor criteria files, Realtime.ts, Response.ts, StartServer.ts, Stream.ts, Telemetry.ts, TwoFactorAuth.ts, VMAPI.ts, VMRunner.ts, and Workspace files. 2025-05-21 13:55:49 +01:00
JsonWebToken.ts refactor: streamline code formatting and improve readability across multiple files 2025-11-11 21:36:12 +00:00
LocalFile.ts refactor(code-repository,local-file): normalize arrow return style and reformat sanitizeFilePath/readDirectory signatures 2025-10-27 17:53:18 +00:00
Logger.ts refactor: move ConfigLogLevel to a separate file and update imports 2025-05-27 20:46:30 +01:00
OpenAPI.ts Refactor OpenAPIUtil to streamline permission checks and improve schema registration logic 2025-11-19 17:07:37 +00:00
Process.ts refactor: Update import statements for CommonUI to use Common/UI 2024-08-07 15:50:32 -06:00
PushNotificationUtil.ts feat: Implement AI Agent service with last alive tracking and owner notifications 2025-12-24 13:59:16 +00:00
Realtime.ts Refactor comments across multiple files to improve clarity and consistency 2025-10-02 11:53:55 +01:00
Response.ts Refactor Response and FilePicker components for improved readability and consistency 2025-11-19 15:50:45 +00:00
StartServer.ts refactor: clean up code formatting and improve debug logging in Slack actions 2025-12-11 15:38:55 +00:00
StatusPageResource.ts fix: update resource grouping output to use <br/> for HTML rendering 2025-12-10 11:36:42 +00:00
Stream.ts Refactor import paths in utility files to use relative paths instead of absolute paths. This change enhances module resolution and maintains consistency across the codebase. Updated imports in Execute.ts, Express.ts, Greenlock.ts, JsonToCsv.ts, JsonWebToken.ts, LocalFile.ts, Logger.ts, various Monitor criteria files, Realtime.ts, Response.ts, StartServer.ts, Stream.ts, Telemetry.ts, TwoFactorAuth.ts, VMAPI.ts, VMRunner.ts, and Workspace files. 2025-05-21 13:55:49 +01:00
Telemetry.ts refactor: improve code formatting and readability across multiple files 2025-11-28 21:53:50 +00:00
TotpAuth.ts refactor: replace TwoFactorAuth with TotpAuth and update related implementations 2025-09-30 13:08:58 +01:00
WhatsAppTemplateUtil.ts feat: Add AI Agent management features 2025-12-24 14:13:16 +00:00