Meier Lukas
b53a2b6b78
feat: add refresh button to docker containers table ( #913 )
2024-08-04 21:19:31 +02:00
Meier Lukas
b8b084c188
fix: restrict access to docker containers page to admins ( #912 )
2024-08-04 21:19:16 +02:00
SeDemal
0cec1dbb17
fix: Fix typecheck, lint issues and errors brought to dnshole summary. ( #916 )
2024-08-04 20:46:27 +02:00
Yossi Hillali
65c6854e44
feat: dnshole controls widget ( #867 )
...
* feat: dnshole controls widget
* feat: add duration and timer modal
* fix: code improvment
* fix: add support for many integrations
* fix: add support for more integrations
* fix: move ControlsCard outside of main component
* fix: deepsource
2024-08-04 18:47:00 +03:00
homarr-renovate[bot]
a9a46024e2
fix(deps): update dependency typescript-eslint to v8 ( #896 )
...
* fix(deps): update dependency typescript-eslint to v8
* fix: lint issues
* fix: more lint issues
---------
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com >
2024-08-01 10:13:12 +02:00
homarr-renovate[bot]
5f89d93db6
fix(deps): update dependency drizzle-kit to ^0.23.1 ( #888 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-07-30 22:33:12 +00:00
homarr-renovate[bot]
e0566dfcfa
fix(deps): update tiptap monorepo to v2.5.8 ( #887 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-07-30 09:26:56 +00:00
homarr-renovate[bot]
bce73bc38f
fix(deps): update dependency video.js to ^8.17.1 ( #884 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-07-29 09:48:21 +00:00
Meier Lukas
67dad45214
fix: fetch timeout for external requests to small ( #881 )
...
* fix: fetch timeout for external requests to small
* fix: format issue
* fix: move clear timeout for fetch to finally
2024-07-29 06:30:56 +02:00
Meier Lukas
406ed16ce4
fix: overview in series of sonarr schema is optional ( #880 )
2024-07-28 19:38:47 +02:00
Meier Lukas
9cb6200895
feat: add validation to widget edit modal inputs ( #879 )
...
* feat: add validation to widget edit modal inputs
* chore: remove unused console.log statements
2024-07-28 19:38:19 +02:00
homarr-renovate[bot]
a0c55459d1
fix(deps): update dependency next-auth to v5.0.0-beta.20 ( #878 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-07-28 04:12:05 +00:00
homarr-renovate[bot]
37309e0727
fix(deps): update dependency @auth/drizzle-adapter to ^1.4.2 ( #877 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-07-28 03:48:18 +00:00
homarr-renovate[bot]
9181f11b13
fix(deps): update dependency @auth/core to ^0.34.2 ( #876 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-07-28 03:27:46 +00:00
Meier Lukas
55a000a7fc
fix: missing breadcrumb translation, wrong spacing in user layout ( #872 )
2024-07-27 21:09:34 +02:00
Manuel
15d9327d46
feat: add rss widget ( #760 )
...
Co-authored-by: SeDemal <demal.sebastien@bluewin.ch >
2024-07-27 18:11:29 +02:00
Meier Lukas
4380aa9b3e
fix: mantine-react-table not localized #333 ( #873 )
2024-07-27 17:10:51 +02:00
homarr-renovate[bot]
c973a3bfa5
fix(deps): update dependency mysql2 to v3.11.0 ( #874 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-07-27 14:48:10 +00: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
homarr-renovate[bot]
eba4052522
chore(deps): update dependency eslint to ^9.8.0 ( #870 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-07-26 21:09:40 +00:00
homarr-renovate[bot]
89ab1df2db
fix(deps): update tiptap monorepo to v2.5.7 ( #869 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-07-26 13:13:04 +00:00
Meier Lukas
90ef982066
fix: deployment pipeline for docker not working ( #860 )
...
* fix: skip env validation in dockerfile not working
* fix: skip env validation in dockerfile not working
* fix: remove linux/arm/v7 for now as node commands are run forever
* fix: remove cache because it is to big?
* refactor: remove redis log transport during build
* fix: add more checks for conditional redis connection
* fix: docker build not working locally
* refactor: move base image to debian
* chore: add arm v7 platform support
* fix: remove armv7 support as not supported by turbo
* chore: profile amd64 build
* chore: enable webpack logging
* chore: disable linux/arm64 for now
* chore: remove profiling from build in dockerfile
* chore: revert to node alpine image
2024-07-25 19:52:31 +02:00
homarr-renovate[bot]
32a8488b7b
chore(deps): update dependency @types/dockerode to ^3.3.31 ( #865 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-07-24 23:10:46 +00:00
homarr-renovate[bot]
d70e99c973
fix(deps): update tiptap monorepo to v2.5.6 ( #863 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-07-24 17:48:31 +00:00
homarr-renovate[bot]
868b7b890e
fix(deps): update dependency drizzle-orm to ^0.32.1 ( #859 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-07-23 15:11:02 +00:00
homarr-renovate[bot]
fc5f02b022
fix(deps): update dependency jotai to ^2.9.1 ( #858 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-07-23 10:10:34 +00:00
homarr-renovate[bot]
47834d4288
chore(deps): update dependency typescript to ^5.5.4 ( #857 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-07-22 23:24:14 +00:00
Manuel
508fcb9861
feat: allow no secrets for integration ( #856 )
2024-07-22 21:00:14 +02:00
homarr-renovate[bot]
c512ddba49
fix(deps): update tiptap monorepo to v2.5.5 ( #853 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-07-22 11:48:47 +00:00
homarr-renovate[bot]
88e5ac2f71
fix(deps): update dependency @t3-oss/env-nextjs to ^0.11.0 ( #851 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-07-22 08:49:32 +00:00
homarr-renovate[bot]
c33086d8b5
fix(deps): update dependency ldapts to v7.1.0 ( #839 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-07-20 20:48:07 +00:00
Meier Lukas
dc75ffb9e6
feat: add ldap and oidc sso ( #500 )
...
* wip: sso
* feat: add ldap client and provider
* feat: implement login form
* feat: finish sso
* fix: lint and format issue
* chore: address pull request feedback
* fix: build not working
* fix: oidc is redirected to internal docker container hostname
* fix: build not working
* refactor: migrate to ldapts
* fix: format and frozen lock file
* fix: deepsource issues
* fix: unit tests for ldap authorization not working
* refactor: remove unnecessary args from dockerfile
* chore: address pull request feedback
* fix: use console instead of logger in auth env.mjs
* fix: default value for auth provider of wrong type
* fix: broken lock file
* fix: format issue
2024-07-20 22:23:58 +02:00
homarr-renovate[bot]
5da74ca7e0
fix(deps): update dependency mantine-react-table to v2.0.0-beta.6 ( #837 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-07-20 13:25:30 +00:00
homarr-renovate[bot]
5c92f6a3cc
fix(deps): update dependency dayjs to ^1.11.12 ( #832 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-07-18 13:14:20 +00:00
homarr-renovate[bot]
baf552bf52
fix(deps): update tiptap monorepo to v2.5.4 ( #828 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-07-17 13:35:32 +00:00
homarr-renovate[bot]
015b42aa61
fix(deps): update tiptap monorepo to v2.5.3 ( #825 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-07-17 12:18:06 +00:00
homarr-renovate[bot]
b82128a90c
fix(deps): update tiptap monorepo to v2.5.2 ( #822 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-07-17 08:13:36 +00:00
homarr-renovate[bot]
30669d23e3
fix(deps): update dependency @tabler/icons-react to ^3.11.0 ( #818 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-07-16 11:48:26 +00:00
homarr-renovate[bot]
c8d57ac3fa
chore(deps): update dependency @types/dockerode to ^3.3.30 ( #817 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-07-16 02:30:58 +00:00
homarr-renovate[bot]
636d3c670c
fix(deps): update dependency mysql2 to v3.10.3 ( #816 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-07-15 23:10:55 +00:00
homarr-renovate[bot]
08ba282528
fix(deps): update tiptap monorepo to v2.5.1 ( #813 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-07-15 13:29:14 +00:00
homarr-renovate[bot]
7f341efdb3
fix(deps): update tiptap monorepo to v2.5.0 ( #811 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-07-14 14:48:46 +00:00
homarr-renovate[bot]
fe5af9231e
fix(deps): update mantine monorepo to ^7.11.2 ( #808 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-07-13 15:33:24 +00:00
homarr-renovate[bot]
66036b08bc
fix(deps): update dependency prettier to ^3.3.3 ( #805 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-07-13 13:25:36 +00:00
homarr-renovate[bot]
7d61baad03
chore(deps): update dependency eslint to ^9.7.0 ( #786 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-07-12 21:10:47 +00:00
homarr-renovate[bot]
5382b1999f
fix(deps): update dependency winston to v3.13.1 ( #781 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-07-10 21:33:52 +00:00
homarr-renovate[bot]
99175feda4
fix(deps): update nextjs monorepo to ^14.2.5 ( #779 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-07-10 15:27:39 +00:00
homarr-renovate[bot]
3da5734571
fix(deps): update dependency drizzle-orm to ^0.32.0 ( #776 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-07-10 13:28:35 +00:00
homarr-renovate[bot]
f2c70a4d0b
fix(deps): update dependency drizzle-kit to ^0.23.0 ( #775 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-07-10 13:13:36 +00:00
homarr-renovate[bot]
8085e72cf4
fix(deps): update dependency video.js to ^8.16.1 ( #772 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-07-09 17:09:42 +00:00