Meier Lukas
c3461677e8
feat(app-widget): show description in widget ( #3876 )
2025-08-29 20:50:51 +02:00
Copilot
a4aa2aea90
fix: system resources widget opacity support for transparent backgrounds ( #3835 )
...
Co-authored-by: ajnart <49837342+ajnart@users.noreply.github.com >
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
2025-08-29 20:18:22 +02:00
homarr-renovate[bot]
1451c3c41e
fix(deps): update nextjs monorepo to v15.5.0 ( #3896 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2025-08-20 18:18:09 +00:00
homarr-renovate[bot]
683e817493
fix(deps): update nextjs monorepo to v15.4.7 ( #3886 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2025-08-19 11:19:23 +00:00
Meier Lukas
acd09c8c02
feat(app-widget): add layout option ( #3875 )
2025-08-17 17:49:05 +02:00
homarr-renovate[bot]
7e700b2732
fix(deps): update mantine monorepo to ^8.2.5 ( #3874 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2025-08-17 09:20:44 +00:00
Meier Lukas
950636e81d
feat(app-widget): multiline description ( #3873 )
2025-08-16 23:39:20 +02:00
homarr-renovate[bot]
72cdba79cb
fix(deps): update dependency mantine-form-zod-resolver to ^1.3.0 ( #3868 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2025-08-16 03:17:53 +00:00
homarr-renovate[bot]
82fcdae7e5
fix(deps): update dependency zod to ^4.0.17 ( #3867 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2025-08-16 01:14:49 +00:00
Meier Lukas
5c99622fa8
fix(deps): upgrade zod to v4 and fix breaking changes ( #3461 )
...
* fix(deps): update dependency drizzle-zod to ^0.8.2
* chore: update zod to v4 import
* fix: path is no longer available in transform context
* fix: AnyZodObject does no longer exist
* fix: auth env.ts using wrong createEnv and remove unused file env-validation.ts
* fix: required_error no longer exists on z.string
* fix: zod error map is deprecated and replaced with config
* fix: default requires callback now
* fix: migrate zod resolver for mantine
* fix: remove unused form translation file
* fix: wrong enum type
* fix: record now requires two arguments
* fix: add-confirm-password-refinement type issues
* fix: add missing first record argument for entityStateSchema
* fix: migrate superrefine to check
* fix(deps): upgrade zod-form-data to v3
* fix: migrate superRefine to check for mediaUploadSchema
* fix: authProvidersSchema default is array
* fix: use stringbool instead of custom implementation
* fix: record requires first argument
* fix: migrate superRefine to check for certificate router
* fix: confirm pasword refinement is overwriting types
* fix: email optional not working
* fix: migrate intersection to object converter
* fix: safe parse return value rename
* fix: easier access for min and max number value
* fix: migrate superRefine to check for oldmarr import file
* fix: inference of enum shape for old-import board-size wrong
* fix: errors renamed to issues
* chore: address pull request feedback
* fix: zod form requires object
* fix: inference for use-zod-form not working
* fix: remove unnecessary convertion
* fix(deps): upgrade trpc-to-openapi to v3
* fix: build error
* fix: migrate missing zod imports to v4
* fix: migrate zod records to v4
* fix: missing core package dependency in api module
* fix: unable to convert custom zod schema to openapi schema
* fix(deps): upgrade zod to v4
* chore(renovate): enable zod dependency updates
* test: add simple unit test for convertIntersectionToZodObject
---------
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2025-08-15 18:15:58 +00:00
homarr-renovate[bot]
aeb338f6b1
chore(deps): update dependency eslint to ^9.33.0 ( #3820 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2025-08-08 21:21:19 +00:00
homarr-renovate[bot]
60accd66f6
fix(deps): update dependency video.js to ^8.23.4 ( #3808 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2025-08-08 13:42:08 +00:00
homarr-renovate[bot]
ffa629064c
fix(deps): update mantine monorepo to ^8.2.4 ( #3803 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2025-08-07 10:23:56 +00:00
homarr-renovate[bot]
d32703910e
fix(deps): update nextjs monorepo to v15.4.6 ( #3799 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2025-08-06 20:25:09 +00:00
homarr-renovate[bot]
e6be8e1db3
fix(deps): update mantine monorepo to ^8.2.3 ( #3789 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2025-08-05 18:06:59 +00:00
Manuel
3ee408bf53
feat: system resources widget ( #3538 )
...
* feat: add system resources widget
* Update packages/widgets/src/system-resources/index.ts
Co-authored-by: Andre Silva <32734153+Aandree5@users.noreply.github.com >
* fix: system resources not updating
* refactor: improve logic in component
* fix: tooltip overflow
* feat: add label with last value
* feat: hide label when hovering
* fix: formatting
* fix: lint
* fix: formatting
* fix: wrong redis channel used for opnsense
---------
Co-authored-by: Andre Silva <32734153+Aandree5@users.noreply.github.com >
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com >
2025-08-04 20:12:28 +00:00
Benoit SERRA
1dc1854cbf
feat: OPNsense integration and widget ( #3424 )
...
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com >
Co-authored-by: deepsource-io[bot] <42547082+deepsource-io[bot]@users.noreply.github.com>
2025-08-01 18:34:06 +02:00
Andre Silva
f63e64627c
feat(releases-widget): add Mark as read action to mark releases as seen ( #3676 )
2025-08-01 14:02:07 +02:00
homarr-renovate[bot]
d66cccb0db
chore(deps): update dependency typescript to ^5.9.2 ( #3722 )
...
* chore(deps): update dependency typescript to ^5.9.2
* 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-08-01 13:59:35 +02:00
Manuel
8eb44c9f23
revert: "feat(ping): ignore certificate error and show request durati… ( #3680 )
...
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com >
2025-08-01 12:08:34 +02:00
Andre Silva
c92bbd2da0
feat(releases-widget): add new providers, Github Packages, linuxserver.io and Quay ( #3607 )
...
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com >
2025-08-01 11:13:20 +02:00
Andre Silva
03adf538b0
feat(releases-widget): Allow to display only the icon ( #3695 )
2025-08-01 11:13:05 +02:00
Andre Silva
949c7a40d9
feat(releases-widget): add Select/Deselect All to import from docker screen ( #3674 )
2025-08-01 11:12:56 +02:00
homarr-renovate[bot]
183564176c
fix(deps): update mantine monorepo to ^8.2.2 ( #3715 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2025-07-31 10:24:24 +00:00
homarr-renovate[bot]
d0a112c791
fix(deps): update nextjs monorepo to v15.4.5 ( #3712 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2025-07-29 21:22:03 +00:00
homarr-renovate[bot]
0dc1f7cf14
fix(deps): update react monorepo to v19.1.1 ( #3706 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2025-07-28 15:24:23 +00:00
homarr-renovate[bot]
6d677828d4
chore(deps): update dependency eslint to ^9.32.0 ( #3687 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2025-07-25 19:20:19 +00:00
Manuel
470448e5fc
fix : #3678 season number badge calendar ( #3681 )
2025-07-25 21:03:10 +02:00
homarr-renovate[bot]
abb011ff9a
fix(deps): update nextjs monorepo to v15.4.4 ( #3683 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2025-07-24 20:23:40 +00:00
homarr-renovate[bot]
0094ec2567
fix(deps): update nextjs monorepo to v15.4.3 ( #3672 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2025-07-22 20:25:23 +00:00
homarr-renovate[bot]
9cdffc7ead
fix(deps): update mantine monorepo to ^8.2.1 ( #3666 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2025-07-21 13:42:41 +00:00
homarr-renovate[bot]
bf88f0d091
fix(deps): update dependency @tabler/icons-react to ^3.34.1 ( #3661 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2025-07-21 01:25:53 +00:00
Meier Lukas
66ebb5061f
feat(widgets): add media release widget ( #3219 )
2025-07-20 16:59:03 +02:00
Andre Silva
36b0f576e5
fix: improved import from docker parsing ( #3642 )
2025-07-19 21:22:11 +02:00
homarr-renovate[bot]
42301b4a1e
fix(deps): update nextjs monorepo to v15.4.2 ( #3654 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2025-07-18 21:22:56 +00:00
Andre Silva
47806c180e
feat(releases-widget): show project description when release description is missing ( #3635 )
...
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com >
2025-07-15 18:21:37 +02:00
homarr-renovate[bot]
39b025f763
fix(deps): update nextjs monorepo to v15.4.1 ( #3632 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2025-07-14 22:22:28 +00:00
Andre Silva
5ecc4db5da
fix(releases-widget): fixed bug with changing a missing provider ( #3605 )
2025-07-12 10:48:45 +02:00
homarr-renovate[bot]
72633bf178
chore(deps): update dependency eslint to ^9.31.0 ( #3604 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2025-07-11 22:21:22 +00:00
homarr-renovate[bot]
473a9f47f3
fix(deps): update tiptap monorepo to v2.26.1 ( #3603 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2025-07-11 21:21:15 +00:00
Andre Silva
5d8126d71e
feat(releases-widget): define providers as integrations ( #3253 )
...
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com >
2025-07-11 18:54:17 +00:00
homarr-renovate[bot]
df5b6fcb6a
fix(deps): update tiptap monorepo to v2.26.0 ( #3596 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2025-07-11 10:23:36 +00:00
homarr-renovate[bot]
661afa72be
fix(deps): update tiptap monorepo to v2.25.1 ( #3591 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2025-07-10 19:20:44 +00:00
Meier Lukas
fb57d46b57
fix(bookmarks): wrong widget icon ( #3572 )
2025-07-09 20:49:38 +02:00
homarr-renovate[bot]
c793bf1982
fix(deps): update dependency zod to ^3.25.76 ( #3569 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2025-07-08 09:24:45 +00:00
Meier Lukas
3411354677
feat(notebook): add placeholder, redo and undo button ( #3564 )
2025-07-07 21:08:35 +02:00
Meier Lukas
1eb47311fa
feat(ping): ignore certificate error and show request duration ( #3546 )
2025-07-07 17:04:45 +02:00
homarr-renovate[bot]
1fe3450555
fix(deps): update mantine monorepo to ^8.1.3 ( #3560 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2025-07-07 13:36:46 +00:00
homarr-renovate[bot]
e9a35ba811
fix(deps): update dependency zod to ^3.25.75 ( #3555 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2025-07-07 08:28:44 +00:00
homarr-renovate[bot]
430dc58068
fix(deps): update tiptap monorepo to v2.25.0 ( #3552 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2025-07-06 21:20:14 +00:00