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
|
a83626e99b
|
Add class "breakall" also to the code fields in the other tables.
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2020-02-16 16:51:06 +01:00 |
|
DL6ER
|
3c3e22bd98
|
Add support for client comment and timestamp fields.
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2020-02-16 15:55:29 +01: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
|
13b7b3d1a9
|
Remove redundant adlist management on settings page. This is still using CLI callbacks instead of working directly on the database.
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2020-02-11 20:07:43 +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 |
|
Adam Warner
|
519e2771f1
|
Merge pull request #1124 from pi-hole/master-xmr-fa
Switch to using Font Awesome
|
2020-02-08 12:31:07 +00: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
|
e319db238a
|
Merge branch 'release/v5.0' into fix/queries_over_time
|
2020-01-25 17:50:43 -08: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 |
|
Ghalid
|
d93f1a22cb
|
Remove autocorrect in search boxes on groups
Signed-off-by: Ghalid <24234921+Ghalid@users.noreply.github.com>
|
2020-01-19 13:12:57 -05:00 |
|
Ghalid
|
050fdb1c34
|
Merge branch 'devel' into patch-1
Signed-off-by: Ghalid <24234921+Ghalid@users.noreply.github.com>
|
2020-01-19 12:49:36 -05:00 |
|
XhmikosR
|
dee16f6c7a
|
Switch to using Font Awesome
This should be more consistent.
Signed-off-by: XhmikosR <xhmikosr@gmail.com>
|
2020-01-19 13:53:48 +02:00 |
|
XhmikosR
|
0f0820dae4
|
Use text() for token.
Signed-off-by: XhmikosR <xhmikosr@gmail.com>
|
2020-01-19 13:49:46 +02: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
|
4337dabff6
|
Always break tooltip title into two lines on narrow screens.
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2020-01-03 14:56:49 +02:00 |
|
DL6ER
|
f2713a9b3d
|
Always show date (but only once if the interval is on the same date), break long lines on small displays, and abbreviate gray color definition.
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2020-01-03 14:56:13 +02:00 |
|
DL6ER
|
ac1e68acde
|
Apply the same changes to the long-term graph page.
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2020-01-03 14:54:59 +02:00 |
|