8ad5458e2a
Fix broken images
...
- Allowed img tags to be used in summaries
2025-01-30 08:56:43 -05:00
e4327736bd
fix formatting issues
2025-01-30 09:35:10 +01:00
809551d0f8
Fix #2182
2025-01-27 19:23:28 -05:00
27b60a4df9
fixes #2176 , text align was not being reflected in summary sections
2025-01-26 01:00:38 +01:00
63db927924
- fixes #2153 , attempt to fix 401 unauthorized error when implementing OIDC
2025-01-15 16:32:43 +01:00
a32def2086
fixes #2151 , apply secure cookie session only if using SSL (https)
2025-01-14 09:45:57 +01:00
7fb0226ddc
update to react-router v7
2025-01-12 19:41:18 +01:00
6335ad1571
fixes #2082 , fixes #2066 - fallback to cuid2 if filename contains non-latin characters
2025-01-12 18:06:44 +01:00
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
e3f3b8b464
bump version to 4.2.0
2024-09-02 12:31:56 +02:00
c15d9f7645
revert structuredClone as it is not supported on proxy objects
2024-05-10 11:27:13 +02:00
a102f62e28
replace JSON.parse(JSON.stringify({})) with structuredClone({})
2024-05-10 11:00:15 +02:00
c1a58118c2
- add AuthRefreshProvider to refresh auth tokens every 5 minutes
...
- pull the latest crowdin language artifacts
2024-05-10 10:52:35 +02:00
e87b05a93a
release: v4.1.0
2024-05-05 14:55:06 +02:00
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
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
45a936c05d
fix(import): LinkedIn Profile.csv parsing fixes
2024-01-15 10:43:32 +01:00
446c5db68f
feat(templates): redesign and add back in the original templates from v3
2023-11-26 14:33:40 +01:00
d36fc1b31d
fix(parser): make reactive-resume v3 parser more lenient with validation
2023-11-23 22:34:21 +01:00
34247f13b6
design nosepass template, add tests, add template previews
2023-11-17 08:31:12 +01:00
8171e90a6c
switch from sessionStorage to localStorage
2023-11-15 06:34:17 +01:00
457aed5f46
fix(printer): increase timeout to 15s
2023-11-14 16:06:16 +01:00
2db52b7ef2
feat(i18n): translate error messages
2023-11-14 13:02:38 +01:00
f3ad994753
chore(i18n): update zu-ZA translations
2023-11-10 11:22:19 +01:00
92bb9f96a0
feat(artboard): implement 8 new templates
2023-11-09 21:01:01 +01:00
1aa8aa6900
feat(templates): replace library with microfrontend app for templates
2023-11-07 16:37:16 +01:00
fca61543c5
perf: 🎨 remove fragment imports, optimize templates
2023-11-06 22:37:32 +01:00
22933bd412
refactor(v4.0.0-alpha): beginning of a new era
2023-11-05 12:31:42 +01:00