Alex Holliday
0ac1f13043
implement editing notification channels
2025-06-10 11:13:19 +08:00
Alexander Holliday
f41709bd12
Merge pull request #2414 from bluewave-labs/feat/fe/uptime-notification-channels
...
feat: fe/uptime notification channels, resolves #2344
2025-06-10 09:24:56 +08:00
Alexander Holliday
59955cd29a
Merge pull request #2413 from bluewave-labs/feat/notification-channels
...
feat: notification channels
2025-06-10 09:24:37 +08:00
Alexander Holliday
e438e4572f
Merge pull request #2417 from bluewave-labs/fix/account-delete
...
fix: add empty query object to fix default destructuring, resolves #2386
2025-06-10 09:17:50 +08:00
Alex Holliday
f445c2b310
add empty query object to fix default destructuring
2025-06-10 09:16:38 +08:00
Alexander Holliday
5dd52808b3
Merge pull request #2416 from kelvinyim0705/develop
...
fix: standardize pagination alignment in ChartBox components
2025-06-10 09:00:49 +08:00
Alexander Holliday
a85d2c8559
Merge pull request #2409 from bluewave-labs/Capture-version-on-details-page
...
Capture version on details page
2025-06-10 08:59:26 +08:00
Alexander Holliday
427f52b5a4
Merge pull request #2415 from SaikatDeb12/fix/login-error-display-message
...
fix: changed login error display message
2025-06-10 08:58:31 +08:00
Alexander Holliday
c1b828a58e
Merge pull request #2410 from ceskyDJ/i18n-refactor
...
i18n: Refactoring, fixes and cleaning up (part I)
2025-06-10 08:54:57 +08:00
Michal Šmahel
89bc2a9293
style: Reformat code
2025-06-09 21:54:48 +02:00
Michal Šmahel
8c9084cc7a
i18n: Clean up auth-related keys
...
Removes only keys that aren't used on any place (I searched for
each of them in all Components and Pages).
2025-06-09 21:54:48 +02:00
Michal Šmahel
00f3941ca6
i18n: Refactor, fix and clean up auth forms
2025-06-09 21:54:47 +02:00
Michal Šmahel
74915f6840
fix: Strict password validation in login form
...
Strict password validation is for registration, change password,
reset password and similar forms. In login form, we don't want
to interrupt user with unnecessary validation as it's completely
irrelevant what they actually entered. The one thing it's about
is the correctness of the email and the password.
Disabling strict validation for password is a kind of security
through obscurity, which could filter some untargeted attempts
for trying passwords by bots. If the bot immediatelly receives
notes about the requirements, it has more imformation for better
attacks.
2025-06-09 21:54:47 +02:00
Michal Šmahel
3ac0eb2128
refactor: Simplify client-side email validation
...
We don't need to implement custom check for lowercase, as it's
been already implemented in joi library. Also we don't need to
convert email to lowercase twice (via onChange and onInput event
handlers), onChange is completely sufficient and as it's just
before form validation, it's the better one.
2025-06-09 21:54:47 +02:00
Michal Šmahel
c5efa71875
i18n: Refactor and fix network error
2025-06-09 21:54:45 +02:00
Michal Šmahel
6460fe33d6
i18n: Refactor page for server unreachable and remove unused
2025-06-09 21:53:04 +02:00
Michal Šmahel
6b81eabf07
i18n: Fix theme toggle
2025-06-09 21:53:03 +02:00
Michal Šmahel
d63e3db216
i18n: Refactor and fix app names (Checkmate and Capture)
2025-06-09 21:53:02 +02:00
Michal Šmahel
7e873161bc
l10n(ar): Remove empty localization
2025-06-09 21:53:00 +02:00
Michal Šmahel
fe5f24ef44
l10n(cs): Clean up localization file
2025-06-09 21:52:53 +02:00
Kelvin Yim
21a26a5ebb
fix: standardize pagination alignment in ChartBox components
...
Remove alignItems="center" from ChartBox to prevent unintended centering of pagination controls in uptime details, ensuring consistent pagination layout across all tables per
issue #2405
2025-06-09 17:36:26 +01:00
Owaise Imdad
4608390cfd
Added local support for the page.
2025-06-09 21:25:34 +05:30
SaikatDeb12
a73d3ec83e
fix: changed login error display message
2025-06-09 16:03:44 +05:30
Alex Holliday
1b40aa0ded
add notifications to infra page, add generic webhook notification channel
2025-06-09 14:59:26 +08:00
Alex Holliday
de673ea5d1
add notifications to pagespeed
2025-06-09 14:22:11 +08:00
Alex Holliday
4c3ea2fd65
add validation
2025-06-09 12:59:02 +08:00
Alex Holliday
f2000ffe56
add notificaitons to projection
2025-06-09 12:58:52 +08:00
Alex Holliday
a0de1e3c72
remove old notificaiton code
2025-06-09 12:58:25 +08:00
Alex Holliday
b825e0fef4
remove old notification code
2025-06-09 12:58:04 +08:00
Alex Holliday
5b21906894
add notificaion pages
2025-06-09 12:57:30 +08:00
Alex Holliday
46b2b4c3ab
add hooks
2025-06-09 12:57:15 +08:00
Alex Holliday
ff11a91190
add notification config component
2025-06-09 12:57:02 +08:00
Alex Holliday
eb79eef2a2
Add network service methods
2025-06-09 12:56:45 +08:00
Alex Holliday
e8a4496199
add notification channel pages
2025-06-09 12:56:24 +08:00
Alex Holliday
04ab4e23db
add notificaions channel to Uptime Configure
2025-06-09 12:56:05 +08:00
Alex Holliday
e36abfa9a6
add notificaitons channel to Create Uptime
2025-06-09 12:55:45 +08:00
Alex Holliday
358381ddc2
update client side validation
2025-06-09 12:55:13 +08:00
Alex Holliday
1fbfbc4204
add strings
2025-06-09 12:55:01 +08:00
Alex Holliday
95703c1505
remove console.log
2025-06-09 12:54:41 +08:00
Alex Holliday
0225b93c72
add notifications channel to sidebar
2025-06-09 12:52:52 +08:00
Alex Holliday
3027606524
remove console.log
2025-06-09 12:52:32 +08:00
Alex Holliday
92ddf023ec
add pager duty handling method
2025-06-09 10:49:52 +08:00
Alex Holliday
5a50e9b301
Add controller, db, and validation for notifications
2025-06-09 10:30:21 +08:00
Alex Holliday
0f10a39f91
add notification routes
2025-06-09 10:25:06 +08:00
Alex Holliday
55a871cb3c
update notification model
2025-06-09 10:24:06 +08:00
Alexander Holliday
bd78dbb95d
Merge pull request #2412 from bluewave-labs/feat/purge-distributed-uptime
...
fix: purge distributed uptime
2025-06-09 10:19:36 +08:00
Alex Holliday
274595a533
purge distributed uptime
2025-06-09 10:17:09 +08:00
Alexander Holliday
5690d91d59
Merge pull request #2408 from varunrmantri23/develop
...
fix: prevent monitor URL and name overflow with sx Prop
2025-06-09 09:53:06 +08:00
Alexander Holliday
1cdb3d1ef7
Merge pull request #2411 from Shivansh-22866/fix/remove_future_features
...
Fix/remove future features
2025-06-09 09:39:46 +08:00
Shivansh-22866
048c0a7994
Merge branch 'fix/remove_future_features' of https://github.com/Shivansh-22866/Checkmate into fix/remove_future_features
2025-06-08 23:21:14 +05:30