Commit Graph

24 Commits

Author SHA1 Message Date
Amruth Pillai c525f8d2cc fix security issue, with notes being visible in public api response 2025-10-01 10:07:04 +02:00
Amruth Pillai a32def2086 fixes #2151, apply secure cookie session only if using SSL (https) 2025-01-14 09:45:57 +01:00
Amruth Pillai 6335ad1571 fixes #2082, fixes #2066 - fallback to cuid2 if filename contains non-latin characters 2025-01-12 18:06:44 +01:00
Amruth Pillai 0053d696ff Update ESLint configuration and schemas to use Zod library
- Changed ESLint configuration to target TypeScript files and added parser options for better integration.
- Updated various schemas across the application to replace `nestjs-zod/z` imports with `zod` for consistency.
- Refactored password validation in authentication schemas to use `z.string()` instead of `z.password()`.
- Enhanced date handling in user and resume schemas by introducing a new `dateSchema` utility.
- Updated `.ncurc.json` to target minor upgrades for dependencies.
2025-01-12 17:34:45 +01:00
Amruth Pillai 748b509b1d update dependencies, fix import sample resume issue, update pnpm version 2024-05-21 08:10:12 +02:00
Amruth Pillai 52e062c0b5 fix eslint issues 2024-05-07 12:02:39 +02:00
Amruth Pillai 4dd5367572 attempt to fix lint issues 2024-05-05 15:02:16 +02:00
Amruth Pillai e87b05a93a release: v4.1.0 2024-05-05 14:55:06 +02:00
Amruth Pillai 783af5070d remove caching from resumes 2024-03-10 10:00:51 +01:00
Amruth Pillai 4baecb22e9 fix: add logger for errors, return correct error when resume is locked 2023-11-22 22:25:54 +01:00
Amruth Pillai 2a3ae68948 implement button to download PDF from a public resume page 2023-11-21 13:45:39 +01:00
Amruth Pillai 8b217dfcfa - upgrade react-resizable-panels to latest version
- update translations
- remove cypress
- add await to all return blocks
2023-11-19 09:52:55 +01:00
Amruth Pillai 34247f13b6 design nosepass template, add tests, add template previews 2023-11-17 08:31:12 +01:00
Amruth Pillai 2db52b7ef2 feat(i18n): translate error messages 2023-11-14 13:02:38 +01:00
Amruth Pillai d18b258761 feat(homepage): add new sections to homepage 2023-11-13 17:03:41 +01:00
Amruth Pillai 48727be809 fix(i18n): delete local translations 2023-11-10 13:14:44 +01:00
Amruth Pillai 1aa8aa6900 feat(templates): replace library with microfrontend app for templates 2023-11-07 16:37:16 +01:00
Amruth Pillai 015e284318 feat(resume): implement resume locking feature 2023-11-06 13:57:12 +01:00
Amruth Pillai d6620e0816 ci: 🐛 log error to console 2023-11-06 09:52:38 +01:00
Amruth Pillai a88a794f29 fix(server): 👷 pass errors down to controller 2023-11-06 09:41:06 +01:00
Amruth Pillai 22933bd412 refactor(v4.0.0-alpha): beginning of a new era 2023-11-05 12:31:42 +01:00
Amruth Pillai 9c1380f401 🚀 release v3.0.0 2022-03-06 22:48:29 +01:00
Amruth Pillai a4983ac6bc fix(i18n): load locales from file system, instead of http-backend 2022-03-05 10:08:28 +01:00
Amruth Pillai 295172687b 🚀 release: v3.0.0 2022-03-02 17:44:11 +01:00