Commit Graph

864 Commits (b4262eed65e5418c0af3dc4cd6bc655b3c6a92b7)
 

Author SHA1 Message Date
Svilen Markov 233de7fc37 Add new functions to custom-api widget 2025-03-26 19:44:35 +07:00
Svilen Markov c6e0230e5d Allow sending headers in extension widget 2025-03-26 17:59:41 +07:00
Svilen Markov ca2732668e Update docs 2025-03-26 17:58:52 +07:00
Svilen Markov 456b76ac96 Allow specifying method and request body 2025-03-26 17:58:35 +07:00
Svilen Markov a2c58bea82 Add parseRelativeTime function 2025-03-26 11:28:05 +07:00
Svilen Markov 7276b3d5ef Add allow-insecure to custom-api widget 2025-03-26 11:27:47 +07:00
Svilen Markov 1ef8315462 Only override extension url query if parameters property present 2025-03-26 11:27:12 +07:00
Svilen Markov 2f88ac419b Add parseTime to custom-api 2025-03-26 11:27:07 +07:00
Ralph Ocdol cee7c85780 Add subrequests to custom-api (#385)
* feat: custom-api multiple API queries

* fix template check

* refactor

* Update implementation & docs

* Swap statement

* Update docs

---------

Co-authored-by: Svilen Markov <7613769+svilenmarkov@users.noreply.github.com>
2025-03-26 11:26:16 +07:00
Svilen Markov b2c5205035 Add support for bool in query params fields 2025-03-26 11:25:47 +07:00
Svilen Markov 2be59c3eb6 Fix failing to parse empty response body in custom api widget 2025-03-26 11:25:34 +07:00
Svilen Markov 176fc896ae Also apply to extension widget 2025-03-26 11:24:43 +07:00
Svilen Markov a943555d86 Add note to docs 2025-03-26 11:24:27 +07:00
Svilen Markov 58bbfbbc42 Make query parameters field reusable 2025-03-26 11:24:15 +07:00
Ralph Ocdol 026b644630 feat: add parameters and array parameters support 2025-03-26 11:24:08 +07:00
FranklyFuzzy 1483b355af
Update themes.md
Added Dracula theme with screenshot
2025-03-23 14:16:09 +07:00
FranklyFuzzy 6a5bb635bb
Add files via upload 2025-03-23 14:14:54 +07:00
Lucas L. 18241136e3 Add filter on already seen links for RSS feeds 2025-03-22 19:59:00 +07:00
Svilen Markov 6fb6467b07 Fix sorting bug in twitch channels widget 2025-03-22 11:02:06 +07:00
Svilen Markov 83f0d16904 Increase scale on mobile 2025-03-21 23:40:23 +07:00
‮daot 0e0aca3844 Update docker-containers.html 2025-03-21 18:08:15 +07:00
Svilen Markov 97b52792ef Fix CSS issues on mobile due to order of declarations 2025-03-21 14:04:43 +07:00
Svilen Markov 0680c5ff9c Bump contrast of progress value 2025-03-21 13:50:33 +07:00
Svilen Markov f1f0158238 Add parseRelativeTime function 2025-03-20 23:49:09 +07:00
Svilen Markov bca3617116 Add allow-insecure to custom-api widget 2025-03-20 23:02:17 +07:00
Svilen Markov 55ae674e0b Add desktop-navigation-width property 2025-03-20 22:54:39 +07:00
Svilen Markov 46eb610d26 Fix typo 2025-03-20 22:54:39 +07:00
Svilen Markov bfc2e9c7fb Reduce contrast of progress bar values 2025-03-20 22:54:39 +07:00
Svilen Markov ffedd9eaf9
Merge pull request #480 from stripedew/dev
Add Kagi and Startpage as search engines
2025-03-20 19:37:08 +07:00
Svilen Markov 1512718d41 Update readme
Added "Common issues"
2025-03-20 19:27:29 +07:00
Svilen Markov e566dcd0d9 Make config variables matching stricter
This prevents strings such as ${whatever} from getting
confused for env variables and resulting in config errors
2025-03-20 16:57:56 +07:00
Svilen Markov 43b8f8f31b Split CSS into multiple files
This shouldn't result in anything breaking,
will require thorough testing
2025-03-20 16:57:55 +07:00
stripedew 768f700719
Update configuration.md 2025-03-20 12:02:33 +07:00
stripedew ab1faedadf
Update widget-search.go 2025-03-20 12:01:26 +07:00
stripedew fa325bd519
Update configuration.md
Added Kagi
2025-03-20 11:53:59 +07:00
Svilen Markov 568876fc4f
Merge pull request #476 from jpinz/dev
Add bing and perplexity as search engines
2025-03-19 20:00:54 +07:00
Julian d506604918 Add bing and perplexity as search engines 2025-03-19 16:25:10 +07:00
Svilen Markov 7c9f79f243
Merge pull request #466 from ralphocdol/dns-stats-pihole-default-title-url
make title-url of pihole and pihole-v6 default to /admin
2025-03-18 13:13:46 +07:00
Svilen Markov a77d0ce5c0 Move behavior within the widget init
Otherwise we create a global getWidgetTitleURL
function that sounds a little too generic and vague
2025-03-18 13:11:19 +07:00
Ralph Ocdol 55685e6854 make title-url of pihole and pihole-v6 default to /admin 2025-03-18 11:02:26 +07:00
Svilen Markov 4731b90899
Merge pull request #456 from slashformotion/slashformotion/refactor
refacto: remove duplicate
2025-03-17 20:49:10 +07:00
Charles Harries f36527995e feat: Use conditional requests for RSS feeds 2025-03-17 19:06:32 +07:00
Svilen Markov fd5cf98072 Refactor config variables and add new features
* Can now use Docker secrets
* Can now read files who's path is provided by an env var
2025-03-17 17:37:51 +07:00
slashformotion 844e32a11e refacto: remove duplicate 2025-03-17 16:26:43 +07:00
Svilen Markov 82cb0143f2 Only override extension url query if parameters property present 2025-03-17 14:16:47 +07:00
MikeC 51e70347e4 Add Documentation 2025-03-17 07:09:31 +07:00
MikeC 075bdfdc23 Add ability to convert docker container names to humanreadable names 2025-03-17 06:58:11 +07:00
MikeC e84edb3e30 Add support to configure docker containers in yaml 2025-03-17 06:53:08 +07:00
Svilen Markov 2bde4656ed Merge branch 'main' into dev 2025-03-17 03:01:06 +07:00
Svilen Markov 0b2cfc45c1 Docker containers accessibility improvements 2025-03-17 02:06:32 +07:00