ramvignesh-b
|
4277298c47
|
Merge branch 'main' of https://github.com/ramvignesh-b/pi-ku into feature/ssl-integration
|
2026-04-16 04:30:55 +05:30 |
|
ramvignesh-b
|
9491559d7d
|
feat: fix null pointer handling in log modals
|
2026-04-16 04:29:36 +05:30 |
|
ramvignesh-b
|
b08d505a5a
|
feat: update E2E testing configuration to use ssl
|
2026-04-16 04:26:29 +05:30 |
|
ramvignesh-b
|
e8dac65468
|
feat: redesign reader page and disable canvas object caching for improved rendering
|
2026-04-15 19:20:18 +05:30 |
|
ramvignesh-b
|
8f6fd6a529
|
fix: resolve non-null assertion linting in Reader and add null check for fabricRef in ComposeCanvas
|
2026-04-15 17:57:18 +05:30 |
|
ramvignesh-b
|
198f9c32dd
|
feat: implement master key decryption for letters and add UI warning for image decryption failures
|
2026-04-15 17:50:38 +05:30 |
|
ramvignesh-b
|
a72464bfbb
|
refactor: non dom elements for fetching password
|
2026-04-15 17:26:33 +05:30 |
|
ramvignesh-b
|
75dd187442
|
feat: implement read-only mode for sealed letters and handle error boundaries
|
2026-04-15 17:07:35 +05:30 |
|
ramvignesh-b
|
fd64578a17
|
fix: retain masterkey on non-logout error scenarios and refresh on db hit miss
|
2026-04-15 16:57:03 +05:30 |
|
ramvignesh-b
|
ef545e9e2b
|
chore: replace console logs with pino-pretty
|
2026-04-15 13:34:05 +05:30 |
|
ramvignesh-b
|
9f42012494
|
test: configure vitest to run only unit tests
|
2026-04-15 13:15:47 +05:30 |
|
ramvignesh-b
|
5594ac50d0
|
refactor: consolidate auth logic into helper, add letter E2E tests,
|
2026-04-15 01:43:03 +05:30 |
|
ramvignesh-b
|
9c6400b18a
|
refactor: rename login to setAuthStore and update mock return value in useAuth tests
|
2026-04-15 01:07:19 +05:30 |
|
ramvignesh-b
|
c259d98acb
|
feat: implement end-to-end testing infrastructure with Playwright and automated containerized database setup
|
2026-04-15 01:00:51 +05:30 |
|
ramvignesh-b
|
0fb31b9f0b
|
feat: add welcome modal to login page
|
2026-04-14 23:53:16 +05:30 |
|
ramvignesh-b
|
967b3a77f8
|
feat: enhance zero-knowledge authentication by deriving and sending auth hashes to the server
|
2026-04-14 22:44:42 +05:30 |
|
ramvignesh-b
|
3e5dbbe3f3
|
feat: add Navbar component and integrate into Editor page
|
2026-04-14 21:00:30 +05:30 |
|
ramvignesh-b
|
9e5db3b99c
|
feat: implement relative date formatting, real-time clock display
|
2026-04-14 21:00:08 +05:30 |
|
ramvignesh-b
|
8f9c0b5430
|
refactor: update ComposeCanvas and Editor data handling types
|
2026-04-14 13:10:18 +05:30 |
|
ramvignesh-b
|
bc29306fe2
|
fix: adjust canvas for responsiveness
|
2026-04-14 12:49:06 +05:30 |
|
ramvignesh-b
|
0869dbc6ab
|
feat: add auth initialization guard
|
2026-04-14 12:44:35 +05:30 |
|
ramvignesh-b
|
3aebf920a6
|
refactor: define explicit TypeScript interfaces for CanvasJSON and implement robust canvas initialization and interaction logic
|
2026-04-14 00:34:43 +05:30 |
|
ramvignesh-b
|
5c81d617bd
|
refactor: simplify logical expressions and update biome linting rules
|
2026-04-14 00:16:25 +05:30 |
|
ramvignesh-b
|
1f94df1309
|
refactor: move DrawerSection component and implement image encryption/decryption tests
|
2026-04-14 00:03:56 +05:30 |
|
ramvignesh-b
|
b64288c5dd
|
fix: type-cast sharingKey in crypto tests
|
2026-04-13 14:33:17 +05:30 |
|
ramvignesh-b
|
12763ab7ab
|
refactor: enforce strict linting rules, replace forEach with for...of loops, and remove console logging throughout the frontend.
|
2026-04-13 14:30:17 +05:30 |
|
ramvignesh-b
|
2776aac69a
|
feat: implement Reader page for viewing encrypted letters and add read-only mode to ComposeCanvas
|
2026-04-13 13:46:55 +05:30 |
|
ramvignesh-b
|
2405f9cab2
|
refactor: migrate route definitions to path builders
|
2026-04-13 01:05:03 +05:30 |
|
ramvignesh-b
|
ad8a73bb47
|
feat: iadd drawer and editor navigation, and introduce letter management hooks
|
2026-04-13 00:56:58 +05:30 |
|
ramvignesh-b
|
8d431d6619
|
chore: emove App.css, and fix type assertion in keystore test
|
2026-04-12 16:21:22 +05:30 |
|
ramvignesh-b
|
090434d507
|
fix: address type issues in test suites
|
2026-04-12 16:11:14 +05:30 |
|
Your Name
|
293da0a18a
|
test: add comprehensive unit tests for apiClient, RouteGuards, and useAuth hook functionality
|
2026-04-12 16:00:00 +05:30 |
|
Your Name
|
6d5bc3ca09
|
fix: update keystore nullish check
|
2026-04-12 14:40:23 +05:30 |
|
Your Name
|
118a73d4aa
|
feat: implement esting suite using Vitest and add to ci
|
2026-04-12 13:38:40 +05:30 |
|
Your Name
|
b5eaf8f476
|
chore: add testing dependencies including vitest, msw, and react-testing-library
|
2026-04-12 05:48:51 +05:30 |
|
Your Name
|
8ee443698a
|
feat: add Playwright test dependency
|
2026-04-12 05:32:43 +05:30 |
|
Your Name
|
33e945f7f6
|
fix: add optional chaining to canvasData to prevent runtime errors when objects are undefined
|
2026-04-12 05:28:42 +05:30 |
|
Your Name
|
75a9222f19
|
refactor: improve type safety for canvas data objects and remove unused FabricObject import
|
2026-04-12 05:26:47 +05:30 |
|
Your Name
|
998ad848b0
|
feat: implement encrypted metadata support and fix public_id handling in letter serialization
|
2026-04-12 05:14:02 +05:30 |
|
Your Name
|
99ed561570
|
fix: initialize letterIdRef with empty string instead of null to match type definition
|
2026-04-12 04:56:10 +05:30 |
|
Your Name
|
5ca4be0dde
|
feat: implement dynamic routing for editor to support persistent letter editing via public_id
|
2026-04-12 04:55:21 +05:30 |
|
Your Name
|
d6076bca16
|
feat: append public_id to letter submission form data
|
2026-04-12 03:09:48 +05:30 |
|
Your Name
|
88686cdb0f
|
feat: implement letter sealing UI with save confirmation
|
2026-04-12 03:06:00 +05:30 |
|
Your Name
|
b5c6e6c91d
|
feat: add canvas export methods and implement encrypted letter submission to the letters endpoint
|
2026-04-12 02:40:42 +05:30 |
|
Your Name
|
7736fa5919
|
feat: implement master key derivation and persistence via IndexedDB
|
2026-04-12 01:24:28 +05:30 |
|
Your Name
|
9b9f1110ca
|
refactor: big brain moment - implement envelope encryption for images and metadata with canvas serialization support
|
2026-04-11 20:32:07 +05:30 |
|
Your Name
|
cc9301740c
|
refactor: update crypto envelope encryption and add canvas serialization support
|
2026-04-11 20:11:13 +05:30 |
|
Your Name
|
73a9787daf
|
refactor: use proper config for routes
|
2026-04-11 19:51:00 +05:30 |
|
Your Name
|
9953b27385
|
refactor: improve type safety, update navigation, and optimize base64 encoding in auth and editor components
|
2026-04-11 19:33:50 +05:30 |
|
Your Name
|
4f0355d8eb
|
feat: add image upload functionality to editor via ComposeCanvas imperative handle
|
2026-04-11 19:21:34 +05:30 |
|