DL6ER
|
fa4c81cef8
|
help.js has been removed
|
2016-12-20 18:22:18 +01:00 |
|
DL6ER
|
34a0a57447
|
Merge branch 'devel' into folderStructure
|
2016-12-20 12:52:37 +01:00 |
|
DL6ER
|
bb2c2e2244
|
Moved more private files out of the root directory
|
2016-12-20 12:52:19 +01:00 |
|
Mcat12
|
30d70baf5e
|
Fix php links in js files
Also removed help.js because it's no longer used
|
2016-12-19 19:59:08 -05:00 |
|
Mcat12
|
d1da1de597
|
Move PHP scripts to scripts folder
|
2016-12-19 19:44:51 -05:00 |
|
Mcat12
|
64ac22944e
|
Merge pull request #265 from pi-hole/immediatetempunitchange
Immediately apply changed temperature unit
|
2016-12-19 19:30:46 -05:00 |
|
DL6ER
|
7ab611eb44
|
Added comment about absolute zero
|
2016-12-19 22:57:23 +01:00 |
|
Dan Schaper
|
02bc5b02a7
|
Merge pull request #266 from pi-hole/allowemptysecondDNSserver
Allow empty second DNS server
|
2016-12-19 11:08:12 -08: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
|
fc43a05e88
|
Try to get temperature value from different places (OS dependent)
|
2016-12-19 14:09:58 +01:00 |
|
DL6ER
|
4ddadd7043
|
Skip validation of secondary IP if set to "none"
|
2016-12-19 13:46:38 +01:00 |
|
DL6ER
|
da1c38ea5a
|
Pass "none" to backend if we want no secondary DNS server
|
2016-12-19 13:44:12 +01:00 |
|
DL6ER
|
8ac9ce2746
|
Something different as well
|
2016-12-19 13:25:20 +01:00 |
|
DL6ER
|
d18269e835
|
Hide CPU temp if it is not available
|
2016-12-19 13:15:59 +01:00 |
|
DL6ER
|
e6bd9fd898
|
Increase resolution of displayed temperature
|
2016-12-19 13:09:44 +01:00 |
|
DL6ER
|
79af882627
|
Show "N/A" if we cannot get the temperature on the current machine (like in a virtual box)
|
2016-12-19 13:06:49 +01:00 |
|
DL6ER
|
77c1e8ff94
|
Immediately apply changed temperature unit
|
2016-12-19 12:44:24 +01:00 |
|
Adam Warner
|
b8bd57731a
|
Merge pull request #263 from pi-hole/fixqueryoptions
Fix Query Log "None" option
|
2016-12-19 09:52:11 +00:00 |
|
DL6ER
|
da12f6f16d
|
Change the "none" to "nothing"
|
2016-12-19 10:44:04 +01:00 |
|
DL6ER
|
d86122ee83
|
Merge pull request #262 from pi-hole/showPermittedshowBlocked
nothing to see here...
|
2016-12-19 10:24:23 +01:00 |
|
Promofaux
|
70a8eee23a
|
nothing to see here...
|
2016-12-19 09:19:16 +00:00 |
|
Mcat12
|
b4b06ab81e
|
Merge pull request #260 from pi-hole/noDNSprefetching
No DNS prefetching
|
2016-12-18 17:29:29 -05:00 |
|
Adam Warner
|
ac2a04227f
|
Merge pull request #261 from pi-hole/helptypo
Fix typo and arrangement on Help page
|
2016-12-18 22:21:20 +00:00 |
|
DL6ER
|
1dea042f4b
|
Fix typo and arrangement on Help page
|
2016-12-18 23:04:42 +01:00 |
|
Adam Warner
|
0772b24757
|
Merge pull request #230 from pi-hole/loginpage
Add custom login page
|
2016-12-18 19:02:58 +00:00 |
|
DL6ER
|
7784341c29
|
Update header.php
|
2016-12-17 20:18:11 +01:00 |
|
DL6ER
|
4dc937bd54
|
Disable DNS prefetching
|
2016-12-17 17:39:42 +01:00 |
|
DL6ER
|
9a902c0e4e
|
Merge pull request #259 from pi-hole/hostnamecors
Add hostname to allowed domains
|
2016-12-17 11:21:22 +01:00 |
|
DL6ER
|
f96ce2c99f
|
Show the extra long version string if not on master only on devices classified as "large"
|
2016-12-16 23:43:01 +01:00 |
|
DL6ER
|
bb512b2042
|
Another idea
|
2016-12-16 23:28:58 +01:00 |
|
DL6ER
|
822c8cf1c8
|
Fix the footer
|
2016-12-16 22:58:28 +01:00 |
|
DL6ER
|
1068ed82b1
|
Add hostname to allowed domains
|
2016-12-16 21:36:26 +01:00 |
|
DL6ER
|
1044879218
|
Merge branch 'devel' into loginpage
|
2016-12-16 18:11:10 +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 |
|
DL6ER
|
ff5fbfa4bd
|
Merge pull request #257 from pi-hole/freememory
Improved memory usage determination
|
2016-12-16 14:41:40 +01:00 |
|
DL6ER
|
cd1c57a8f9
|
Improved memory usage determination
|
2016-12-16 12:19:16 +01:00 |
|
DL6ER
|
766f733592
|
Minor tweaks
|
2016-12-15 23:18:48 +01:00 |
|
DL6ER
|
4b035c0247
|
Merge branch 'loginpage' of https://github.com/pi-hole/AdminLTE into loginpage
|
2016-12-15 23:16:03 +01:00 |
|
DL6ER
|
79a648dd87
|
Removed dark logo
|
2016-12-15 23:15:53 +01:00 |
|
Promofaux
|
21fec8c657
|
brightlybrightly
|
2016-12-15 22:14:56 +00:00 |
|
Adam Warner
|
c8d977af03
|
Merge pull request #255 from pi-hole/loginPageTweaks
played about with the layout. Looks nicer on fullscreen, boxed-layout…
|
2016-12-15 21:50:57 +00:00 |
|
Promofaux
|
437ab6afb4
|
be a bit more intelligent about logo size
|
2016-12-15 21:00:26 +00:00 |
|
Promofaux
|
5c447582f5
|
increase logo size
|
2016-12-15 20:48:23 +00:00 |
|
Promofaux
|
52f448cad1
|
played about with the layout. Looks nicer on fullscreen, boxed-layout, and mobile (in my opinion)
|
2016-12-15 20:43:06 +00:00 |
|
Adam Warner
|
e03fe39d85
|
Merge pull request #250 from pi-hole/fixfooter
Fix footer on medium size screens
|
2016-12-15 19:47:57 +00:00 |
|
Adam Warner
|
f2d58c6f05
|
Merge pull request #251 from pi-hole/settingstweak
Hide size of log if logging is disabled
|
2016-12-15 19:47:11 +00:00 |
|
DL6ER
|
a8a04d8631
|
Merge pull request #254 from pi-hole/fixerrorsuccessvars
Move variables out of if clause
|
2016-12-15 20:45:54 +01:00 |
|
DL6ER
|
dbba1059bb
|
Move variables out of if clause
|
2016-12-15 20:42:31 +01:00 |
|
Mcat12
|
61a609f08d
|
Merge pull request #221 from unseen1980/patch-1
Some small changes in updateSummaryData
|
2016-12-15 14:12:36 -05:00 |
|
DL6ER
|
994660b6c8
|
Hide size of log if logging is disabled
|
2016-12-15 15:30:18 +01:00 |
|