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
92995d9c2b
fix formatting and lint errors
2025-01-30 17:57:14 +01:00
817ec96963
Fix TypeError
2025-01-30 09:14:44 -05:00
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
4c90cc1838
fix security vulnerability with update password API route
2025-01-24 21:13:24 +01:00
460a40711e
fix issue with missing DialogTitle/DialogDescription, fix issue with hot reloads
2025-01-19 22:01:37 +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
eb7813ac6f
Implement OpenID Connect Authentication Strategy (works with Keycloak, Authentik etc.)
2025-01-13 15:56:29 +01:00
0f8f2fe560
cleanup internal package resolution
2025-01-13 11:53:42 +01:00
43c5a33773
Implement Custom CSS Feature
2025-01-13 00:31:49 +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
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
d0a07686a5
Merge pull request #1997 from 2368883029/main
...
Fix(client): Fix Unintentional Form Submission on Rich-input Toolbar Actions
2025-01-12 16:41:35 +01:00
f0b18019d5
fix allowOverflow definition on scroll-area
2025-01-12 16:23:46 +01:00
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
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
58ef309b68
release: v4.3.1
2025-01-11 15:38:26 +01:00
3f01a9e58e
fixed clipping issue with cards on dashboard page
2024-09-06 12:43:27 +00:00
87a395683d
fix eslint issues
2024-09-02 12:50:57 +02:00
e3f3b8b464
bump version to 4.2.0
2024-09-02 12:31:56 +02:00
5bc0230a5a
Fix: Can't insert image in a category other than summary
2024-07-21 00:54:00 -04:00
5e33f7e8f4
update dependencies, fix lint issues
2024-06-10 08:00:05 +02:00
d18ef2e1a5
feat(feature-flags): fixes #1592 , introduces new flags DISABLE_SIGNUPS and DISABLE_EMAIL_AUTH, renamed STORAGE_SKIP_BUCKET_CHECK
2024-05-29 10:30:38 +02:00
6dcbe78730
Merge branch 'main' into feat/separate-links
2024-05-20 17:01:16 +02:00
e24f8850d2
merge branch main
...
Signed-off-by: abizek <abishekilango@protonmail.com >
2024-05-20 13:12:53 +05:30
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
f32a85cec9
add emptyOutDir: true to vite.config.ts
2024-05-03 15:07:07 +02:00
6e2b960bdb
fix dependencies installation location
2024-05-03 14:31:13 +02:00
8b966946ea
remove unnecessary pnpm-lock.yaml files
2024-05-03 13:53:39 +02:00
8deff757a9
fix tiptap issues, update dependencies, fix typescript issues with minio client
2024-05-03 12:05:54 +02:00
fcc68750cf
fix(tfa): error message for tfa code length
2024-04-02 12:22:30 +05:30
6f2e75f22b
feat: separate links option at section level to reduce section item height
2024-03-25 17:27:33 +01:00
f6c2ae7504
remove banner on mobile/tablet devices
2024-03-25 15:08:39 +01: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
6405102cab
add CommandList to Combobox component
2024-03-11 09:54:10 +01:00
53dfd4cb09
fix language selector
2024-03-10 11:12: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
c8f7989c1f
refactor avoidTooShort function
2024-03-10 10:25:47 +01:00
10b2ca8bf2
Merge pull request #1790 from gzsombor/import-fixes
...
Better error handling and more lenient on the imported values
2024-03-10 10:23:58 +01:00
6c97c880b3
Merge pull request #1785 from tsp36/feat/chinese_name
...
modify the name field to a minimum of 2 characters
2024-03-10 10:21:07 +01:00
8fc3c25714
Update libs/dto/src/user/user.ts
2024-03-10 10:21:01 +01:00