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
Meier Lukas
cc29cb8e43
refactor: replace custom no integration selected logic with existing error ( #1166 )
2024-09-23 22:44:56 +02:00
Meier Lukas
9eea8d48e8
fix: insert limit of sqlite is smaller than amount of icons ( #1161 )
2024-09-21 11:08:24 +02: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
Meier Lukas
ce1ef3cbe7
feat: add improved search ( #1051 )
...
* feat: add improved search
* wip: add support for sorting, rename use-options to use-query-options, add use-options for local usage, add pages search group
* feat: add help links from manage layout to help search mode
* feat: add additional search engines
* feat: add group search details
* refactor: improve users search group type
* feat: add apps search group, add disabled search interaction
* feat: add integrations and boards for search
* wip: hook issue with react
* fix: hook issue regarding actions and interactions
* chore: address pull request feedback
* fix: format issues
* feat: add additional global actions to search
* chore: remove unused code
* fix: search engine short key
* fix: typecheck issues
* fix: deepsource issues
* fix: eslint issue
* fix: lint issues
* fix: unordered dependencies
* chore: address pull request feedback
2024-09-20 16:51:42 +02:00
homarr-renovate[bot]
dd9080f781
fix(deps): update dependency jotai to ^2.10.0 ( #1155 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-09-20 03:14:53 +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]
aa2d440acb
fix(deps): update dependency tldts to ^6.1.47 ( #1152 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-09-19 19:48:33 +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
SeDemal
6d4d6efe3f
fix: indexer manager UI behaviour + class naming ( #1134 )
2024-09-18 12:11:23 +02: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
Meier Lukas
fc317840a7
refactor: use suspense query instead of serverdata for app widget ( #1143 )
...
* refactor: use suspense query instead of serverdata for app widget
* chore: add missing translation for loading tooltip
2024-09-17 19:30:14 +02:00
Meier Lukas
003cc5160c
fix: mysql migration not working ( #1138 )
...
* fix: mysql migration not working
* test: add system integration test for mysql migration
* fix: format issues
* fix: deepsource issues
* chore: address bad name for mysql migration test
2024-09-17 19:27:47 +02: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
Meier Lukas
6738296830
refactor: move modals to seperate package ( #1135 )
...
* refactor: move modals to seperate package
* fix: format issue
* fix: lint issues
* fix: format issue
* fix: only used as type
2024-09-16 19:53:37 +02:00
homarr-renovate[bot]
5a73700f57
fix(deps): update dependency next-auth to v5.0.0-beta.21 ( #1131 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-09-16 17:33:37 +00:00
homarr-renovate[bot]
6c39612c07
fix(deps): update dependency mysql2 to v3.11.3 ( #1132 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-09-16 17:11:02 +00:00
homarr-renovate[bot]
5986160265
fix(deps): update dependency @ctrl/transmission to v7 ( #1103 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-09-16 18:45:53 +02:00
homarr-renovate[bot]
f9cc34c12f
fix(deps): update dependency @auth/core to ^0.35.0 ( #1129 )
...
* fix(deps): update dependency @auth/core to ^0.35.0
* fix(deps): update dependency @auth/core to ^0.35.0
* fix: type issue
---------
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com >
2024-09-16 18:42:45 +02:00
SeDemal
b9206d3628
refactor: Remove typed-rpc dependency and used fetch instead ( #1108 )
...
* feat: Remove typed-rpc dependency and used fetch instead
* fix: tests
* fix: typing
2024-09-16 18:21:27 +02:00
SeDemal
9fb6e67ed3
feat: Add Simple-Icons and Selfh.st collections ( #1118 )
...
* feat: Add Simple-Icons and Selfh.st collections
refactor: icon file path parsing
* refactor: allowed extensions check
2024-09-16 16:34:45 +02:00
homarr-renovate[bot]
929054d5bd
fix(deps): update dependency @auth/drizzle-adapter to ^1.5.0 ( #1130 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-09-16 09:48:33 +00:00
homarr-renovate[bot]
aca5c279b5
fix(deps): update dependency tldts to ^6.1.46 ( #1128 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-09-15 18:34:25 +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]
7059a3d88f
fix(deps): update dependency tldts to ^6.1.45 ( #1121 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-09-14 09:26:15 +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
Meier Lukas
5e772215a9
fix: hard to move iframe widget #1075 ( #1101 )
2024-09-11 18:15:47 +02: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
homarr-renovate[bot]
8c9bb6e5d5
fix(deps): update dependency video.js to ^8.17.4 ( #1099 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-09-11 09:48:23 +00:00
homarr-renovate[bot]
d2a30db3c1
fix(deps): update dependency mysql2 to v3.11.2 ( #1098 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-09-11 03:48:18 +00:00
homarr-renovate[bot]
9d5007c05c
fix(deps): update dependency ldapts to v7.2.0 ( #1097 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-09-10 18:35:15 +00:00
homarr-renovate[bot]
18c1da4a62
fix(deps): update dependency @tabler/icons-react to ^3.16.0 ( #1096 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-09-10 16:49:06 +00:00
homarr-renovate[bot]
18347fef3b
fix(deps): update dependency tldts to ^6.1.44 ( #1095 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-09-10 12:21:48 +00:00
homarr-renovate[bot]
ed0c6136e6
fix(deps): update dependency better-sqlite3 to ^11.3.0 ( #1092 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-09-10 10:48:12 +00:00
homarr-renovate[bot]
40af17083a
fix(deps): update dependency mysql2 to v3.11.1 ( #1094 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-09-10 10:32:39 +00:00
homarr-renovate[bot]
3f076fafcd
fix(deps): update nextjs monorepo to ^14.2.9 ( #1091 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-09-09 19:21:59 +00:00
homarr-renovate[bot]
8069d7acf0
chore(deps): update dependency typescript to ^5.6.2 ( #1088 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-09-09 16:49:18 +00:00
homarr-renovate[bot]
7b6301e498
fix(deps): update dependency @tabler/icons-react to ^3.15.0 ( #1085 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-09-08 21:10:08 +00: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
Yossi Hillali
e88854c0e5
feat: radarr integration ( #1053 )
...
* feat: sonarr integration
* fix: reviewed changes
2024-09-07 20:58:40 +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
homarr-renovate[bot]
fc1bff2110
fix(deps): update dependency tldts to ^6.1.43 ( #1080 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-09-07 10:48:21 +00:00
Manuel
19cd41a8e5
feat: add crawling settings ( #959 )
...
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com >
2024-09-06 22:51:18 +02:00
homarr-renovate[bot]
d20384dfe0
chore(deps): update dependency eslint to ^9.10.0 ( #1078 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-09-06 20:35:26 +00:00
Yossi Hillali
753d091dbb
fix: display on safari ( #1071 )
2024-09-06 16:29:53 +02:00
homarr-renovate[bot]
247de555ce
fix(deps): update dependency tldts to ^6.1.42 ( #1069 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-09-05 16:34:36 +00:00
homarr-renovate[bot]
ca83872151
fix(deps): update nextjs monorepo to ^14.2.8 ( #1067 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-09-04 22:29:57 +00:00
Meier Lukas
b080e0de71
feat: add colorscheme to user in db ( #987 )
2024-09-01 20:37:52 +02:00
Yossi Hillali
6ff36405ba
feat: Prowlarr integration ( #965 )
...
Co-authored-by: Manuel <30572287+manuel-rw@users.noreply.github.com >
2024-09-01 15:40:22 +02:00