728 Commits

Author SHA1 Message Date
simlarsen
4a7f27a372 chore: npm audit fix 2026-01-27 02:04:49 +00:00
simlarsen
1928244a8e chore: npm audit fix 2026-01-24 01:54:38 +00:00
Simon Larsen
98afb63880 Merge pull request #2243 from OneUptime/chore/npm-audit-fix
chore: npm audit fix
2026-01-22 22:33:12 +00:00
Nawaz Dhandala
ecb54381d8 style(Login.tsx, MasterPassword.tsx, StatusPage.ts): improve code formatting for better readability 2026-01-22 20:29:08 +00:00
Nawaz Dhandala
0a9435ef1a feat(auth): implement safe redirect URL handling to prevent navigation to auth pages 2026-01-22 20:23:18 +00:00
simlarsen
cc0eb6a4b9 chore: npm audit fix 2026-01-22 02:02:10 +00:00
simlarsen
d3d0dedfee chore: npm audit fix 2026-01-21 02:01:12 +00:00
Nawaz Dhandala
de05f727d7 fix: Ensure tenantid is consistently set to an empty string in getDefaultHeaders method 2026-01-16 16:11:47 +00:00
Nawaz Dhandala
5a3d6d9ccc fix: Update tenantid in getDefaultHeaders method to use an empty string instead of null 2026-01-16 15:36:26 +00:00
Nawaz Dhandala
449f780201 refactor: Clean up tenant ID property declaration in API class 2026-01-16 11:37:01 +00:00
Nawaz Dhandala
c9e1a3b2b6 fix: Add null tenant ID to default headers in API class 2026-01-16 11:04:21 +00:00
simlarsen
79b36c5b27 chore: npm audit fix 2026-01-15 01:57:09 +00:00
simlarsen
d91272fd6c chore: npm audit fix 2026-01-09 01:58:08 +00:00
Nawaz Dhandala
8826635920 Refactor StatusPage API integration to use internal URL for server-to-server communication 2026-01-08 13:05:24 +00:00
simlarsen
b1ab1c4775 chore: npm audit fix 2025-12-31 01:55:30 +00:00
Nawaz Dhandala
fe3582b972 feat(robots): Update robots.txt to disallow access to /api/* 2025-12-25 17:27:24 +00:00
Nawaz Dhandala
66dd76ab6a fix: Simplify date assignment logic in timeline for scheduled maintenance events 2025-12-18 18:15:39 +00:00
Nawaz Dhandala
6335887d62 feat: Reduce npm fetch retry timeout values in Dockerfiles 2025-12-16 13:30:12 +00:00
Nawaz Dhandala
c617372e37 feat: Add repository field to package.json files across the project 2025-12-11 21:31:52 +00:00
Nawaz Dhandala
f163390970 feat: include status page group name in event resource display for announcements, incidents, and scheduled events 2025-12-10 12:34:08 +00:00
simlarsen
4fd5420ddc chore: npm audit fix 2025-12-09 01:51:25 +00:00
snyk-bot
bdd3c5fc40 fix: upgrade react-router-dom from 6.30.1 to 6.30.2
Snyk has created this PR to upgrade react-router-dom from 6.30.1 to 6.30.2.

See this package in npm:
react-router-dom

See this project in Snyk:
https://app.snyk.io/org/oneuptime-RsC2nshvQ2Vnr35jHvMnMP/project/11bb5528-45f9-473c-a635-dc097fd03b3c?utm_source=github&utm_medium=referral&page=upgrade-pr
2025-12-08 09:59:11 +00:00
simlarsen
06e672abdd chore: npm audit fix 2025-12-05 01:51:29 +00:00
Nawaz Dhandala
adf5a9c1f3 feat: add postmortemPostedAt field and update related components for incident tracking 2025-12-03 13:09:23 +00:00
Nawaz Dhandala
faaded049a feat: add DocumentCheck icon to IconProp and update incident postmortem note icon 2025-12-03 12:58:27 +00:00
Nawaz Dhandala
c371f0a25f feat: add title and highlight properties to TimelineItem for enhanced event display 2025-12-03 12:42:17 +00:00
Nawaz Dhandala
49dd315501 feat: implement postmortem attachment handling in Incident and StatusPage APIs 2025-12-03 11:34:00 +00:00
simlarsen
b99a20a588 chore: npm audit fix 2025-12-02 01:50:48 +00:00
Nawaz Dhandala
86efe54a29 refactor: remove unused favicon handling from DashboardMasterPage 2025-11-28 17:29:43 +00:00
Nawaz Dhandala
66efe2d2fa feat: add declaredAt field to Incident model and update related services and components 2025-11-28 10:10:05 +00:00
simlarsen
51a128efd3 chore: npm audit fix 2025-11-27 01:46:46 +00:00
simlarsen
f52e73afb2 chore: npm audit fix 2025-11-25 01:48:46 +00:00
Nawaz Dhandala
e1730e4d3a feat: enhance error handling and display for status page and master password components 2025-11-21 19:13:02 +00:00
Nawaz Dhandala
4aa009f46c refactor: clean up code formatting and improve readability in multiple files 2025-11-21 19:07:30 +00:00
Nawaz Dhandala
f48c3c608c feat: add master password storage key retrieval for user logout process 2025-11-21 18:25:04 +00:00
Nawaz Dhandala
d6336ee8f3 refactor: streamline storage key retrieval for private status page and master password requirements 2025-11-21 18:01:01 +00:00
Nawaz Dhandala
c94430aabe fix: handle API response failure in master password submission 2025-11-21 17:15:47 +00:00
Nawaz Dhandala
cda3be805b Merge branch 'master' into sp-master-pw 2025-11-21 16:40:19 +00:00
simlarsen
be71858b4a chore: npm audit fix 2025-11-21 01:46:46 +00:00
Nawaz Dhandala
7af0091de2 Refactor master password validation logic to support status page-specific keys and handle legacy values 2025-11-20 19:31:41 +00:00
Nawaz Dhandala
accd86edf1 Refactor getLoginRoute to handle master password validation for private status pages 2025-11-20 18:42:30 +00:00
Nawaz Dhandala
8f3c06bc86 Refactor MasterPasswordPage to use BasicForm for password submission and improve error handling 2025-11-20 18:30:20 +00:00
Nawaz Dhandala
7baeaaee02 Add master password route check in DashboardMasterPage component 2025-11-20 18:06:19 +00:00
Nawaz Dhandala
8f05de6860 Add MasterPassword component and integrate master password checks in Login and SSO pages 2025-11-20 18:03:22 +00:00
Nawaz Dhandala
5903764395 Refactor MasterPasswordPage for improved readability and functionality 2025-11-20 13:08:06 +00:00
Nawaz Dhandala
850d125c82 Add migration for master password feature in StatusPage 2025-11-20 12:56:27 +00:00
Nawaz Dhandala
4b619eadc0 Implement master password feature for private status pages 2025-11-20 12:51:11 +00:00
Simon Larsen
0fc63385a5 Remove unused manifest files and service workers across multiple components for cleaner codebase 2025-11-20 12:34:20 +00:00
simlarsen
ac239ffe4d chore: npm audit fix 2025-11-20 01:45:52 +00:00
Simon Larsen
74e18a2861 Merge pull request #2113 from OneUptime/file-attachments
File attachments
2025-11-19 10:21:46 +00:00