Thomas Camlong
66f0368183
Revert " ✨ Fetch the weather using a local request instead of a server-side one"
2023-10-31 00:31:59 +01:00
Thomas Camlong
9e2876c638
Merge pull request #1522 from ajnart/1504-allow-image-caching-using-nextimage
...
Fix walks repo using github
2023-10-30 20:02:15 +01:00
Thomas Camlong
3d6fa44897
Merge pull request #1519 from ajnart/feature/local-weather-fetch
...
✨ Fetch the weather using a local request instead of a server-side one
2023-10-30 19:56:49 +01:00
Thomas Camlong
92ffce1b3b
🐛 Fix walks repository not up to date
2023-10-30 16:19:17 +01:00
Thomas Camlong
7ba9065fb7
✨ Fetch the weather using a local request instead of a server-side one
...
This allows for request caching on the disk using node's fetch
2023-10-30 15:15:33 +01:00
Thomas Camlong
2e481e2103
🐛 await for GeoTz in timezone finder
2023-10-30 15:04:21 +01:00
Thomas Camlong
4aa09b7e95
🐛 Fix unknown country in tRPC citySchema
2023-10-30 13:57:09 +01:00
ajnart
5ab0e5207b
💄 Prettier codebase
2023-10-25 15:29:45 +02:00
Meier Lukas
6f94d20ab4
🐛 500 error when saving user settings, Language not applied after saving user preferences
2023-10-22 23:30:20 +02:00
Meier Lukas
0a98be4553
✅ Add tests for invite router ( #1456 )
...
* ✅ Add test for invite router
* ✅ Add cleanup to invite-router tests, add tests for creation and deletion of invites
* ♻️ Fix typo
* ♻️ Remove nullish for limit of invite router all procedure
2023-10-18 20:41:59 +02:00
Meier Lukas
1d50e2ce9a
♻️ Migrate from prisma to drizzle ( #1434 )
...
* ♻️ Migrate from prisma to drizzle
* 🐛 Build issue with CalendarTile
* 🚧 Temporary solution for docker container
* 🐛 Drizzle not using DATABASE_URL
* ♻️ Address pull request feedback
* 🐛 Remove console log of env variables
* 🐛 Some unit tests not working
* 🐋 Revert docker tool changes
* 🐛 Issue with board slug page for logged in users
---------
Co-authored-by: Thomas Camlong <thomascamlong@gmail.com >
2023-10-08 12:10:48 +02:00
Tagaishi
4945725702
🐛 DNS-Hole error handling and fixes ( #1419 )
...
* 🐛 Remove url requirement
* ⚡ ️ Ignore dnshole in widget when not contactable
* ✨ Error tile for dns-control instead of load loop
2023-10-08 11:47:31 +02:00
Manuel
b770b88834
fix: trim media server url ( #1438 )
2023-09-30 12:42:53 +02:00
Meier Lukas
32e40f3342
🐛 Remove DISABLE_EDIT_MODE and replace with admin-procedure ( #1439 )
2023-09-30 00:30:55 +02:00
Tagaishi
b44347311f
🐛 Return download speed instead of 0 for NZBGET ( #1400 )
2023-09-21 19:45:58 +02:00
Manuel
b49d021daf
✨ Add allow anonymous switch
2023-09-21 19:45:30 +02:00
Meier Lukas
141c27cda7
✨ Add autofocus for searchbar ( #1408 )
2023-09-18 19:30:22 +02:00
Meier Lukas
d05c0023cd
✨ Readd possibility to add containers as apps to boards ( #1276 )
2023-09-10 14:28:13 +02:00
Manuel
f35f6debaf
🔀 Merge dev to auth branch
2023-09-10 13:38:53 +02:00
Thomas Camlong
39c16c3d29
✨ Add a toggle to show unmonitored items in *Arr ( #1371 )
2023-09-07 21:36:15 +02:00
Manuel
91132cc3e8
fix: log properties instead of object ( #1361 )
2023-09-04 20:17:42 +02:00
Thomas Camlong
27cdd467f5
🐛 Print user.name instead of id on auth.
2023-09-04 18:35:35 +02:00
Tagaishi
624e2a3a2c
🐛 Media Session widget jellyfin sessions + translations ( #1353 )
2023-09-03 22:24:27 +02:00
Manuel
c94ffbf91f
🐛 External URL being '' in media requests ( #1355 )
2023-09-03 18:00:15 +02:00
WillyJL
d5c90a742b
Fix enable/disable edit mode ( #1333 )
2023-09-03 17:54:12 +02:00
Manuel
c14fad680d
refactor: use relative TS path
2023-09-03 16:23:40 +02:00
Tagaishi
371587c62d
✨ Rework Media Request Stats Widget ( #1344 )
...
* ✨ Rework Media Request Stats Widget
* 🎨 More code to do it better than last commit
* ♻️ Resize improvement
* 🐛 Empty Username handling
* 🎨 widget as router input
* ✨ Open links in new tab + media request scrollArea
2023-09-01 22:15:40 +02:00
Angel
1bb1a8f628
🐛 Adguard logic and several small bugs
2023-09-01 21:59:01 +02:00
Tagaishi
eb3bbfb025
⬆️ geo-tz to browser-geo-tz ( #1322 )
...
* ⬆️ geo-tz to tz-lookup
* 🐛 Handle multiple timezones return
* ⬆️ change tz-lookup to browser-geo-tz
2023-09-01 17:15:25 +02:00
Tagaishi
9b7caef6d3
♻️ refactor for minimal changes
2023-08-27 03:14:49 +02:00
Tagaishi
06a0f30ae7
🐛 RSS empty feed stuck on loading
2023-08-27 03:07:23 +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