XhmikosR
f96d6cc0f0
Remove more unused variables
...
Signed-off-by: XhmikosR <xhmikosr@gmail.com >
2019-12-17 17:15:59 +02:00
DL6ER
aad00db5b6
Merge pull request #1085 from pi-hole/reuse-dateformat
...
Reuse the `dateformat` variable
2019-12-17 15:55:41 +01:00
DL6ER
f084fa1991
Merge pull request #1091 from pi-hole/text
...
Use `text()` for the token
2019-12-17 15:49:05 +01:00
XhmikosR
f486935eb8
Use text() for the token
...
We don't need any HTML.
Signed-off-by: XhmikosR <xhmikosr@gmail.com >
2019-12-17 15:57:50 +02:00
XhmikosR
7d9e32bac6
Reuse the dateformat variable
...
Signed-off-by: XhmikosR <xhmikosr@gmail.com >
2019-12-17 09:59:01 +02:00
XhmikosR
9c1846885a
Clean up JS
...
* remove unused variables/functions
* use the dot notation
* use explicit coercion
* remove unneeded else
* use `textContent` instead of `innerHTML`
* cache a few `getElementById` calls
* fix a couple of undefined variables
* various assorted lint tweaks
Signed-off-by: XhmikosR <xhmikosr@gmail.com >
2019-12-16 20:36:40 +02:00
XhmikosR
d65b5be5e2
A few CSS tweaks.
...
Add utilities classes and fix a few CSS issues.
Signed-off-by: XhmikosR <xhmikosr@gmail.com >
2019-12-09 21:36:58 +02:00
TheME
5ea4e6d185
fix broken Icons
...
Signed-off-by: Th3M3 <the_me@hotmail.de >
2019-08-04 21:11:32 +02:00
DL6ER
468cd0ccfd
Move dataIndex definition into dataSrc function
...
Signed-off-by: DL6ER <dl6er@dl6er.de >
2019-05-10 22:02:52 +02:00
DL6ER
6d896f9892
Use Array.map() instead of looping over elements and pushing the content to a new array
...
Signed-off-by: DL6ER <dl6er@dl6er.de >
2019-05-09 20:10:32 +02:00
DL6ER
1d5b212d93
Apply the same changes also for the database query list
...
Signed-off-by: DL6ER <dl6er@dl6er.de >
2019-05-06 07:44:11 +02:00
DL6ER
e0947d69ab
Long-term queries: Request all externally blocked variants when the checkbox is enabled
...
Signed-off-by: DL6ER <dl6er@dl6er.de >
2019-02-22 21:26:36 +01:00
DL6ER
8796583818
Implement finer grained external blocking displaying
...
Signed-off-by: DL6ER <dl6er@dl6er.de >
2019-02-04 17:45:30 +01:00
Mcat12
2ba8787261
Merge branch 'release/v4.2' into devel
...
# Conflicts:
# scripts/pi-hole/js/db_graph.js
2019-02-03 11:24:19 -08:00
DL6ER
a975576616
Long-term data: Show date range only after user chose a valid range. Fixes #897
...
Signed-off-by: DL6ER <dl6er@dl6er.de >
2019-01-22 23:30:36 +01:00
DL6ER
8ae36a0dcb
Fill daterange field with initialization (now-6d -> now)
...
Signed-off-by: DL6ER <dl6er@dl6er.de >
2019-01-20 11:36:39 +01:00
DL6ER
26ab341669
Remove debug statement
...
Signed-off-by: DL6ER <dl6er@dl6er.de >
2018-08-30 15:37:04 +02:00
DL6ER
d2ecf1c70a
Use comma-separated list of type integers instead of byte-coded integer.
...
Signed-off-by: DL6ER <dl6er@dl6er.de >
2018-08-30 15:02:33 +02:00
DL6ER
2d1aae3078
Merge branch 'devel' into new/longterm/select_query_type
2018-08-29 20:35:47 +02:00
Mcat12
b1549f1da8
Fix whitelisting from the query log (and DB query log)
...
Signed-off-by: Mcat12 <newtoncat12@yahoo.com >
2018-08-26 12:38:50 -04:00
DL6ER
7ee1874672
Optimize HTML and JS
...
Signed-off-by: DL6ER <dl6er@dl6er.de >
2018-08-24 14:25:02 +02:00
DL6ER
318179d82d
Merge branch 'devel' into new/longterm/select_query_type
2018-08-24 14:09:46 +02:00
DL6ER
3169b5ba88
Add selection for query types on long term DB query log page
...
Signed-off-by: DL6ER <dl6er@dl6er.de >
2018-08-24 14:09:08 +02:00
Mcat12
9367e8115e
Add support for new query statuses in long term query log
...
Signed-off-by: Mcat12 <newtoncat12@yahoo.com >
2018-08-20 16:28:02 -04:00
Mcat12
9bc09564ba
Improve readability of long term summary stats
...
Signed-off-by: Mcat12 <newtoncat12@yahoo.com >
2018-06-25 19:44:22 -04:00
Mark Drobnak
1e96f5d6dd
Merge branch 'devel' into mobile-query-log2
2018-01-12 11:03:48 -05:00
Mcat12
081f0bb98c
Add timeout warning to database pages
...
Signed-off-by: Mcat12 <newtoncat12@yahoo.com >
2018-01-07 14:04:38 -05:00
TheME
ca868ca4b3
optimize query-log for small screens
...
Signed-off-by: Th3M3 <the_me@outlook.de >
2017-12-10 15:15:38 +01:00
DL6ER
40ae7fb0ca
Add long-term graph page ( #542 )
...
* Add api_db.php?getGraphData
Signed-off-by: DL6ER <dl6er@dl6er.de >
* Add new DB Graph page
Signed-off-by: DL6ER <dl6er@dl6er.de >
* Adjust x-axis format
Signed-off-by: DL6ER <dl6er@dl6er.de >
* Tweaks to long term stats (#543 )
* add maxDate to Datepicker
* remove `GO` Button from datepicker input, instead hook into the apply event to update the graphs/charts when the date range is selected
* :codacy:
Signed-off-by: DL6ER <dl6er@dl6er.de >
* Fix comment + another :codacy:
* Remove duplicated code
* Add click callback to DB graph that sends the user to the DB query log page. This required some re-write of the DB queries page.
* Remove uneeded global variable
* Remove minDate and MaxDate as it is causing issues on fresh installs
* Oh :codacy: ...
2017-07-08 23:42:21 +02:00
Mcat12
220a47f67e
Merge pull request #537 from pi-hole/tweak/long_term_24H
...
Daterangepicker: Display time in 24H modus
2017-06-30 11:11:06 -04:00
DL6ER
76e4cc6a40
Fix datrangepicker for "Today" and "Yesterday". Add "All Time" option. ( #535 )
...
Signed-off-by: DL6ER <dl6er@dl6er.de >
2017-06-30 17:04:10 +02:00
DL6ER
273f9373b2
Display time in 24H instead of 12H mode
...
Signed-off-by: DL6ER <dl6er@dl6er.de >
2017-06-30 13:40:13 +02:00
DL6ER
9f7fb18f31
Long-term statistics implementation (using FTL's database) ( #521 )
...
* - Add DB Top Lists
- Add DB Query Log
- Add DB API
* Allow to select only queries that are equal/newer than the oldest entry in the database
2017-06-29 20:57:09 +02:00