Florian Kostenzer
e8008671d9
test: add Vitest browser-mode client project with CopyButton test
2026-07-13 22:52:18 +02:00
Florian Kostenzer
fca7624252
test: add Vitest server project with tool.ts timestamp tests
2026-07-13 22:18:03 +02:00
github-actions[bot]
e5b745ebbe
chore(release): bump version to 4.1.2
2026-07-13 05:31:55 +00:00
github-actions[bot]
a25d823db8
chore(release): bump version to 4.1.1
2026-06-19 17:54:04 +00:00
github-actions[bot]
560c87219b
chore(release): bump version to 4.0.23
2026-04-01 03:18:39 +00:00
github-actions[bot]
17500a0b43
chore(release): bump version to 4.0.22
2026-03-28 06:02:11 +00:00
github-actions[bot]
555372f175
chore(release): bump version to 4.0.21
2026-03-27 17:58:55 +00:00
Raj Nandan Sharma
3ff43af787
Merge pull request #678 from LMtx/feature/vulnerability-fixes
...
security: fix critical and high severity vulnerabilities
2026-03-25 08:47:08 +05:30
LMtx
7658170865
security: fix critical and high severity vulnerabilities
...
- Upgrade svelte to ^5.53.5 (CVE-2025-46223 SSR XSS fixes)
- Upgrade @sveltejs/kit to ^2.53.3 (deserialization DoS fixes)
- Add npm overrides for transitive dependencies:
- fast-xml-parser ^5.5.6 (CVE-2025-46223 XXE bypass)
- rollup ^4.59.0 (CVE-2025-46717 path traversal)
- undici ^7.24.0 (WebSocket DoS fixes)
- minimatch ^10.2.3 (ReDoS fixes)
- devalue ^5.6.4 (prototype pollution fix)
- dompurify ^3.3.2 (mXSS fix)
- cookie ^0.7.0 (injection fix)
- mailparser ^3.9.3 (ReDoS fix)
All npm audit checks pass with 0 vulnerabilities.
2026-03-23 11:55:45 +01:00
github-actions[bot]
18489c5339
chore(release): bump version to 4.0.20
2026-03-19 17:08:48 +00:00
Raj Nandan Sharma
a8841ad8a3
Implement support for HEIC/HEIF image formats and increase body size limit to 3M
2026-03-19 12:28:58 +05:30
github-actions[bot]
36f2ae1f69
chore(release): bump version to 4.0.18
2026-03-17 06:14:16 +00:00
github-actions[bot]
a5afd38520
chore(release): bump version to 4.0.17
2026-03-15 13:27:35 +00:00
github-actions[bot]
a549eb5d1b
chore(release): bump version to 4.0.16
2026-03-13 07:59:48 +00:00
Raj Nandan Sharma
9afb8947ac
feat: implement gRPC monitor functionality and update related documentation, implements #505
2026-03-13 10:29:05 +05:30
github-actions[bot]
7abd6788de
chore(release): bump version to 4.0.15
2026-03-12 09:00:01 +00:00
github-actions[bot]
04b1d0716b
chore(release): bump version to 4.0.14
2026-03-12 05:28:52 +00:00
Raj Nandan Sharma
19c2275a7b
chore: remove unused dependencies and update documentation for showcase
2026-03-10 10:00:22 +05:30
github-actions[bot]
a53251454e
chore(release): bump version to 4.0.13
2026-03-09 17:32:07 +00:00
github-actions[bot]
b465f48c6e
chore(release): bump version to 4.0.12
2026-03-05 11:20:13 +00:00
github-actions[bot]
f20b74cb36
chore(release): bump version to 4.0.11
2026-02-26 18:43:37 +00:00
github-actions[bot]
045f32b7ce
chore(release): bump version to 4.0.10
2026-02-26 11:25:52 +00:00
github-actions[bot]
e6e586f6de
chore(release): bump version to 4.0.9
2026-02-26 06:36:24 +00:00
github-actions[bot]
623465ff50
chore(release): bump version to 4.0.8
2026-02-24 19:17:23 +00:00
github-actions[bot]
166073fbd4
chore(release): bump version to 4.0.7
2026-02-24 18:47:54 +00:00
github-actions[bot]
2c27859197
chore(release): bump version to 4.0.6
2026-02-24 18:35:29 +00:00
github-actions[bot]
35f0adb235
chore(release): bump version to 4.0.5
2026-02-24 18:18:40 +00:00
github-actions[bot]
3ad256a626
chore(release): bump version to 4.0.4
2026-02-24 17:27:46 +00:00
github-actions[bot]
3abdb5c17a
chore(release): bump version to 4.0.3
2026-02-24 12:54:46 +00:00
github-actions[bot]
78b18a59ec
chore(release): bump version to 4.0.2
2026-02-24 12:27:09 +00:00
github-actions[bot]
f9486927de
chore(release): bump version to 4.0.1
2026-02-24 12:09:00 +00:00
Raj Nandan Sharma
4b23e729c1
changes
2026-02-20 22:57:34 +05:30
Raj Nandan Sharma
c9c675da28
changes
2026-02-20 18:40:28 +05:30
Raj Nandan Sharma
e6424b1d66
refactor: integrate @humanspeak/svelte-purify for enhanced HTML sanitization and update global constants for upload limits
2026-02-15 13:08:26 +05:30
Raj Nandan Sharma
21f06a4143
hb
2026-02-11 23:04:28 +05:30
Raj Nandan Sharma
c58530cda3
cleanup 1
2026-02-10 08:51:49 +05:30
Raj Nandan Sharma
9b99bec50b
Create Dockerfile and Docker Compose configurations for Kener v4 application
...
- Implement multi-stage Dockerfile for building and running the Kener application with support for Alpine and Debian variants.
- Establish development and production Docker Compose files for local testing and deployment.
- Configure Redis service for caching and job scheduling.
- Set up environment variables for application configuration, including secret keys and database connections.
- Define health checks for Redis service to ensure reliability.
2026-02-10 08:36:28 +05:30
Raj Nandan Sharma
038c52ad7d
base path adding
2026-02-06 17:43:33 +05:30
Raj Nandan Sharma
2d7d6a3d77
fixes
2026-02-05 15:00:22 +05:30
Raj Nandan Sharma
331cd5b59a
Refactor documentation structure and enhance monitor features with nested pages and custom evaluations
2026-02-04 11:58:27 +05:30
Raj Nandan Sharma
601186dcc0
good docs
2026-02-03 18:12:18 +05:30
Raj Nandan Sharma
3295b7b081
docs
2026-02-03 12:47:28 +05:30
Raj Nandan Sharma
00511da24c
changes
2026-02-02 19:01:44 +05:30
Raj Nandan Sharma
6c15d48b58
new api spec
2026-02-02 10:28:55 +05:30
Raj Nandan Sharma
2abb266e3b
changes
2026-01-29 18:15:53 +05:30
Raj Nandan Sharma
4608b03659
alerting new set up done
2026-01-26 12:46:25 +05:30
Raj Nandan Sharma
6b88cf11a1
changes
2026-01-22 18:29:42 +05:30
Raj Nandan Sharma
0149b3e61a
first commit for version 4, very unstable
2026-01-22 11:19:13 +05:30
Raj Nandan Sharma
0d31187ab4
clean repo for overhaul
2026-01-22 09:52:23 +05:30
Vadim Henb
b056266adf
feat: improve date handling and add navigation controls
...
- Set Russian as default locale in seedSiteData and i18n server configuration
- Replace MMMM with LLLL format for proper Russian month declension (nominative case)
- Update all date format strings across incident pages and controllers
- Add date range validation (2023 to current+12 months) with 404 error handling
- Implement conditional navigation buttons that hide at date boundaries
- Fix Russian month names display (октябрь instead of октября in titles)
- Add MIN_YEAR constant to prevent navigation before system launch
- Improve TypeScript compatibility and fix linter errors
This resolves Russian grammatical issues and prevents access to invalid date ranges
while maintaining proper localization and user experience.
2025-10-15 20:11:36 +03:00