oneuptime/Common/Server/API
2025-12-03 13:09:23 +00:00
..
AcmeChallengeAPI.ts fix(acme): adjust ACME challenge route to /acme-challenge/.well-known/:token 2025-11-05 13:02:02 +00:00
AlertInternalNoteAPI.ts Update attachment routes to include projectId in URL parameters 2025-11-19 13:17:48 +00:00
BaseAnalyticsAPI.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
BaseAPI.ts Refactor comments across multiple files to improve clarity and consistency 2025-10-02 11:53:55 +01:00
BillingAPI.ts refactor: Remove inheritance from BaseAPI and restructure BillingAPI class 2025-09-19 21:45:29 +01:00
BillingInvoiceAPI.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
BillingPaymentMethodAPI.ts feat: update billing payment method permissions to include Manage Billing access 2025-11-24 13:01:08 +00:00
CommonAPI.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
CopilotActionAPI.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
CopilotCodeRepositoryAPI.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
CopilotPullRequestAPI.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
EnterpriseLicenseAPI.ts refactor(enterprise): register EnterpriseLicense migration and clean up license validation/env config; refactor(edition-label): adjust alert formatting 2025-11-03 18:35:00 +00:00
FileAPI.ts refactor: rename 'type' to 'customFieldType' and 'paymentMethodType' in various models and components for clarity 2025-06-18 13:40:15 +01:00
GlobalConfigAPI.ts refactor(enterprise): register EnterpriseLicense migration and clean up license validation/env config; refactor(edition-label): adjust alert formatting 2025-11-03 18:35:00 +00:00
IncidentAPI.ts refactor: streamline API route registration and improve code readability 2025-12-03 11:50:17 +00:00
IncidentInternalNoteAPI.ts Update attachment routes to include projectId in URL parameters 2025-11-19 13:17:48 +00:00
IncidentPublicNoteAPI.ts Update attachment routes to include projectId in URL parameters 2025-11-19 13:17:48 +00:00
Index.ts refactor: Update import statements for CommonUI to use Common/UI 2024-08-07 15:50:32 -06:00
MicrosoftTeamsAPI.ts fix: format command descriptions for consistency in MicrosoftTeamsAPI 2025-12-01 17:13:11 +00:00
MonitorAPI.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
MonitorGroupAPI.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
NotificationAPI.ts fix: streamline async function signatures in API routes for consistency 2025-10-07 21:49:14 +01:00
OnCallDutyPolicyAPI.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
OpenAPI.ts feat: add OpenAPI specification support and update navigation links 2025-06-12 17:57:27 +01:00
ProbeAPI.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
ProjectAPI.ts feat: implement change plan API with billing permission checks 2025-10-14 13:54:38 +01:00
ProjectSSO.ts fix: streamline async function signatures in API routes for consistency 2025-10-07 21:49:14 +01:00
ResellerPlanAPI.ts Refactor comments across multiple files to improve clarity and consistency 2025-10-02 11:53:55 +01:00
ScheduledMaintenanceInternalNoteAPI.ts Update attachment routes to include projectId in URL parameters 2025-11-19 13:17:48 +00:00
ScheduledMaintenancePublicNoteAPI.ts Update attachment routes to include projectId in URL parameters 2025-11-19 13:17:48 +00:00
ShortLinkAPI.ts fix: streamline async function signatures in API routes for consistency 2025-10-07 21:49:14 +01:00
SlackAPI.ts Refactor comments across multiple files to improve clarity and consistency 2025-10-02 11:53:55 +01:00
StatusAPI.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
StatusPageAnnouncementAPI.ts Update attachment routes to include projectId in URL parameters 2025-11-19 13:17:48 +00:00
StatusPageAPI.ts feat: add postmortemPostedAt field and update related components for incident tracking 2025-12-03 13:09:23 +00:00
StatusPageDomainAPI.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
StatusPageSubscriberAPI.ts Refactor Slack Markdown Conversion and Update Slack Notification Logic 2025-06-04 19:52:59 +01:00
TeamComplianceAPI.ts feat: Enhance TeamComplianceAPI and TeamComplianceService to include user compliance statuses and improve type safety 2025-09-23 13:05:34 +01:00
TelemetryAPI.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
UserAPI.ts feat: refactor cache header handling to use Response utility method across multiple APIs 2025-11-18 19:26:18 +00:00
UserCallAPI.ts fix: streamline async function signatures in API routes for consistency 2025-10-07 21:49:14 +01:00
UserEmailAPI.ts fix: streamline async function signatures in API routes for consistency 2025-10-07 21:49:14 +01:00
UserOnCallLogTimelineAPI.ts fix: refactor URL construction for view details and redirect routes in UserNotificationLogTimelineAPI 2025-10-16 15:05:57 +01:00
UserPushAPI.ts fix: streamline async function signatures in API routes for consistency 2025-10-07 21:49:14 +01:00
UserSmsAPI.ts fix: streamline async function signatures in API routes for consistency 2025-10-07 21:49:14 +01:00
UserTotpAuthAPI.ts refactor: replace TwoFactorAuth with TotpAuth and update related implementations 2025-09-30 13:08:58 +01:00
UserWebAuthnAPI.ts refactor: Clean up code formatting and improve readability in various files 2025-09-30 17:14:23 +01:00
UserWhatsAppAPI.ts fix: streamline async function signatures in API routes for consistency 2025-10-07 21:49:14 +01:00
VersionAPI.ts refactor: Update import statements for CommonUI to use Common/UI 2024-08-07 15:50:32 -06:00
WorkspaceNotificationRuleAPI.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