Commit Graph

2970 Commits

Author SHA1 Message Date
Meier Lukas
165c40506d ⚰️ Remove unused type 2023-08-05 22:17:54 +02:00
Meier Lukas
d7de49d743 ♻️ Migrate position property of info-card to hove card property 2023-08-05 22:15:20 +02:00
Manuel
cdb88ff941 🔥 Remove type safety for translations 2023-08-05 21:36:15 +02:00
Manuel
bd4b7b8c13 🏷️ Apply namespace types to translations 2023-08-05 17:45:50 +02:00
Manuel
a287b87a4a 🏷️ Add translation namespace typesy 2023-08-05 17:33:41 +02:00
Meier Lukas
d1ad3ed162 Merge branch 'feature/add-basic-authentication' of https://github.com/ajnart/homarr into feature/add-basic-authentication 2023-08-05 17:18:10 +02:00
Meier Lukas
73589623d4 ♻️ Add translations for board customize page 2023-08-05 17:18:05 +02:00
Manuel
42688ad2c7 Add i18n namespaces and add translations for manage boards 2023-08-05 17:00:29 +02:00
Meier Lukas
6aff6dbedc ♻️ Fix head title for preferences page 2023-08-05 16:34:38 +02:00
Meier Lukas
cdb882806c Merge pull request #1235 from huanga/dev
Adding 'audio' session type for Plex based on 'track' Plex API
2023-08-05 16:27:34 +02:00
Meier Lukas
f650915832 ♻️ Add fallback head title for board page 2023-08-05 16:21:24 +02:00
Meier Lukas
da0314a180 🐛 Add missing translation 2023-08-05 16:03:35 +02:00
Meier Lukas
093c03091e Merge branch 'feature/add-basic-authentication' of https://github.com/ajnart/homarr into feature/add-basic-authentication 2023-08-05 16:02:30 +02:00
Meier Lukas
889853961d ♻️ Add header translations 2023-08-05 16:02:26 +02:00
Manuel
cf057505ec Protect routes and procedures 2023-08-05 15:30:59 +02:00
Manuel
5b1b36eecc 🚸 Remember current values as default in create user stepper 2023-08-05 15:09:48 +02:00
Manuel
d081ccb9ad Merge branch 'feature/add-basic-authentication' of https://github.com/ajnart/homarr into feature/add-basic-authentication 2023-08-05 15:03:16 +02:00
Meier Lukas
04b3fa394d ♻️ Add ssr for user preferences page, add translations for user preferences page 2023-08-05 13:19:30 +02:00
Meier Lukas
4817c0c267 🐛 Updating search engine not working 2023-08-05 12:57:29 +02:00
Manuel
306151db65 Add link to manage page 2023-08-05 12:35:06 +02:00
Meier Lukas
2c3930bfb5 Merge branch 'feature/add-basic-authentication' of https://github.com/ajnart/homarr into feature/add-basic-authentication 2023-08-05 12:26:57 +02:00
Meier Lukas
f18d2fdfbd Add middleware for onboarding page 2023-08-05 12:26:50 +02:00
Manuel
f5d11cfd36 🐛 Fix imports 2023-08-05 12:26:42 +02:00
Manuel
bbcbda74a9 🐛 Fix import for header 2023-08-05 12:23:46 +02:00
Manuel
2615f8e0ae 💚 Remove run param from turbo build 2023-08-05 12:18:50 +02:00
Manuel
0455db61af 📌 Fix turbo version 2023-08-05 12:10:34 +02:00
Manuel
9f7c41919d 💚 Try to fix turbo build 2023-08-05 12:03:33 +02:00
Meier Lukas
050ed8f877 🐛 Logout redirect not working 2023-08-05 11:49:37 +02:00
Meier Lukas
5039287d18 🐛 Logout redirect wrong 2023-08-05 11:42:49 +02:00
Meier Lukas
5177851fca 🐛 Login not redirecting 2023-08-05 11:38:37 +02:00
Manuel
2f2fdfb438 Add sharp and surpress npm update notifier 2023-08-05 11:38:23 +02:00
Manuel
44119422f6 💚 Add db migration and fix build errors 2023-08-05 11:33:29 +02:00
Manuel
da57166fe7 Use bcryptjs instead of bcrypt 2023-08-05 11:19:52 +02:00
Manuel
6cbf5028c9 🐛 Update imports for turbo build 2023-08-05 11:14:28 +02:00
Manuel
fb0274c2e9 💚 Fix env validation for turbo build 2023-08-05 10:43:56 +02:00
Manuel
cee306ec95 💚 Fix turbo build for missing env 2023-08-05 10:39:28 +02:00
Manuel
5ee740bd67 💚 Potential fix for internal next auth url 2023-08-05 10:36:07 +02:00
Meier Lukas
4d6b120864 🐛 Sign in does no longer rely on NEXTAUTH_URL 2023-08-05 10:02:56 +02:00
Meier Lukas
5d5e69537d Merge branch 'feature/add-basic-authentication' of https://github.com/ajnart/homarr into feature/add-basic-authentication 2023-08-05 09:57:55 +02:00
Meier Lukas
e9904ababf 🚧 Add search engine to user preferences 2023-08-05 09:57:48 +02:00
Manuel
f3082c5c7d 💚 Fix ci build 2023-08-05 00:45:58 +02:00
Manuel
c0b836f2a4 feat: disable delete for Homarr default config 2023-08-04 22:31:48 +02:00
Meier Lukas
863cff1dfc ♻️ Improve customization page 2023-08-04 21:54:33 +02:00
Meier Lukas
02227e0a44 Fix issue with link on boards page 2023-08-04 21:48:24 +02:00
Tagaishi
d851f3bb21 Added infocard to location widget 2023-08-03 15:14:26 +02:00
Manuel
a6c273e26a 💄 Use correct icons for boards page 2023-08-02 18:57:05 +02:00
Andy Huang
9722d6fb4d Adding 'audio' session type for Plex based on 'track' Plex API response type. 2023-08-02 06:11:58 -07:00
Tagaishi
34ea8c0661 🤡 forgot a question mark 2023-08-02 12:54:04 +02:00
Tagaishi
c3e1345851 💄 Made InfoCard more customizable 2023-08-02 12:23:28 +02:00
Meier Lukas
0a64ab0c84 🗑️ Remove config api endpoints 2023-08-02 06:46:26 +02:00