d5464ebc2d
Restrict Cypress uncaught exception suppression to known benign errors
...
Co-Authored-By: Codex <codex@openai.com >
2026-03-08 13:49:51 +08:00
fc43ca67ca
Rename single-word Vue files to multi-word names and update references
...
Co-Authored-By: Codex <codex@openai.com >
2026-03-08 13:26:12 +08:00
847904c49b
Apply repository-wide ESLint auto-fix formatting pass
...
Co-Authored-By: Codex <codex@openai.com >
2026-03-08 12:11:57 +08:00
d7caf08d1f
Fix design file metadata mapping in files store
...
Co-Authored-By: Codex <codex@openai.com >
2026-03-08 10:47:49 +08:00
8acb1b50de
Persist relative return-to path for post-login redirect
...
Co-Authored-By: Codex <codex@openai.com >
2026-03-08 10:44:53 +08:00
e275e79a63
Sanitize Cytoscape tooltip labels to prevent XSS
...
Co-Authored-By: Codex <codex@openai.com >
2026-03-08 10:41:48 +08:00
5b3130ea9c
Compute refresh token expiry fresh on each sign-in
...
The expiry date was computed once at store init time and went stale
in long-running SPA sessions.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-07 17:49:14 +08:00
ba7c1c7cd0
Rename allUserAccoutList to allUserAccountList (fix typo)
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-07 17:43:12 +08:00
fe4738b04c
Add encodeURIComponent for username in API URL paths
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-07 16:58:30 +08:00
eea79c852b
Fix open redirect vulnerability in return-to URL after login
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-07 08:13:12 +08:00
ddab7b3fe9
Add missing path=/ to setCookieWithoutExpiration
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-07 07:59:40 +08:00
eeea16be38
Fix getters mutating state on repeated access
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-07 07:31:59 +08:00
4b7c08e2f9
Fix moment format using month token MM instead of minute mm
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-07 07:17:09 +08:00
3f1f8fb680
Fix BaseInfiniteFirstCases getter using wrong case for state property
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-07 07:10:26 +08:00
702d508d37
Fix incorrect hour/minute calculation in simpleTimeLabel()
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-07 07:05:41 +08:00
7fec6cb63f
Add JSDoc documentation and file headers to all source files
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-06 18:57:58 +08:00
3b7b6ae859
Migrate all Vue components from Options API to <script setup>
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-06 18:57:58 +08:00
a619be7881
Convert all store files from JavaScript to TypeScript
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-06 14:47:57 +08:00
90048d0505
Standardize store exports to named useXxxStore convention
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-06 13:25:00 +08:00
147b16ca34
Add centralized API client with axios interceptors, remove vue-axios
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-06 12:44:33 +08:00
79811435de
Fix typos: updataFilter, updataConformance, setPrevioiusPage, reallyDeldet, tooken, pageAdimin
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-06 08:43:09 +08:00
c7aa32ef6d
Guard baseResponse.data access when baseLogId is falsy in getAllTrace
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-06 08:14:07 +08:00
833427b224
Fix deleteFile undefined $toast and reversed delete/fetch order
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-06 08:09:37 +08:00
6178f09cfe
Fix abbreviateNumber result.trim() return value not assigned back
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-06 08:08:43 +08:00
2141f514c5
Fix pageAdmin setPrevioiusPageUsingActivePage writing to wrong property
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-06 08:08:00 +08:00
eac33d4888
Add mapPathStore tests with mock Cytoscape objects
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-06 08:02:13 +08:00
9eb8881c57
Fix module-level store init in files.js, apiError.js, cytoscapeMap.js and add files store tests
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-06 07:59:30 +08:00
5be29ddd51
Add escapeHtml utility and apply to all user-controllable SweetAlert2 html
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-06 07:52:26 +08:00
954b41b555
Add Secure and SameSite=Lax flags to all cookie operations
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-06 07:51:14 +08:00
64832bb5f9
Fix router guard broken cookie check to use isLuciaLoggedIn cookie
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-06 07:45:04 +08:00
fba2efe21e
Fix MainContainer beforeRouteEnter missing try-catch and next() call
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-06 07:43:17 +08:00
2768b5d052
Fix refreshToken() undefined config, wrong axios.defaults, and missing re-throw
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-06 07:40:48 +08:00
43283aab95
Fix expired calculation to be 6 months from now instead of setting to June
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-06 07:39:52 +08:00
676b70caa0
Add component tests for ModalHeader, IconChecked, and Conformance result components
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-05 19:45:30 +08:00
fa58e665d5
Add component tests for presentational components and Login
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-05 19:32:57 +08:00
529e9a4aa1
Add store tests with mocked axios and apiError
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-05 19:30:33 +08:00
83c2db7582
Add unit tests for utils and module pure functions
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-05 19:14:13 +08:00