Commit Graph

37 Commits

Author SHA1 Message Date
Amruth Pillai 4c6b512455 Update version to 4.5.0 in package.json and adjust PO revision dates across multiple language files to reflect recent changes. 2025-10-01 09:46:55 +00:00
Clark Tomlinson a23dbfa3df Fix regex for parsing linkedin array links
The second replace was incorrect, resulting in a link like `https://google.com]` which failed zod validation
2025-04-25 12:55:35 -04:00
Amruth Pillai 92995d9c2b fix formatting and lint errors 2025-01-30 17:57:14 +01:00
ADecametre 817ec96963 Fix TypeError 2025-01-30 09:14:44 -05:00
ADecametre 8ad5458e2a Fix broken images
- Allowed img tags to be used in summaries
2025-01-30 08:56:43 -05:00
Amruth Pillai e4327736bd fix formatting issues 2025-01-30 09:35:10 +01:00
ADecametre 809551d0f8 Fix #2182 2025-01-27 19:23:28 -05:00
Amruth Pillai 27b60a4df9 fixes #2176, text align was not being reflected in summary sections 2025-01-26 01:00:38 +01:00
Amruth Pillai 63db927924 - fixes #2153, attempt to fix 401 unauthorized error when implementing OIDC 2025-01-15 16:32:43 +01: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 7fb0226ddc update to react-router v7 2025-01-12 19:41:18 +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 e3f3b8b464 bump version to 4.2.0 2024-09-02 12:31:56 +02:00
Amruth Pillai 5e33f7e8f4 update dependencies, fix lint issues 2024-06-10 08:00:05 +02:00
Amruth Pillai c15d9f7645 revert structuredClone as it is not supported on proxy objects 2024-05-10 11:27:13 +02:00
Amruth Pillai a102f62e28 replace JSON.parse(JSON.stringify({})) with structuredClone({}) 2024-05-10 11:00:15 +02:00
Amruth Pillai c1a58118c2 - add AuthRefreshProvider to refresh auth tokens every 5 minutes
- pull the latest crowdin language artifacts
2024-05-10 10:52:35 +02:00
Amruth Pillai e87b05a93a release: v4.1.0 2024-05-05 14:55:06 +02:00
Amruth Pillai 8deff757a9 fix tiptap issues, update dependencies, fix typescript issues with minio client 2024-05-03 12:05:54 +02:00
Amruth Pillai f6c2ae7504 remove banner on mobile/tablet devices 2024-03-25 15:08:39 +01:00
Amruth Pillai 890875ad9d - upgrade to browserless v2
- add missing languages
- add donation banner
- update dependencies
- bump version to 4.0.9
2024-03-22 12:11:15 +01:00
Amruth Pillai b47b7824ff - bump up version to 4.0.6
- update dependencies
- remove test phase from CI script
- lint and format all files
2024-03-10 10:35:23 +01:00
Amruth Pillai 1aaaaeca20 format files 2024-01-21 10:44:22 +01:00
Sergej Kasper 45a936c05d fix(import): LinkedIn Profile.csv parsing fixes 2024-01-15 10:43:32 +01:00
Amruth Pillai 446c5db68f feat(templates): redesign and add back in the original templates from v3 2023-11-26 14:33:40 +01:00
Amruth Pillai d36fc1b31d fix(parser): make reactive-resume v3 parser more lenient with validation 2023-11-23 22:34:21 +01:00
Amruth Pillai 69b99b9127 Set version of libraries to 0.0.1 2023-11-22 15:43:50 +01:00
Amruth Pillai 34247f13b6 design nosepass template, add tests, add template previews 2023-11-17 08:31:12 +01:00
Amruth Pillai 8171e90a6c switch from sessionStorage to localStorage 2023-11-15 06:34:17 +01:00
Amruth Pillai 457aed5f46 fix(printer): increase timeout to 15s 2023-11-14 16:06:16 +01:00
Amruth Pillai 2db52b7ef2 feat(i18n): translate error messages 2023-11-14 13:02:38 +01:00
Amruth Pillai f3ad994753 chore(i18n): update zu-ZA translations 2023-11-10 11:22:19 +01:00
Amruth Pillai 92bb9f96a0 feat(artboard): implement 8 new templates 2023-11-09 21:01:01 +01:00
Amruth Pillai 1aa8aa6900 feat(templates): replace library with microfrontend app for templates 2023-11-07 16:37:16 +01:00
Amruth Pillai fca61543c5 perf: 🎨 remove fragment imports, optimize templates 2023-11-06 22:37:32 +01:00
Amruth Pillai 22933bd412 refactor(v4.0.0-alpha): beginning of a new era 2023-11-05 12:31:42 +01:00