Commit Graph

6510 Commits

Author SHA1 Message Date
Julian Speckmann
216aaa239f Enhance description rendering in StatusPage by using marked for Markdown support 2025-12-29 02:54:33 +01:00
Julian Speckmann
20e7beb43c
Merge pull request #11 from KingIronMan2011/copilot/fix-eslint-warning-usage
Fix ESLint warning and crypto.randomBytes() runtime error
2025-12-29 02:41:44 +01:00
copilot-swe-agent[bot]
d15539ca71 Fix crypto.randomBytes() usage in hash.js - replace with crypto.randomInt()
Co-authored-by: KingIronMan2011 <176780813+KingIronMan2011@users.noreply.github.com>
2025-12-29 01:38:44 +00:00
copilot-swe-agent[bot]
1362286dac Remove unused 'marked' import from status_page.js
Co-authored-by: KingIronMan2011 <176780813+KingIronMan2011@users.noreply.github.com>
2025-12-29 01:36:42 +00:00
Julian Speckmann
38b83ab6a7
Merge branch 'master' into security/improved-security 2025-12-29 02:34:23 +01:00
copilot-swe-agent[bot]
62a2dbdc00 Initial plan 2025-12-29 01:33:25 +00:00
Julian Speckmann
9f88233e3c
Downgrade @vitejs/plugin-vue back to version 5.0.1 2025-12-29 02:30:41 +01:00
cyril59310
875dd1288a translation key update 2025-12-28 20:30:54 +01:00
iotux
a6d7048ed1 Skip non-existant systemd for AM64 2025-12-28 11:36:03 +01:00
iotux
2ccd4a4b31 Reverted to original auto-test 2025-12-28 11:34:36 +01:00
iotux
9f272a5721 Probe: Minimal systemctl check 2025-12-28 07:57:46 +01:00
iotux
f54850908f Add CI probe workflow 2025-12-28 07:55:24 +01:00
iotux
373cc6ceda Fix: Enable push trigger for probe 2025-12-28 07:00:41 +01:00
iotux
4310e3ec6c Fix: Enable push trigger for probe 2025-12-28 06:59:10 +01:00
cyril59310
ab61f8dc89 fix 2025-12-28 03:46:40 +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
iotux
4a5532884c Excludes ARM64/Self-hosted runners which may lack docker 2025-12-26 12:06:37 +01:00
Frank Elsinga
ebf1a5bb6f
feat: allow "Select all" monitors on the maintenance page (#6528) 2025-12-26 12:01:12 +01:00
Frank Elsinga
b294dd65f7
Merge branch 'master' into select_all_maintenance 2025-12-26 11:53:48 +01:00
iotux
3b91e5d340 Added systemd support to auto-test.yml 2025-12-26 11:36:08 +01:00
Hemanth Rachapalli
8a82f66820 translation 2025-12-26 10:58:15 +05:30
Hemanth Rachapalli
f9831392fc changed logic to selector 2025-12-26 10:57:52 +05:30
iotux
92abea01b5 Merge remote-tracking branch 'upstream/master' into feature/local-service-monitor 2025-12-26 03:27:03 +01:00
Frank Elsinga
827ba07bd3
Updated the RabbitMQ documentation (#6531) 2025-12-26 02:40:57 +01:00
iotux
ec549c1387
Merge branch 'master' into feature/local-service-monitor 2025-12-26 08:15:23 +07:00
Frank Elsinga
7fef368879
Merge branch 'master' into docs-update 2025-12-26 02:14:40 +01:00
Frank Elsinga
c1cb525a39
Added missing translation keys (#6530) 2025-12-26 02:14:24 +01:00
iotux
8f130295e8 Trigger re-check 2025-12-26 02:13:19 +01:00
cyril59310
50026e38da update docs 2025-12-26 02:05:49 +01:00
cyril59310
046e8f1a83 add key 2025-12-26 01:45:57 +01:00
Hemanth Rachapalli
603032981a translation 2025-12-25 22:56:37 +05:30
Hemanth Rachapalli
7527fa9b51 select all button 2025-12-25 22:56:14 +05:30
Frank Elsinga
4dc8f2c72c
Merge branch 'master' into feature/umami-analytics-status-page 2025-12-25 02:20:35 +01:00
Frank Elsinga
bd99622069
Update src/pages/StatusPage.vue 2025-12-25 02:18:58 +01:00
Frank Elsinga
df3757f33c
Update src/pages/StatusPage.vue 2025-12-25 02:18:47 +01:00
Frank Elsinga
65a887d12c
Websocket Test - Show Websocket URL (#6526) 2025-12-25 00:19:32 +01:00
PoleTransformer
d4e924d1ca
Merge branch 'master' into websocket_test 2025-12-24 23:07:21 +00:00
Frank Elsinga
8240ace6e4
Translations Update from Weblate (#6509) 2025-12-24 20:51:49 +01:00
PoleTransformer
e15d7a9a2e
Show Websocket URL 2025-12-24 16:58:59 +00:00
iotux
fcdc22a661
Merge branch 'louislam:master' into feature/local-service-monitor 2025-12-24 12:20:14 +07:00
iotux
8f6e59c5a2 Use real Dnscache service on Windows, mock on Linux 2025-12-24 05:50:54 +01:00
iotux
dc6e1ad96e Added local mock executable to support all CI environments 2025-12-24 05:28:12 +01:00
Julian Speckmann
5117d6dbad fix: improve description handling in renderHTML method 2025-12-24 04:08:21 +01:00
Julian Speckmann
11d460f0b8 fix: use crypto.randomBytes for secure pseudo-random value generation 2025-12-24 04:05:20 +01:00
Julian Speckmann
2c447539d2
Merge pull request #4 from KingIronMan2011/dependabot/npm_and_yarn/nodemailer-7.0.11
chore(deps): bump nodemailer from 6.9.16 to 7.0.11
2025-12-24 04:01:49 +01:00
Julian Speckmann
42953aef49 fix: update vite version to 5.4.15 for improved compatibility 2025-12-24 04:01:08 +01:00
Julian Speckmann
a005bb1dbf
Merge pull request #5 from KingIronMan2011/dependabot/npm_and_yarn/multi-b66a77519b
chore(deps): bump esbuild, @vitejs/plugin-vue and vite
2025-12-24 03:56:09 +01:00
dependabot[bot]
6266dc3537
chore(deps): bump esbuild, @vitejs/plugin-vue and vite
Bumps [esbuild](https://github.com/evanw/esbuild) to 0.27.2 and updates ancestor dependencies [esbuild](https://github.com/evanw/esbuild), [@vitejs/plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue) and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). These dependencies need to be updated together.


Updates `esbuild` from 0.21.5 to 0.27.2
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2024.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.21.5...v0.27.2)

Updates `@vitejs/plugin-vue` from 5.0.5 to 5.2.4
- [Release notes](https://github.com/vitejs/vite-plugin-vue/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-vue/blob/main/packages/plugin-vue/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-vue/commits/plugin-vue@5.2.4/packages/plugin-vue)

Updates `vite` from 5.4.21 to 7.3.0
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v7.3.0/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v7.3.0/packages/vite)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-version: 0.27.2
  dependency-type: indirect
- dependency-name: "@vitejs/plugin-vue"
  dependency-version: 5.2.4
  dependency-type: direct:development
- dependency-name: vite
  dependency-version: 7.3.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-24 02:54:53 +00:00
dependabot[bot]
c0cddb9311
chore(deps): bump nodemailer from 6.9.16 to 7.0.11
Bumps [nodemailer](https://github.com/nodemailer/nodemailer) from 6.9.16 to 7.0.11.
- [Release notes](https://github.com/nodemailer/nodemailer/releases)
- [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodemailer/nodemailer/compare/v6.9.16...v7.0.11)

---
updated-dependencies:
- dependency-name: nodemailer
  dependency-version: 7.0.11
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-24 02:54:32 +00:00