yubiuser
94e8e909b7
Improve line graph tooltip ( #3601 )
2025-10-04 08:58:29 +02:00
yubiuser
a6c372eb7f
Rename config key dns.domain > dns.domain.name ( #3611 )
2025-09-30 19:38:23 +02:00
yubiuser
8e9658e099
Rename config key dns.domain > dns.domain.name
...
Signed-off-by: yubiuser <github@yubiuser.dev >
2025-09-28 10:42:12 +02:00
RD WebDesign
91346f4a42
Fix the link on the upstream chart legend ( #3606 )
2025-09-22 04:02:39 -03:00
RD WebDesign
c6a2e8572e
Trigger the offset effect when the mouse is over a legend item
...
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br >
2025-09-19 17:11:10 -03:00
RD WebDesign
ec5f8b7037
Add offset effect on hover to the doughnut charts
...
We need to add a small padding to avoid "clipping" the arc/slice.
This happens because when an arc/slice expands, it grows beyond the canvas
limits and get clipped.
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br >
2025-09-19 17:04:48 -03:00
RD WebDesign
1edd4e710d
Fix closing head tag ( #3607 )
...
Fixed missing `</head>` tag: files erro403.lp, error404.lp and login.lp
2025-09-18 05:09:58 -03:00
H3xCat
115b7a858b
Fix closing head tag formatting
...
Signed-off-by: H3xCat <2304691+h3xcat@users.noreply.github.com >
2025-09-17 23:30:59 -07:00
RD WebDesign
ca57bcfb5c
Include the upstream DNS server name to the link, when needed
...
The link must send the "upstream" parameter in exactly the same format used
by the "suggestions" API.
The format is: "upstream=<IP>#<port> (<servername>)".
This will ensure that when a link is clicked, the correct server name will
be highlighted in the SELECT element on the queries.lp page and no other
OPTION element will be created.
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br >
2025-09-16 16:47:03 -03:00
RD WebDesign
af471bec94
Show the upstream server IP on the title tooltip
...
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br >
2025-09-15 23:03:26 -03:00
RD WebDesign
48666e1ffd
Use an array to store upstream server IPs
...
This will avoid overwritting the IP when more than one upstream DNS server uses the same name
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br >
2025-09-15 22:34:06 -03:00
RD WebDesign
52441b7b1b
Remove unnecessary code
...
The outer `if` (line 92) already guarantees only 2 possible values.
If `isQueryTypeChart` is false, `isForwardDestinationChart` must be true.
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br >
2025-09-15 22:11:44 -03:00
yubiuser
2c1876879d
Fix calculation of tootlip percentage
...
Signed-off-by: yubiuser <github@yubiuser.dev >
2025-09-10 11:12:04 +02:00
yubiuser
66eb947718
Only display items in queryOverTimeChart tooltips with at least 1 query
...
Signed-off-by: yubiuser <github@yubiuser.dev >
2025-09-10 11:12:04 +02:00
yubiuser
9dc305c2b5
Show tooltip of bar graphs below x-axis
...
Signed-off-by: yubiuser <github@yubiuser.dev >
2025-09-10 11:11:52 +02:00
RD WebDesign
d799d39d25
Fix 2FA icon styles #3431 ( #3585 )
2025-08-25 21:30:35 -03:00
Adam Warner
47d02af021
Prevents getting stuck loading unlimited query log results ( #3592 )
2025-08-25 12:21:47 +01:00
Aaron Blankenship
be3859db7f
Prevents getting stuck loading unlimited query log results. Changed in Queries Log table only.
...
Signed-off-by: Aaron Blankenship <aaron@aaronblankenship.com >
2025-08-24 15:42:59 -05:00
yubiuser
1eb9344bf4
build(deps): bump github/codeql-action from 3.29.9 to 3.29.11 ( #3591 )
2025-08-23 12:21:57 +02:00
yubiuser
4e26fe3ade
build(deps-dev): bump eslint from 9.33.0 to 9.34.0 ( #3589 )
2025-08-23 12:21:14 +02:00
dependabot[bot]
78ced9f0d2
build(deps): bump github/codeql-action from 3.29.9 to 3.29.11
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 3.29.9 to 3.29.11.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/github/codeql-action/compare/v3.29.9...v3.29.11 )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 3.29.11
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-23 10:16:57 +00:00
dependabot[bot]
ce30798656
build(deps-dev): bump eslint from 9.33.0 to 9.34.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 9.33.0 to 9.34.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v9.33.0...v9.34.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-version: 9.34.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-23 10:10:49 +00:00
idotj
ee02f1aea8
Remove CSS
...
Signed-off-by: idotj <info@idotj.com >
2025-08-20 14:20:11 +02:00
idotj
2768c44d24
Fix typo
...
Signed-off-by: idotj <info@idotj.com >
2025-08-19 18:47:21 +02:00
idotj
21a65be5a7
Fix 2FA icon styles #3431
...
Signed-off-by: idotj <info@idotj.com >
2025-08-19 18:41:54 +02:00
yubiuser
17c51e568e
build(deps): bump github/codeql-action from 3.29.8 to 3.29.9 ( #3583 )
2025-08-16 13:43:16 +02:00
yubiuser
7aa97a4456
build(deps): bump actions/checkout from 4.2.2 to 5.0.0 ( #3584 )
2025-08-16 13:42:25 +02:00
yubiuser
44bd883313
build(deps-dev): bump xo from 1.2.1 to 1.2.2 ( #3582 )
2025-08-16 13:36:40 +02:00
dependabot[bot]
0bf92bfde4
build(deps): bump actions/checkout from 4.2.2 to 5.0.0
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4.2.2 to 5.0.0.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v4.2.2...v5.0.0 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: 5.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-16 10:51:05 +00:00
dependabot[bot]
288dc3651f
build(deps): bump github/codeql-action from 3.29.8 to 3.29.9
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 3.29.8 to 3.29.9.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/github/codeql-action/compare/v3.29.8...v3.29.9 )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 3.29.9
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-16 10:50:59 +00:00
dependabot[bot]
aeb86e4239
build(deps-dev): bump xo from 1.2.1 to 1.2.2
...
Bumps [xo](https://github.com/xojs/xo ) from 1.2.1 to 1.2.2.
- [Release notes](https://github.com/xojs/xo/releases )
- [Commits](https://github.com/xojs/xo/compare/v1.2.1...v1.2.2 )
---
updated-dependencies:
- dependency-name: xo
dependency-version: 1.2.2
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-16 10:49:55 +00:00
yubiuser
035a2861bf
Use /flush/network instead of /flush/arp ( #3553 )
2025-08-14 21:13:41 +02:00
yubiuser
60a3e4b36f
build(deps): bump github/codeql-action from 3.29.5 to 3.29.8 ( #3580 )
2025-08-09 22:19:36 +02:00
yubiuser
594ad22944
build(deps-dev): bump eslint from 9.32.0 to 9.33.0 ( #3579 )
2025-08-09 22:17:49 +02:00
dependabot[bot]
2df4782c17
build(deps): bump github/codeql-action from 3.29.5 to 3.29.8
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 3.29.5 to 3.29.8.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/github/codeql-action/compare/v3.29.5...v3.29.8 )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 3.29.8
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-09 10:28:14 +00:00
dependabot[bot]
9a9f6cd170
build(deps-dev): bump eslint from 9.32.0 to 9.33.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 9.32.0 to 9.33.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v9.32.0...v9.33.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-version: 9.33.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-09 10:14:13 +00:00
yubiuser
90f77098c1
build(deps): bump github/codeql-action from 3.29.4 to 3.29.5 ( #3576 )
2025-08-02 12:40:35 +02:00
dependabot[bot]
bec82d8045
build(deps): bump github/codeql-action from 3.29.4 to 3.29.5
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 3.29.4 to 3.29.5.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/github/codeql-action/compare/v3.29.4...v3.29.5 )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 3.29.5
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-02 10:08:28 +00:00
yubiuser
f9e4d689a8
build(deps-dev): bump eslint from 9.31.0 to 9.32.0 ( #3572 )
2025-07-26 12:33:16 +02:00
yubiuser
f7c5c768d5
build(deps): bump github/codeql-action from 3.29.2 to 3.29.4 ( #3574 )
2025-07-26 12:31:05 +02:00
dependabot[bot]
aa7ce51e08
build(deps): bump github/codeql-action from 3.29.2 to 3.29.4
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 3.29.2 to 3.29.4.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/github/codeql-action/compare/v3.29.2...v3.29.4 )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 3.29.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-07-26 10:10:54 +00:00
dependabot[bot]
2e960473cb
build(deps-dev): bump eslint from 9.31.0 to 9.32.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 9.31.0 to 9.32.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v9.31.0...v9.32.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-version: 9.32.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-07-26 10:06:09 +00:00
yubiuser
6e60bc903c
build(deps-dev): bump xo from 1.1.1 to 1.2.1 ( #3570 )
2025-07-19 12:59:45 +02:00
dependabot[bot]
319675a902
build(deps-dev): bump xo from 1.1.1 to 1.2.1
...
Bumps [xo](https://github.com/xojs/xo ) from 1.1.1 to 1.2.1.
- [Release notes](https://github.com/xojs/xo/releases )
- [Commits](https://github.com/xojs/xo/compare/v1.1.1...v1.2.1 )
---
updated-dependencies:
- dependency-name: xo
dependency-version: 1.2.1
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-07-19 10:24:57 +00:00
Dominik
f518450115
Bind address to new element instead of raw HTML construction ( #3567 )
2025-07-17 07:25:44 +02:00
yubiuser
48d0f19de8
Trim whitespaces before adding custom DNS record ( #3569 )
2025-07-17 05:52:45 +02:00
yubiuser
ac7b9845b6
Also trim CNAME input fields
...
Signed-off-by: yubiuser <github@yubiuser.dev >
2025-07-16 22:03:25 +02:00
yubiuser
d2dc2535bb
Trim whitespaces before adding custom DNS record
...
Signed-off-by: yubiuser <github@yubiuser.dev >
2025-07-16 22:00:03 +02:00
DL6ER
e137dd0a0f
Bind address to new element instead of raw HTML construction
...
Signed-off-by: DL6ER <dl6er@dl6er.de >
2025-07-16 16:19:46 +02:00
Dominik
6023387c7d
Use innerHTML instead of append to fix gravity color output ( #3566 )
2025-07-16 09:57:58 +02:00