cyril59310
|
a1b4889020
|
add legend in label
|
2026-01-03 00:36:48 +01:00 |
|
Anurag Ekkati
|
f3d280f1b0
|
fix(monitor): DNS monitor hostname and other monitors URL validations
Fixes Issue #6444
Summary:
* DNS monitor hostname input will accept wildcard and rejects IP (Valid : *.testdns.co, Invalid : 8.8.8.8)
* http, keyword, json-query, websocket, real-browser monitors will not accept wildcard hostnames in URL (Invalid : https://*.testdns.co/status)
|
2026-01-02 14:59:39 -08:00 |
|
cyril59310
|
79f542cc8d
|
fix
|
2026-01-02 23:05:35 +01:00 |
|
cyril59310
|
c7641a3c80
|
Indicates that the legend is clickable
|
2026-01-02 22:21:36 +01:00 |
|
cyril59310
|
8f0e396a00
|
update colors
|
2026-01-02 22:16:41 +01:00 |
|
cyril59310
|
e409266e33
|
Moved to the left and darkened
|
2026-01-02 21:02:26 +01:00 |
|
cyril59310
|
4ba03a86c6
|
Chart improvement
|
2026-01-02 20:38:17 +01:00 |
|
Frank Elsinga
|
6a700cb71b
|
feat: system service (aka systemd/ windows service) monitor (#6488)
|
2026-01-02 17:42:55 +01:00 |
|
Frank Elsinga
|
a3fde73539
|
Update src/lang/en.json
|
2026-01-02 17:39:38 +01:00 |
|
Frank Elsinga
|
cb9e29a00c
|
Merge branch 'master' into feature/local-service-monitor
|
2026-01-02 17:38:22 +01:00 |
|
Frank Elsinga
|
a36b365f4d
|
fix(rss): fix the rss endpoint having the wrong content type (#6570)
|
2026-01-02 16:02:31 +00:00 |
|
iotux
|
1948802b8d
|
Added defaultFriendlyName
|
2026-01-02 14:13:51 +01:00 |
|
iotux
|
b3f84f0bf8
|
Merge branch 'louislam:master' into feature/local-service-monitor
|
2026-01-02 13:56:19 +07:00 |
|
iotux
|
2735f3b831
|
Vue template correnctions
|
2026-01-02 07:50:51 +01:00 |
|
Frank Elsinga
|
71a17c9329
|
chore: Migrate gamedig to be a GameDigMonitorType and add dyndns resolution (#5970)
|
2026-01-02 07:48:28 +01:00 |
|
Frank Elsinga
|
3cb3e7a8c3
|
add a testcase
|
2026-01-02 07:43:35 +01:00 |
|
Frank Elsinga
|
951b375a60
|
Merge branch 'master' into feature/5934
|
2026-01-02 07:27:51 +01:00 |
|
Frank Elsinga
|
6947e21035
|
chore: bump nodemailer and adjust how nltm does random number generation (#6540)
|
2026-01-02 07:12:26 +01:00 |
|
iotux
|
e99cd18268
|
Update server/monitor-types/system-service.js
Thanks for your help wit this
Co-authored-by: Frank Elsinga <frank@elsinga.de>
|
2026-01-02 07:07:47 +01:00 |
|
Frank Elsinga
|
7ca370b048
|
Merge branch 'master' into security/improved-security
|
2026-01-02 07:06:28 +01:00 |
|
iotux
|
700eefafe4
|
Merge branch 'louislam:master' into feature/local-service-monitor
|
2026-01-02 13:04:15 +07:00 |
|
Frank Elsinga
|
f9f586bccd
|
fix(mysql-mariadb): change dns_last_result column from VARCHAR(255) to TEXT (#6571)
|
2026-01-02 07:03:59 +01:00 |
|
Louis Lam
|
1a6b4f4878
|
Merge branch 'master' into copilot/create-database-migration-file
|
2026-01-02 13:59:02 +08:00 |
|
iotux
|
eb9fada127
|
Corrected lining errors resulting from Github "Commit suggestion" choice
|
2026-01-02 06:56:25 +01:00 |
|
copilot-swe-agent[bot]
|
78e9d9fb64
|
Add migration to change dns_last_result column to TEXT
Co-authored-by: louislam <1336778+louislam@users.noreply.github.com>
|
2026-01-02 05:55:39 +00:00 |
|
Frank Elsinga
|
91f0f87904
|
fix(discord): hide empty Service URL and N/A Ping fields (#6561)
|
2026-01-02 06:54:07 +01:00 |
|
copilot-swe-agent[bot]
|
c282c2ae3a
|
Initial plan
|
2026-01-02 05:49:53 +00:00 |
|
Frank Elsinga
|
cd874e787b
|
Merge branch 'master' into fix/discord-empty-service-url
|
2026-01-02 06:48:45 +01:00 |
|
Frank Elsinga
|
e4552a2184
|
simplify extractAddress(monitorJSON) a bit more
|
2026-01-02 06:47:29 +01:00 |
|
Frank Elsinga
|
1532acaaf3
|
don't call extractAddress twice
|
2026-01-02 06:46:50 +01:00 |
|
Frank Elsinga
|
d53248dc85
|
feat(status-page): add og:type Open Graph meta tags (#6562)
|
2026-01-02 06:45:12 +01:00 |
|
Frank Elsinga
|
f695304537
|
Merge branch 'master' into add-og-meta-tags
|
2026-01-02 06:41:04 +01:00 |
|
Frank Elsinga
|
6a95a88213
|
Update server/model/status_page.js
|
2026-01-02 06:40:27 +01:00 |
|
iotux
|
d979e8e11b
|
Update test/backend-test/test-system-service.js
Co-authored-by: Frank Elsinga <frank@elsinga.de>
|
2026-01-02 06:36:57 +01:00 |
|
iotux
|
5c15b03c6b
|
Update test/backend-test/test-system-service.js
Co-authored-by: Frank Elsinga <frank@elsinga.de>
|
2026-01-02 06:35:34 +01:00 |
|
iotux
|
9321ff502d
|
Update test/backend-test/test-system-service.js
Co-authored-by: Frank Elsinga <frank@elsinga.de>
|
2026-01-02 06:34:30 +01:00 |
|
iotux
|
3c7e93141a
|
Update test/backend-test/test-system-service.js
Co-authored-by: Frank Elsinga <frank@elsinga.de>
|
2026-01-02 06:33:59 +01:00 |
|
iotux
|
3c980056f2
|
Update test/backend-test/test-system-service.js
Co-authored-by: Frank Elsinga <frank@elsinga.de>
|
2026-01-02 06:32:11 +01:00 |
|
iotux
|
1378879028
|
Update test/backend-test/test-system-service.js
Co-authored-by: Frank Elsinga <frank@elsinga.de>
|
2026-01-02 06:31:19 +01:00 |
|
iotux
|
ae7dfc5aaa
|
Update test/backend-test/test-system-service.js
Co-authored-by: Frank Elsinga <frank@elsinga.de>
|
2026-01-02 06:30:53 +01:00 |
|
iotux
|
44f823a0f4
|
Merge branch 'louislam:master' into feature/local-service-monitor
|
2026-01-02 12:19:07 +07:00 |
|
Frank Elsinga
|
1d0415f664
|
fix(ci): update OS versions in auto-test workflow to use github hosted instead of selfhosted runners (#6567)
|
2026-01-02 12:48:27 +08:00 |
|
Frank Elsinga
|
1115d7c28d
|
Update test/backend-test/notification-providers/test-ntlm.js
|
2026-01-02 05:38:33 +01:00 |
|
Frank Elsinga
|
8c75808d2d
|
Update test/backend-test/notification-providers/test-ntlm.js
|
2026-01-02 05:33:22 +01:00 |
|
Frank Elsinga
|
6b05f6269d
|
make the testcases adopt the new backend test styleguide
|
2026-01-02 05:30:21 +01:00 |
|
Frank Elsinga
|
0953b966db
|
move the nltm test to the correct position
|
2026-01-02 05:27:06 +01:00 |
|
Julian Speckmann
|
112173c37e
|
Merge pull request #20 from KingIronMan2011/dependabot/npm_and_yarn/qs-6.14.1
Bump qs from 6.10.4 to 6.14.1
|
2026-01-02 04:40:45 +01:00 |
|
Julian Speckmann
|
4002d86c28
|
Update Playwright installation to use version variable
|
2026-01-02 04:34:10 +01:00 |
|
Julian Speckmann
|
efac835b4f
|
fix: add missing newline at end of test-ntlm.js
|
2026-01-02 04:31:26 +01:00 |
|
Julian Speckmann
|
4ee7fb208d
|
Merge branch 'master' into security/improved-security
|
2026-01-02 04:29:06 +01:00 |
|