Commit Graph

443 Commits

Author SHA1 Message Date
Meier Lukas
b21ee50908 🐛 Fix docker enabled issue 2023-08-10 06:56:45 +02:00
Tagaishi
9b2fecdfcb 🌐 Replaced hardcoded text to use translation 2023-08-09 22:16:57 +02:00
Meier Lukas
d9eec612d8 ♻️ Remove console log 2023-08-09 21:27:57 +02:00
Meier Lukas
d24d84c834 🐛 Add error message for invalid login 2023-08-09 21:25:29 +02:00
Tagaishi
ffa850b081 Option to show time for a city (#1236) 2023-08-09 20:33:17 +02:00
Thomas Camlong
e755bf6bd0 Merge pull request #1228 from ajnart/refactor/404-page
🥅 Add 404 error page
2023-08-08 10:07:36 +02:00
Meier Lukas
f8907b97ae 🐛 Add missing translations for save affix 2023-08-06 17:10:38 +02:00
Meier Lukas
6efa12b5f0 🐛 Color theme not working when opening customize page from board page 2023-08-06 17:06:00 +02:00
Manuel
f1e8beb659 🔀 Merge branch 'feature/add-basic-authentication' of https://github.com/ajnart/homarr into feature/add-basic-authentication 2023-08-06 16:46:57 +02:00
Manuel
0004dbd826 Add affix for board customization page 2023-08-06 16:46:00 +02:00
Meier Lukas
f07b964129 ♻️ Use color scheme on board customize page 2023-08-06 16:38:04 +02:00
Meier Lukas
3e4c9cdc3d ♻️ Deprecate calendar firstdayofweek option 2023-08-06 16:00:40 +02:00
Meier Lukas
65cd15aba5 ♻️ Add direct sign in after onboarding 2023-08-06 15:49:24 +02:00
Meier Lukas
3ef12cfe12 ♻️ Update api endpoint authorization 2023-08-06 15:40:19 +02:00
Meier Lukas
9e576f1498 ♻️ Address pull request feedback 2023-08-06 14:12:39 +02:00
Manuel
4b2c5f2816 🌐 Fix translation namespaces 2023-08-05 23:09:07 +02:00
Manuel
14c366bddd 🌐 Add missing translations 2023-08-05 23:06:40 +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
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
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
Meier Lukas
5177851fca 🐛 Login not redirecting 2023-08-05 11:38:37 +02:00
Meier Lukas
4d6b120864 🐛 Sign in does no longer rely on NEXTAUTH_URL 2023-08-05 10:02:56 +02:00
Meier Lukas
e9904ababf 🚧 Add search engine to user preferences 2023-08-05 09:57:48 +02:00
Manuel
c0b836f2a4 feat: disable delete for Homarr default config 2023-08-04 22:31:48 +02:00
Meier Lukas
02227e0a44 Fix issue with link on boards page 2023-08-04 21:48:24 +02:00
Manuel
a6c273e26a 💄 Use correct icons for boards page 2023-08-02 18:57:05 +02:00
Meier Lukas
0a64ab0c84 🗑️ Remove config api endpoints 2023-08-02 06:46:26 +02:00
Meier Lukas
37c5378e4b ♻️ Remove try-password api endpoint 2023-08-02 06:45:19 +02:00
Meier Lukas
e5e1f5c406 Merge branch 'dev' into feature/add-basic-authentication 2023-08-02 06:44:26 +02:00
Meier Lukas
8ce0de5068 🚧 Add onboarding 2023-08-01 19:04:14 +02:00
Manuel
a3bb08768f Add make my default board button to manage boards 2023-08-01 18:14:53 +02:00
Manuel
9657d8acd5 Add default dashboard to preferences 2023-08-01 18:07:24 +02:00
Manuel
6ae89140a9 Add select for default board in preferences 2023-08-01 17:56:56 +02:00
Meier Lukas
994c9ede5c ♻️ Remove and move some more files 2023-08-01 15:37:58 +02:00
Meier Lukas
65d0b31a1a ♻️ Improved code structure for layout, remove most settings components 2023-08-01 15:23:31 +02:00
Meier Lukas
6b8d94b6b5 ♻️ Make login and invite page inaccessible when signed in 2023-08-01 14:51:27 +02:00
Manuel
f391002c99 Merge branch 'feature/add-basic-authentication' of https://github.com/ajnart/homarr into feature/add-basic-authentication 2023-08-01 12:58:38 +02:00
Manuel
bb0bcabb2e ♻️ board procedure 2023-08-01 12:58:32 +02:00
Meier Lukas
db396b6b10 Add copy button to invite modal 2023-08-01 12:50:54 +02:00
ajnart
1bb84e3b0f Add cache back 2023-08-01 19:20:39 +09:00
Meier Lukas
2c5ef6a73b 🐛 Fix registration redirect link 2023-08-01 11:53:30 +02:00