oneuptime/Common/Utils
Simon Larsen 9e45f4cea9
refactor: Add doNotFollowRedirects option to WebsiteRequest and API
This commit adds the `doNotFollowRedirects` option to the `WebsiteRequest` and `API` classes. When set to `true`, the classes will not follow redirects when making HTTP requests. This is achieved by setting the `maxRedirects` property of the `axiosOptions` object to 0. This change allows for more control over the behavior of HTTP requests and ensures that redirects are not automatically followed.
2024-10-09 20:11:15 +01:00
..
StatusPage refactor: Update UptimeUtil to round uptime percentage to specified precision 2024-10-09 11:39:21 +01:00
Uptime refactor: Update UptimeUtil to round uptime percentage to specified precision 2024-10-09 11:39:21 +01:00
Analytics.ts
API.ts refactor: Add doNotFollowRedirects option to WebsiteRequest and API 2024-10-09 20:11:15 +01:00
Array.ts refactor: Update import statements to use ArrayUtil from Common/Utils/Array 2024-09-05 13:29:58 +01:00
Boolean.ts refactor: Update LastRunMessage and TelemetryServices components 2024-07-17 13:42:12 -06:00
CronTime.ts refactor: Enable lazy loading for images in Copilot/Utils/CopilotAction.ts, Common/Utils/CronTime.ts, Common/Server/Services/BillingInvoiceService.ts, and Dashboard/src/Pages/Settings/Invoices.tsx 2024-09-05 18:22:41 +01:00
Crypto.ts refactor: Add TelemetryExceptionStatusService to handle telemetry exception status in the database 2024-08-25 19:29:25 +01:00
Enum.ts
Faker.ts should generate a string of random numbers of specified length 2024-08-12 22:57:36 +01:00
Memory.ts
Number.ts refactor: Update LastRunMessage and TelemetryServices components 2024-07-17 13:42:12 -06:00
ObjectUtil.ts
Realtime.ts Add Realtime event types and interfaces; refactor imports for consistency 2024-09-26 13:15:35 +01:00
Slug.ts refactor: Update Slug.ts to use getRandomNumbers method in Faker 2024-08-08 10:45:30 -06:00
TechStack.ts
UUID.ts