Commit Graph

349 Commits

Author SHA1 Message Date
Nilanjan Debnath
c5675ae9eb
feat(setup-database): Add SSL authentication method for database setup (#6671)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Frank Elsinga <frank@elsinga.de>
2026-01-11 07:03:53 +00:00
IsayIsee
0511686f8a
fix: make including msg optional for alyun and clairify the carrier restrictions (#6636)
Co-authored-by: IsayIsee <1091921+Solin@user.noreply.gitee.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Frank Elsinga <frank@elsinga.de>
2026-01-09 06:53:50 +00:00
MkDev11
680f0f4584
feat: allow maintenance without affected monitors (#6606)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Frank Elsinga <frank@elsinga.de>
2026-01-09 05:04:39 +00:00
Yasindu Dasanga De Mel
267c1402df
feat: add Halo PSA webhook notification provider (#6560)
Co-authored-by: Frank Elsinga <frank@elsinga.de>
2026-01-08 21:05:23 +00:00
Frank Elsinga
78020b02a9
chore: improve misc i18n things (#6645)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-08 20:14:09 +00:00
PoleTransformer
5d9a570c77
feat: DNS monitor multi IP address and hostname support for Resolver Servers (#6524)
Co-authored-by: PoleTransformer <you@example.com>
Co-authored-by: Frank Elsinga <frank@elsinga.de>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-01-08 10:11:49 +00:00
Joseph Adams
0eca301181
fix: noisy domain expiry checks in monitor editor and missing debuggability (#6637)
Co-authored-by: Frank Elsinga <frank@elsinga.de>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-01-08 05:22:08 +00:00
Erik Benoist
e31ef63b01
feat: Adds support for ntfy's phone call feature (#6640) 2026-01-08 01:16:49 +01:00
Cyril59310
fc832d0935
feat: Added a translation key for “Password is too weak (#6614)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Frank Elsinga <frank@elsinga.de>
2026-01-06 20:53:51 +00:00
Daniel Derefaka
dac07326be
feat(ui): group notification services into categories in dropdown (#6616) 2026-01-06 18:56:56 +00:00
mkdev11
7920057207 feat: add TLS monitor type for mTLS endpoint monitoring
Add a new TLS monitor type that allows monitoring mTLS endpoints to verify
they properly reject connections without client certificates.

Features:
- New TLS monitor type with hostname and port configuration
- Expected TLS Alert dropdown to specify which TLS alert to expect
- Support for certificate_required (116) alert for mTLS verification
- Optional certificate expiry monitoring when connection succeeds
- Ignore TLS errors option

Closes #5837
2026-01-06 20:27:15 +02:00
MkDev11
b1355c67f0
feat(serwersms): add group messaging support (#6610)
Co-authored-by: Frank Elsinga <frank@elsinga.de>
2026-01-06 17:12:51 +00:00
leonace924
ac87fa1969 feat: add rss title field and handle rss link from request 2026-01-06 00:15:53 -05:00
leonace924
95bfae5c8d fix: rename Badge Generator to Badge Link Generator and add helptext 2026-01-05 23:51:50 -05:00
Frank Elsinga
e6f85173a2
Merge branch 'master' into mqtt-conditions-support 2026-01-06 03:06:09 +01:00
mkdev11
cf1391db6b feat: add conditions support for MQTT monitor type
Add rich conditions support to MQTT monitor similar to DNS monitor,
allowing users to define flexible conditions on:
- topic: The MQTT topic that received the message
- message: The raw message content
- json_value: JSONata-extracted value from JSON payloads

This provides a more intuitive and powerful way to validate MQTT
messages compared to the basic keyword/json-query checks.

Maintains backward compatibility with existing keyword and json-query
check types.

Closes #5992
2026-01-06 03:08:10 +02:00
Frank Elsinga
55aecb7e54
Merge branch 'master' into better-aria 2026-01-06 01:11:57 +01:00
Frank Elsinga
7bb5645000
Update src/lang/en.json
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-06 00:22:30 +01:00
Frank Elsinga
b3ef5a9e85 remove useless translations 2026-01-06 00:05:02 +01:00
Frank Elsinga
70a9c0feeb feat: Add missing translation keys to en.json 2026-01-05 23:56:53 +01:00
Frank Elsinga
8e51242cb4 src/components/MonitorListFilter.vue 2026-01-05 23:05:55 +01:00
Frank Elsinga
ce4101f5ff add UK for the status page 2026-01-05 23:01:30 +01:00
Frank Elsinga
d99b5279b3 fix mtls-auth 2026-01-05 22:53:37 +01:00
Frank Elsinga
76eedface6 fix resend 2026-01-05 22:53:11 +01:00
Frank Elsinga
f230aecebd fix showing "30 day" instead of "30 days" and giving our translators the chance to differentiate between them 2026-01-05 22:05:34 +01:00
Frank Elsinga
8f1d54247b allow translating "Basic radio toggle button group" 2026-01-05 20:58:24 +01:00
Frank Elsinga
aa2563a507 allow translating "Basic checkbox toggle button group" 2026-01-05 20:55:42 +01:00
Frank Elsinga
2593040577 allow translating "screenshot of the website" 2026-01-05 20:54:29 +01:00
Frank Elsinga
31b8dd64c7
Merge branch 'master' into master 2026-01-05 09:40:39 +01:00
Anurag Ekkati
8d9c244603
Merge branch 'master' into fix/dns-wildcard-validator 2026-01-04 07:50:26 -08:00
Anurag Ekkati
08d8278a75 fix(monitor): Addressing review comments for PR #6577 2026-01-03 23:42:03 -08:00
Frank Elsinga
5baac436d3
Merge branch 'master' into master 2026-01-03 17:12:44 +01:00
Frank Elsinga
d172f2fde9
Merge branch 'master' into feature/umami-analytics-status-page 2026-01-03 16:57:11 +01:00
Cyril59310
664314797c
Merge branch 'master' into Chart-improvement 2026-01-03 00:40:41 +01:00
cyril59310
4ba03a86c6 Chart improvement 2026-01-02 20:38:17 +01:00
Frank Elsinga
a3fde73539
Update src/lang/en.json 2026-01-02 17:39:38 +01:00
iotux
8a5e09ddbf
Merge branch 'louislam:master' into feature/local-service-monitor 2026-01-02 07:10:52 +07:00
Cyril59310
480695ff42
Merge branch 'louislam:master' into add-default-icons-status-page 2026-01-01 19:29:27 +01:00
iotux
1faed64e13 Merge remote-tracking branch 'upstream/master' into feature/local-service-monitor 2026-01-01 12:11:27 +01:00
PoleTransformer
88b9283051
Merge branch 'master' into websocket_test 2025-12-31 18:20:30 +00:00
PoleTransformer
858820cbc9
wsCodeDescription Translation keys
Co-authored-by: Frank Elsinga <frank@elsinga.de>
2025-12-31 18:08:33 +00:00
PoleTransformer
0bee90ea31 WS test status code support + improved error handing + subprotocol input 2025-12-30 17:49:09 -08:00
lsnnt
761ef68c29 fixed something and added resend in en.json 2025-12-30 13:15:33 +05:30
cyril59310
875dd1288a translation key update 2025-12-28 20:30:54 +01:00
cyril59310
2785ddf522 default icons for status page 2025-12-28 03:16:32 +01:00
iotux
fb2848759f
Merge branch 'master' into feature/local-service-monitor 2025-12-26 18:14:22 +07:00
Frank Elsinga
b294dd65f7
Merge branch 'master' into select_all_maintenance 2025-12-26 11:53:48 +01:00
Hemanth Rachapalli
8a82f66820 translation 2025-12-26 10:58:15 +05:30
iotux
ec549c1387
Merge branch 'master' into feature/local-service-monitor 2025-12-26 08:15:23 +07:00
cyril59310
046e8f1a83 add key 2025-12-26 01:45:57 +01:00