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
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
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
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
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
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
3ae651fece
resolve formatting and linting issues
2025-01-12 16:35:35 +01:00
Amruth Pillai
dda47f51ec
Merge branch 'main' of github.com:infinia-yzl/Reactive-Resume into infinia-yzl-main
2025-01-12 16:24:54 +01:00
Amruth Pillai
f0b18019d5
fix allowOverflow definition on scroll-area
2025-01-12 16:23:46 +01:00
Amruth Pillai
febbdefc0b
Merge pull request #2035 from noreb001/bugfix/CardClippingIssue
...
bugfix: Fixed clipping issue with cards on dashboard page
2025-01-12 16:03:25 +01:00
Amruth Pillai
26e34b6b83
chore: update Prettier configuration and add Tailwind CSS plugin; refactor CSS classes for consistency
...
- Updated .prettierrc to include Tailwind CSS plugin and functions.
- Added prettier-plugin-tailwindcss to package.json and pnpm-lock.yaml.
- Refactored CSS classes in main.css and various TSX files for improved consistency and readability.
- Adjusted spacing in several components to enhance layout and maintain uniformity.
2025-01-12 15:29:23 +01:00
Amruth Pillai
9d0a0bba86
Merge branch 'main' into main
2025-01-12 15:17:55 +01:00
Amruth Pillai
89a44cc33a
- normalize username and email fields to lowercase, resolves #1740
...
- add autoComplete attributes to auth flow for easier sign in/sign up
2025-01-12 15:13:11 +01:00
Amruth Pillai
92856b6f06
Merge pull request #1978 from googleknight/fix/profile-picture-adjustment-crash
...
fix(edit profile picture): fix the page crash happening when clicking on circular border radius
2025-01-12 13:46:26 +01:00
Amruth Pillai
35df043f66
fix: handle edge case to display LinkedIn logo when used in Profiles
2025-01-12 13:24:57 +01:00
Amruth Pillai
3b73dcf29d
fix issues brought up by coderabbit
2025-01-11 16:13:04 +01:00
Amruth Pillai
198c269790
remove console.log statements
2025-01-11 15:55:06 +01:00
Amruth Pillai
58ef309b68
release: v4.3.1
2025-01-11 15:38:26 +01:00
Amruth Pillai
13d90e8138
update translations
2025-01-11 12:28:16 +01:00
Amruth Pillai
02ce1ad48c
fix lint issues
2025-01-11 12:07:30 +01:00