Commit Graph

372 Commits

Author SHA1 Message Date
8bb9dd460b Be able to disable the DHCP domain name 2017-01-18 12:22:03 +01:00
63d02df0bc Merge pull request #1130 from pi-hole/new/logrotate
Use logrotate for pihole.log
2017-01-16 15:11:11 -05:00
08f08fea61 Merge pull request #1135 from pi-hole/new/multipleDNSservers
Allow multiple DNS servers
2017-01-13 23:48:38 +01:00
1ed2a8637f Removed debug echo's 2017-01-13 23:39:57 +01:00
d196c13f2c Merge pull request #1131 from pi-hole/chronometerJsonUnixTools
No excuse for chronometer not to match API
2017-01-13 16:34:51 -05:00
bd1c5a42e8 Allow multiple DNS servers 2017-01-13 17:49:55 +01:00
845d8c0e63 Ensure LC_NUMERIC=C is set when evaluating floating point number (non-English systems might expect "," as decimal separator 2017-01-13 12:59:49 +01:00
b4c32e47c6 Missed one! 2017-01-12 22:07:07 +00:00
248d8680f7 actual codacy complaints 2017-01-12 21:51:10 +00:00
1bda965a7c Codacy complaints 2017-01-12 21:50:16 +00:00
2ee305769d Replace all calculations with values read directly web admin API. Parse JSON using native unix tools, no additional requirements needed. 2017-01-12 21:23:58 +00:00
3a8a936575 Corrected path 2017-01-12 21:01:52 +01:00
3fd2ffd466 Add logrotate for pihole.log 2017-01-12 20:39:25 +01:00
b56ca2b834 Add DNSSEC support to Pi-hole core 2017-01-12 16:02:41 +01:00
a263936243 Merge branch 'development' into wildcardblacklisting 2017-01-11 18:25:51 +01:00
2935275227 Merge branch 'development' into wildcardblacklisting 2017-01-09 14:53:01 +01:00
74a4e62cc9 Codacy fix 2017-01-08 11:26:56 +01:00
63a414a544 Align outputs 2017-01-08 11:21:50 +01:00
7d1f5091a7 Fixed small typo 2017-01-08 11:21:10 +01:00
3b54cab3bc Show branches and revisions (incl. possible dirty state) in debug log 2017-01-08 11:17:25 +01:00
d9e949b27c Merge pull request #1096 from pi-hole/fix/updater
Fix updater failing on non-English systems
2017-01-06 23:36:42 +01:00
168397e90d Fixed typo in webpage.sh 2017-01-05 21:45:06 +01:00
e3c1fcd2c6 NEW LOGIC FOR THE UPDATER
Compare local and remote hashes. Update is available if current remote hash is different from current local hash since we assume that local should never be newer than remote for user
2017-01-05 13:10:19 +01:00
200995bf29 Make IPv6 features of Pi-hole DHCP server switchable 2017-01-03 14:24:33 +01:00
3a90c1c192 Source setupVars.conf before trying to access variables 2017-01-03 13:34:01 +01:00
12bec1df68 Merge pull request #1048 from pi-hole/tweak/simplify_webpage.sh
Major simplification of webpage.sh + extend DHCP to IPv6
2017-01-02 14:28:26 +00:00
ad61852804 Test against empty string 2017-01-02 11:10:38 +01:00
dbd8aee4ee Add 'local' domain if not set in setupVers.conf 2017-01-02 11:08:54 +01:00
677694b01a Set 24h lease time if settings was empty before 2017-01-02 11:05:40 +01:00
85f0241c0d Reprocess DHCP settings after update 2017-01-02 10:50:59 +01:00
ebf0db4bbf Typo fixed 2016-12-31 17:17:46 +00:00
9ac265980f Add .conf to filename 2016-12-31 13:41:19 +00:00
40798da6b1 Add blacklisting wildcard support 2016-12-31 12:49:04 +00:00
fc596e41d4 All scripts set executable 2016-12-30 18:35:16 -08:00
5c7fc05a32 Enable DHCP logging by default 2016-12-30 16:31:57 +00:00
9181a4a1d8 Apply dhcp lease time also for IPv6 2016-12-29 14:26:23 +00:00
3268e1611a Backend accept and apply dhcp lease time 2016-12-29 14:19:44 +00:00
cf724176dc Do stateful DHCPv6 and SLAAC 2016-12-28 20:02:48 +00:00
1e627c7e8f Make webpage.sh fully library style 2016-12-28 16:25:14 +00:00
9af26cbaac Major simplification of webpage.sh 2016-12-28 02:14:47 +00:00
321ea8a3a9 Merge branch 'development' into webUIprivacymode 2016-12-27 21:27:11 +01:00
ef8292d371 Merge branch 'development' into updater_rewrite 2016-12-27 11:59:52 -08:00
e50947eb58 mend 2016-12-25 21:26:06 +01:00
ca056d32d2 Remove git -C 2016-12-25 21:22:59 +01:00
e15548cbf5 Add --quiet to git fetch in GitCheckUpdateAvail() 2016-12-25 01:18:58 +01:00
5e28e6b9ac Removed remaining git -C 2016-12-25 01:17:46 +01:00
3365ef7aaa is_repo() returns values to caller, silence function.
Signed-off-by: Dan Schaper <dan.schaper@pi-hole.net>
2016-12-24 11:54:04 -08:00
68c17b26dc Bashisms
Signed-off-by: Dan Schaper <dan.schaper@pi-hole.net>
2016-12-24 11:41:42 -08:00
e647efd471 Shell script, not javascript
Signed-off-by: Dan Schaper <dan.schaper@pi-hole.net>
2016-12-24 11:24:20 -08:00
15db1ffdd5 Remove variables not needed any more 2016-12-24 15:48:43 +01:00