Commit Graph

361 Commits

Author SHA1 Message Date
bbda9a0ee8 Add single-line-titles property to RSS widget 2024-09-04 23:02:16 +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
3a9cff697b Add and fix monitor widget class 2024-08-31 18:51:59 +01:00
e6979c77e3 Update dynamic columns & remove the need to specify style 2024-08-31 18:37:08 +01:00
99866507f5 Fix overflowing text in monitor widget 2024-08-31 17:35:53 +01:00
cf0dd07c21 Add center-vertically property 2024-08-31 17:35:38 +01:00
b9bf8c6c96 Fix version formatting in releases widget 2024-08-30 16:19:20 +01:00
725d0da15d Add show-failing-only property to the monitor widget 2024-08-29 21:14:50 +01:00
37164070d2 Merge branch 'release/v0.6.0' into features 2024-08-29 20:06:40 +01:00
d7bd34531f Merge pull request #77 from aharivel/github-commit
Add last Github commits
2024-08-29 18:19:19 +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
a27fde72ee Fix group widget 2024-08-27 21:41:18 +01:00
785f6a36bf Increase assets cache time 2024-08-27 17:29:31 +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
70b7b7615a Fix capitalization 2024-08-27 03:36:36 +01:00
5c42e60faf Update docs 2024-08-27 03:35:35 +01:00
48ef60e0eb Add todo 2024-08-27 03:33:37 +01:00
01af97ddab Allow fetching releases from multiple sources 2024-08-27 03:26:16 +01:00
038794fa1c Merge pull request #75 from realdavidops/main
Allow some branding customization.
2024-08-27 00:18:04 +01:00
ffb1bccb10 Move default logo text to the template 2024-08-27 00:15:55 +01:00
371eb3bee6 Change styling of custom logo 2024-08-27 00:14:31 +01:00
466d935d02 Update docs 2024-08-27 00:09:35 +01:00
7ffca9c3f1 Allow setting custom footer 2024-08-27 00:09:26 +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
822b72eee4 Delay showing next popover by 2 frames
This resets the CSS animation so it can be played again, otherwise it gets skipped
2024-08-22 22:44:27 +01:00
014abdcc00 Allow setting text-align on popovers 2024-08-22 22:43:41 +01:00
b35cc437d3 Remove unused functions 2024-08-22 22:43:10 +01:00
7ce87c7168 Merge pull request #197 from ccjjxl/bugfix_rss
Fix RSS item link empty <link/>
2024-08-22 11:16:33 +01:00
2a3f8eedf6 Fix RSS item link empty <link/> 2024-08-22 17:24:00 +08:00
895c3f2f97 Allow changing popover anchor 2024-08-20 16:19:21 +01:00
8860f4591b Allow showing popover above & tweaks 2024-08-20 13:29:44 +01:00
984f26807e Remove duplicate rule & add non-prefixed line-clamp 2024-08-19 14:24:05 +01:00
88c58e6108 Add <details> styling 2024-08-19 14:03:48 +01:00
83c7c4a14a Add popover functionality 2024-08-19 02:15:22 +01:00
b4a4df480e Add utility classes 2024-08-18 18:26:56 +01:00
9843b4d218 Fix armv7 docker image 2024-08-15 13:33:42 +01: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
f57bdeec12 Update branding config 2024-08-10 19:43:50 +01:00
9899f6b761 Merge branch 'release/v0.6.0' into main 2024-08-10 18:47:39 +01:00
328e10b89f Don't show error if RSS feeds didn't return any items 2024-08-10 18:01:54 +01:00
b37f8a8375 Merge pull request #194 from glanceapp/backport-fixes
Backport fixes from v0.6.0 to v0.5.0
v0.5.1
2024-08-09 16:08:30 +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
c9a2aff6a6 Fix search input color 2024-08-09 16:01:15 +01:00