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
984eaa96b7
Remove duplicate getUserData call in moveCurrentLoginUserToFirstRow
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-07 09:25:10 +08:00
9a8b45b151
Deduplicate refreshToken by delegating to auth.js refreshTokenAndGetNew
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-07 09:21:25 +08:00
589783d481
Fix typos in error messages, constants, and UI labels
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-07 08:55:33 +08:00
ac00183096
Initialize nodePositions structure before nested access
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-07 08:44:54 +08:00
ac9f958bef
Remove meaningless return statements inside forEach callbacks
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-07 08:27:12 +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
2a4aa9db00
Add optional chaining to error.response.status in catch blocks
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-07 07:55:49 +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
f4fbae8a5c
Extract duplicate API path logic into helper function in allMapData store
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-06 21:22:19 +08:00
ec0035a182
Extract duplicate API path logic into helper functions in conformance and files stores
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-06 21:16:26 +08:00
8d358516b8
Translate remaining Chinese JSDoc and CSS comments to English
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-06 20:53:00 +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
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
64372c7043
Replace loose equality (== null, != null) with strict equality
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-06 09:22:36 +08:00
3eec131ae0
Fix typos: createfilterId, sidevarFilterRef, selecteName, namber
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-06 09:15:35 +08:00
802a5e51fd
Replace let with const where variable is never reassigned
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-06 08:57:36 +08:00
04841d84f2
Remove dead code and incorrect unused comments
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-06 08:54:51 +08:00
523515459b
Remove .ts extension from import paths
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-06 08:50:01 +08:00
dfd5706bcf
Replace .map() with .forEach() where return value is unused
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-06 08:46:01 +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
b07f1274e8
Fix TypeScript errors: missing closing brace in vue.d.ts and undefined NodePosition type
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-06 08:19:21 +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
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
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
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
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
Cindy Chang
5b3c0050b9
fix: dotted solid edge style bug
2024-09-05 17:49:01 +08:00
Cindy Chang
322f05de14
separately save vertical and horizontal node positions
2024-09-05 14:55:14 +08:00
Cindy Chang
11d5109164
basic compare map routing
2024-09-03 15:33:25 +08:00
Cindy Chang
725cc76ac2
refine default highlight for all six views
2024-08-30 11:16:03 +08:00
Cindy Chang
700b701984
my account page without component button
2024-08-30 09:41:28 +08:00
Cindy Chang
3a44b74bbc
responsive name
2024-08-29 14:41:41 +08:00
Cindy Chang
1883818b8b
persist installed. MyAccount in progress
2024-08-29 14:19:27 +08:00
Cindy Chang
4b56130278
1. highlight last edge. 2. padEnd() to left align capsule label
2024-08-28 14:09:32 +08:00
Cindy Chang
f3b9f7cd41
refactor create paths method and highlight path method
2024-08-28 11:46:54 +08:00
Cindy Chang
63743280f6
fix first index of mapGraphPathToInsight nested object
2024-08-27 16:32:52 +08:00
Cindy Chang
554411ace1
sometimes highlightMostFrequentPath works
2024-08-27 16:03:01 +08:00
Cindy Chang
3f993741c8
default highlight most freq trace
2024-08-27 14:51:26 +08:00
Cindy Chang
56096a01de
WIP My Account.
2024-08-27 14:25:20 +08:00
Cindy Chang
b72d87fb52
BPMN view: remove radio buttons
2024-08-27 11:05:07 +08:00
Cindy Chang
85b8536f3a
dualonNodeClickHighlightEdges and onEdgeClickHighlightNodes
2024-08-21 15:10:50 +08:00