homarr-renovate[bot]
|
336dc38b2d
|
fix(deps): update dependency next-auth to v5.0.0-beta.11 (#91)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
|
2024-02-15 20:23:57 +01:00 |
|
Meier Lukas
|
f070a0cb0a
|
test: add initial unit tests (#56)
* chore: add initial db migration
* test: add unit tests for packages auth, common, widgets
* fix: deep source issues
* fix: format issues
* wip: add unit tests for api routers
* fix: deep source issues
* test: add missing unit tests for integration router
* wip: board tests
* test: add unit tests for board router
* fix: remove unnecessary null assertions
* fix: deepsource issues
* fix: formatting
* fix: pnpm lock
* fix: lint and typecheck issues
* chore: address pull request feedback
* fix: non-null assertions
* fix: lockfile broken
|
2024-02-10 19:00:08 +01:00 |
|
homarr-renovate[bot]
|
11d1568714
|
fix(deps): update dependency @t3-oss/env-nextjs to ^0.9.2 (#69)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com>
|
2024-02-08 20:05:09 +01:00 |
|
homarr-renovate[bot]
|
15f08011a6
|
fix(deps): update dependency prettier to ^3.2.5 (#53)
* fix(deps): update dependency prettier to ^3.2.5
* fix: formatting
* fix: formatting
* 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-08 19:58:56 +01:00 |
|
homarr-renovate[bot]
|
cc52c2ba78
|
fix(deps): update dependency next-auth to v5.0.0-beta.9 (#68)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
|
2024-02-08 06:48:19 +01:00 |
|
homarr-renovate[bot]
|
6797cca259
|
fix(deps): update dependency @auth/drizzle-adapter to ^0.6.3 (#52)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
|
2024-02-07 20:54:51 +01:00 |
|
homarr-renovate[bot]
|
5cbd02b142
|
fix(deps): update dependency @auth/core to ^0.26.3 (#54)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
|
2024-02-07 20:45:29 +01:00 |
|
homarr-renovate[bot]
|
544a6d9926
|
fix(deps): update dependency next-auth to v5.0.0-beta.8 (#60)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
|
2024-02-06 21:52:11 +01:00 |
|
Manuel
|
dadfc0c5d7
|
fix(deps): update nextjs monorepo to ^14.1.0 (#38)
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com>
|
2024-02-04 09:05:59 +01:00 |
|
Manuel
|
9aaec5495d
|
fix(deps): update dependency prettier to ^3.2.4 (#37)
* fix(deps): update dependency prettier to ^3.2.4
* fix: formatting issues
---------
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com>
|
2024-02-04 09:03:22 +01:00 |
|
Manuel
|
f8a3aae116
|
fix(deps): update dependency @t3-oss/env-nextjs to ^0.8.0 (#31)
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com>
|
2024-02-04 08:46:06 +01:00 |
|
Manuel
|
191d773aaf
|
fix(deps): update dependency @auth/drizzle-adapter to ^0.5.0 (#30)
* fix(deps): update dependency @auth/drizzle-adapter to ^0.5.0
* fix: remove duplication of auth dependencies
* fix: formatting issue
---------
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com>
|
2024-02-04 08:41:56 +01:00 |
|
Manuel
|
8bcbc45943
|
fix(deps): update dependency @auth/core to ^0.25.0 (#29)
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
|
2024-02-04 08:31:02 +01:00 |
|
Manuel
|
b3e2032b54
|
chore(deps): update dependency @types/cookies to v0.9.0 (#25)
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
|
2024-02-04 08:28:18 +01:00 |
|
Meier Lukas
|
3a0f280984
|
chore: update dependencies (#13)
* chore: update dependencies
* chore: update nextauth dependency to beta 5
* chore: fix formatting
|
2024-01-23 21:49:47 +01:00 |
|
Meier Lukas
|
fa19966fcc
|
chore: restructure packages of the project (#7)
* chore: restructure validation package
* chore: move zod only to validation package
* chore: rename packages from alparr to homarr
* chore: move mantine core, dates and icons library to ui package, move most other mantine packages to seperate packages for further customization and centralization
* chore: fix formatting
* fix: wrong typecheck command in turbo generator
* chore: fix formatting
* chore: address pull request feedback
* chore: fix ci check issues
|
2024-01-02 14:18:37 +01:00 |
|
Meier Lukas
|
3cedb7fba5
|
feat: add credentials authentication (#1)
|
2023-12-10 17:12:20 +01:00 |
|
Meier Lukas
|
9ea96899b1
|
chore: rename local packages from acme to alparr
|
2023-12-08 23:13:46 +01:00 |
|
Meier Lukas
|
a2cedf73c0
|
Initial commit
|
2023-12-08 22:35:15 +01:00 |
|