DL6ER
d6f150c123
Making it a bit nicer on small screens
2016-12-29 23:39:36 +00:00
DL6ER
65da042c27
Pleasing codacy
2016-12-29 23:34:35 +00:00
DL6ER
f0d175255a
Use Bootstrap tooltips for further information
2016-12-29 23:33:49 +00:00
DL6ER
4137c0ff3d
Pleasing codacy
2016-12-29 18:53:22 +00:00
DL6ER
cf2e3ddac0
Force redraw on expand necessary with scrolling enabled...
2016-12-29 18:50:21 +00:00
DL6ER
8006d9555e
Show MAC address when hovering over table row + enable scrolling for table (no pagination)
2016-12-29 18:40:20 +00:00
DL6ER
fb576acf19
Allow horizontal scrolling for the DHCP leases table
2016-12-29 17:59:36 +00:00
DL6ER
6760225bf6
Merge branch 'devel' into fix/clienthostnames
2016-12-27 23:55:59 +01:00
DL6ER
2b333ff2ab
Give IP and hostname to Query Log page if resolveIP feature is enabled for Top Clients
2016-12-27 22:50:24 +00:00
DL6ER
271f445eb8
Merge branch 'devel' into privacymode
2016-12-27 22:07:36 +00:00
DL6ER
0aed676e45
Merge branch 'devel' into new/tools
...
Conflicts:
header.php
2016-12-24 00:30:35 +01:00
DL6ER
3631d469b3
Merge branch 'devel' into new/tools
2016-12-24 00:28:31 +01:00
Adam Warner
f9d9bbd0e1
Merge pull request #286 from pi-hole/new/taillog
...
Add non-blocking tailing of pihole.log
2016-12-23 23:27:29 +00:00
Mcat12
088bf40ce1
Convert Adlist search string to lowercase
...
Fixes https://www.reddit.com/r/pihole/comments/5jx91b/query_adlists_search_partial_match_feature_request/
2016-12-23 11:02:43 -05:00
DL6ER
8b99ab873f
Codacy...
2016-12-23 15:37:49 +01:00
DL6ER
6f65c00b90
Don't mark "Disabled" as active after automatic reactivation
2016-12-23 15:27:39 +01:00
DL6ER
f2de8b4390
Added delayed disable feature for web UI
2016-12-23 15:19:59 +01:00
DL6ER
503e9a5235
Strings must use doublequote.
2016-12-23 13:56:24 +01:00
DL6ER
a47eb094dd
Add auto scrolling feature
2016-12-23 13:53:18 +01:00
DL6ER
1009dba240
100% non-blocking using our awesome API
2016-12-23 13:39:29 +01:00
DL6ER
0656526d43
Add blocking version of pihole.log tailing
2016-12-23 12:49:54 +01:00
DL6ER
a608193759
Merge branch 'devel' into privacymode
...
Conflicts:
data.php
2016-12-22 19:37:41 +01:00
DL6ER
e188cb6fbc
Revert "Merge pull request #267 from pi-hole/folderStructure"
...
This reverts commit fba3d10fa4 , reversing
changes made to 4ee75f4167 .
2016-12-21 17:16:52 +01:00
Promofaux
6a13796d99
Organise folder structure a bit better... Seperates vendor packages from self-written scripts.
2016-12-19 18:30:16 +00:00
DL6ER
dbbc1a770b
Add privacy mode
2016-12-16 17:32:44 +01:00
Adam Warner
ee41a78bdd
More codacy fixes ( #256 )
...
* single quotes to double
* Avoid variables with short names like $a. Configured minimum length is 3.
* list_type > listType https://www.codacy.com/app/Pi-hole/AdminLTE/file/4753758893/issues/source?bid=3919163&fileBranchId=3919163#l30
* define `refresh` before it is used
* single to double quotes
* EsLint expects `{}` after `if`
* singlequotes to doublequotes
* https://www.codacy.com/app/Pi-hole/AdminLTE/file/4753758894/issues/source?bid=3919163&fileBranchId=3919163#l49
* Copy filterArray Function from api.php
* missed a single-quote
* single>double
* `===`, `==`
* single to double
* Usages come AFTER declarations
* missing semi
* function delcaration order change
* more codacy complaints
2016-12-16 13:52:51 +00:00
Mcat12
61a609f08d
Merge pull request #221 from unseen1980/patch-1
...
Some small changes in updateSummaryData
2016-12-15 14:12:36 -05:00
Adam Warner
5337469922
redundant double negation
2016-12-15 11:34:02 +00:00
DL6ER
a8cfb091df
$(document).ready(function() { ... }); was included in in function updateTopLists(){ ... }
2016-12-15 12:19:58 +01:00
Adam Warner
30ae5ea6b6
define functions before calling document.ready
2016-12-15 11:15:02 +00:00
Adam Warner
ff9741b4aa
Restore updateSummaryData to match devel
2016-12-15 10:55:01 +00:00
Adam Warner
8144ae01fe
Codacy complaints index.js
2016-12-15 10:16:25 +00:00
Adam Warner
aec468d000
Codacy complaints footer.js
2016-12-15 09:33:43 +00:00
DL6ER
07987b5a04
Add info boxes
2016-12-13 12:56:04 +01:00
DL6ER
c9479f1e18
Modified ajax calls to actual form submits
2016-12-13 12:28:19 +01:00
DL6ER
a187da3995
Fixed codacy issue
2016-12-13 12:02:02 +01:00
Christos Koutsiaris
19b132feae
Code review comments
2016-12-13 06:43:41 +00:00
DL6ER
29ff6310f4
Modified DOM of table
2016-12-12 18:16:08 +01:00
DL6ER
83f64508ea
Added DataTables for DHCP leases
2016-12-12 18:11:41 +01:00
DL6ER
7d4234b208
Removed debug statement
2016-12-12 15:37:39 +01:00
DL6ER
581ef88969
Added Pi-Hole DHCP server
2016-12-12 15:33:50 +01:00
DL6ER
6ffbdc038e
Added "flush logs"
2016-12-12 10:43:05 +01:00
DL6ER
498d0b9b36
Add "restart DNS server"
2016-12-12 10:38:07 +01:00
DL6ER
0a40091f4a
Use method shorthands
2016-12-12 10:33:12 +01:00
DL6ER
0fe8cc5440
Added "restart system"
2016-12-11 22:34:04 +01:00
DL6ER
be27a0daa7
Add pihole/settings.js
2016-12-10 21:25:58 +01:00
DL6ER
ce65caa08f
Added jQuery inputmask scripts
2016-12-10 21:10:45 +01:00
Mcat12
ff55cf085e
Add button to Gravity page
...
This makes sure that the user doesn't accidentally cause the lists
to update because they were curious and clicked the Update Lists
link on the sidebar. Also, they can update the lists multiple
times, if they so desire.
2016-12-10 14:16:49 -05:00
Mcat12
3c79f7c692
Merge pull request #222 from pi-hole/queryadsnoauth
...
Improve Query adlists scripts
2016-12-10 13:51:53 -05:00
DL6ER
ace3bccbd1
Removed unnecessary code
2016-12-10 18:34:19 +01:00