Commit Graph

134 Commits

Author SHA1 Message Date
Tola Leng 7a125bf0b7 Fix: Super admin login API path
The login process for super admins was incorrectly using the regular user authentication path. This commit ensures super admins use the correct authentication path
2025-05-24 02:56:29 +08:00
Tola Leng dfe052aba6 Fix: Email change for both admin and superadmin
The email change functionality was updated to support both admin and superadmin roles. The code was adjusted to correctly handle email change requests for users in both the admin and super-admin
2025-05-24 02:55:29 +08:00
Tola Leng 641e98c001 Updated Language Context 2025-05-23 20:31:30 +07:00
Tola Leng 1ee63ec74a Added PDF Print Function 2025-05-23 20:31:30 +07:00
Tola Leng 0d8b88d9a1 Updated Service Notification 2025-05-23 20:31:30 +07:00
Tola Leng 280c5dcc86 Refactor the Translations language to seperate their own directory, for easy to maintenable and scalable language 2025-05-23 20:31:30 +07:00
Tola Leng 09ce22b4fb Updated UI Component 2025-05-23 20:31:30 +07:00
Tola Leng 1e8962cb11 Build Incident and maintenance service 2025-05-23 20:31:30 +07:00
Tola Leng a3727b5dfd feat: Implement Incident Management and Tab Dashboard 2025-05-23 20:31:30 +07:00
Tola Leng 4c2f65b432 feat: Implement Schedule Maintenance Management and Tab Dashboard 2025-05-23 20:31:30 +07:00
Tola Leng 0692a78576 Added Schedule & Incident Menu Sidebar 2025-05-23 20:31:30 +07:00
Tola Leng 839fcc8771 Add necessary dependencies for jspdf & jspdf-autotable for PDF Print 2025-05-23 20:31:30 +07:00
Tola Leng 686634f0ac Update the word German to Deutsch 2025-05-23 20:31:30 +07:00
Tola Leng 705acfbe1d Add Schedule & Incident menu sidebar 2025-05-23 20:31:30 +07:00
Tola Leng b845e46231 Merge branch 'develop' of https://github.com/operacle/checkcle into develop 2025-05-23 21:22:21 +08:00
Tola Leng 1f13d5c6be Updated: About System Page 2025-05-23 20:06:46 +07:00
Tola Leng 9781a0ad68 Updated Language Context 2025-05-23 20:40:29 +08:00
Tola Leng 1e51c964cf Added PDF Print Function 2025-05-23 20:40:14 +08:00
Tola Leng b282b0b2d5 Updated Service Notification 2025-05-23 20:39:43 +08:00
Tola Leng 8910c1355c Refactor the Translations language to seperate their own directory, for easy to maintenable and scalable language 2025-05-23 20:39:25 +08:00
Tola Leng b4bef67220 Updated UI Component 2025-05-23 20:37:59 +08:00
Tola Leng 462b6d6d40 Build Incident and maintenance service 2025-05-23 20:37:36 +08:00
Tola Leng 747ae5c23f feat: Implement Incident Management and Tab Dashboard 2025-05-23 20:37:00 +08:00
Tola Leng 395a580032 feat: Implement Schedule Maintenance Management and Tab Dashboard 2025-05-23 20:34:18 +08:00
Tola Leng a7a1c9a144 Added Schedule & Incident Menu Sidebar 2025-05-23 20:21:40 +08:00
Tola Leng 11deebe45f Add necessary dependencies for jspdf & jspdf-autotable for PDF Print 2025-05-23 20:20:06 +08:00
Tola Leng 0e705e1309 Update the word German to Deutsch 2025-05-23 20:16:53 +08:00
Tola Leng 4a6cd92661 Add Schedule & Incident menu sidebar 2025-05-23 18:48:03 +08:00
Tola Leng 3f6d606190 Updated: About System Page 2025-05-22 23:10:46 +08:00
Tola Leng 7c382ddb7a Removed Dockerfile 2025-05-20 16:45:51 +08:00
Tola Leng e4b5ba96c1 Updated Pocket API Connection for production 2025-05-20 16:45:31 +08:00
Tola Leng 34e78e5c46 Removed DockerFile 2025-05-20 16:45:06 +08:00
Tola Leng 442e025f7b Merge branch 'develop' into main 2025-05-20 15:35:27 +07:00
Tola Leng 975fb65c3d Updated to clone a specific branch:develop for Local Developement 2025-05-20 15:15:11 +08:00
Tola Leng 48abc618f3 Update API Connection for Local Development 2025-05-20 14:51:12 +08:00
Tola Leng ba318f13a5 Merge pull request #11 from michaelortnerit/main
Update de.ts
2025-05-19 15:50:18 +07:00
Michael Ortner c099f03bbb Update de.ts
Update the word German to Deutsch
2025-05-19 10:15:00 +02:00
Tola Leng 19f13598fb Added a new dropdown menu item for German in the language selector dropdown. Thanks to @michaelortnerit for the contribution. 2025-05-19 16:07:10 +08:00
Tola Leng 918e012082 Merge pull request #9 from michaelortnerit/main
[IMP] Removed the old name and added german language.
2025-05-19 14:19:50 +07:00
Michael Ortner e0c7541a87 [IMP] Removed the old name and added german language. 2025-05-17 21:10:10 +02:00
Tola Leng a1c6c7053e feat(km): Translate SSL & Domain section
Translates the SSL & Domain section, including components and pages, into Khmer. This involves updating the `km.ts` translation file with relevant Khmer translations for all UI elements and strings within the SSL & Domain management feature.
2025-05-17 21:08:44 +08:00
Tola Leng 389eb22737 Updated properties in both translation files 2025-05-17 21:07:31 +08:00
Tola Leng 466ef1cb90 Fix the SSLStatusBadge component to ensure it correctly uses the translations for all SSL status types 2025-05-17 21:06:50 +08:00
Tola Leng caaa32ea13 Updated telegram notification 2025-05-17 20:56:31 +08:00
Tola Leng 78be48ffd0 Fix: Ensure email change request is sent.
The email change request was failing with a 400 error. This commit addresses the issue by ensuring the email change request is correctly sent when a user updates their email in the profile dashboard.
2025-05-17 17:55:59 +08:00
Tola Leng aaee189ace Added Sample Test function to send a direct Telegram message 2025-05-17 17:34:23 +08:00
Tola Leng ce988574e4 Updated Default SMTP Mail gateway 2025-05-17 16:56:12 +08:00
Tola Leng a166938d42 Removes the SSL testSendTelegramMessage function and its associated test credentials from telegramService.ts. 2025-05-17 16:44:45 +08:00
Tola Leng e4d6d84477 Remove test Telegram function 2025-05-17 16:43:33 +08:00
Tola Leng c0cf913935 📜 Updated For New Module: SSL & Domain Monitoring 2025-05-17 00:00:04 +08:00