ad8a73bb47
feat: iadd drawer and editor navigation, and introduce letter management hooks
ramvignesh-b
2026-04-13 00:56:58 +05:30
e328ce83f9
fix: address picle error in save requests
ramvignesh-b
2026-04-12 21:16:31 +05:30
8d431d6619
chore: emove App.css, and fix type assertion in keystore test
ramvignesh-b
2026-04-12 16:21:22 +05:30
090434d507
fix: address type issues in test suites
ramvignesh-b
2026-04-12 16:11:14 +05:30
293da0a18a
test: add comprehensive unit tests for apiClient, RouteGuards, and useAuth hook functionality
Your Name
2026-04-12 15:38:24 +05:30
6d5bc3ca09
fix: update keystore nullish check
Your Name
2026-04-12 14:40:23 +05:30
118a73d4aa
feat: implement esting suite using Vitest and add to ci
Your Name
2026-04-12 13:38:40 +05:30
b5eaf8f476
chore: add testing dependencies including vitest, msw, and react-testing-library
Your Name
2026-04-12 05:48:51 +05:30
8ee443698a
feat: add Playwright test dependency
Your Name
2026-04-12 05:32:43 +05:30
33e945f7f6
fix: add optional chaining to canvasData to prevent runtime errors when objects are undefined
Your Name
2026-04-12 05:28:42 +05:30
75a9222f19
refactor: improve type safety for canvas data objects and remove unused FabricObject import
Your Name
2026-04-12 05:26:47 +05:30
998ad848b0
feat: implement encrypted metadata support and fix public_id handling in letter serialization
Your Name
2026-04-12 05:14:02 +05:30
99ed561570
fix: initialize letterIdRef with empty string instead of null to match type definition
Your Name
2026-04-12 04:56:10 +05:30
5ca4be0dde
feat: implement dynamic routing for editor to support persistent letter editing via public_id
Your Name
2026-04-12 04:55:21 +05:30
ab080d4266
fix: update letter update logic to use PUT method and correct user reference
Your Name
2026-04-12 04:15:20 +05:30
47474f8ae2
feat: add PUT endpoint to update letters and manage associated images
Your Name
2026-04-12 04:08:14 +05:30
d6076bca16
feat: append public_id to letter submission form data
Your Name
2026-04-12 03:09:48 +05:30
c288dba6e8
feat: enable media file handling and allow manual assignment of letter public_id
Your Name
2026-04-12 03:07:09 +05:30
88686cdb0f
feat: implement letter sealing UI with save confirmation
Your Name
2026-04-12 03:06:00 +05:30
b5c6e6c91d
feat: add canvas export methods and implement encrypted letter submission to the letters endpoint
Your Name
2026-04-12 02:40:42 +05:30
18bc8ac238
feat: implement encrypted image support for letters with backend storage
Your Name
2026-04-12 02:09:32 +05:30
e2b1ce55a4
feat: add LetterImage model
Your Name
2026-04-12 01:51:32 +05:30
7736fa5919
feat: implement master key derivation and persistence via IndexedDB
Your Name
2026-04-12 01:24:28 +05:30
9b9f1110ca
refactor: big brain moment - implement envelope encryption for images and metadata with canvas serialization support
Your Name
2026-04-11 20:32:07 +05:30
cc9301740c
refactor: update crypto envelope encryption and add canvas serialization support
Your Name
2026-04-11 20:11:13 +05:30
73a9787daf
refactor: use proper config for routes
Your Name
2026-04-11 19:51:00 +05:30
9953b27385
refactor: improve type safety, update navigation, and optimize base64 encoding in auth and editor components
Your Name
2026-04-11 19:33:50 +05:30
4f0355d8eb
feat: add image upload functionality to editor via ComposeCanvas imperative handle
Your Name
2026-04-11 19:21:34 +05:30
dfa7c3d0d5
refactor: rename useauth in store
Your Name
2026-04-11 19:14:02 +05:30
6a7439fa61
refactor: use config routes in activate flow
Your Name
2026-04-11 19:11:42 +05:30
bbdf4a41d4
feat: add encrypted_dek field to Letter model and enforce its presence during serialization
Your Name
2026-04-11 18:37:36 +05:30
96f867f139
feat: implement auth state management with RouteGuards
Your Name
2026-04-11 17:56:40 +05:30
dfd33f1dad
refactor: centralize API endpoints and token refresh logic
Your Name
2026-04-11 14:15:27 +05:30
54d2021e81
feat: implement Editor page with Fabric.js-based ComposeCanvas
Your Name
2026-04-11 13:46:44 +05:30
545b802a8b
feat: update theme tokens
Your Name
2026-04-11 13:46:26 +05:30
ddbf2bc4d1
refactor: centralize route configuration
Your Name
2026-04-11 13:45:49 +05:30
a3d727d0c9
feat: add fabric dependency to project
Your Name
2026-04-10 21:58:58 +05:30
c6f1e3e2a2
feat: implement letter encryption fields, lifecycle timestamps, and API endpoints with validation
Your Name
2026-04-10 21:51:53 +05:30
3e02286f6b
feat: implement basic Letter model and unit tests
Your Name
2026-04-10 20:58:45 +05:30
2d18756c15
feat: initialize letters app and register it in settings
Your Name
2026-04-10 20:19:21 +05:30
7748cd10c9
feat: implement authentication flow with JWT refresh logic, Login page, and user session management
Your Name
2026-04-10 19:24:15 +05:30
c4733249fa
feat: update status code for auth error
Your Name
2026-04-10 19:06:44 +05:30
07bd221e77
feat: implement authentication state management with Zustand and add request interceptor for JWT injection
Your Name
2026-04-10 18:52:27 +05:30
c15a8b481b
fix: prevent infinite refresh loops by checking URL in auth interceptor error handler
Your Name
2026-04-10 18:40:46 +05:30
a0eec02ee4
refactor: implement automatic token refresh and credential support for auth API client
Your Name
2026-04-10 18:34:28 +05:30
867839f896
test: add unit tests for user account activation flow
Your Name
2026-04-10 18:19:56 +05:30
a624a9b4fa
refactor: rename TokenLoginView to TokenGenerateView and update associated URL patterns
Your Name
2026-04-10 18:13:40 +05:30
bb72b65db1
refactor: rename TokenRefreshView to RefreshTokenView for consistency
Your Name
2026-04-10 18:12:41 +05:30
373c2b1815
feat: implement secure cookie-based authentication with login, refresh, and logout endpoints
Your Name
2026-04-10 18:11:15 +05:30
0d37242f0d
feat: implement secure HTTP-only cookie-based refresh token authentication
Your Name
2026-04-10 17:54:49 +05:30
083936d036
feat: introduce public_id UUID field for user identification in URLs and APIs
Your Name
2026-04-10 17:11:43 +05:30
8c836fdac6
feat: improve error handling in registration
Your Name
2026-04-10 17:01:22 +05:30
5b9abf7fd4
fix(ci): update ci config
Your Name
2026-04-10 16:54:48 +05:30
77186d0dd0
fix: add Knewave css font
Your Name
2026-04-10 16:53:14 +05:30
06b5663ec6
fix: use example env for ci
Your Name
2026-04-10 16:49:46 +05:30
4c80b563de
feat: add ci for frontend and backend
Your Name
2026-04-10 16:43:40 +05:30
7d61ebd69c
feat: implement account activation logic, add login drawer page, and improve form accessibility
Your Name
2026-04-10 16:21:19 +05:30
05ead7b947
refactor: apiclient to use string literal
Your Name
2026-04-10 16:21:02 +05:30
cd156377bf
fix: update biome config
Your Name
2026-04-10 16:20:27 +05:30
a8b347c1db
feat: add API client
Your Name
2026-04-10 15:41:15 +05:30
efdd6799d9
feat: built verification screen
Your Name
2026-04-10 15:40:45 +05:30
44b1ed5153
refactor: modularize form fields into a separate component
Your Name
2026-04-10 15:38:17 +05:30
3898cb5726
refactor: scope knewave font to Logo
Your Name
2026-04-10 15:36:13 +05:30
c82e59d61d
chore: update vite config
Your Name
2026-04-10 15:35:43 +05:30
414e683e0b
feat: implement registration page with form validation and add custom typography fonts
Your Name
2026-04-10 13:41:11 +05:30
97577efcf6
fix: update biome config to handle lint and parse within required dirs
Your Name
2026-04-10 12:31:04 +05:30
b3725ec4ed
feat: implement react-router-dom and add authentication pages for registration, verification, and activation
Your Name
2026-04-10 11:31:28 +05:30
b5654fa9f1
feat: migrate to Tailwind CSS with DaisyUI
Your Name
2026-04-10 11:26:55 +05:30
e39e56a105
chore: remove ESLint and associated dependencies from project configuration
Your Name
2026-04-10 11:00:04 +05:30
6a9c9d0812
feat: implement atomic user creation with activation email trigger
Your Name
2026-04-10 10:51:23 +05:30
8321dacf0c
feat: configure SMTP email settings using environment variables
Your Name
2026-04-10 10:30:07 +05:30
f0af27f15d
feat: migrate User model with kdf_salt field and update is_active default status
Your Name
2026-04-10 10:20:27 +05:30
d74fcc0b9c
feat: implement email verification flow with account activation and secure cookie configuration
Your Name
2026-04-10 10:18:32 +05:30
f1c3b3f9f2
feat: implement custom user model with JWT authentication and registration endpoints
Your Name
2026-04-09 14:10:52 +05:30
6bf186806b
feat: initialize frontend project with Vite, React, and Biome configuration
Your Name
2026-04-09 13:23:45 +05:30
4bdb1ee80d
feat: configure environment variables, CORS, and PostgreSQL database settings for backend-frontend integration
Your Name
2026-04-09 12:39:42 +05:30
17b8356eac
refactor: standardize string quotes to double quotes across project configuration files
Your Name
2026-04-09 12:20:45 +05:30
38a19edc1d
chore: update backend virtual environment dependencies and Django framework files
Your Name
2026-04-09 12:16:14 +05:30
1c909a3354
feat: initialize project with environment template, gitignore, and docker-compose configuration
Your Name
2026-04-09 12:06:16 +05:30