Manuel
173b40684c
✨ Add more iFrame attributes ( #869 )
2023-05-28 17:11:23 +02:00
Manuel
11659dde78
✨ Add dangerous html content to rss ( #885 )
2023-05-24 21:22:31 +02:00
Thomas Camlong
0a7292106d
Merge pull request #944 from ajnart/docker-usequery
2023-05-22 06:33:02 +09:00
Manuel
faecf3bcbf
💄 Fix video stream width
2023-05-21 19:23:50 +02:00
Thomas Camlong
c337a0492a
Merge pull request #963 from ajnart/fix/calendar-margin
2023-05-21 23:34:17 +09:00
ajnart
fd66c620b9
🐛 Fix small display bug in calendar widget
2023-05-21 22:43:40 +09:00
Manuel
c42aed14dd
🚸 Add positive status codes by default
2023-05-21 15:23:43 +02:00
Manuel
336aff13cc
💄 Fix scrollbar bookmark widget ( #957 )
2023-05-20 18:04:15 +02:00
Manuel
e63321f5ad
🚨 Fix warnings ( #953 )
2023-05-20 15:33:14 +02:00
Manuel
fb52c4b003
✨ Add ad guard home ( #937 )
...
* ✨ Add add guard home
* ✨ Add request for blocked domains and fix request for blocked queries
* ♻️ PR feedback
* ✅ Fix tests
2023-05-20 14:42:15 +02:00
ajnart
f1fcd071a8
✨ Switch docker module to tanstack/react-query
2023-05-19 09:49:29 +09:00
Luca
ba8ef4a844
✨ Allow opening media requests links in external host ( #824 )
...
* Allow opening media requests links in external host
* Removed useless translation files
* Restored translations
* 🌐 Add missing translation
---------
Co-authored-by: Manuel <manuel.ruwe@bluewin.ch >
2023-05-16 22:30:04 +02:00
Thomas Camlong
3e6413d9f2
✨ Ability to manage media requests from the widget ( #894 )
...
* ✨ Ability to manage media requests from the widget
* 🚸 Improve UX & Design
---------
Co-authored-by: Manuel <manuel.ruwe@bluewin.ch >
2023-05-16 22:19:14 +02:00
Manuel
d0180b1f87
🐛 Overseerr air date undefined crash ( #936 )
2023-05-16 20:37:29 +02:00
ajnart
109e53df5d
🚨 Fix compilation
2023-05-16 15:00:46 +09:00
Thomas Camlong
a8ea56543b
Merge branch 'dev' into cache-invalidation
2023-05-16 14:50:11 +09:00
ajnart
b8ea9dbb39
🌐 Fix strings for DNS module
2023-05-16 14:10:04 +09:00
Thomas Camlong
ec08953514
Merge branch 'dev' into drop-cache
2023-05-16 13:54:43 +09:00
Thomas Camlong
f8dcd40286
Merge pull request #914 from ajnart/migrate/tabler-icons-react
...
⬆️ Upgrade to `@tabler/icons-react`
2023-05-16 13:53:59 +09:00
ajnart
03f07dbd81
🐛 Try fixing compilation error on vercel
2023-05-16 13:25:07 +09:00
ajnart
6f48cafd42
⬆️ Upgrade to @tabler/icons-react
2023-05-15 17:40:59 +09:00
ajnart
d713d5f7e4
✨ Add buttons to reset certain cache queries
2023-05-15 17:14:18 +09:00
Manuel
a982773c0d
✨ Bookmark widget ( #890 )
...
* 🚧 Bookmark widget
* ✨ Add input type
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com >
* ✨ Add content display and input fields
* 🐛 Fix delete button updating to invalid schema
* 🌐 Add translations for options
* ✨ Add field for image
* ♻️ Refactor IconSelector and add forward ref
* 🦺 Add form validation
* 🦺 Add validation for icon url and fix state for icon picker
* 🌐 PR feedback
---------
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com >
2023-05-15 17:10:23 +09:00
ajnart
27c0ef608e
🐛 Fix a small bug with the ping system
2023-05-15 17:10:10 +09:00
Manuel
c52acd2913
✨ Bookmark widget ( #890 )
...
* 🚧 Bookmark widget
* ✨ Add input type
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com >
* ✨ Add content display and input fields
* 🐛 Fix delete button updating to invalid schema
* 🌐 Add translations for options
* ✨ Add field for image
* ♻️ Refactor IconSelector and add forward ref
* 🦺 Add form validation
* 🦺 Add validation for icon url and fix state for icon picker
* 🌐 PR feedback
---------
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com >
2023-05-15 09:54:50 +02:00
Thomas Camlong
194da2b6e5
Merge pull request #855 from ajnart/small-fix-ping
...
🐛 Fix a small bug with the ping system
2023-05-15 16:27:03 +09:00
ajnart
599ccda1ed
✨ Add stale time to useGetDashboardIcons query
2023-05-15 16:24:22 +09:00
ajnart
9f4f3794b0
🐛 Fix small bug when deleting a config
...
It would always return error previously. That has been fixed.
2023-05-15 16:24:05 +09:00
ajnart
c2c0d0bb55
🐛 Fix IconSelector size
...
Added the `withinPortal` option so that it doesn't clip into the underlying modal
2023-05-15 16:23:36 +09:00
ajnart
6901c985fd
✨ Add notifications when chaning configs
2023-05-15 16:22:58 +09:00
ajnart
3efe18d06f
✨ Invalidate queries
...
This commit adds the functionality of query invalidation
- when a config is created
- when the calendar options are changed
It also makes it so the calendar doesn't update if the widget is currently being edited
2023-05-15 16:20:48 +09:00
Manuel
92e8d79c5a
✨ Add pihole integration ( #860 )
...
* ✨ Add pihole integration
* Update src/widgets/adhole/AdHoleControls.tsx
Co-authored-by: Larvey <39219859+LarveyOfficial@users.noreply.github.com >
* Update src/tools/client/math.ts
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com >
* Update src/widgets/dnshole/DnsHoleSummary.tsx
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com >
---------
Co-authored-by: Larvey <39219859+LarveyOfficial@users.noreply.github.com >
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com >
2023-05-06 19:51:53 +02:00
Meier Lukas
a0ad61beb8
✨ Add turkish translation locale
2023-05-04 06:06:39 +02:00
Manuel
50aba040e4
✨ Add label filter for torrent widget ( #865 )
2023-05-03 12:50:11 +02:00
Manuel
678c8d0018
🐛 Add ipv6 support for url regex ( #864 )
2023-04-26 10:31:46 +02:00
Thomas Camlong
5c61f81c03
Merge pull request #856 from LarveyOfficial/dashName
...
✨ Dash Integration: Ability to re-name widget for multiple instances
2023-04-26 09:54:36 +09:00
Larvey
e2426ed6e5
Make color picker button prioritize config colors
2023-04-25 17:02:53 -04:00
Larvey
7c6ac76ace
Remove unneeded ternary
...
Didn't know this was possible. :D
2023-04-25 14:02:45 -04:00
Larvey
59238ae2a6
Added dashName variable
...
Allows user to change DashDot Name
2023-04-25 13:43:14 -04:00
ajnart
9b45e24584
🐛 Fix a small bug with the ping system
2023-04-25 16:06:15 +09:00
Manuel
cd433b0e3c
🚨 Fix runtime zustand warnings for imports ( #853 )
2023-04-24 21:40:20 +02:00
Manuel
f4df411d47
🐛 Fix calendar sizing ( #852 )
2023-04-24 21:39:04 +02:00
Manuel
2494ee6a34
💄 Fix max iframe width ( #851 )
2023-04-24 20:09:12 +02:00
Manuel
cd9fa354ec
🐛 Fix rss widget crash with legacy string ( #848 )
2023-04-23 22:09:29 +02:00
Manuel
5a6c039f5b
🚑 ️ Ping array ( #823 )
2023-04-21 10:21:34 +02:00
Larvey
2ed085831b
✨ Allow Video Stream widget to play any video file type. ( #835 )
...
* Remove type limitation for video player
This allows the video player to play any video source, including m3u8 live streams, mp4, gifs, etc.
* Fixed Linting.
2023-04-21 10:15:27 +02:00
Thomas Camlong
e7731651f2
Merge pull request #825 from ajnart/fix-calendar
...
🐛 Fix Calendar
2023-04-17 17:02:12 +09:00
ajnart
a18c8df664
🐛 Fix media request not using external address
2023-04-17 15:14:26 +09:00
ajnart
252651c1fb
🐛 Fix edit modal zIndex and imports
2023-04-17 15:07:18 +09:00
ajnart
543113292b
🐛 Fix Calendar
2023-04-17 14:48:04 +09:00