Meier Lukas
fd44ee48f4
fix: rdb files can not be saved because of permission issues bug: redis can not save RDB files #318 ( #472 )
...
* fix: rdb files can not be saved because of permission issues bug: redis can not save RDB files #318
* refactor: move db and redis dumps to /appdata directory
2024-05-12 16:28:44 +02:00
Meier Lukas
db01301845
feat: user preferences ( #470 )
...
* wip: improve user preferences
* wip: fix translations and add user danger zone
* feat: add user delete button to danger zone
* fix: test not working
* refactor: add access checks for user edit page, improve not found behaviour, change user preference link in avatar menu to correct link
* fix: remove invalid bg for container
* chore: address pull request feedback
2024-05-12 16:27:56 +02:00
homarr-renovate[bot]
f0da1d81a6
fix(deps): update dependency better-sqlite3 to v10 ( #479 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-05-12 10:18:54 +02:00
Meier Lukas
94af21abbf
feat: add user invite registration ( #477 )
2024-05-12 10:04:20 +02:00
Thomas Camlong
fe7de2cf6d
Merge branch 'dev' into ajnart/fix-duplicate-users
2024-05-12 01:02:07 +02:00
homarr-renovate[bot]
82d41abf46
fix(deps): update dependency @auth/drizzle-adapter to ^1.1.0 ( #474 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-05-11 23:12:22 +02:00
homarr-renovate[bot]
95ddd03763
fix(deps): update dependency @auth/core to ^0.31.0 ( #473 )
...
* fix(deps): update dependency @auth/core to ^0.31.0
* fix: typecheck issue
* fix: more issues with types
* fix: add newest next-auth beta version as types were changed and depend on each other
* fix: format issues
---------
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com >
2024-05-11 22:44:00 +02:00
homarr-renovate[bot]
1ce6fb0d0f
fix(deps): update dependency drizzle-kit to ^0.21.1 ( #462 )
...
* fix(deps): update dependency drizzle-kit to ^0.21.0
* fix(deps): update dependency drizzle-kit to ^0.21.1
* fix: migrate to drizzle kit 0.21
* fix: format issues
* feat: add default env variables for db dialect and driver
* fix: issue with driver seems to be fixed
---------
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com >
2024-05-10 23:46:01 +02:00
ajnart
543bfc0835
Fix profile accordion error display
2024-05-10 20:02:57 +02:00
Thomas Camlong
6e2bd0ce11
fix: Handle existing user when editing profile
2024-05-10 15:24:40 +02:00
Thomas Camlong
f5d71aebb4
Add successful profile edit message
2024-05-10 15:24:20 +02:00
Thomas Camlong
65025a5dda
fix: Update check for user existence
2024-05-10 14:24:35 +02:00
Thomas Camlong
781247de51
feat: add username validation to prevent duplicate
2024-05-10 13:39:21 +02:00
Thomas Camlong
400fa3d480
propose forcing lowercase usernames
2024-05-10 13:36:46 +02:00
homarr-renovate[bot]
48d7aaaf1d
fix(deps): update mantine monorepo to ^7.9.1 ( #457 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-05-10 11:21:02 +02:00
homarr-renovate[bot]
687556ad96
fix(deps): update dependency zod to ^3.23.8 ( #460 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-05-09 21:35:33 +02:00
homarr-renovate[bot]
382be496ff
fix(deps): update tiptap monorepo to v2.3.2 ( #459 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-05-08 19:15:27 +02:00
homarr-renovate[bot]
cab34052f9
fix(deps): update dependency zod to ^3.23.7 ( #456 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-05-08 06:01:34 +02:00
homarr-renovate[bot]
442d45dd15
chore(deps): update dependency dotenv-cli to ^7.4.2 ( #453 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-05-07 16:16:07 +02:00
homarr-renovate[bot]
5eb1d716de
fix(deps): update dependency drizzle-kit to ^0.20.18 ( #449 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-05-06 21:38:32 +02:00
Meier Lukas
c88464498f
fix: unable to select integration on board page ( #450 )
2024-05-06 21:12:55 +02:00
Manuel
dc0184af07
feat: log sql queries ( #444 )
2024-05-06 20:14:51 +02:00
Manuel
3cda718474
feat: add contributors to about page ( #445 )
...
* feat: add contributors to about page
* fix: remove unnecessary client component for generic-contribution-link-card
---------
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com >
2024-05-06 20:10:40 +02:00
Manuel
60a35e2583
feat: #420 reimplement icon picker ( #421 )
2024-05-04 23:00:15 +02:00
Manuel
51aaab2f23
feat: add login and logout ( #436 )
2024-05-04 22:57:13 +02:00
Meier Lukas
b888fad1fc
fix: modal transition not working ( #433 )
2024-05-04 20:58:44 +02:00
Meier Lukas
b1e065f1da
feat: board access group permissions ( #422 )
...
* fix: cache is not exportet from react
* fix: format issue
* wip: add usage of group permissions
* feat: show inherited groups and add manage group
* refactor: improve board access management
* chore: address pull request feedback
* fix: type issues
* fix: migrations
* test: add unit tests for board permissions, permissions and board router
* test: add unit tests for board router and get current user permissions method
* fix: format issues
* fix: deepsource issue
2024-05-04 18:34:41 +02:00
homarr-renovate[bot]
11c20ce711
fix(deps): update dependency zod to ^3.23.6 ( #424 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-05-03 06:50:55 +02:00
homarr-renovate[bot]
90b9d56729
fix(deps): update mantine monorepo to ^7.9.0 ( #423 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-05-02 16:37:01 +02:00
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
homarr-renovate[bot]
14d941e57a
fix(deps): update dependency drizzle-orm to ^0.30.10 ( #413 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-05-01 19:55:13 +02:00
Meier Lukas
0278e3a854
fix: add rtl compliance for symbols #366 ( #406 )
2024-05-01 12:05:09 +02:00
homarr-renovate[bot]
876f21a26d
fix(deps): update tiptap monorepo to v2.3.1 ( #403 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-04-30 21:56:27 +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
homarr-renovate[bot]
56388eb8ef
fix(deps): update dependency zod to ^3.23.5 ( #399 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-04-30 21:16:57 +02:00
homarr-renovate[bot]
fc1360d6bb
fix(deps): update dependency video.js to ^8.12.0 ( #400 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-04-30 21:14:24 +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
homarr-renovate[bot]
45ffbadeec
fix(deps): update dependency better-sqlite3 to ^9.6.0 ( #386 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-04-27 18:28:53 +02:00
homarr-renovate[bot]
73a72dc675
fix(deps): update dependency @t3-oss/env-nextjs to ^0.10.1 ( #375 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-04-27 18:25:13 +02:00
Manuel
42a5a1a563
feat: add about page ( #388 )
2024-04-27 18:24:27 +02:00
homarr-renovate[bot]
bfdc8d584b
fix(deps): update dependency next-auth to v5.0.0-beta.17 ( #383 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-04-27 15:34:44 +02:00
homarr-renovate[bot]
6dfdc8971d
chore(deps): update dependency @types/better-sqlite3 to v7.6.10 ( #371 )
...
* chore(deps): update dependency @types/better-sqlite3 to v7.6.10
* chore(deps): update dependency @types/better-sqlite3 to v7.6.10
---------
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 15:33:51 +02:00
homarr-renovate[bot]
f5002c3265
fix(deps): update dependency drizzle-orm to ^0.30.9 ( #370 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-04-27 15:26:13 +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
homarr-renovate[bot]
92b417a37e
fix(deps): update mantine monorepo to ^7.8.1 ( #377 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-04-27 14:25:20 +02:00
homarr-renovate[bot]
51ea67fc88
fix(deps): update dependency mysql2 to v3.9.7 ( #369 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-04-27 14:19:53 +02:00
homarr-renovate[bot]
ea528ea076
fix(deps): update dependency @auth/drizzle-adapter to v1 ( #359 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-04-27 14:13:42 +02:00