Commit Graph
6464 Commits
Author SHA1 Message Date
Frank Elsinga 0901434c9f fix the conditions tests being weirder than they need to 2026-01-01 16:16:45 +01:00
Frank Elsinga bcfd1e9295 group related components 2026-01-01 15:41:07 +01:00
iotux a6239a6200 Fixed a linting err 2026-01-01 12:18:56 +01:00
iotux 1faed64e13 Merge remote-tracking branch 'upstream/master' into feature/local-service-monitor 2026-01-01 12:11:27 +01:00
DanielDerefaka c9381154a6 feat(status-page): add og:type and og:image Open Graph meta tags
Added additional Open Graph meta tags to status pages for better
social media sharing:
- og:type (set to "website")
- og:image (uses the status page icon if configured)

This complements the existing og:title and og:description tags.

Fixes #6514
2026-01-01 11:41:11 +01:00
iotux 07295f4a8a Modified according to review 2026-01-01 11:21:02 +01:00
DanielDerefaka b16aa9c832 fix(discord): hide empty Service URL and N/A Ping fields
- Only show Service URL field when extractAddress returns a non-empty value
- Only show Ping field when ping value is not null
- This fixes unnecessary 'https://' and 'N/A' values showing for groups

Fixes #3327

Contribution by Gittensor, see my contribution statistics at https://gittensor.io/miners/details?githubId=101010297
2026-01-01 11:07:16 +01:00
iotux 8b8a3efc9b Modified according to review 2026-01-01 10:37:46 +01:00
iotux 2c47174a04 Merge branch 'feature/local-service-monitor' of https://github.com/iotux/uptime-kuma into feature/local-service-monitor 2026-01-01 09:55:14 +01:00
iotux 97d836d7f4 Modified according to review 2026-01-01 09:41:24 +01:00
iotuxandFrank Elsinga 455df272e3 Update src/pages/EditMonitor.vue
Co-authored-by: Frank Elsinga <frank@elsinga.de>
2026-01-01 09:38:36 +01:00
iotuxandFrank Elsinga 6bc382ef4d Update server/monitor-types/system-service.js
Co-authored-by: Frank Elsinga <frank@elsinga.de>
2026-01-01 08:41:09 +01:00
iotuxandFrank Elsinga f3c554d0ec Update server/monitor-types/system-service.js
Co-authored-by: Frank Elsinga <frank@elsinga.de>
2026-01-01 08:37:42 +01:00
iotuxandFrank Elsinga 6c93930d3e Update server/monitor-types/system-service.js
Co-authored-by: Frank Elsinga <frank@elsinga.de>
2026-01-01 08:35:59 +01:00
iotuxandFrank Elsinga 2dbd8aecf2 Update server/monitor-types/system-service.js
Co-authored-by: Frank Elsinga <frank@elsinga.de>
2026-01-01 08:34:47 +01:00
Frank Elsinga 5e6982c500 Fix for more resilient WS check + Subprotocol inputs + Timeouts (#6551) 2026-01-01 08:32:52 +01:00
Frank Elsinga bcdf6b8959 Merge branch 'master' into websocket_test 2026-01-01 08:25:14 +01:00
iotuxandFrank Elsinga c09882b00a Update server/monitor-types/system-service.js
Co-authored-by: Frank Elsinga <frank@elsinga.de>
2026-01-01 08:19:55 +01:00
iotuxandFrank Elsinga 134877317c Update server/monitor-types/system-service.js
Co-authored-by: Frank Elsinga <frank@elsinga.de>
2026-01-01 08:18:05 +01:00
Frank Elsinga 4a27f921ce fix(ci): Update domain expiry notification days setting (#6559) 2026-01-01 08:13:11 +01:00
iotuxandFrank Elsinga 132a03874d Update server/monitor-types/system-service.js
Co-authored-by: Frank Elsinga <frank@elsinga.de>
2026-01-01 08:03:57 +01:00
Frank Elsinga 402d577429 Update test/backend-test/test-domain.js 2026-01-01 08:02:19 +01:00
iotuxandCopilot 91f31f56cb Update test/backend-test/test-system-service.js
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-01 08:01:26 +01:00
iotux 8308161962 Removed probe.yml 2026-01-01 07:51:19 +01:00
Frank Elsinga 20d2693f33 Update test/backend-test/test-domain.js 2026-01-01 03:11:38 +01:00
Frank Elsinga 50b1866889 Merge branch 'master' into CommanderStorm-patch-2 2026-01-01 03:10:48 +01:00
Frank Elsinga a50d5d4d57 feat: extract the sqlserver monitor to its own monitor-type and enable support conditions for a single result (#6545) 2026-01-01 03:10:28 +01:00
Pedro Magno 414fc5612a Merge branch 'master' into feature/mssql-monitor 2026-01-01 01:37:47 +00:00
dependabot[bot] d8cae1f7f3 Bump qs from 6.10.4 to 6.14.1
Bumps [qs](https://github.com/ljharb/qs) from 6.10.4 to 6.14.1.
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ljharb/qs/compare/v6.10.4...v6.14.1)

---
updated-dependencies:
- dependency-name: qs
  dependency-version: 6.14.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-01 00:39:29 +00:00
Frank Elsinga a46810b1ff Update test/backend-test/test-domain.js 2025-12-31 21:42:16 +01:00
Frank Elsinga d1d3d4ef34 Update domain expiry notification days setting 2025-12-31 21:07:22 +01:00
PoleTransformer 88b9283051 Merge branch 'master' into websocket_test 2025-12-31 18:20:30 +00:00
PoleTransformerandFrank Elsinga 858820cbc9 wsCodeDescription Translation keys
Co-authored-by: Frank Elsinga <frank@elsinga.de>
2025-12-31 18:08:33 +00:00
PoleTransformer 8594bc81b3 Enforce backend WS timeout + subprotocol logic + formatting 2025-12-31 09:51:53 -08:00
Frank Elsinga 23a8a40eb9 feat: add "resend" email sending notification provider (#6544) 2025-12-31 17:54:25 +01:00
Julian Speckmann b935b1650f Merge branch 'louislam:master' into master 2025-12-31 17:53:06 +01:00
PoleTransformerandFrank Elsinga 307c208518 Subprotocol placeholder example usage
Co-authored-by: Frank Elsinga <frank@elsinga.de>
2025-12-31 16:44:03 +00:00
Nityanand Thakur 71e2ea091d removed jsdom and updated package-lock.json 2025-12-31 16:30:05 +00:00
lsnnt 55d21b72ba not checked lint now checked lint and the backend test to see everything working 2025-12-31 11:02:17 +05:30
lsnnt 6c3afcca08 added direct text support for countering xss and test were also failing 2025-12-31 10:55:23 +05:30
lsnnt bdf499edd2 Added the Dompurify to sanitize html content 2025-12-31 10:44:23 +05:30
PoleTransformer 20e2cf69e4 Add timeout selection + refine error logic + update tests 2025-12-30 20:29:55 -08:00
Nityanand ThakurandFrank Elsinga f74834e4ca Update server/notification-providers/resend.js
Co-authored-by: Frank Elsinga <frank@elsinga.de>
2025-12-31 09:54:20 +05:30
PoleTransformer a2c81ebf44 minor patch 2025-12-30 17:57:29 -08:00
PoleTransformer 0bee90ea31 WS test status code support + improved error handing + subprotocol input 2025-12-30 17:49:09 -08:00
Nityanand Thakur 49273f94ef Merge branch 'master' into master 2025-12-30 18:44:40 +05:30
iotux 1d118b4852 Merge branch 'louislam:master' into feature/local-service-monitor 2025-12-30 19:53:40 +07:00
Pedro Magno e62008cfb0 Merge branch 'master' into feature/mssql-monitor 2025-12-30 11:16:42 +00:00
Pedro Magno 534ba5d547 chore: Extract the sqlserver monitor to its own monitor-type. Enable support conditions for a single result value. 2025-12-30 11:06:04 +00:00
Frank Elsinga 271a2d3b35 remove: drop LINE Notify integration (#6088) 2025-12-30 11:02:04 +01:00