Meier Lukas
7c98b65401
fix: server data is loaded on settings page #363 ( #414 )
2024-05-01 21:57:24 +02:00
Manuel
84801d3174
refactor: move integration pages to management pages ( #419 )
2024-05-01 21:57:18 +02:00
Meier Lukas
fba767bde3
fix: cache is not exportet from react ( #417 )
...
* fix: cache is not exportet from react
* fix: format issue
* fix: type issue
2024-05-01 21:17:28 +02:00
Meier Lukas
0278e3a854
fix: add rtl compliance for symbols #366 ( #406 )
2024-05-01 12:05:09 +02:00
Meier Lukas
7ab9dc2501
feat: implement board access control ( #349 )
...
* feat: implement board access control
* fix: deepsource issues
* wip: address pull request feedback
* chore: address pull request feedback
* fix: format issue
* test: improve tests
* fix: type and lint issue
* chore: address pull request feedback
* refactor: rename board procedures
2024-04-30 21:32:55 +02:00
Meier Lukas
036925bf78
feat: add user groups ( #376 )
...
* feat: add user groups
* wip: add unit tests
* wip: add more tests and normalized name for creation and update
* test: add unit tests for group router
* fix: type issues, missing mysql schema, rename column creator_id to owner_id
* fix: lint and format issues
* fix: deepsource issues
* fix: forgot to add log message
* fix: build not working
* chore: address pull request feedback
* feat: add mysql migration and fix merge conflicts
* fix: format issue and test issue
2024-04-29 21:46:30 +02:00
Meier Lukas
621f6c81ae
feat: add user invite management ( #338 )
...
* feat: add invite management page
* refactor: improve existing translations
* test: add test for invite router
* feat: update mysql schema to match sqlite schema
* fix: format issues
* fix: deepsource issues
* fix: lint issues
* chore: address pull request feedback
2024-04-29 12:09:34 +02:00
Manuel
16e42d654d
feat: read all packages on about page ( #391 )
2024-04-27 21:51:35 +02:00
Manuel
42a5a1a563
feat: add about page ( #388 )
2024-04-27 18:24:27 +02:00
homarr-renovate[bot]
392a185640
fix(deps): update dependency zod to ^3.23.4 ( #373 )
...
* fix(deps): update dependency zod to ^3.23.4
* 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-04-27 14:35:07 +02:00
Meier Lukas
b78d32b81c
fix: nextjs is slow dev server ( #364 )
...
* fix: nextjs slow compile time
* fix: change optimized package imports and transpile packages
* fix: format issue
2024-04-25 22:06:15 +02:00
Meier Lukas
9ed298d641
refactor: improve board manage page ( #323 )
...
* refactor: improve board manage page
* chore: address pull request feedback
2024-04-13 12:42:03 +02:00
Meier Lukas
6b1879cbb1
feat: add notebook widget ( #294 )
...
* feat: add nestjs replacement, remove nestjs
* feat: add notebook widget
* fix: format issue
* fix: add missing tiptap packages
* refactor: improve structure of table options
* fix: downgrade to tiptap 2.2.5 as not yet supported by mantine/tiptap
* fix: format issue
* fix: deepsource issues
* fix: typecheck issues
* refactor: move default notebook content to seperate file
* fix: format issue
2024-04-13 12:32:55 +02:00
Meier Lukas
82e9887f36
feat: add video widget ( #287 )
...
* feat: add nestjs replacement, remove nestjs
* feat: add video widget
* feat: add notice about youtube not supported with video.js
* fix: format issue
* fix: format issue
2024-04-13 11:44:16 +02:00
Meier Lukas
80d2d485b8
feat: add weather widget ( #286 )
...
* feat: add nestjs replacement, remove nestjs
* feat: add weather widget
* fix: lock issue
* fix: format issue
* fix: deepsource issues
* fix: change timezone to auto
2024-04-13 11:34:55 +02:00
Meier Lukas
e6e6e4e7d6
fix: xterm-addon-fit deprecated ( #321 )
2024-04-09 21:50:35 +02:00
Manuel
c82915c6dc
feat: add real time logger page ( #276 )
...
* feat: add real time logger
* feat: add subscription for logging
* feat: use timestamp and level in xterm, migrate to new xterm package
* feat: improve design on log page
* fit: remove xterm fit addon
* fix: dispose terminal correctly
* style: format code
* refactor: add jsdoc for redis-transport
* fix: redis connection not possible sometimes
* feat: make terminal full size
* fix: deepsource issues
* fix: lint issue
---------
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com >
2024-04-04 18:07:23 +02:00
homarr-renovate[bot]
dd7f04e395
fix(deps): update dependency @typescript-eslint/eslint-plugin to ^7.4.0 ( #271 )
...
* fix(deps): update dependency @typescript-eslint/eslint-plugin to ^7.4.0
* fix: lint issue
---------
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com >
2024-04-01 18:10:14 +02:00
Manuel
c00d856e1a
refactor: improve user table design ( #279 )
2024-03-26 22:55:43 +01:00
Manuel
1825e56349
feat: add redis ( #242 )
...
* feat: add refis
* feat: add redis package
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com >
* feat: add example docker compose, add redis connection in package
* fix: usage of client after subscribe
* feat: add logger for redis
* refactor: format files
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com >
---------
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com >
2024-03-25 21:09:40 +01:00
Meier Lukas
92a8db718c
chore: restrict usage of variables shorther than 3 characters ( #255 )
...
* chore: restrict usage of variables shorther than 3 characters
* chore: change highlighting to warning
2024-03-20 20:58:24 +01:00
Meier Lukas
361700b239
feat: add board access settings ( #249 )
...
* wip: add board access settings
* wip: add user access control
* wip: add user access control
* feat: add user access control
* refactor: move away from mantine-modal-manager
* fix: ci issues and failing tests
* fix: lint issue
* fix: format issue
* fix: deepsource issues
* chore: address pull request feedback
2024-03-20 20:30:58 +01:00
Manuel
4f375cbe6d
feat: add trpc websocket ( #205 )
2024-03-14 18:43:47 +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]
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
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
0ee8c5ad91
fix: create board submit button inverted
2024-03-09 18:14:01 +01:00
Manuel
beb7defd32
feat: add change password form ( #199 )
2024-03-06 21:20:41 +01:00
Manuel
41b99f191c
feat: add edit user page ( #173 )
2024-03-05 21:10:19 +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
Meier Lukas
bb02163e25
feat: board settings ( #137 )
...
* refactor: improve user feedback for general board settings section
* wip: add board settings for background and colors, move danger zone to own file, refactor code
* feat: add shade selector
* feat: add slider for opacity
* fix: issue with invalid hex values for color preview
* refactor: add shared mutation hook for saving partial board settings with invalidate query
* fix: add cleanup for not applied changes to logo and page title
* feat: add layout settings
* feat: add empty custom css section to board settings
* refactor: improve layout of board logo on mobile
* feat: add theme provider for board colors
* refactor: add auto contrast for better contrast of buttons with low primary shade
* feat: add background for boards
* feat: add opacity for boards
* feat: add rename board
* feat: add visibility and delete of board settings
* fix: issue that wrong data is updated with update board method
* refactor: improve danger zone button placement for mobile
* fix: board not revalidated when already in boards layout
* refactor: improve board color preview
* refactor: change save button color to teal, add placeholders for general board settings
* chore: update initial migration
* refactor: remove unnecessary div
* chore: address pull request feedback
* fix: ci issues
* fix: deepsource issues
* chore: address pull request feedback
* fix: formatting issue
* chore: address pull request feedback
2024-03-03 16:01:32 +01:00
Manuel
2a83df3485
feat: use password input ( #163 )
...
* feat: use password input
* chore: address pull request feedback
* fix: typo in function name
* fix: deepsource issues
---------
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com >
2024-03-02 17:46:03 +01:00
homarr-renovate[bot]
b407f2a9ac
fix(deps): update nextjs monorepo to ^14.1.1 ( #147 )
...
* fix(deps): update nextjs monorepo to ^14.1.1
* fix: lint 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-02 15:37:40 +01:00
Manuel
c6c8778397
feat: add password input field ( #160 )
2024-02-27 21:53:53 +01:00
Meier Lukas
b2cee8f693
fix: next auth host not trusted ( #144 )
2024-02-23 17:15:24 +01:00
Manuel
60dec6e3be
feat: add 404 page ( #145 )
2024-02-21 21:24:33 +01:00
Manuel
b4749e7091
feat: add user management ( #134 )
2024-02-20 21:18:47 +01:00
Manuel
a4fc6f6444
refactor: client side navigation ( #135 )
2024-02-19 18:04:01 +01:00
homarr-renovate[bot]
e150577c7e
fix(deps): update tanstack-query monorepo to ^5.21.7 ( #133 )
...
* fix(deps): update tanstack-query monorepo to ^5.21.7
* fix: formatting issue
* fix: formatting issue
---------
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com >
2024-02-18 22:13:19 +01:00
Manuel
7d648600ee
config. replace logo ( #136 )
2024-02-18 21:53:51 +01:00
Manuel
e3e38e7f44
feat: add create board modal ( #131 )
2024-02-18 15:44:49 +01:00
Meier Lukas
f1aa422614
feat: add support for multiple integration kind options ( #127 )
...
* feat: add support for multiple integration kind options
* fix: deepsource issue JS-0417 missing use callback
2024-02-18 14:24:07 +01:00
Meier Lukas
1e414af57c
fix: issue with category removal and ready state ( #129 )
2024-02-18 09:10:16 +01:00
Manuel
3d3c1b50a3
Merge branch 'dev' of https://github.com/homarr-labs/homarr into dev
2024-02-17 16:22:14 +01:00
Manuel
547f75d19c
fix: crash with no user in session
2024-02-17 16:22:05 +01:00
Meier Lukas
d5025da789
Add search spotlight with registration hook ( #82 )
...
* wip: add spotlight
* feat: add spotlight with registration hook and group chips
* chore: address pull request feedback
* docs: add documentation for usage of spotlight actions
* fix: deepsource issue JS-0415
* feat: add support for dependencies of spotlight actions
* fix: lockfile broken
* feat: add hover effect for spotlight action
* docs: Add documentation about dependency array
* refactor: remove test spotlight actions, disallow all as group for actions
* fix: type issues
* chore: address pull request feedback
2024-02-17 14:11:23 +01:00
homarr-renovate[bot]
71521c0768
fix(deps)!: update tanstack-query monorepo ( #126 )
...
* fix(deps): update tanstack-query monorepo to ^5.21.2
* fix(deps): update tanstack-query monorepo
* fix: type issue with transformer
* fix: issues with next-auth, updated to next canary
* chore: fix type issue in trpc route
* chore: fix formatting
---------
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com >
2024-02-17 12:52:25 +01:00
Meier Lukas
25693b10b1
Fix issue where gridstack items can have a width of zero ( #85 )
2024-02-11 16:18:15 +01:00