homarr-renovate[bot]
b68977c52c
fix(deps): update dependency @dnd-kit/sortable to v9 ( #1535 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-11-24 13:47:50 +01:00
homarr-renovate[bot]
2e2814707e
fix(deps): update mantine monorepo to ^7.14.2 ( #1537 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-11-24 10:49:24 +00:00
homarr-renovate[bot]
982ab4393e
chore(deps): update dependency typescript to ^5.7.2 ( #1523 )
...
* chore(deps): update dependency typescript to ^5.7.2
* chore(deps): update dependency typescript to ^5.7.2
* fix: typecheck issue
* 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 >
2024-11-23 19:39:20 +01:00
homarr-renovate[bot]
5a3d9745d9
fix(deps): update dependency @dnd-kit/core to ^6.2.0 ( #1534 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-11-23 17:27:37 +00:00
Meier Lukas
32ee9f3dcc
refactor: add request handlers for centralized cached requests ( #1504 )
...
* feat: add object base64 hash method
* chore: add script to add package
* feat: add request-handler package
* wip: add request handlers for all jobs and widget api procedures
* wip: remove errors shown in logs, add missing decryption for secrets in cached-request-job-handler
* wip: highly improve request handler, add request handlers for calendar, media-server, indexer-manager and more, add support for multiple inputs from job handler creator
* refactor: move media-server requests to request-handler, add invalidation logic for dns-hole and media requests
* refactor: remove unused integration item middleware
* feat: add invalidation to switch entity action of smart-home
* fix: lint issues
* chore: use integration-kind-by-category instead of union for request-handlers
* fix: build not working for tasks and websocket
* refactor: add more logs
* refactor: readd timestamp logic for diconnect status
* fix: lint and typecheck issue
* chore: address pull request feedback
2024-11-23 17:16:44 +01:00
homarr-renovate[bot]
ba4c9a683e
fix(deps): update tiptap monorepo to v2.10.2 ( #1520 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-11-22 10:36:00 +00:00
homarr-renovate[bot]
85a69b13e3
fix(deps): update tiptap monorepo to v2.10.1 ( #1516 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-11-21 15:31:36 +00:00
homarr-renovate[bot]
860d2e4f69
fix(deps): update tiptap monorepo to v2.10.0 ( #1507 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-11-20 10:36:07 +00:00
homarr-renovate[bot]
e233d60f87
chore(deps): update dependency eslint to ^9.15.0 ( #1490 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com >
2024-11-18 19:34:07 +01:00
homarr-renovate[bot]
775d0a53de
fix(deps): update mantine monorepo to ^7.14.1 ( #1494 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-11-16 15:39:09 +00:00
homarr-renovate[bot]
ccee3dd217
fix(deps): update nextjs monorepo to ^14.2.18 ( #1479 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-11-13 21:35:08 +00:00
homarr-renovate[bot]
a1fddaa6a6
fix(deps): update dependency @tabler/icons-react to ^3.22.0 ( #1471 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-11-12 22:10:25 +00:00
homarr-renovate[bot]
11ce6faa37
fix(deps): update mantine monorepo to ^7.14.0 ( #1470 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-11-12 15:39:11 +00:00
homarr-renovate[bot]
2306ecda9f
fix(deps): update mantine monorepo to ^7.13.5 ( #1449 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-11-08 10:48:32 +00:00
homarr-renovate[bot]
cd18458d0c
fix(deps): update nextjs monorepo to ^14.2.17 ( #1435 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-11-06 00:49:02 +00:00
Manuel
49c0ebea6d
feat: add bookmark widget ( #964 )
...
* feat: add bookmark widget
* fix: item component type issue, widget-ordered-object-list-input item component issue
* feat: add button in items list
* wip
* wip: bookmark options dnd
* wip: improve widget sortable item list
* feat: add sortable item list input to widget edit modal
* feat: implement bookmark widget
* chore: address pull request feedback
* fix: format issues
* fix: lockfile not up to date
* fix: import configuration missing and apps not imported
* fix: bookmark items not sorted
* feat: add flex layouts to bookmark widget
* fix: deepsource issue
* fix: add missing layout bookmarks old-import options mapping
---------
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com >
2024-11-02 18:44:36 +01:00
homarr-renovate[bot]
3ff8539fec
chore(deps): update dependency eslint to ^9.14.0 ( #1396 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-11-01 19:24:24 +00:00
homarr-renovate[bot]
958c62c926
fix(deps): update dependency @tabler/icons-react to ^3.21.0 ( #1382 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-10-28 21:27:25 +00:00
homarr-renovate[bot]
4985bd8f91
fix(deps): update dependency video.js to ^8.19.1 ( #1370 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-10-25 07:37:26 +00:00
homarr-renovate[bot]
f55b813aa1
fix(deps): update mantine monorepo to ^7.13.4 ( #1364 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-10-23 17:39:32 +00:00
homarr-renovate[bot]
d4919dc908
fix(deps): update tiptap monorepo to v2.9.1 ( #1360 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-10-23 09:40:01 +00:00
homarr-renovate[bot]
30d4464067
fix(deps): update dependency @tabler/icons-react to ^3.20.0 ( #1359 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-10-23 06:16:16 +00:00
homarr-renovate[bot]
aea65eadcd
fix(deps): update nextjs monorepo to ^14.2.16 ( #1355 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-10-23 02:58:20 +00:00
homarr-renovate[bot]
c3b9d981f7
fix(deps): update tiptap monorepo to v2.9.0 ( #1352 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-10-22 21:27:12 +00:00
homarr-renovate[bot]
d40655134f
chore(deps): update dependency eslint to ^9.13.0 ( #1330 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-10-18 21:27:06 +00:00
homarr-renovate[bot]
84bb1deae5
fix(deps): update mantine monorepo to ^7.13.3 ( #1316 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-10-17 08:15:09 +00:00
homarr-renovate[bot]
6f97741862
fix(deps): update dependency mantine-react-table to v2.0.0-beta.7 ( #1287 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-10-12 05:11:06 +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]
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]
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
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]
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]
7dd4d4ec7b
fix(deps): update tiptap monorepo to v2.8.0 ( #1206 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-09-30 15:31:35 +00:00
homarr-renovate[bot]
6ce466d38e
fix(deps): update mantine monorepo to ^7.13.1 ( #1205 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-09-30 07:48:30 +00:00
homarr-renovate[bot]
8aaa4f5856
fix(deps): update dependency @tabler/icons-react to ^3.19.0 ( #1197 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-09-28 04:14:54 +00:00
homarr-renovate[bot]
1bce7a300d
fix(deps): update dependency @tabler/icons-react to ^3.18.0 ( #1188 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-09-26 21:48:08 +00:00
homarr-renovate[bot]
4795c8c557
fix(deps): update tiptap monorepo to v2.7.4 ( #1186 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-09-26 13:25:38 +00:00
homarr-renovate[bot]
b2143eddeb
fix(deps): update tiptap monorepo to v2.7.3 ( #1182 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-09-25 16:41:42 +00:00
homarr-renovate[bot]
78230b1fe9
fix(deps): update mantine monorepo to ^7.13.0 ( #1178 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-09-25 09:48:24 +00:00
homarr-renovate[bot]
141c65149a
chore(deps): update dependency eslint to ^9.11.1 ( #1167 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-09-23 21:34:24 +00:00
homarr-renovate[bot]
6692c83fbf
chore(deps): update dependency eslint to ^9.11.0 ( #1157 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-09-20 20:39:16 +00:00
homarr-renovate[bot]
2258dc3ec6
fix(deps): update nextjs monorepo to ^14.2.13 ( #1154 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-09-20 02:11:53 +00:00
homarr-renovate[bot]
d0e9e0f09d
fix(deps): update tiptap monorepo to v2.7.2 ( #1150 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-09-19 09:29:44 +00:00
homarr-renovate[bot]
8f5d7f8387
fix(deps): update nextjs monorepo to ^14.2.12 ( #1146 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-09-18 07:48:58 +00:00
homarr-renovate[bot]
657c2eef80
fix(deps): update tiptap monorepo to v2.7.1 ( #1139 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-09-17 14:39:02 +00:00
homarr-renovate[bot]
6685f4c806
fix(deps): update dependency @tabler/icons-react to ^3.17.0 ( #1126 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-09-15 13:15:44 +00:00
homarr-renovate[bot]
7a56006533
fix(deps): update nextjs monorepo to ^14.2.11 ( #1117 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-09-12 22:48:47 +00:00
homarr-renovate[bot]
fb55f1272d
fix(deps): update nextjs monorepo to ^14.2.10 ( #1109 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-09-12 18:50:17 +00:00
Manuel
2535192b2c
feat: downloads widget ( #844 )
...
Usenet and Torrent downloads in 1 widget.
sabNZBd, NzbGet, Deluge, qBitTorrent, and transmission support.
Columns can be reordered in Edit mode.
Sorting enabled.
Time uses Dayjs with auto translation.
Can pause/resume single items, clients, or all.
Can delete items (With option to delete assossiated files).
Clients list and details.
Include all filtering and processing for ratio from oldmarr torrent widget.
Invalidation of old data (older than 30 seconds) to show an integration is not responding anymore.
Misc (So many miscs):
Fixed validation error with multiText.
Fixed translation application for multiSelect to behave the same as select.
Added background to gitignore (I needed to add a background to visually test opacity, probably will in the future too)
Added setOptions to frontend components so potential updates made from the Dashboard can be saved.
Extracted background and border color to use in widgets.
humanFileSize function based on the si format (powers of 1024, not 1000).
Improved integrationCreatorByKind by @Meierschlumpf.
Changed integrationCreatorByKind to integrationCreator so it functions directly from the integration.
Added integrationCreatorFromSecrets to directly work with secrets from db.
Added getIntegrationKindsByCategory to get a list of integrations sharing categories.
Added IntegrationKindByCategory type to get the types possible for a category (Great to cast on integration.kind that isn't already properly limited/typed but for which we know the limitation)
Added a common AtLeastOneOf type. Applied to TKind and IntegrationSecretKind[] where it was already being used and Added to the getIntegrationKindsByCategory's output to be more freely used.
Added the Modify type, instead of omiting to then add again just to change a parameters type, use the modify instead. Applied code wide already.
Hook to get list of integration depending on permission level of user. (By @Meierschlumpf)
2024-09-11 17:30:21 +02:00