Magical Glove
249104e7a3
Update logout.ts
2025-03-24 11:14:28 +01:00
Magical Glove
76bbe7de6b
fix(bug): clear resumes on logout
...
fix(bug): When logged out, resumes aren't cleared and are therefore visible to next logged in user.
2025-03-24 10:23:14 +01:00
Manish Suthar
1994dde1f2
chore: handleDragOver moved to outer scope for better perf
2025-03-22 23:22:15 +05:30
Manish Suthar
a8626e400d
feat(dialogs): skills, custom-section, and interests dialogs supports draggable tags
2025-03-20 02:17:34 +05:30
SukkaW
f5136da681
replace unpkg w/ jsdelivr
2025-03-15 22:44:18 +08:00
Manoah Tervoort
8efc243e43
fix(templates): don't show section when all items are hidden
2025-02-21 11:00:09 +01:00
Amruth Pillai
cd21860535
Update typography.tsx
...
fixes #2061
2025-02-09 12:10:14 +01:00
Amruth Pillai
7054623678
chore(dependencies): update TypeScript ESLint and Vitest to latest versions
...
- Bump @typescript-eslint packages to 8.23.0
- Update Vitest and related packages to 2.1.9
- Minor version upgrades for ts-api-utils and other related dependencies
2025-02-03 19:51:39 +01:00
Pritam Das
37781d51f3
fix(linkedin): use case-insensitive slug check to prevent missing image
2025-02-04 00:02:43 +05:30
Amruth Pillai
ec4e43d4fc
sync translations from crowdin
2025-02-03 10:14:15 +01:00
Amruth Pillai
1d4529128f
fix lint issues
2025-02-03 09:41:21 +01:00
Pieczasz
eb543cf32d
feat(projects): allow reordering of project item tags
...
Related to #2169
2025-02-02 13:33:39 +01:00
Crowdin Bot
f50cbd71b7
New Crowdin translations by GitHub Action
2025-02-01 00:10:44 +00:00
Oumar Mimouni
e438602773
fix(errorpage): added localProvider, replaced a with Link and added custom messages
...
- Add LocaleProvider wrapper for i18n support
- Replace a tag with React Router Link components
- Add custom error messages for different HTTP status codes
- Implement proper translation support using Trans and t components
2025-01-31 14:38:17 +01:00
Oumar Mimouni
f42b29e4ac
feat(router): add global error boundary for route errors
...
- Use React Router’s useRouteError to get error details.
- Create an ErrorPage component in pages/public/error.tsx.
- Show useful error messages based on status codes.
Add a button to help users go back or retry.
2025-01-31 14:01:18 +01:00
Amruth Pillai
92995d9c2b
fix formatting and lint errors
2025-01-30 17:57:14 +01:00
Amruth Pillai
b21f1648c4
Merge pull request #2188 from AmruthPillai/l10n
...
New Translations from Crowdin
2025-01-30 17:46:57 +01:00
Amruth Pillai
94c04b44df
Merge pull request #2194 from Creative-Geek/patch-1
...
Allow Usage of OpenAI Compatible APIs
2025-01-30 17:46:31 +01:00
Creative-Geek
c8edcd3dad
Allow usage of openai compatible apis
...
Changed front-end fields verification to allow the user to enter any openai compatible endpoint and api key.
to do: make a verify connection button and edit paragraphs to reflect the change
2025-01-30 08:49:22 +02:00
Crowdin Bot
a82c25c7cb
New Crowdin translations by GitHub Action
2025-01-30 00:09:54 +00:00
ADecametre
73b423030f
Removed unused import
2025-01-27 23:10:29 -05:00
ADecametre
809551d0f8
Fix #2182
2025-01-27 19:23:28 -05:00
Amruth Pillai
e795ec64d6
update translations
2025-01-27 09:59:37 +01:00
Crowdin Bot
a31c434fbc
New Crowdin translations by GitHub Action
2025-01-26 00:10:57 +00: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
d21983aab4
update translations
2025-01-25 00:49:33 +01:00
Amruth Pillai
9406d78653
- include more local fonts, such as Times New Roman and Arial ( fixes #2170 )
...
- remove embedding fonts to PDF as it wasn't doing anything
2025-01-25 00:47:39 +01:00
Amruth Pillai
c7ae0e94d7
sanitize all user inputs, fix #2172
2025-01-24 23:53:45 +01:00
Amruth Pillai
308a8e3ae3
update translations
2025-01-24 21:20:12 +01:00
Amruth Pillai
4c90cc1838
fix security vulnerability with update password API route
2025-01-24 21:13:24 +01:00
Amruth Pillai
460a40711e
fix issue with missing DialogTitle/DialogDescription, fix issue with hot reloads
2025-01-19 22:01:37 +01:00
Amruth Pillai
18cf814779
fixes #2161 , remove v1 validation requirement for openai api url
2025-01-17 22:38:45 +01:00
Amruth Pillai
a9656afbbf
sync translations from crowdin
2025-01-17 22:33:13 +01:00
Crowdin Bot
1bfdff5b30
New Crowdin translations by GitHub Action
2025-01-16 00:10:16 +00:00
Amruth Pillai
63db927924
- fixes #2153 , attempt to fix 401 unauthorized error when implementing OIDC
2025-01-15 16:32:43 +01:00
Crowdin Bot
b5589338ec
New Crowdin translations by GitHub Action
2025-01-15 00:10:04 +00:00
Amruth Pillai
15f962310b
fix lint issue
2025-01-14 09:52:26 +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
227870ac78
fix issues suggested by coderabbit
2025-01-13 16:22:29 +01:00
Amruth Pillai
33cb3dbd6a
ensure secure cookies are used in express-session
2025-01-13 16:04:27 +01:00
Amruth Pillai
eb7813ac6f
Implement OpenID Connect Authentication Strategy (works with Keycloak, Authentik etc.)
2025-01-13 15:56:29 +01:00
Amruth Pillai
0f8f2fe560
cleanup internal package resolution
2025-01-13 11:53:42 +01:00
Amruth Pillai
51f38f0884
update translations
2025-01-13 01:50:39 +01:00
Crowdin Bot
9385f36832
New Crowdin translations by GitHub Action
2025-01-13 00:10:39 +00:00
Amruth Pillai
eab996f7e7
some more updates
2025-01-13 01:07:01 +01:00
Amruth Pillai
43c5a33773
Implement Custom CSS Feature
2025-01-13 00:31:49 +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
d1a5a41e4d
Enhance UI and Configuration:
...
- Added missing `type="button"` attributes to various toolbar buttons in the rich-input component for better accessibility.
- Updated Gengar template to ensure the summary section is only displayed when populated.
- Changed boolean values in Docker Compose files from unquoted to quoted strings for consistency and to prevent potential parsing issues.
2025-01-12 16:50:07 +01:00