Commit Graph
5027 Commits
Author SHA1 Message Date
Christian König bbdc4c3d6b Fix doughnut tooltip and legend
Signed-off-by: Christian König <ckoenig@posteo.de>
2022-10-05 21:19:02 +02:00
Christian König 0245c936d9 Set parsing:false for dashboard graphs
Signed-off-by: Christian König <ckoenig@posteo.de>
2022-10-05 21:19:02 +02:00
Christian König 01ce1eed32 Add source map for chartjs-adapter-moment.min.js. They decided to remove it from the distributed version (https://github.com/chartjs/chartjs-adapter-moment/pull/34) but kept the reference in the js file. I compiled it myself to generate the source map
Signed-off-by: Christian König <ckoenig@posteo.de>
2022-10-05 21:19:01 +02:00
Christian König 958f10c472 Fix line graph reprenstations for overtime* charts
Signed-off-by: Christian König <ckoenig@posteo.de>
2022-10-05 21:19:01 +02:00
Christian König 624d39df25 Fix OnClickEvent for overtime* charts
Signed-off-by: Christian König <ckoenig@posteo.de>
2022-10-05 21:19:01 +02:00
Christian König 999295b772 Fix overtime* charts
Signed-off-by: Christian König <ckoenig@posteo.de>
2022-10-05 21:19:00 +02:00
Christian König c14c491ea5 Add chartjs-adapter-moment.js
Signed-off-by: Christian König <ckoenig@posteo.de>
2022-10-05 21:19:00 +02:00
Christian König 6d971c1430 Update chartjs to v3.9.1
Signed-off-by: Christian König <ckoenig@posteo.de>
2022-10-05 21:19:00 +02:00
RD WebDesign 4fdd7eb313 Fix position and size of the overlay spinner (#2385) 2022-10-05 13:35:49 -03:00
RD WebDesign 6cbd7ff8cf Fix position and size of the spinner
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
2022-10-05 01:14:21 -03:00
yubiuser 2ad17d4789 Bump actions/setup-node from 3.4.1 to 3.5.0 (#2383) 2022-10-01 15:19:53 +02:00
dependabot[bot] c1bf7105c9 Bump actions/setup-node from 3.4.1 to 3.5.0
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.4.1 to 3.5.0.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v3.4.1...v3.5.0)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-01 13:17:45 +00:00
yubiuser 25117c3ffb Bump actions/cache from 3.0.8 to 3.0.9 (#2382) 2022-10-01 15:17:03 +02:00
dependabot[bot] c7d4d0cd8b Bump actions/cache from 3.0.8 to 3.0.9
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.8 to 3.0.9.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3.0.8...v3.0.9)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-01 10:18:16 +00:00
yubiuser 347bd4ac79 Bump postcss from 8.4.16 to 8.4.17 (#2381) 2022-10-01 12:09:09 +02:00
dependabot[bot] ad8489303a Bump postcss from 8.4.16 to 8.4.17
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.16 to 8.4.17.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.16...8.4.17)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-01 10:04:10 +00:00
RD WebDesign 0508868023 Improve long-term data graphs (#2380)
- Fix line/area graph (broken after recent changes) (#2380)
- Simplify SQL using a single query to retrieve both values (domains and blocked queries) using synchronized timestamps.
- Add queries with codes 15 or 16 to the blocked count.
2022-10-01 03:36:01 -03:00
RD WebDesign d47efd1041 Add codes 15 and 16 to the blocked count
- 15: Blocked (database is busy)
- 16: Blocked (special domain)

Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
2022-09-30 19:50:15 -03:00
RD WebDesignandyubiuser 7c2dbf4662 Remove forgotten comment
Co-authored-by: yubiuser <ckoenig@posteo.de>
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
2022-09-30 18:48:37 -03:00
RD WebDesign 169d087eaf Use a single SQL command to retrieve (and synchronize) domains and blocked queries.
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
2022-09-29 23:52:59 -03:00
RD WebDesign c09b23b663 Adding zeros to avoid line/area graph errors with there are gaps on the data
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
2022-09-29 16:55:00 -03:00
RD WebDesign 17487b34ea Simplify how data is passed to Long term graph (#2374) 2022-09-27 15:19:44 -03:00
RD WebDesign 425139501b Set min and max values for graph xAxis
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
2022-09-26 14:41:09 -03:00
RD WebDesign d658965abc Don't fill the all slots with zeros
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
2022-09-26 14:41:09 -03:00
Adam Warner 0171bce66f Bump autoprefixer from 10.4.11 to 10.4.12 (#2375) 2022-09-24 13:09:10 +01:00
Adam Warner ba19002cd3 Bump actions/stale from 5.2.0 to 6.0.0 (#2376) 2022-09-24 13:07:13 +01:00
dependabot[bot] 08f4e0686f Bump actions/stale from 5.2.0 to 6.0.0
Bumps [actions/stale](https://github.com/actions/stale) from 5.2.0 to 6.0.0.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/stale/compare/v5.2.0...v6.0.0)

---
updated-dependencies:
- dependency-name: actions/stale
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-24 10:18:00 +00:00
dependabot[bot] a0834ca048 Bump autoprefixer from 10.4.11 to 10.4.12
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.4.11 to 10.4.12.
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/autoprefixer/compare/10.4.11...10.4.12)

---
updated-dependencies:
- dependency-name: autoprefixer
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-24 10:03:36 +00:00
RD WebDesign db56914e80 Get port number directly from pihole-FTL.conf (#2371) 2022-09-22 14:36:37 -03:00
RD WebDesign 7189eb8beb Filter $versions values before print them on footer to avoid code execution (#2368) 2022-09-22 14:20:15 -03:00
RD WebDesign 6e51ac3f85 Using htmlentities and rawurlencode on every output string
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
2022-09-21 19:16:21 -03:00
RD WebDesign 2d346a1bc8 Remove all unwanted characters from $versions
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
2022-09-21 19:16:21 -03:00
RD WebDesign 5c2d2f3446 Get port number directly from pihole-FTL.conf
- Remove the code using FTL portfile
- code simplification

Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
2022-09-21 18:59:09 -03:00
DL6ER d324215593 Remove additional space in Cookie header (#2370) 2022-09-21 20:32:22 +02:00
Christian König b948f4053c Remove additional space in Cookie header
Signed-off-by: Christian König <ckoenig@posteo.de>
2022-09-21 16:00:35 +02:00
yubiuser 076326eacb Allow the root zone . to be excluded from top lists (#2366) 2022-09-20 20:16:46 +02:00
Christian König e944c9d6c7 Allow the root zone . to be excluded from top lists
Signed-off-by: Christian König <ckoenig@posteo.de>
2022-09-20 16:22:23 +02:00
Adam Warner 344587c15b sync: master to devel (#2364) 2022-09-19 11:14:35 +01:00
Adam Warner b110ecccea v5.15.1 (#2363) v5.15.1 2022-09-19 11:00:06 +01:00
RD WebDesign 8c8cdd0a01 Update Dashboard and Login Screen images (#2358)
Screenshots using v5.15 pages.
2022-09-17 15:55:14 -03:00
RD WebDesign 0fc5bd679a Remove image fixed height
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
2022-09-17 15:44:23 -03:00
yubiuser f70489df6e Bump autoprefixer from 10.4.8 to 10.4.11 (#2360) 2022-09-17 14:01:43 +02:00
dependabot[bot] ed1a9a1a63 Bump autoprefixer from 10.4.8 to 10.4.11
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.4.8 to 10.4.11.
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/autoprefixer/compare/10.4.8...10.4.11)

---
updated-dependencies:
- dependency-name: autoprefixer
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-17 11:59:53 +00:00
yubiuser c1ed3b66b3 Bump actions/stale from 5.1.1 to 5.2.0 (#2361) 2022-09-17 13:57:40 +02:00
dependabot[bot] e4abebbe8a Bump actions/stale from 5.1.1 to 5.2.0
Bumps [actions/stale](https://github.com/actions/stale) from 5.1.1 to 5.2.0.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/stale/compare/v5.1.1...v5.2.0)

---
updated-dependencies:
- dependency-name: actions/stale
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-17 10:19:01 +00:00
yubiuser 3ce3a93cb2 Avoid PHP warning in groups.php when adding a domain (#2357) 2022-09-17 10:16:14 +02:00
RD WebDesign 54f4e349e5 Update Dashboard and Login Screen images
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
2022-09-17 02:33:14 -03:00
RD WebDesign 93db592f74 Add test to avoid PHP warning
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
2022-09-17 02:16:49 -03:00
yubiuser 45d281cf80 Read DOCKER_VERSION from version file instead of env variable (#2356) 2022-09-16 20:22:32 +02:00
yubiuser 2d81c105f3 Reverse logic of in/exlcuding queries from long-term database and rename queryType => statusType (#2338) 2022-09-16 20:21:55 +02:00