Commit Graph

143 Commits

Author SHA1 Message Date
Manuel
98c353349a config: add dockerfile (#214)
* config: add dockerfile

* feat: add working dockerfile for nest and next app with sqlite migration

---------

Co-authored-by: Meier Lukas <meierschlumpf@gmail.com>
2024-03-16 15:51:34 +01:00
homarr-renovate[bot]
a4951037e3 chore(deps): update dependency @swc/core to ^1.4.8 (#223)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-03-14 18:55:37 +01:00
homarr-renovate[bot]
4bab91f8de fix(deps): update dependency sass to ^1.72.0 (#230)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-03-14 18:53:27 +01:00
homarr-renovate[bot]
603b8a01af chore(deps): update dependency @types/react to ^18.2.66 (#231)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-03-14 18:53:13 +01:00
Manuel
4f375cbe6d feat: add trpc websocket (#205) 2024-03-14 18:43:47 +01:00
homarr-renovate[bot]
9ae99ad06c chore(deps): update dependency @types/react-dom to ^18.2.22 (#224)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-03-13 19:01:00 +01:00
homarr-renovate[bot]
9a203e8fac fix(deps): update tanstack-query monorepo to ^5.28.0 (#225)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-03-13 19:00:50 +01:00
homarr-renovate[bot]
72011147d1 chore(deps): update dependency @types/node to ^20.11.27 (#226)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-03-13 19:00:41 +01:00
homarr-renovate[bot]
fc29db0151 fix(deps): update mantine monorepo to ^7.6.2 (#221)
* fix(deps): update mantine monorepo to ^7.6.2

* fix: lint issue as use-element-size ref is typed correctly again

* fix: remove unnecessary type convertion

---------

Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com>
2024-03-13 08:29:05 +01:00
homarr-renovate[bot]
b63b2c8e90 fix(deps): update dependency mantine-modal-manager to ^7.6.2 (#222)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-03-13 08:15:02 +01:00
homarr-renovate[bot]
084adeb166 chore(deps): update dependency @types/node to ^20.11.26 (#219)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com>
2024-03-12 21:57:12 +01:00
homarr-renovate[bot]
a3c9afddab chore(deps): update dependency vite to ^5.1.6 (#217)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-03-12 21:49:08 +01:00
homarr-renovate[bot]
efbc4cf8fe fix(deps): update tanstack-query monorepo (#216)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-03-12 21:48:21 +01:00
homarr-renovate[bot]
1c222ed89c fix(deps): update dependency @tabler/icons-react to v3 (#215)
* fix(deps): update dependency @tabler/icons-react to v3

* fix: type issues caused by removal of TablerIconProps

---------

Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com>
2024-03-12 21:46:37 +01:00
Meier Lukas
24ec13c2ab feat: add mysql support (#212)
* feat: add mysql support

* fix: lockfile broken

* fix: ci issues

* fix: ci issues

* fix: ci issues
2024-03-12 21:23:45 +01:00
Meier Lukas
c4ff968cbc feat: add app widget (#206)
* refactor: move server api to api package

* feat: add app widget

* refactor: add element size for widget components on board

* feat: add resize listener for widget width

* feat: add widget app input

* refactor: add better responsibe layout, add missing translations

* fix: ci issues

* fix: deepsource issues

* chore: address pull request feedback
2024-03-12 21:23:25 +01:00
homarr-renovate[bot]
7d5b999ab8 chore(deps): update dependency @types/react to ^18.2.65 (#220)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-03-12 20:09:45 +01:00
homarr-renovate[bot]
851e3701c2 chore(deps): update dependency dotenv-cli to ^7.4.1 (#213)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-03-10 11:32:21 +01:00
Tagaishi
edcba9ceb6 feat: Clock widget and dayjs locale standard (#79)
* feat: Clock widget and dayjs locale standard

Co-authored-by: Meier Lukas
- Widget options modifications
<meierschlumpf@gmail.com>

* perf: add improved time state for clock widget

* fix: final fixes

* refactor: unify selectOptions

* chore: fix CI & remove serverdata from clock widget

* chore: Change custom title to be under a toggle

---------

Co-authored-by: Meier Lukas <meierschlumpf@gmail.com>
2024-03-09 19:25:48 +01:00
Tagaishi
dceec34929 Merge branch 'dev' of https://github.com/homarr-labs/homarr into dev 2024-03-09 18:14:16 +01:00
Tagaishi
0ee8c5ad91 fix: create board submit button inverted 2024-03-09 18:14:01 +01:00
homarr-renovate[bot]
be9434bf8c chore(deps): update dependency dotenv-cli to ^7.4.0 (#209)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-03-09 18:13:43 +01:00
homarr-renovate[bot]
19243b8681 chore(deps): update dependency @swc/core to ^1.4.6 (#211)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-03-09 18:12:16 +01:00
homarr-renovate[bot]
ef7bd4cffb chore(deps): update dependency @types/node to ^20.11.25 (#200)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-03-07 07:10:45 +01:00
homarr-renovate[bot]
56d5e709bc fix(deps): update nextjs monorepo to ^14.1.3 (#208)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-03-07 07:10:35 +01:00
homarr-renovate[bot]
a1342ea809 chore(deps): update dependency @types/react-dom to ^18.2.21 (#207)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-03-07 07:09:53 +01:00
homarr-renovate[bot]
1728d16177 chore(deps): update dependency @types/react to ^18.2.64 (#201)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-03-06 21:21:22 +01:00
homarr-renovate[bot]
46955830d9 chore(deps): update dependency typescript to ^5.4.2 (#204)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-03-06 21:21:09 +01:00
Manuel
beb7defd32 feat: add change password form (#199) 2024-03-06 21:20:41 +01:00
homarr-renovate[bot]
c0401702f0 chore(deps): update dependency @types/react-dom to ^18.2.20 (#197)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-03-06 18:23:31 +01:00
homarr-renovate[bot]
82e8a02d8e chore(deps): update dependency @swc/core to ^1.4.5 (#198)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-03-06 18:23:20 +01:00
homarr-renovate[bot]
345843b01c chore(deps): update dependency @swc/core to ^1.4.4 (#195)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-03-05 21:11:52 +01:00
Manuel
41b99f191c feat: add edit user page (#173) 2024-03-05 21:10:19 +01:00
homarr-renovate[bot]
8c9adb31f3 fix(deps): update tanstack-query monorepo to ^5.25.0 (#196)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com>
2024-03-05 20:40:20 +01:00
homarr-renovate[bot]
e2bc88d9b6 chore(deps): update dependency @types/react to ^18.2.63 (#194)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-03-05 20:30:30 +01:00
homarr-renovate[bot]
8df514dec8 fix(deps): update nextjs monorepo to ^14.1.2 (#193)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-03-05 20:30:02 +01:00
Meier Lukas
8d5984c58a feat: Add apps crud (#174)
* wip: add apps crud

* wip: add edit for apps

* feat: add apps crud

* fix: color of icon for no app results wrong

* ci: fix lint issues

* test: add unit tests for app crud

* ci: fix format issue

* fix: missing rename in edit form

* fix: missing callback deepsource issues
2024-03-04 22:13:40 +01:00
homarr-renovate[bot]
b454ed38eb chore(deps): update dependency vite to ^5.1.5 (#191)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-03-04 21:22:35 +01:00
homarr-renovate[bot]
a9abc5bfe2 chore(deps): update dependency @types/react to ^18.2.62 (#190)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-03-04 21:21:55 +01:00
homarr-renovate[bot]
acf9d1803f fix(deps): update dependency mantine-modal-manager to ^7.6.1 (#171)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com>
2024-03-04 21:20:22 +01:00
homarr-renovate[bot]
8c0534f54c fix(deps): update mantine monorepo to ^7.6.1 (#157)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com>
2024-03-04 21:15:43 +01:00
homarr-renovate[bot]
f98046d9e2 fix(deps): update tanstack-query monorepo to ^5.24.8 (#187)
* fix(deps): update tanstack-query monorepo to ^5.24.8

* fix: lockfile broken

---------

Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com>
2024-03-04 21:07:02 +01:00
homarr-renovate[bot]
f4b93d1eae fix(deps): update dependency rimraf to v5 (#186)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com>
2024-03-04 21:06:46 +01:00
homarr-renovate[bot]
0da3253d21 chore(deps): update dependency supertest to ^6.3.4 (#183)
* chore(deps): update dependency supertest to ^6.3.4

* ci: fix format issue

---------

Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com>
2024-03-04 21:01:31 +01:00
homarr-renovate[bot]
e1a98f7fc0 fix(deps): update dependency rxjs to ^7.8.1 (#181)
* fix(deps): update dependency rxjs to ^7.8.1

* fix: lockfile broken

---------

Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com>
2024-03-04 21:01:22 +01:00
homarr-renovate[bot]
9ee96a1462 fix(deps): update dependency reflect-metadata to ^0.2.1 (#182)
* fix(deps): update dependency reflect-metadata to ^0.2.1

* fix: lockfile broken

---------

Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com>
2024-03-04 21:01:10 +01:00
homarr-renovate[bot]
ada16317e3 chore(deps): update dependency vite to v5 (#185)
* chore(deps): update dependency vite to v5

* fix: lockfile broken

---------

Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com>
2024-03-04 20:53:54 +01:00
homarr-renovate[bot]
27a039d27a chore(deps): update dependency tsconfig-paths to v4 (#184)
* chore(deps): update dependency tsconfig-paths to v4

* ci: fix format issue

---------

Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com>
2024-03-04 20:47:43 +01:00
homarr-renovate[bot]
dc2e13dcb5 chore(deps): update dependency @types/express to ^4.17.21 (#176)
* chore(deps): update dependency @types/express to ^4.17.21

* ci: fix format issue

---------

Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com>
2024-03-04 20:38:11 +01:00
homarr-renovate[bot]
6ef69475e2 chore(deps): update dependency ts-node to ^10.9.2 (#178)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com>
2024-03-04 20:37:56 +01:00