Meier Lukas
939df8f6d1
feat(cluster-health): add visibility options ( #3210 )
2025-05-24 17:49:49 +02:00
Meier Lukas
2dc871e531
feat(downloads): add option to limit amount of items ( #3205 )
2025-05-24 17:49:39 +02:00
Meier Lukas
f98750d0b3
feat(media-server): add option to only show playing sessions ( #2899 )
2025-04-22 18:30:46 +02:00
Kudou Sterain
94263c445b
feat: support aria2 integration ( #2226 )
2025-04-10 19:40:40 +00:00
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
Meier Lukas
98515312a2
revert: add restriction callback to restrict visibility and modification of widget kinds ( #2746 )
...
This reverts commit 84f73d33a0 .
2025-03-29 12:43:10 +01:00
Meier Lukas
62c7955e48
fix(import): autofix missing shapes for sidebars and some sections as well ( #2723 )
2025-03-28 17:44:11 +01:00
Meier Lukas
84f73d33a0
feat(widget): add restriction callback to restrict visibility and modification of widget kinds ( #2658 )
...
* feat(widget): add restriction callback to restrict visibility and modification of widget kinds
* fix: typecheck issue
* chore: address pull request feedback
2025-03-28 10:16:46 +01: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
f6f0d7c72b
feat(calendar): add show-unmonitored option ( #2547 )
...
* feat(calendar): add show-unmonitored option
* fix: typecheck issue
2025-03-09 14:26:31 +01:00
Meier Lukas
df249a0173
fix(bookmarks): improve responsive styles ( #2536 )
...
* fix(bookmarks): improve responsive styles
* fix: typecheck issue
2025-03-08 20:54:12 +01:00
Meier Lukas
d410af3402
fix(import): autofix missing sizes of items with grid-algorithm ( #2522 )
2025-03-07 21:27:29 +01:00
Meier Lukas
788304adfb
fix(old-import): default logo and favicon not replaced ( #2456 )
2025-03-01 17:24:07 +01:00
Meier Lukas
7761dc29c8
feat(boards): add responsive layout system ( #2271 )
2025-02-23 17:34:56 +01:00
Manuel
fb467ac165
feat: add app ping url ( #2380 )
...
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com >
2025-02-21 22:47:30 +01:00
Meier Lukas
ffe7259802
feat(groups): add home board settings ( #2321 )
2025-02-16 11:39:31 +01:00
Jack Weller
be603badfe
feat: custom time/date format in clock widget ( #2180 )
...
* feat: custom time/date format in clock widget
* feat: add customFormat variables for old-imports
* fix: added missing comma for old-import
---------
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com >
2025-02-03 19:33:29 +01:00
Yossi Hillali
c19a4009f3
feat: weather widget - add wind speed, option to disable decimals for temperature & redesign dropdown forecast ( #2099 )
2025-01-29 23:02:13 +02:00
Meier Lukas
57b523fa80
fix: split up proxmox secrets are incorrectly migrated ( #2124 )
2025-01-26 21:24:50 +01:00
Yossi Hillali
132db15424
feat: add bookmarks options (apps) ( #2048 )
2025-01-23 22:10:16 +02:00
Meier Lukas
b413e2ec7d
fix: change error when section for item not found to logged warning and remove item ( #2044 )
2025-01-22 18:18:14 +01:00
Meier Lukas
e023edf9d6
fix: add missing old-import proxmox integration kind mapping ( #1979 )
2025-01-17 16:12:02 +01:00
Meier Lukas
3ed46aecbd
feat(widget): add proxmox integration ( #1969 )
...
* feat(widget): add proxmox integration
* fix: broken lock file
* fix: ci issues
* fix: ci issues
* fix: ci issues
* chore: debug temporary
* fix: name is not used correctly for nodes and storage in proxmox
* fix: remove temporary debu logs
* fix: job runs for both cluster and system health and throws error
* fix: ts-expect-error is unnecessary
* fix: remove unused import
2025-01-17 13:01:04 +01:00
Meier Lukas
a1084f91e5
fix: mysql transactions do not work with run property of sqlite ( #1974 )
...
* fix: mysql transactions do not work with run property of sqlite
* fix: ci issues
2025-01-17 12:53:01 +01:00
Meier Lukas
ef24370a8c
refactor: revert assignment of oldmarr widget mapping ( #1780 )
2024-12-26 08:58:06 +01:00
Meier Lukas
e37279fe80
fix: oldmarr import user casing wrong ( #1784 )
2024-12-25 15:17:51 +01:00
Meier Lukas
550bca6dee
fix: mysql operations not working ( #1728 )
2024-12-19 16:10:22 +01:00
Meier Lukas
a51999457b
fix: import sidebar issues ( #1712 )
2024-12-18 13:52:10 +01:00
Manuel
032509e462
feat: add tdarr integration ( #1657 )
...
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com >
2024-12-15 15:53:02 +01:00
Meier Lukas
6de74d9525
feat: add onboarding with oldmarr import ( #1606 )
2024-12-15 15:40:26 +01:00
Yossi Hillali
c51c5db3d7
feat: date format on weather widget ( #1443 )
...
* feat: date format on weather widget
* fix: type check error
* fix: reviewed changes
* fix: reviewed changes
2024-11-08 11:33:03 +02: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
Yossi Hillali
9a7e845010
feat: RTL option to RSS widget ( #1247 )
2024-10-21 13:19:34 +03:00
Yossi Hillali
98b62a9f91
feat: radarr release type to calendar widget ( #1256 )
...
* feat: add release type
* fix: type check
* fix: deepSource
* fix: new approach
* fix: deepSource
* fix: typecheck
* fix: reviewed changes
2024-10-14 11:38:13 +03:00
Yossi Hillali
0f56dc1ecd
feat: OMV integration & health monitoring widget ( #1142 )
2024-09-30 14:05:13 +03: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
Yossi Hillali
08d4472d8b
feat: indexer manager widget ( #1057 )
...
* fix(deps): update tanstack-query monorepo to ^5.53.2 (#1055 )
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
<br/>
<div align="center">
<img src="https://homarr.dev/img/logo.png " height="80" alt="" />
<h3>Homarr</h3>
</div>
**Thank you for your contribution. Please ensure that your pull request meets the following pull request:**
- [ ] Builds without warnings or errors (``pnpm buid``, autofix with ``pnpm format:fix``)
- [ ] Pull request targets ``dev`` branch
- [ ] Commits follow the [conventional commits guideline](https://www.conventionalcommits.org/en/v1.0.0/ )
- [ ] No shorthand variable names are used (eg. ``x``, ``y``, ``i`` or any abbrevation)
* fix: requested changes
* fix: requested changes
* feat: add cron job
* fix: review changes
* fix: add missing oldmarr import mappings
---------
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com >
2024-09-07 23:18:16 +02:00
Meier Lukas
5404cebf5b
feat: add import for config files from oldmarr ( #1019 )
...
* wip: add oldmarr config import
* wip: add support for wrong amount of categories / sections with autofix, color mapping, position adjustments of wrappers
* fix: lockfile broken
* feat: add support for form data trpc requests
* wip: improve file upload
* refactor: restructure import, add import configuration
* wip: add configurations for import to modal
* refactor: move oldmarr import to old-import package
* fix: column count not respects screen size for board
* feat: add beta badge for oldmarr config import
* chore: address pull request feedback
* fix: format issues
* fix: inconsistent versions
* fix: deepsource issues
* fix: revert {} to Record<string, never> convertion to prevent typecheck issue
* fix: inconsistent zod version
* fix: format issue
* chore: address pull request feedback
* fix: wrong import
* fix: broken lock file
* fix: inconsistent versions
* fix: format issues
2024-09-07 18:13:24 +02:00