Commit Graph

6214 Commits

Author SHA1 Message Date
Julian Speckmann
eb4a201bc9 Fix: Await expect for monitor status checks in Monitor Form tests 2025-12-29 03:57:20 +01:00
Julian Speckmann
c6e8907eda Update playwright-core to version 1.57.0 in package.json and package-lock.json 2025-12-29 03:27:22 +01:00
Julian Speckmann
82371feb11 Refactor e2e test scripts to remove redundant playwright installation step 2025-12-29 03:21:01 +01:00
Julian Speckmann
a8e4d0f3ea Enhance e2e testing scripts by adding playwright installation step 2025-12-29 03:14:44 +01:00
Julian Speckmann
9d90e864d1 Update nodemailer to version 7.0.12 in package.json and package-lock.json 2025-12-29 03:07:01 +01:00
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
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
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
Frank Elsinga
827ba07bd3
Updated the RabbitMQ documentation (#6531) 2025-12-26 02:40:57 +01: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
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
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
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
Julian Speckmann
d1beb1368c
Merge pull request #3 from KingIronMan2011/dependabot/npm_and_yarn/multi-883db7b4b8
chore(deps): bump playwright and @playwright/test
2025-12-24 03:52:37 +01:00
dependabot[bot]
056a6f7402
chore(deps): bump playwright and @playwright/test
Bumps [playwright](https://github.com/microsoft/playwright) to 1.57.0 and updates ancestor dependency [@playwright/test](https://github.com/microsoft/playwright). These dependencies need to be updated together.


Updates `playwright` from 1.39.0 to 1.57.0
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](https://github.com/microsoft/playwright/compare/v1.39.0...v1.57.0)

Updates `@playwright/test` from 1.39.0 to 1.57.0
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](https://github.com/microsoft/playwright/compare/v1.39.0...v1.57.0)

---
updated-dependencies:
- dependency-name: playwright
  dependency-version: 1.57.0
  dependency-type: indirect
- dependency-name: "@playwright/test"
  dependency-version: 1.57.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-24 02:51:35 +00:00
Unai Tolosa Pontesta
ff0b2ac1e2 Translated using Weblate (Basque)
Currently translated at 57.4% (712 of 1239 strings)

Co-authored-by: Unai Tolosa Pontesta <utolosa002@gmail.com>
Translate-URL: https://weblate.kuma.pet/projects/uptime-kuma/uptime-kuma/eu/
Translation: Uptime Kuma/Uptime Kuma
2025-12-24 02:36:33 +00:00
Marco
d2496680e6 Translated using Weblate (German)
Currently translated at 100.0% (1239 of 1239 strings)

Translated using Weblate (German (Switzerland))

Currently translated at 100.0% (1239 of 1239 strings)

Co-authored-by: Marco <marco@nanoweb.ch>
Translate-URL: https://weblate.kuma.pet/projects/uptime-kuma/uptime-kuma/de/
Translate-URL: https://weblate.kuma.pet/projects/uptime-kuma/uptime-kuma/de_CH/
Translation: Uptime Kuma/Uptime Kuma
2025-12-24 02:36:33 +00:00
d
4ed78c649a Translated using Weblate (Catalan)
Currently translated at 51.3% (636 of 1239 strings)

Co-authored-by: d <davidflorescoll73@gmail.com>
Translate-URL: https://weblate.kuma.pet/projects/uptime-kuma/uptime-kuma/ca/
Translation: Uptime Kuma/Uptime Kuma
2025-12-24 02:36:33 +00:00
Virenbar
46b6d660bb Translated using Weblate (Russian)
Currently translated at 100.0% (1239 of 1239 strings)

Co-authored-by: Virenbar <rib.artem@gmail.com>
Translate-URL: https://weblate.kuma.pet/projects/uptime-kuma/uptime-kuma/ru/
Translation: Uptime Kuma/Uptime Kuma
2025-12-24 02:36:33 +00:00
Aluisio
1aacf3e691 Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (1239 of 1239 strings)

Co-authored-by: Aluisio <aluisiodeavila@hotmail.com>
Translate-URL: https://weblate.kuma.pet/projects/uptime-kuma/uptime-kuma/pt_BR/
Translation: Uptime Kuma/Uptime Kuma
2025-12-24 02:36:33 +00:00
Gringo
7881da76c8 Translated using Weblate (Italian)
Currently translated at 100.0% (1239 of 1239 strings)

Co-authored-by: Gringo <ita.translations@tiscali.it>
Translate-URL: https://weblate.kuma.pet/projects/uptime-kuma/uptime-kuma/it/
Translation: Uptime Kuma/Uptime Kuma
2025-12-24 02:36:33 +00:00
Cyril59310
ba98e5a4e9 Translated using Weblate (French)
Currently translated at 100.0% (1239 of 1239 strings)

Co-authored-by: Cyril59310 <archas.cyril@hotmail.fr>
Translate-URL: https://weblate.kuma.pet/projects/uptime-kuma/uptime-kuma/fr/
Translation: Uptime Kuma/Uptime Kuma
2025-12-24 02:36:33 +00:00
Frank Elsinga
86d22827ac Translated using Weblate (Bavarian)
Currently translated at 51.6% (640 of 1239 strings)

Translated using Weblate (English (Old))

Currently translated at 0.0% (0 of 1239 strings)

Translated using Weblate (Bavarian)

Currently translated at 42.7% (530 of 1239 strings)

Translated using Weblate (Bavarian)

Currently translated at 34.0% (422 of 1239 strings)

Translated using Weblate (Bavarian)

Currently translated at 31.4% (389 of 1235 strings)

Co-authored-by: Frank Elsinga <CommanderStorm@users.noreply.weblate.kuma.pet>
Translate-URL: https://weblate.kuma.pet/projects/uptime-kuma/uptime-kuma/ang/
Translate-URL: https://weblate.kuma.pet/projects/uptime-kuma/uptime-kuma/bar/
Translation: Uptime Kuma/Uptime Kuma
2025-12-24 02:36:33 +00:00
Michael
7998592c92 Translated using Weblate (German)
Currently translated at 100.0% (1235 of 1235 strings)

Co-authored-by: Michael <accounts@michi.onl>
Translate-URL: https://weblate.kuma.pet/projects/uptime-kuma/uptime-kuma/de/
Translation: Uptime Kuma/Uptime Kuma
2025-12-24 02:36:33 +00:00
Anthony
b6e8d548b0
fix: update dns monitor to evaluate full response list on CAA resolver_type (#6520) 2025-12-24 03:36:28 +01:00
Copilot
af5fd5488d
fix: Optimize heartbeat indexes containing important on sqlite using SQLite partial indexes (#6511)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: louislam <1336778+louislam@users.noreply.github.com>
Co-authored-by: CommanderStorm <26258709+CommanderStorm@users.noreply.github.com>
2025-12-23 18:00:09 +00:00
Shengqi Chen
d23ff8c486
fix: v2 migration process report is always 0 when having many monitors / dates (#6516)
Signed-off-by: Shengqi Chen <i@harrychen.xyz>
Co-authored-by: Frank Elsinga <frank@elsinga.de>
2025-12-22 14:31:39 +00:00
Copilot
2d9e6c3911
fix: MariaDB datetime format error when pausing maintenance (#6513)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: louislam <1336778+louislam@users.noreply.github.com>
Co-authored-by: CommanderStorm <26258709+CommanderStorm@users.noreply.github.com>
2025-12-22 14:32:12 +01:00
Shaan
eb0b6cdb09
feat: Domain name expiry (#6413)
Co-authored-by: AiroPi <47398145+AiroPi@users.noreply.github.com>
Co-authored-by: Frank Elsinga <frank@elsinga.de>
2025-12-20 16:32:49 +00:00