Commit Graph

80 Commits

Author SHA1 Message Date
949fde1517 Fix edge case in weather widget graph 2024-12-11 18:50:34 +00:00
672547cd07 Switch to using custom type for pihole's top blocked domains 2024-09-30 00:24:44 +01:00
28167403a4 Cover edge case when Pihole's privacy settings are enabled 2024-09-19 17:43:43 +08:00
db1ed9e257 Fix & refactor adguard stats 2024-09-10 05:38:14 +01:00
adef35049f Add warning when pihole doesn't return expected data points 2024-09-10 05:38:14 +01:00
1a05d6d03a Don't export function 2024-09-08 19:34:43 +01:00
60f4183057 add codeberg releases 2024-09-08 16:59:24 +02:00
d60457afaf Merge branch 'main' into release/v0.6.0 2024-09-08 04:17:23 +01:00
776fdcc6ce Merge branch 'release/v0.6.0' into features 2024-09-03 00:26:33 +01:00
f76e06ec57 Fix videos widget channel URL 2024-09-01 02:27:09 +01:00
b9bf8c6c96 Fix version formatting in releases widget 2024-08-30 16:19:20 +01:00
37164070d2 Merge branch 'release/v0.6.0' into features 2024-08-29 20:06:40 +01:00
71ca1753ef Update repository widget last commits 2024-08-29 18:18:38 +01:00
c6bfbf4ac1 Merge branch 'release/v0.6.0' into github-commit 2024-08-29 17:40:14 +01:00
1a4c12d851 Fix hardcoded release icons 2024-08-27 17:17:41 +01:00
b484e32b08 Improve dockerhub releases 2024-08-27 05:19:35 +01:00
303438834b Merge pull request #165 from Fumesover/release/v0.6.0
releases: Add support for gitlab
2024-08-27 03:37:45 +01:00
01af97ddab Allow fetching releases from multiple sources 2024-08-27 03:26:16 +01:00
a5981b3106 Fix RSS thumbnails where feed image is absolute 2024-08-26 23:50:37 +01:00
1df080983a Add DNS Stats widget 2024-08-22 23:11:45 +01:00
2a3f8eedf6 Fix RSS item link empty <link/> 2024-08-22 17:24:00 +08:00
c1251af597 Tidy up 2024-08-11 14:13:00 +01:00
7d09b8bf1b Fix reddit crossposts & add show-flairs property 2024-08-11 14:04:18 +01:00
328e10b89f Don't show error if RSS feeds didn't return any items 2024-08-10 18:01:54 +01:00
139937f887 Fix missing RSS thumbnail images 2024-08-09 16:03:24 +01:00
b8b90451b6 Use GitHub's latest release API endpoint
The current releases widget uses the releases endpoint to pull the 10
most recent releases and filter them to find the latest release. This
causes a problem when a repository's latest release is outside of the 10
most recent (e.g. 10 prereleases):

ERROR No live release found repository=cross-seed/cross-seed url="https://api.github.com/repos/cross-seed/cross-seed/releases?per_page=10"

This is no longer a problem when using the latest release endpoint which
grabs the latest release, ignoring draft releases and prereleases.
2024-08-09 16:02:15 +01:00
7afad765cb Use hyphen instead of underscore 2024-08-04 20:54:30 +01:00
457e0539fa Allow empty check URL 2024-08-03 14:14:24 +02:00
871ba619a3 Add separate URL for monitor check 2024-08-03 14:06:52 +02:00
a66aa74c7f Invert property 2024-08-03 04:04:02 +01:00
3949e15f77 Remove previous scuffed attempt at filtering shorts 2024-08-03 04:03:16 +01:00
acaf50bf8a Use author > name instead of title
This is because the playlist response returns the name of the playlist in the title,
which meant that the channel name was always "Videos"
2024-08-03 04:02:23 +01:00
3rd
09eedc08c1 feat: add no_shorts option for YouTube feeds 2024-08-02 23:39:27 +03:00
c9efdc2c16 Fix incorrect LiveSince if API returned no game
(streamer can stream without a category/game associated)
2024-07-24 21:38:35 +02:00
9bda88edbd Merge pull request #145 from ssrtw/rss-feed-enhance
Rss feed enhance
2024-07-03 19:49:32 +01:00
16da25898f Prevent users from modifying internal property 2024-07-03 19:48:58 +01:00
7d1ede8c91 releases: Add support for gitlab 2024-07-03 08:20:02 +02:00
39f40670d0 Fix missing RSS thumbnail images 2024-06-29 17:17:27 +01:00
b327e59ab1 Allow specifying a custom lobsters URL or instance 2024-06-29 15:43:07 +01:00
a2b7f59dc9 fix: correct title handling for RSS items without titles 2024-06-13 03:13:57 +00:00
c23dc93c7a feat: use description as fallback for RSS items without titles 2024-06-12 15:36:29 +00:00
d3e3667405 fix: add detailed mode flag to fix RSS logic conflict 2024-06-12 03:28:43 +00:00
263d2e6f30 Use GitHub's latest release API endpoint
The current releases widget uses the releases endpoint to pull the 10
most recent releases and filter them to find the latest release. This
causes a problem when a repository's latest release is outside of the 10
most recent (e.g. 10 prereleases):

ERROR No live release found repository=cross-seed/cross-seed url="https://api.github.com/repos/cross-seed/cross-seed/releases?per_page=10"

This is no longer a problem when using the latest release endpoint which
grabs the latest release, ignoring draft releases and prereleases.
2024-06-07 16:27:13 -05:00
342ef90cbe Add extension widget 2024-06-02 18:21:03 +01:00
21fd842bde Refactor monitor: allow insecure requests & use of simple icons 2024-06-02 18:21:02 +01:00
4164263639 Fix RSS item links without base domain 2024-06-02 18:21:02 +01:00
1bebb88d0e Rename Stocks to Markets
Also fix bug that would remove markets if a network request failed
and not show them again until Glance was restarted
2024-06-02 18:21:02 +01:00
8efda0047c Merge branch 'release/v0.5.0' into lobsters-widget 2024-06-02 18:20:07 +01:00
e3c17e0347 Merge branch 'main' into lobsters-widget 2024-06-02 18:19:06 +01:00
720549ec7e Allow specifying sort order and tags through config 2024-06-02 18:08:29 +01:00