Commit Graph

237 Commits

Author SHA1 Message Date
ramvignesh-b bde763fc1a chore: update JWT authentication cookie settings for local development compatibility 2026-04-14 01:53:50 +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 e328ce83f9 fix: address picle error in save requests 2026-04-12 21:16:31 +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 ab080d4266 fix: update letter update logic to use PUT method and correct user reference 2026-04-12 04:15:20 +05:30
Your Name 47474f8ae2 feat: add PUT endpoint to update letters and manage associated images 2026-04-12 04:08:14 +05:30
Your Name d6076bca16 feat: append public_id to letter submission form data 2026-04-12 03:09:48 +05:30
Your Name c288dba6e8 feat: enable media file handling and allow manual assignment of letter public_id 2026-04-12 03:07:09 +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 18bc8ac238 feat: implement encrypted image support for letters with backend storage 2026-04-12 02:09:32 +05:30
Your Name e2b1ce55a4 feat: add LetterImage model 2026-04-12 01:51:32 +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
Your Name dfa7c3d0d5 refactor: rename useauth in store 2026-04-11 19:14:02 +05:30
Your Name 6a7439fa61 refactor: use config routes in activate flow 2026-04-11 19:11:42 +05:30
Your Name bbdf4a41d4 feat: add encrypted_dek field to Letter model and enforce its presence during serialization 2026-04-11 18:37:36 +05:30
Your Name 96f867f139 feat: implement auth state management with RouteGuards 2026-04-11 17:56:40 +05:30
Your Name dfd33f1dad refactor: centralize API endpoints and token refresh logic 2026-04-11 14:15:27 +05:30
Your Name 54d2021e81 feat: implement Editor page with Fabric.js-based ComposeCanvas 2026-04-11 13:46:44 +05:30
Your Name 545b802a8b feat: update theme tokens 2026-04-11 13:46:26 +05:30
Your Name ddbf2bc4d1 refactor: centralize route configuration 2026-04-11 13:45:49 +05:30
Your Name a3d727d0c9 feat: add fabric dependency to project 2026-04-10 21:58:58 +05:30
Your Name c6f1e3e2a2 feat: implement letter encryption fields, lifecycle timestamps, and API endpoints with validation 2026-04-10 21:51:53 +05:30
Your Name 3e02286f6b feat: implement basic Letter model and unit tests 2026-04-10 20:58:45 +05:30
Your Name 2d18756c15 feat: initialize letters app and register it in settings 2026-04-10 20:19:21 +05:30
Your Name 7748cd10c9 feat: implement authentication flow with JWT refresh logic, Login page, and user session management 2026-04-10 19:24:15 +05:30
Your Name c4733249fa feat: update status code for auth error 2026-04-10 19:06:44 +05:30