Commit Graph

89 Commits

Author SHA1 Message Date
Manuel
c14fad680d refactor: use relative TS path 2023-09-03 16:23:40 +02:00
Manuel
5255882898 📝 Link issue with TS error 2023-08-23 21:38:17 +02:00
Manuel
1def2de8bb 🔀 Merge changes from ajnart 2023-08-23 21:37:02 +02:00
Manuel
8dbb6d4dd3 🔀 Merge branch 'dev' into feature/add-basic-authentication 2023-08-23 21:17:51 +02:00
ajnart
a98630e2c4 💡 Add comment about environ 2023-08-21 18:01:58 +02:00
Manuel
b249c0205f 🔀 Merge branch 'dev' into feature/add-basic-authentication 2023-08-13 15:12:20 +02:00
Manuel
b2cbb1a388 fix: allow note only in edit mode 2023-08-12 23:23:04 +02:00
Thomas Camlong
c8f39033dd 🐛 Fix issues with URL being too long when pinging many apps (#1264) 2023-08-12 21:57:20 +02:00
Thomas Camlong
abb52b093a Notebook-widget (#962)
* ⬆️ Add required dependencies

*  Add basic widget definition for `notebook`

* 🌐 Add basic translations for `notebook` widget

* 🐛 Fix `WidgetMenu` zIndex property

* ️ Use dynamic import for the `notebook` widget

* 🌐 Update translations

* 🚨 Disable eslint `no-param-reassign` rule

*  Add `notebook` widget

*  Add `immer` as a dependency

* fix: currentConfig not loaded in useEffect callback 

fixes #1249

* ♻️ Notebook widget UI (#1266)

* ♻️ Refactor note widget

* 🐛 Fix translations

* 💄 Widget styling changes

* 🔒 Fix lockfile

* 💄 Remove primary color from edit button

* 💄 Fix css

*  Add the ability to hide an option

* 🔥 Remove aria-labels

* ♻️ Address pull request feedback

* 🐛 Remove wrong description from default value

---------

Co-authored-by: gnattu <gnattu@users.noreply.github.com>
Co-authored-by: Manuel <manuel.ruwe@bluewin.ch>
Co-authored-by: Tagaishi <Tagaishi@hotmail.ch>
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com>
2023-08-12 21:17:12 +02:00
Tagaishi
261c1d94c9 🔀 Merge branch 'dev' into improve-dns-hole-stats-layout 2023-08-12 13:35:59 +02:00
Manuel
9519dfaf0a 🐛 AdGuard Home time unit fix (#1005) 2023-08-12 12:10:21 +02:00
Meier Lukas
c955b04b48 🐛 Issue with media request url (#1260) 2023-08-12 11:51:14 +02:00
Meier Lukas
5bb7418de5 Add possibility to define users as admin 2023-08-10 20:50:31 +02:00
Tagaishi
ffa850b081 Option to show time for a city (#1236) 2023-08-09 20:33:17 +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
cf057505ec Protect routes and procedures 2023-08-05 15:30:59 +02:00
Meier Lukas
f18d2fdfbd Add middleware for onboarding page 2023-08-05 12:26:50 +02:00
Manuel
da57166fe7 Use bcryptjs instead of bcrypt 2023-08-05 11:19:52 +02:00
Meier Lukas
e9904ababf 🚧 Add search engine to user preferences 2023-08-05 09:57:48 +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
2035b20690 Add password strength indicator and use crypto safe random PWs 2023-08-01 17:42:19 +02:00
Manuel
bb0bcabb2e ♻️ board procedure 2023-08-01 12:58:32 +02:00
Meier Lukas
f93d935175 ♻️ Rename registration token to invite, add created by 2023-08-01 11:43:24 +02:00
ajnart
d9c0d8d021 Fix values for `DOCKER_HOST` 2023-08-01 18:38:13 +09:00
Manuel
d2408ebe4b Implement paging in manage users, implement search 2023-07-31 22:57:22 +02:00
Manuel
961b8024ab 🐛 Fix schema validation for user creation 2023-07-31 22:36:43 +02:00
Meier Lukas
386fddc050 Implement new movie search modals 2023-07-31 22:30:48 +02:00
Manuel
9fcbdb43e6 🐛 Fix paging on manage user invites 2023-07-31 21:20:46 +02:00
Manuel
71757d0cce 🐛 Fix pagination on register token page 2023-07-31 20:52:17 +02:00
Manuel
129fd1336c Add copy registration token modal 2023-07-31 20:36:36 +02:00
Meier Lukas
130b51e109 Add board customization page 2023-07-31 11:15:18 +02:00
Manuel
f8186e68e4 Add procedure for updating user settings 2023-07-30 23:29:41 +02:00
Manuel
4b1f5881e3 ♻️ Move preferences in router 2023-07-30 22:57:14 +02:00
Manuel
cb0b8869e2 Add deletion for registration tokens 2023-07-29 21:21:21 +02:00
Manuel
b4c188e797 Add procedure for registration tokens management 2023-07-29 21:11:52 +02:00
Meier Lukas
0c3d9f335c Implement search for new header 2023-07-29 20:56:08 +02:00
Manuel
ed23e388f9 🚸 Improve UX on create user page 2023-07-29 20:12:49 +02:00
Manuel
e273c830b4 Add create user form 2023-07-29 17:29:57 +02:00
Manuel
e4e1f2e32e Add tRPC user query 2023-07-29 16:08:58 +02:00
Meier Lukas
79d13274b5 ♻️ Move authentication pages to /auth 2023-07-29 15:21:00 +02:00
Meier Lukas
c165648d5b 🎨 Improve color scheme logic 2023-07-29 14:30:19 +02:00
Meier Lukas
c312828c79 Add translation to user settings 2023-07-29 11:35:34 +02:00
Meier Lukas
ed76afbce8 Add user settings, improve color scheme 2023-07-29 11:19:40 +02:00
Meier Lukas
d8562e2990 Add working sign-in / sign-out, add working registration with token 2023-07-29 10:05:05 +02:00
Meier Lukas
326395730e 🐛 Fix issues with login page 2023-07-28 20:45:54 +02:00
Meier Lukas
d7f6bdf417 Add basic credentials authentication 2023-07-28 18:51:44 +02:00
Meierschlumpf
3990c1a4ad ♻️ Add env variable validation 2023-07-23 14:18:10 +02:00