Adam Warner
|
596f5af7fa
|
Merge branch 'release/v5.0' into fix/group_assignment_allow_overflow
|
2020-02-16 18:51:29 +00:00 |
|
Adam Warner
|
211bcc999f
|
Whejn dropdown is shown, move it outside of the datatable container (at the same absolute position)
When it is closed, put it back where it came from
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
|
2020-02-16 17:33:52 +00:00 |
|
Adam Warner
|
a7a99ea693
|
update multiselects on other group pages with the same logic
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
|
2020-02-16 16:10:14 +00:00 |
|
Adam Warner
|
b5e77648ad
|
drop up instead of down if there are less than 200 px to the bottom of the screen Signed-off-by: Adam Warner <me@adamwarner.co.uk>
|
2020-02-16 15:59:33 +00:00 |
|
DL6ER
|
32815cb7f0
|
Merge branch 'release/v5.0' into new/unify_domain_pages
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2020-02-16 09:13:45 +01:00 |
|
DL6ER
|
0c1f3b3d14
|
Depend display of group assigmnent delect field on number of visible columns.
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2020-02-16 08:00:03 +01:00 |
|
DL6ER
|
ef57abdbdd
|
Enhance wrapping for long regex lines on the domains list pages.
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2020-02-16 07:59:07 +01:00 |
|
DL6ER
|
ee8b893210
|
Merge pull request #1153 from pi-hole/fix/idn_regex
Only try to convert exact domains using the IDN library
|
2020-02-15 22:00:34 +01:00 |
|
DL6ER
|
fd7786ad8c
|
Merge pull request #1155 from pi-hole/tweak/show_cname_regex_link
Improve CNAME inspection details on Query Log
|
2020-02-15 21:59:12 +01:00 |
|
DL6ER
|
8d6e2a07fb
|
Reverse logic on Query Log to ensure only permitted queries can be added to the blacklist.
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2020-02-15 18:16:56 +01:00 |
|
DL6ER
|
09c7ba99fa
|
Underline clickable regex links on Query Log page.
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2020-02-15 12:25:20 +01:00 |
|
DL6ER
|
88eb4c85b8
|
Optimizations to regex link generating code.
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2020-02-14 22:16:06 +01:00 |
|
DL6ER
|
2d975b8bac
|
Simplify domain management by using the same page for both locations where domains can be edited. This removes a large amount of duplicated code, each prone to its own bugs.
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2020-02-14 20:31:54 +01:00 |
|
DL6ER
|
facb5b07a9
|
Regex IDs start from 1 by default. 0 means the query has been imported from the database. It makes no sense to show a link when we don't know which regex was responsible for blocking (this is not stored in the database).
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2020-02-14 17:54:34 +01:00 |
|
DL6ER
|
1d7889d754
|
Add hover title to regex link icon.
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2020-02-14 17:50:51 +01:00 |
|
DL6ER
|
623cecc64c
|
Also show regex link when this is CNAME regex blocked.
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2020-02-14 17:41:03 +01:00 |
|
DL6ER
|
b2cc349abf
|
Only try to convert exact domains using the IDN library.
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2020-02-14 17:27:45 +01:00 |
|
DL6ER
|
843e46d84a
|
Merge pull request #1144 from pi-hole/new/CNAME_inspection_details
Add CNAME blocking states and show more details in CNAME blocking
|
2020-02-10 09:16:34 +01:00 |
|
DL6ER
|
280b73bf8d
|
Fix computation of percentages in the over-time graph.
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2020-02-04 22:40:11 +01:00 |
|
DL6ER
|
249dfc793c
|
Integrate link to regex filter in status column.
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2020-02-04 22:20:09 +01:00 |
|
DL6ER
|
8fd1631ee3
|
Add link to regex filter if blocked by one.
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2020-02-04 08:27:20 +01:00 |
|
DL6ER
|
ea3ea19bc3
|
Merge branch 'release/v5.0' into new/CNAME_inspection_details
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2020-02-04 07:47:45 +01:00 |
|
Adam Warner
|
d008bca84a
|
Merge pull request #1140 from pi-hole/tweak/groups_mgmt_disable_controls
Disable form elements while database operation is pending
|
2020-02-03 22:35:55 +00:00 |
|
Adam Warner
|
ed772869fb
|
Merge branch 'release/v5.0' into new/network_table_IP_links
|
2020-02-03 22:18:24 +00:00 |
|
DL6ER
|
4228d88336
|
xo does neither like const nor let. Use var everywhere.
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2020-02-03 23:16:49 +01:00 |
|
Adam Warner
|
60028fcfc2
|
Merge branch 'release/v5.0' into tweak/groups_mgmt_disable_controls
|
2020-02-03 22:03:14 +00:00 |
|
DL6ER
|
86f56ee5df
|
Make IP addresses links that send to the Query Log.
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2020-02-03 22:51:15 +01:00 |
|
DL6ER
|
90a09d1cd0
|
Fix domain selection for domains containing additional information (such as blocked CNAMEs)
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2020-01-31 06:38:01 +00:00 |
|
DL6ER
|
a97f52ad76
|
Add possibility to highlight line on the Groups Domain Management page with specifying the domainid as GET parameter.
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2020-01-30 21:03:25 +00:00 |
|
DL6ER
|
2fdc676979
|
Add new CNAME-specific blocking modes [QUERY_GRAVITY_CNAME, QUERY_REGEX_CNAME, QUERY_BLACKLIST_CNAME] and show domain that was the reason for blocking during a CNAME inspection
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2020-01-29 22:19:26 +00:00 |
|
DL6ER
|
516c9e946a
|
Add utils object for common code.
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2020-01-27 11:21:02 +00:00 |
|
DL6ER
|
cfec7412da
|
Merge branch 'release/v5.0' into tweak/groups_mgmt_disable_controls
|
2020-01-27 10:52:14 +00:00 |
|
Dan Schaper
|
03a379b774
|
Merge branch 'release/v5.0' into fix/network_table_ip_sorting
|
2020-01-25 17:48:22 -08:00 |
|
DL6ER
|
88da85f553
|
Add responsive design to new group tables to ensure they render properly on very narrow screens. (#1137)
Signed-off-by: DL6ER <dl6er@dl6er.de>
Co-authored-by: Dan Schaper <dan@glacialmagma.com>
|
2020-01-25 17:46:38 -08:00 |
|
DL6ER
|
43a861a6a9
|
Disable form elements while database operation is pending.
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2020-01-22 19:51:48 +01:00 |
|
DL6ER
|
5abbeb2eff
|
Add extra label when blocking happend during deep CNAME inspection.
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2020-01-21 23:34:08 +01:00 |
|
DL6ER
|
fa6033ab56
|
Sort by first IP if multiple IPs are available for a given device.
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2020-01-20 19:03:00 +01:00 |
|
Adam Warner
|
8731be81a0
|
Merge pull request #1123 from pi-hole/XhmikosR-patch-3
Remove unused function isMobile()
|
2020-01-04 16:12:13 +00:00 |
|
DL6ER
|
81d7d24910
|
Use correct interval for the database query when clicking on one of the long-term graph bars.
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2020-01-03 14:50:48 +02:00 |
|
XhmikosR
|
793a6ec49f
|
Remove unused function isMobile()
Signed-off-by: XhmikosR <xhmikosr@gmail.com>
|
2020-01-03 14:49:41 +02:00 |
|
XhmikosR
|
b74f0f3969
|
Fix the remaining lint issues
Signed-off-by: XhmikosR <xhmikosr@gmail.com>
|
2020-01-02 19:42:19 +02:00 |
|
XhmikosR
|
704c352277
|
Format JS code
Signed-off-by: XhmikosR <xhmikosr@gmail.com>
|
2020-01-02 19:42:18 +02:00 |
|
Adam Warner
|
4fbec2a557
|
Merge pull request #1112 from pi-hole/scrollY
`window.scrollY` isn't supported on IE
|
2020-01-02 17:34:02 +00:00 |
|
Adam Warner
|
c376962da5
|
Merge pull request #1114 from pi-hole/padStart
Replace padStart with a solution that works in older browsers
|
2020-01-02 17:30:52 +00:00 |
|
Adam Warner
|
aff834448a
|
Merge pull request #1113 from pi-hole/length
length cannot be negative
|
2020-01-02 17:30:25 +00:00 |
|
Adam Warner
|
fe45538fc2
|
Merge pull request #1111 from pi-hole/license-headers
Add license headers.
|
2020-01-02 17:28:31 +00:00 |
|
Adam Warner
|
701de94be8
|
Merge pull request #1110 from pi-hole/var
Switch back to var
|
2020-01-02 17:28:08 +00:00 |
|
Adam Warner
|
73236e8ada
|
Merge pull request #1094 from pi-hole/buttons
Fix buttons appearance
|
2020-01-02 17:26:28 +00:00 |
|
Adam Warner
|
ab629c52a1
|
Replace padStart with a solution that works in older browsers
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
|
2019-12-29 10:17:55 +02:00 |
|
XhmikosR
|
25af37509e
|
length cannot be negative
Signed-off-by: XhmikosR <xhmikosr@gmail.com>
|
2019-12-29 10:13:50 +02:00 |
|