ramvignesh-b
409fc76619
feat: add template based email content (html + plaintext fallback)
2026-04-28 01:00:34 +05:30
RamVignesh B
48b6a06571
Feature/s3 integration ( #2 )
...
* feat: add s3 storage for media
* refactor: update letter decryption test to look for key request properties
* fix: update db url to be ipv4 for ssl context match
* ci: output backend logs to the console
* ci: unset email host creds for local testing
---------
Co-authored-by: ramvignesh-b <ramvignesh-b@github.com >
2026-04-26 21:40:00 +05:30
ramvignesh-b
25d5bf142a
fix: resolve unintentional override of rest framework classes
2026-04-26 13:30:14 +05:30
ramvignesh-b
fbd4bd4aec
feat: update backend Docker configuration for log management
2026-04-26 13:20:18 +05:30
ramvignesh-b
ce370a9fc6
feat: use raw json responses instead of templates
2026-04-26 13:16:15 +05:30
ramvignesh-b
2896c60c5f
feat: implement better logging using structlog
2026-04-26 13:05:50 +05:30
ramvignesh-b
97e4d0be98
refactor: type cast the env configurations and add smpt tls/ssl config
2026-04-26 12:14:22 +05:30
ramvignesh-b
3e4a4512a3
chore: update docker cmd to dump application logs
2026-04-26 11:54:47 +05:30
ramvignesh-b
b83a8d12f2
feat: add smtp creds configuration
2026-04-26 11:36:30 +05:30
ramvignesh-b
01bac9840f
fix: update boolean env comparison logic
2026-04-26 11:16:42 +05:30
ramvignesh-b
73e1e64a33
fix: resolved oopsie of running migrate before copying the dir first
2026-04-26 11:07:51 +05:30
ramvignesh-b
fe25231da7
fix: update backed docker to migrate db before running server
2026-04-26 11:01:21 +05:30
ramvignesh-b
94e024bd5f
feat: add env based allow hosts for adding self in prod
2026-04-26 10:49:09 +05:30
ramvignesh-b
f352c298e7
fix: ssl_enabled flag consition fails due to unintentional space after in env
2026-04-25 23:15:44 +05:30
ramvignesh-b
fca23c4fc8
fix: ssl_enabled flag consition fails due to unintentional space after in env
2026-04-25 18:41:03 +05:30
ramvignesh-b
a84d837942
feat: update letter patch to check for type change to sent and auto set time
2026-04-24 06:29:14 +05:30
ramvignesh-b
218ed42f00
refactor: implement dynamic URI scheme based on SSL_ENABLED setting
2026-04-24 03:23:50 +05:30
ramvignesh-b
d92590f764
chore: add automated project setup script and unify runner environment detection
2026-04-24 02:24:35 +05:30
ramvignesh-b
6872853125
feat: add backend support for burning letters
2026-04-23 19:38:05 +05:30
ramvignesh-b
a986878a3b
feat: containerize backend and frontend services
2026-04-22 19:14:21 +05:30
ramvignesh-b
59ea95a912
fix: correct syntax in default env config
2026-04-22 18:56:07 +05:30
ramvignesh-b
5355194026
feat: update dynamic cors origin population
2026-04-22 18:53:23 +05:30
ramvignesh-b
6aff578ca5
feat: update CORS and auth cookie configurations
2026-04-22 17:33:02 +05:30
ramvignesh-b
694715a90c
chore: refactor build configurations.
2026-04-22 16:42:53 +05:30
ramvignesh-b
bd0f2e0171
fix: update e2e script to include e2e env source
2026-04-20 20:59:09 +05:30
ramvignesh-b
78e2625883
refactor: handle exception on vault unlock date check for validation
2026-04-18 04:39:18 +05:30
ramvignesh-b
11780cdbd4
feat: add db indexes for vault letters for polling to be performant
2026-04-17 23:39:35 +05:30
ramvignesh-b
1e7a1c15c9
feat: introduce AP scheduler for polling vault
2026-04-17 23:37:48 +05:30
ramvignesh-b
3d764703dd
feat: add notification field for vault letters and helper tasks
2026-04-17 21:54:56 +05:30
ramvignesh-b
f124efd8c1
feat: restrict vault letter content access until unlock date
2026-04-17 13:05:03 +05:30
RamVignesh B
3c9c72d25f
Feature/ssl integration ( #1 )
...
* feat: update E2E testing configuration to use ssl
* fix: add IPv6 loopback support to mkcert generation command in CI workflow
* feat: centralize SSL certificate generation into a reusable workflow job
* fix: use static ip in mkcert command
* fix: correct mkcert command args
* feat: implement certificate caching in CI workflow to persist SSL files across jobs
* refactor: optimize CI workflow caching
* ci: implement certificate caching in workflow
* fix: correct certificate caching keys and fix environment file paths in CI workflows
* fix: correct environment file paths and parallelize frontend dependency installation in CI workflow
* test: set TZ environment variable to Asia/Kolkata in vitest configuration
* fix: force en-US locale in Intl formatters to ensure consistent date and time output
* fix: update MAILPIT_API_URL protocol from https to http in e2e environment example
* chore: set test timezone to Asia/Kolkata
* ci: add sll support and enhance e2e workflow
* ci: improve compatibility for docker-compose execution
* refactor: improve container orchestration detection and fallback logic in e2e test script
* feat: add container runtime validation and force docker usage in CI environment
* feat: add caching for Playwright dependencies in CI workflow
* chore: update restart policy to unless-stopped for postgres and mailpit services in e2e docker-compose
---------
Co-authored-by: ramvignesh-b <ramvignesh-b@github.com >
2026-04-17 02:04:11 +05:30
ramvignesh-b
cc8e3e4e4e
refactor: clean up scaffolding backend
2026-04-16 03:30:42 +05:30
ramvignesh-b
87dd1fd1f5
feat: implement sealed letter protection in backend
2026-04-15 03:33:52 +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
bde763fc1a
chore: update JWT authentication cookie settings for local development compatibility
2026-04-14 01:53:50 +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
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
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
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
c288dba6e8
feat: enable media file handling and allow manual assignment of letter public_id
2026-04-12 03:07:09 +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
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
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