Commit graph

599 commits

Author SHA1 Message Date
Svilen Markov
233de7fc37 Add new functions to custom-api widget 2025-03-26 19:44:35 +00:00
Svilen Markov
c6e0230e5d Allow sending headers in extension widget 2025-03-26 17:59:41 +00:00
Svilen Markov
ca2732668e Update docs 2025-03-26 17:58:52 +00:00
Svilen Markov
456b76ac96 Allow specifying method and request body 2025-03-26 17:58:35 +00:00
Svilen Markov
a2c58bea82 Add parseRelativeTime function 2025-03-26 11:28:05 +00:00
Svilen Markov
7276b3d5ef Add allow-insecure to custom-api widget 2025-03-26 11:27:47 +00:00
Svilen Markov
1ef8315462 Only override extension url query if parameters property present 2025-03-26 11:27:12 +00:00
Svilen Markov
2f88ac419b Add parseTime to custom-api 2025-03-26 11:27:07 +00: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 +00:00
Svilen Markov
b2c5205035 Add support for bool in query params fields 2025-03-26 11:25:47 +00:00
Svilen Markov
2be59c3eb6 Fix failing to parse empty response body in custom api widget 2025-03-26 11:25:34 +00:00
Svilen Markov
176fc896ae Also apply to extension widget 2025-03-26 11:24:43 +00:00
Svilen Markov
a943555d86 Add note to docs 2025-03-26 11:24:27 +00:00
Svilen Markov
58bbfbbc42 Make query parameters field reusable 2025-03-26 11:24:15 +00:00
Ralph Ocdol
026b644630 feat: add parameters and array parameters support 2025-03-26 11:24:08 +00:00
Svilen Markov
1512718d41 Update readme
Added "Common issues"
2025-03-20 19:27:29 +00:00
Svilen Markov
4731b90899
Merge pull request #456 from slashformotion/slashformotion/refactor
refacto: remove duplicate
2025-03-17 20:49:10 +00:00
slashformotion
844e32a11e refacto: remove duplicate 2025-03-17 16:26:43 +01:00
Svilen Markov
0b2cfc45c1 Docker containers accessibility improvements 2025-03-17 02:06:32 +00:00
Svilen Markov
c8be41ce6c Reduce contrast of calendar dates 2025-03-17 00:45:23 +00:00
Svilen Markov
ec2f710d06 Use constant for the prefix 2025-03-16 23:17:07 +00:00
Svilen Markov
71112173b9 Fix title link not opening in new tab 2025-03-16 23:15:19 +00:00
Svilen Markov
1615c20e66 Change custom api int64 types to int
Some of Go's native template functions return int and
having to juggle between int and int64 might get messy
so we'll try to stick to having a single int type
2025-03-16 01:32:35 +00:00
Svilen Markov
fbcea12786 Add more info to logged message 2025-03-16 01:25:13 +00:00
Svilen Markov
047d13afd1 Fix summary triangle showing on Safari 2025-03-16 01:24:56 +00:00
Svilen Markov
4c1165533c Define service strings as consts to avoid forgetting to change them in all places 2025-03-15 19:41:08 +00:00
Svilen Markov
14bdcf71fe Remove debug code 2025-03-15 19:10:21 +00:00
Svilen Markov
1b3f022b2d Rename service to reduce ambiguity 2025-03-15 19:03:48 +00:00
Svilen Markov
b6d93a7f09
Merge pull request #371 from KallanX/enhancement/add-support-pihole-v6
Enhancement/add support pihole v6
2025-03-15 18:45:22 +00:00
Svilen Markov
4b2438c298 Refactor DNS stats widget 2025-03-15 18:42:58 +00:00
Svilen Markov
3b79c8e09f Remove symbol-link-template 2025-03-15 10:27:39 +00:00
Svilen Markov
d7bbf2b8e2 Accessibility improvements 2025-03-12 18:01:35 +00:00
Svilen Markov
b8df34309f Add note to docs about page width 2025-03-12 18:01:35 +00:00
Svilen Markov
278fa3c397 Add gap between domain and percent 2025-03-12 18:01:35 +00:00
Svilen Markov
6f48ee98e5 Uppercase currency before looking for matching symbol #365 2025-03-12 18:01:35 +00:00
Svilen Markov
774b0c104b
Merge pull request #399 from KadoBOT/patch-1
Update configuration.md
2025-03-08 09:46:37 +00:00
Ricardo Ambrogi
fbd4d9a74e
Update configuration.md
Correct `title` to `name`.

I'm unsure if `title` is also accepted, I haven't tested it. Please close this PR if this fix is not valid.
2025-03-07 09:07:10 +01:00
Svilen Markov
3f2fefe4f7
Merge pull request #382 from legoraft/main
Added gruvbox theme
2025-03-01 22:44:22 +00:00
Legoraft
fb8513bc9f
Added gruvbox theme code and screenshot 2025-03-01 14:19:36 +01:00
Legoraft
e4ec958edb
Added gruvbox screenshot 2025-03-01 14:17:17 +01:00
Keith Carichner Jr
78ad88a245
Merge pull request #1 from ralphocdol/fix-graph
Fix Graph and move SID to header
2025-02-27 10:33:20 -05:00
Ralph Ocdol
99660aeee8 Fix Graph and move SID to header 2025-02-27 23:02:10 +08:00
Keith Carichner Jr
65a412eb59 Pushing latest. Add ability to fetch series data from new api. 2025-02-26 16:20:43 -05:00
Keith Carichner Jr
2002ed1c9c Pushing latest changes. 2025-02-24 13:52:27 -05:00
Svilen Markov
488a1f6070 Update link to point to repo instead of pkg.go.dev 2025-02-22 13:32:50 +00:00
Svilen Markov
1e12d937aa
Merge pull request #372 from DavisYe/main
Correct document
2025-02-22 12:58:56 +00:00
Keith Carichner Jr
e643a44b59 Pushing latest fixes to handle the two different JSON responses. 2025-02-20 14:54:11 -05:00
DavisYe
7319870289 Correct the docker compose environment format of GITHUB_TOKEN in the configuration document. 2025-02-20 21:30:34 +08:00
Keith Carichner Jr
72c1ebf66d Minor README adjustment. 2025-02-19 23:23:22 -05:00
Keith Carichner Jr
008c4a3ab7 Removing SID check func. 2025-02-19 23:04:45 -05:00