homarr-renovate[bot]
8bcba350d5
fix(deps): update dependency @auth/core to ^0.37.0 ( #1272 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-10-09 02:13:10 +00:00
homarr-renovate[bot]
a44ead09a3
fix(deps): update dependency @auth/drizzle-adapter to ^1.7.0 ( #1273 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-10-09 00:48:35 +00:00
homarr-renovate[bot]
388717ec3c
chore(deps): update dependency typescript to ^5.6.3 ( #1271 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-10-08 22:31:09 +00:00
homarr-renovate[bot]
2bbe594cd2
fix(deps): update nextjs monorepo to ^14.2.15 ( #1270 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-10-08 21:27:57 +00:00
homarr-renovate[bot]
6f2bc8e9be
chore(deps): update dependency @types/node to ^20.16.11 ( #1269 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-10-07 22:48:25 +00:00
homarr-renovate[bot]
14d1ce842a
fix(deps): update dependency drizzle-orm to ^0.34.1 ( #1268 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-10-07 20:31:36 +00:00
Meier Lukas
ab1744ce20
feat: add first day of week user setting ( #1249 )
...
* feat: add first day of week user setting
* fix: add missing migrations
* fix: format and test issues
* fix: deepsource issue
* refactor: rename first-day-of-week procedure
2024-10-07 21:13:38 +02:00
Meier Lukas
eb21628ee4
refactor: replace signIn callback with signIn event, adjust getUserByEmail in adapter to check provider ( #1223 )
...
* refactor: replace signIn callback with signIn event, adjust getUserByEmail in adapter to check provider
* test: adjusting tests for adapter and events
* docs: add comments for unknown auth provider
* fix: missing dayjs import
2024-10-07 21:13:15 +02:00
homarr-renovate[bot]
4d51e3b344
fix(deps): update dependency typescript-eslint to ^8.8.1 ( #1266 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-10-07 17:39:10 +00:00
homarr-renovate[bot]
23ee229906
fix(deps): update dependency drizzle-orm to ^0.34.0 ( #1262 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-10-07 15:30:13 +00:00
homarr-renovate[bot]
635fadfce9
fix(deps): update dependency drizzle-kit to ^0.25.0 ( #1261 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-10-07 15:12:13 +00:00
homarr-renovate[bot]
2d5a7a26c1
chore(deps): update pnpm to v9.12.1 ( #1260 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-10-07 13:48:27 +00:00
homarr-renovate[bot]
ea84b1c372
fix(deps): update dependency video.js to ^8.18.1 ( #1259 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-10-07 09:41:13 +00:00
homarr-renovate[bot]
dea62547e0
fix(deps): update dependency @auth/drizzle-adapter to ^1.6.1 ( #1258 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-10-07 02:16:47 +00:00
homarr-renovate[bot]
1d281c0cc9
fix(deps): update dependency @million/lint to v1.0.9 ( #1255 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-10-06 02:19:40 +00:00
homarr-renovate[bot]
9c5ca6f906
fix(deps): update dependency @auth/drizzle-adapter to ^1.6.0 ( #1251 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-10-05 17:48:50 +00:00
homarr-renovate[bot]
d0d2a82a68
fix(deps): update dependency @auth/core to ^0.36.0 ( #1250 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-10-05 17:38:25 +00:00
Meier Lukas
1421ccc917
fix: permissions not restricted for certain management pages / actions ( #1219 )
...
* fix: restrict parts of manage navigation to admins
* fix: restrict stats cards on manage home page
* fix: restrict access to amount of certain stats for manage home
* fix: restrict visibility of board create button
* fix: restrict access to integration pages
* fix: restrict access to tools pages for admins
* fix: restrict access to user and group pages
* test: adjust tests to match permission changes for routes
* fix: remove certain pages from spotlight without admin
* fix: app management not restricted
2024-10-05 17:03:32 +02:00
Meier Lukas
770768eb21
fix: rtl common translation unnecessary ( #1246 )
...
* fix: rtl common translation unnecessary
* fix: format issue
2024-10-05 16:31:15 +02:00
Manuel
b14f82b4bb
feat: add api keys ( #991 )
...
* feat: add api keys
* chore: address pull request feedback
---------
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com >
2024-10-05 16:18:31 +02:00
homarr-renovate[bot]
ee8375756c
chore(deps): update node.js to v20.18.0 ( #1239 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-10-05 12:11:37 +02:00
homarr-renovate[bot]
20e6399d5e
fix(deps): update dependency winston to v3.15.0 ( #1245 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-10-05 05:30:18 +00:00
oussama Dahmaz
b5bfe90453
fix(notebook): default-content image path ( #1244 )
...
Co-authored-by: oussama Dahmaz <dahmaz@MacBook-Pro-de-odahmaz.local >
2024-10-04 23:29:32 +02:00
homarr-renovate[bot]
41538a7366
chore(deps): update dependency eslint to ^9.12.0 ( #1241 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-10-04 20:48:44 +00:00
Meier Lukas
6ad201f4a2
chore: revert base image to 20.17.0 alpine ( #1236 )
2024-10-04 21:31:01 +02:00
homarr-renovate[bot]
87b46deaf7
chore(deps): update node.js to v20.18.0 ( #1234 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-10-04 19:09:36 +00:00
Meier Lukas
4c9471e608
feat(spotlight): add support for custom search-engines ( #1200 )
...
* feat(spotlight): add search settings link
* feat(search-engine): add to manage pages
* feat(spotlight): add children option for external search engines
* chore: revert search settings
* fix: deepsource issue
* fix: inconsistent breadcrum placement
* chore: address pull request feedback
2024-10-04 15:59:08 +02:00
homarr-renovate[bot]
8ea8b2ded5
fix(deps): update testcontainers-node monorepo to ^10.13.2 ( #1233 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-10-04 08:34:41 +00:00
Meier Lukas
ac0750452c
fix: confirm not selected by default in confirm modal ( #1232 )
2024-10-03 23:24:33 +02:00
homarr-renovate[bot]
547287dba1
fix(deps): update dependency @million/lint to v1.0.8 ( #1231 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-10-03 19:21:39 +00:00
Meier Lukas
665df53a39
fix: new sections without add and change listeners ( #1230 )
2024-10-03 21:07:57 +02:00
homarr-renovate[bot]
8dde6bb042
chore(deps): update dependency node to v20.18.0 ( #1229 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-10-03 18:36:42 +00:00
Meier Lukas
52b45d835d
feat(docker): add encryption key generation for integration secrets ( #1202 )
...
* feat(docker): add encryption key generation for integration secrets
* chore: address pull request feedback
* fix: build failing
* fix: docker build fails because of error when encryption key not defined
2024-10-03 19:59:44 +02:00
homarr-renovate[bot]
770a0d63f9
fix(deps): update dependency @million/lint to v1.0.7 ( #1225 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-10-03 17:40:28 +00:00
homarr-renovate[bot]
17572bc602
fix(deps): update dependency tldts to ^6.1.50 ( #1228 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-10-03 17:10:16 +00:00
homarr-renovate[bot]
d3836648c2
fix(deps): update mantine monorepo to ^7.13.2 ( #1227 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-10-03 13:22:13 +00:00
homarr-renovate[bot]
9d20362cf1
fix(deps): update dependency eslint-plugin-import to ^2.31.0 ( #1226 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-10-03 11:48:30 +00:00
homarr-renovate[bot]
59ab63c6d8
chore(deps): update vitest monorepo to ^2.1.2 ( #1222 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-10-02 16:52:00 +00:00
homarr-renovate[bot]
3277754290
chore(deps): update dependency @types/react to ^18.3.11 ( #1221 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-10-02 15:48:11 +00:00
homarr-renovate[bot]
bc4644609c
chore(deps): update pnpm to v9.12.0 ( #1220 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-10-02 13:22:50 +00:00
Meier Lukas
8b5ea3c5d3
fix: email verified check is in a newline in users table ( #1218 )
2024-10-02 12:00:42 +02:00
Meier Lukas
d63f6d270f
fix: it was possible to go to the create user page when credentials login disabled ( #1217 )
2024-10-02 10:41:14 +02:00
homarr-renovate[bot]
2f3619b68d
fix(deps): update dependency tldts to ^6.1.49 ( #1216 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-10-02 08:15:41 +00:00
homarr-renovate[bot]
6f5c993510
fix(deps): update nextjs monorepo to ^14.2.14 ( #1215 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-10-01 17:48:46 +00:00
homarr-renovate[bot]
c3d54b49a0
fix(deps): update tanstack-query monorepo to ^5.59.0 ( #1214 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-10-01 16:15:12 +00:00
Meier Lukas
61333094df
feat: add member sync between groups of ldap and homarr ( #1149 )
...
* feat: add member sync between groups of ldap and homarr
* chore: remove temporary console statement
* test: add unit tests for adding and removing ldap group members
2024-10-01 16:46:18 +02:00
homarr-renovate[bot]
4a8ed13a87
fix(deps): update dependency eslint-plugin-react to ^7.37.1 ( #1213 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-10-01 14:32:30 +00:00
homarr-renovate[bot]
f73dff5482
chore(deps): update turbo monorepo to ^2.1.3 ( #1209 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-10-01 09:41:15 +00:00
homarr-renovate[bot]
b3f6645783
fix(deps): update dependency @million/lint to v1.0.0 ( #1212 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-10-01 09:31:22 +00:00
homarr-renovate[bot]
1b0d927e88
fix(deps): update dependency ldapts to v7.2.1 ( #1211 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-09-30 22:48:25 +00:00