Commit Graph

32 Commits

Author SHA1 Message Date
ramvignesh-b 412abd912c Merge branch 'main' of https://github.com/ramvignesh-b/pi-ku into feature/saajan-persona 2026-04-28 18:34:53 +05:30
ramvignesh-b 8a9ded42b5 feat: add secure proxy configuration for http to https 2026-04-28 18:02:27 +05:30
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 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 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 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 218ed42f00 refactor: implement dynamic URI scheme based on SSL_ENABLED setting 2026-04-24 03:23:50 +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 bd0f2e0171 fix: update e2e script to include e2e env source 2026-04-20 20:59:09 +05:30
ramvignesh-b 1e7a1c15c9 feat: introduce AP scheduler for polling vault 2026-04-17 23:37:48 +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 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
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 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 0d37242f0d feat: implement secure HTTP-only cookie-based refresh token authentication 2026-04-10 17:54:49 +05:30
Your Name 8321dacf0c feat: configure SMTP email settings using environment variables 2026-04-10 10:30:07 +05:30
Your Name d74fcc0b9c feat: implement email verification flow with account activation and secure cookie configuration 2026-04-10 10:18:32 +05:30
Your Name f1c3b3f9f2 feat: implement custom user model with JWT authentication and registration endpoints 2026-04-09 14:10:52 +05:30
Your Name 4bdb1ee80d feat: configure environment variables, CORS, and PostgreSQL database settings for backend-frontend integration 2026-04-09 12:39:42 +05:30
Your Name 17b8356eac refactor: standardize string quotes to double quotes across project configuration files 2026-04-09 12:20:45 +05:30
Your Name 38a19edc1d chore: update backend virtual environment dependencies and Django framework files 2026-04-09 12:16:14 +05:30