Commit Graph

  • 59ea95a912 fix: correct syntax in default env config ramvignesh-b 2026-04-22 18:56:07 +05:30
  • 5355194026 feat: update dynamic cors origin population ramvignesh-b 2026-04-22 18:53:23 +05:30
  • c3a1e1e252 chore: no more distrobox for local e2e ramvignesh-b 2026-04-22 17:36:35 +05:30
  • 3cd516039a test: update e2e to pull letter ramvignesh-b 2026-04-22 17:35:11 +05:30
  • 6aff578ca5 feat: update CORS and auth cookie configurations ramvignesh-b 2026-04-22 17:33:02 +05:30
  • cb9d5e35fd test: update letter e2e spec to cover envelope reveal for reader ramvignesh-b 2026-04-22 17:22:40 +05:30
  • 625475b740 test: update letter e2e spec to cover envelope reveal for reader ramvignesh-b 2026-04-22 17:13:21 +05:30
  • 516991c33a chore: update example env files ramvignesh-b 2026-04-22 16:55:59 +05:30
  • 4a971a93b0 fix: update util path in test ramvignesh-b 2026-04-22 16:55:43 +05:30
  • 27b725e8ec refactor: format and lint react files ramvignesh-b 2026-04-22 16:43:43 +05:30
  • 694715a90c chore: refactor build configurations. ramvignesh-b 2026-04-22 16:42:53 +05:30
  • 11b9e8b04c feat: implement lazy loading for routes ramvignesh-b 2026-04-22 16:38:17 +05:30
  • b9d1880951 fix: handle type errors in build ramvignesh-b 2026-04-22 15:13:07 +05:30
  • 50bae8d2ce fix: update Reader tests to include envelope ramvignesh-b 2026-04-21 04:44:07 +05:30
  • 4c204b0a80 feat: ux enhancement for envelope reveal ramvignesh-b 2026-04-21 04:21:59 +05:30
  • b5d55bd258 feat: update splash screen elements ramvignesh-b 2026-04-21 01:49:15 +05:30
  • bd0f2e0171 fix: update e2e script to include e2e env source ramvignesh-b 2026-04-20 20:59:09 +05:30
  • 7bab2937bc feat: implement EnvelopeReveal component for letter interactions and integrate into reader workflow ramvignesh-b 2026-04-19 19:49:01 +05:30
  • ec769818f5 refactor: standardize navigation behavior by applying replace: true to authentication and activation flows ramvignesh-b 2026-04-19 02:19:53 +05:30
  • 1c1b5ea14e feat: implement vaulting functionality with unlock dates and locked UI states for letters ramvignesh-b 2026-04-19 01:20:55 +05:30
  • e68dcb068b refactor: use concrete type for mailpit helper ramvignesh-b 2026-04-18 18:52:03 +05:30
  • ad5bc57eee refactor: UX enhancement for drawer ramvignesh-b 2026-04-18 18:51:43 +05:30
  • d17d5c01e8 refactor: remove side effects from useMemo ramvignesh-b 2026-04-18 18:50:54 +05:30
  • 2db7e1f9f5 test: enhance tests to be specific ramvignesh-b 2026-04-18 18:49:54 +05:30
  • 428db97ba2 refactor: remove unused methods ramvignesh-b 2026-04-18 14:50:26 +05:30
  • 86f41a9d90 feat: drawer ux enhances ramvignesh-b 2026-04-18 14:18:35 +05:30
  • de46b2c631 feat: add expandable seal buttons ramvignesh-b 2026-04-18 04:39:43 +05:30
  • 78e2625883 refactor: handle exception on vault unlock date check for validation ramvignesh-b 2026-04-18 04:39:18 +05:30
  • 11780cdbd4 feat: add db indexes for vault letters for polling to be performant ramvignesh-b 2026-04-17 23:39:35 +05:30
  • 1e7a1c15c9 feat: introduce AP scheduler for polling vault ramvignesh-b 2026-04-17 23:37:48 +05:30
  • 3d764703dd feat: add notification field for vault letters and helper tasks ramvignesh-b 2026-04-17 21:54:56 +05:30
  • f124efd8c1 feat: restrict vault letter content access until unlock date ramvignesh-b 2026-04-17 13:05:03 +05:30
  • c9bb4799ce chore: remove temporary e2e backend log file ramvignesh-b 2026-04-17 02:16:04 +05:30
  • 3c9c72d25f Feature/ssl integration (#1) RamVignesh B 2026-04-17 02:04:11 +05:30
  • d7dc2e8eb9 chore: update restart policy to unless-stopped for postgres and mailpit services in e2e docker-compose feature/ssl-integration ramvignesh-b 2026-04-17 01:55:37 +05:30
  • 47e101c6fc feat: add caching for Playwright dependencies in CI workflow ramvignesh-b 2026-04-17 01:54:49 +05:30
  • 9935da0496 feat: add container runtime validation and force docker usage in CI environment ramvignesh-b 2026-04-17 01:52:04 +05:30
  • 05e4df2d7b refactor: improve container orchestration detection and fallback logic in e2e test script ramvignesh-b 2026-04-17 01:41:26 +05:30
  • 06585163d0 ci: improve compatibility for docker-compose execution ramvignesh-b 2026-04-17 01:30:57 +05:30
  • c40e3d20cb ci: add sll support and enhance e2e workflow ramvignesh-b 2026-04-17 01:22:03 +05:30
  • f5757b47de chore: set test timezone to Asia/Kolkata ramvignesh-b 2026-04-16 06:13:20 +05:30
  • 029b02b3c8 fix: update MAILPIT_API_URL protocol from https to http in e2e environment example ramvignesh-b 2026-04-16 05:57:52 +05:30
  • c5aeccf58f fix: force en-US locale in Intl formatters to ensure consistent date and time output ramvignesh-b 2026-04-16 05:56:52 +05:30
  • 1927dedf22 test: set TZ environment variable to Asia/Kolkata in vitest configuration ramvignesh-b 2026-04-16 05:54:26 +05:30
  • dd7f3e1fe9 fix: correct environment file paths and parallelize frontend dependency installation in CI workflow ramvignesh-b 2026-04-16 05:49:47 +05:30
  • b1d2c374b6 fix: correct certificate caching keys and fix environment file paths in CI workflows ramvignesh-b 2026-04-16 05:39:04 +05:30
  • 2e0c4e557d ci: implement certificate caching in workflow ramvignesh-b 2026-04-16 05:34:08 +05:30
  • 3f761cfe7e refactor: optimize CI workflow caching ramvignesh-b 2026-04-16 05:14:43 +05:30
  • 6ad8837145 feat: implement certificate caching in CI workflow to persist SSL files across jobs ramvignesh-b 2026-04-16 05:00:24 +05:30
  • ce8bb5c018 fix: correct mkcert command args ramvignesh-b 2026-04-16 04:41:38 +05:30
  • 7a05a6040e fix: use static ip in mkcert command ramvignesh-b 2026-04-16 04:39:29 +05:30
  • 587160811f feat: centralize SSL certificate generation into a reusable workflow job ramvignesh-b 2026-04-16 04:36:40 +05:30
  • 4195fce415 fix: add IPv6 loopback support to mkcert generation command in CI workflow ramvignesh-b 2026-04-16 04:32:59 +05:30
  • 4277298c47 Merge branch 'main' of https://github.com/ramvignesh-b/pi-ku into feature/ssl-integration ramvignesh-b 2026-04-16 04:30:55 +05:30
  • 9491559d7d feat: fix null pointer handling in log modals ramvignesh-b 2026-04-16 04:29:36 +05:30
  • b08d505a5a feat: update E2E testing configuration to use ssl ramvignesh-b 2026-04-16 04:26:29 +05:30
  • cc8e3e4e4e refactor: clean up scaffolding backend ramvignesh-b 2026-04-16 03:30:42 +05:30
  • e8dac65468 feat: redesign reader page and disable canvas object caching for improved rendering ramvignesh-b 2026-04-15 19:20:18 +05:30
  • 8f6fd6a529 fix: resolve non-null assertion linting in Reader and add null check for fabricRef in ComposeCanvas ramvignesh-b 2026-04-15 17:57:18 +05:30
  • 198f9c32dd feat: implement master key decryption for letters and add UI warning for image decryption failures ramvignesh-b 2026-04-15 17:50:38 +05:30
  • a72464bfbb refactor: non dom elements for fetching password ramvignesh-b 2026-04-15 17:26:33 +05:30
  • 75dd187442 feat: implement read-only mode for sealed letters and handle error boundaries ramvignesh-b 2026-04-15 17:07:35 +05:30
  • fd64578a17 fix: retain masterkey on non-logout error scenarios and refresh on db hit miss ramvignesh-b 2026-04-15 16:57:03 +05:30
  • ef545e9e2b chore: replace console logs with pino-pretty ramvignesh-b 2026-04-15 13:34:05 +05:30
  • e8e9a402d6 chore: update pre-commit to include tsbuild check ramvignesh-b 2026-04-15 13:20:05 +05:30
  • 9f42012494 test: configure vitest to run only unit tests ramvignesh-b 2026-04-15 13:15:47 +05:30
  • 87dd1fd1f5 feat: implement sealed letter protection in backend ramvignesh-b 2026-04-15 03:33:52 +05:30
  • a1735e4011 chore: update util scripts ramvignesh-b 2026-04-15 02:56:09 +05:30
  • 5594ac50d0 refactor: consolidate auth logic into helper, add letter E2E tests, ramvignesh-b 2026-04-15 01:43:03 +05:30
  • 9c6400b18a refactor: rename login to setAuthStore and update mock return value in useAuth tests ramvignesh-b 2026-04-15 01:07:19 +05:30
  • c259d98acb feat: implement end-to-end testing infrastructure with Playwright and automated containerized database setup ramvignesh-b 2026-04-15 01:00:51 +05:30
  • 0fb31b9f0b feat: add welcome modal to login page ramvignesh-b 2026-04-14 23:53:16 +05:30
  • 967b3a77f8 feat: enhance zero-knowledge authentication by deriving and sending auth hashes to the server ramvignesh-b 2026-04-14 22:44:42 +05:30
  • 3e5dbbe3f3 feat: add Navbar component and integrate into Editor page ramvignesh-b 2026-04-14 21:00:30 +05:30
  • 9e5db3b99c feat: implement relative date formatting, real-time clock display ramvignesh-b 2026-04-14 21:00:08 +05:30
  • 8f9c0b5430 refactor: update ComposeCanvas and Editor data handling types ramvignesh-b 2026-04-14 13:10:18 +05:30
  • bc29306fe2 fix: adjust canvas for responsiveness ramvignesh-b 2026-04-14 12:49:06 +05:30
  • 0869dbc6ab feat: add auth initialization guard ramvignesh-b 2026-04-14 12:44:35 +05:30
  • bde763fc1a chore: update JWT authentication cookie settings for local development compatibility ramvignesh-b 2026-04-14 01:53:50 +05:30
  • 3aebf920a6 refactor: define explicit TypeScript interfaces for CanvasJSON and implement robust canvas initialization and interaction logic ramvignesh-b 2026-04-14 00:34:43 +05:30
  • 5c81d617bd refactor: simplify logical expressions and update biome linting rules ramvignesh-b 2026-04-14 00:16:25 +05:30
  • 1f94df1309 refactor: move DrawerSection component and implement image encryption/decryption tests ramvignesh-b 2026-04-14 00:03:56 +05:30
  • b64288c5dd fix: type-cast sharingKey in crypto tests ramvignesh-b 2026-04-13 14:33:17 +05:30
  • 12763ab7ab refactor: enforce strict linting rules, replace forEach with for...of loops, and remove console logging throughout the frontend. ramvignesh-b 2026-04-13 14:30:17 +05:30
  • 2776aac69a feat: implement Reader page for viewing encrypted letters and add read-only mode to ComposeCanvas ramvignesh-b 2026-04-13 13:46:55 +05:30
  • 2405f9cab2 refactor: migrate route definitions to path builders ramvignesh-b 2026-04-13 01:05:03 +05:30
  • 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