Meier Lukas
75ba3f2ae7
refactor: remove central validation export to improve typescript performance ( #2810 )
...
* refactor: remove central validation export to improve typescript performance
* fix: missing package exports change in validation package
* chore: address pull request feedback
2025-04-06 10:37:28 +00:00
homarr-renovate[bot]
f55d8a9c2e
fix(deps): update dependency next-intl to v4 ( #2580 )
...
* fix(deps): update dependency next-intl to v4
* fix: typecheck issue
* refactor: implement improvements for next-intl v4
* fix: typecheck issues
* fix: typecheck issue
---------
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com >
2025-03-12 18:37:43 +01:00
Meier Lukas
c43a2f0488
refactor: move zod import from validation package to zod ( #2111 )
...
* refactor: move zod import from validation package to zod
* refactor: move missing zod imports
2025-01-26 22:16:27 +01:00
Meier Lukas
d98552540a
fix(deps): update nextjs monorepo to v15 (major) ( #1844 )
2025-01-04 19:47:23 +01:00
Yossi Hillali
cc7d53e84e
fix: login page in light mode is always black ( #1821 )
2025-01-01 12:24:53 +02:00
Meier Lukas
550bca6dee
fix: mysql operations not working ( #1728 )
2024-12-19 16:10:22 +01:00
Meier Lukas
2d155fa0c4
feat: add password requirements ( #988 )
...
* feat: add password requirements
* fix: format issue
* fix: unexpected empty string in component jsx
* test: adjust unit test passwords
2024-08-19 21:11:36 +02:00
Meier Lukas
6f7327b774
feat: restrict non credential provider interactions ( #871 )
...
* wip: add provider field to sqlite user table
* feat: disable invites when credentials provider is not used
* wip: add migration for provider field in user table with sqlite
* wip: remove fields that can not be modified by non credential users
* wip: make username, mail and avatar disabled instead of hidden
* wip: external users membership of group cannot be managed manually
* feat: add alerts to inform about disabled fields and managing group members
* wip: add mysql migration for provider on user table
* chore: fix format issues
* chore: address pull request feedback
* fix: build issue
* fix: deepsource issues
* fix: tests not working
* feat: restrict login to specific auth providers
* chore: address pull request feedback
* fix: deepsource issue
2024-07-27 11:38:51 +02:00
Meier Lukas
c3b2215c7a
Merge branch 'dev' into ajnart/fix-duplicate-users
2024-05-19 23:08:04 +02:00
Thomas Camlong
f1b1ec59ec
chore: update prettier configuration for print width ( #519 )
...
* feat: update prettier configuration for print width
* chore: apply code formatting to entire repository
* fix: remove build files
* fix: format issue
---------
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com >
2024-05-19 22:38:39 +02:00
Meier Lukas
dfed804f65
feat: add i18n translated form errors ( #509 )
2024-05-18 16:55:08 +02:00
Meier Lukas
f0891dda31
Merge branch 'dev' into ajnart/fix-duplicate-users
2024-05-18 13:47:25 +02:00
Meier Lukas
94af21abbf
feat: add user invite registration ( #477 )
2024-05-12 10:04:20 +02:00