hyung-hwan
  • Joined on 2022-12-21
hyung-hwan pushed to main at hyung-hwan/hawk 2026-04-05 17:07:32 +00:00
5324470e3f added ksc5601 cmgr
hyung-hwan pushed to main at hyung-hwan/codit 2026-04-04 07:34:50 +00:00
fc4686720d added the duplicate button to the ssh session panel
a4f46cc598 implemented ssh multi-session page
8b4fd15652 touched up the ssh session page
8233b91942 updated the ssh session page
71ba9fd107 did some frontend chunking
Compare 6 commits »
hyung-hwan pushed to main at hyung-hwan/codit 2026-04-03 13:16:11 +00:00
a895592477 touched up the ssh cert page
1ee05085c1 extended the view dialog of ssh signed-cert to show source key info and the raw certificate
29e3b00ae1 extended ssh principal grant to allow multipl principals
bb79da7cea added the /api/ssh/user-cas/:id endpoint
e6e193d7ae added /api/ssh/user-cas/:id/public-key for handy public key retrieval
Compare 29 commits »
hyung-hwan pushed to main at hyung-hwan/hawk 2026-03-31 10:30:39 +00:00
66f66c03e4 refactoring of po-cat.c
hyung-hwan pushed to main at hyung-hwan/hawk 2026-03-30 14:36:04 +00:00
0a2b089351 refactored po-cat.c
hyung-hwan pushed to main at hyung-hwan/hawk 2026-03-29 12:49:24 +00:00
ed00280fd8 work in progress to support language files
hyung-hwan pushed to main at hyung-hwan/hawk 2026-03-29 12:47:05 +00:00
eb86aac3e5 work in progress to support language files
hyung-hwan pushed to main at hyung-hwan/hawk 2026-03-29 12:41:24 +00:00
1955b8788c added translation of more messages
hyung-hwan pushed to main at hyung-hwan/hawk 2026-03-29 12:20:14 +00:00
ce7910525d work in progress to support language files
hyung-hwan pushed to main at hyung-hwan/hawk 2026-03-26 14:49:31 +00:00
beb66238f1 minor code touch-up
hyung-hwan pushed to main at hyung-hwan/codit 2026-03-22 16:25:36 +00:00
a397f5b5a0 updated the user group page with user group search input
bce8bb1095 updated SelectionCard
Compare 2 commits »
hyung-hwan pushed to main at hyung-hwan/codit 2026-03-22 15:56:04 +00:00
dd7c4bfa43 added FormDialogContent for constent top padding for edit dialogs
bd78c86122 fixed a top padding issue in edit user group dialog
Compare 2 commits »
hyung-hwan pushed to main at hyung-hwan/codit 2026-03-22 15:30:08 +00:00
f66aea5ebf changed the background color of user group list
hyung-hwan pushed to main at hyung-hwan/codit 2026-03-22 15:26:29 +00:00
d11b20575b updated layout of Site Auth page a bit more
45fe0e4d6f updated layout of Site Auth page
32198ff592 updated background colors of file list and file details
Compare 3 commits »
hyung-hwan pushed to main at hyung-hwan/codit 2026-03-22 15:01:49 +00:00
6b3ad99097 added more color schemes
3b91ff20bd added more color schemes
d4ebab3105 updated repo and project pages
3f0731d4d4 added search boxes for ca and certs in the Admin PKI page
1507df24d8 relocated buttons to relevant cards in the Admin PKI page
Compare 15 commits »
hyung-hwan pushed to main at hyung-hwan/codit 2026-03-22 12:15:28 +00:00
4c4c0b79f2 added some items to the dashboard page
18de495469 fixed some layout issues
bb112f14a3 extracted some list row action buttons to ListRowActionButton
eae0892667 added pki client profile to service-service certificate issuance
5120fa5b8b updated layout of user group admin page
Compare 11 commits »
hyung-hwan pushed to main at hyung-hwan/hawk 2026-03-22 08:16:42 +00:00
479b74d1a3 updated parse_unary to fold more consistent constant folding
f444cc92fe enhanced constant folding for binary operators in lib/parse.c
b5464605d8 enhanced if(0), while(0) folding to support some subset of a groupd node
9e5804a15b handled folding of the else part for if(1) and its variant
ecc1c4bfb3 implemented the folding of if/while if the condition is definitely false
Compare 6 commits »
hyung-hwan pushed to main at hyung-hwan/hawk 2026-03-11 15:02:34 +00:00
b9dd73ee9f added some tests for unary operators
hyung-hwan pushed to main at hyung-hwan/hawk 2026-03-11 14:46:55 +00:00
bc9e8887aa lowered the unary plus operator
hyung-hwan pushed to main at hyung-hwan/hawk 2026-03-11 04:30:58 +00:00
c2c0146c24 fxied a concurrency issue in eval_fncall_fnc