Adam Warner
|
fac54cb3bd
|
Merge branch 'development' into db
|
2016-10-07 11:03:08 +01:00 |
|
Adam Warner
|
8224ef20a4
|
Merge pull request #748 from das7pad/development
add mimetype for .svg
|
2016-10-07 10:52:02 +01:00 |
|
Dan Schaper
|
a4c3464bc8
|
Merge pull request #749 from pi-hole/feature/installMethod
Change installScripts to use install
|
2016-10-07 02:51:33 -07:00 |
|
Adam Warner
|
df34f7fbac
|
Change how dnsmasq is started/restarted (See issue #752)
|
2016-10-07 09:15:39 +01:00 |
|
Adam Warner
|
591208b730
|
remove gravity_parse.py and references
|
2016-10-06 11:13:06 +01:00 |
|
Adam Warner
|
3e1f4fb40f
|
remove gravity_parse.py and references
|
2016-10-06 10:59:50 +01:00 |
|
Adam Warner
|
c10abfc61e
|
Add column "piholed" to queries table. If name is in gravity.list, return true, else, false. We can now kill off the gravity table/script
|
2016-10-06 10:59:12 +01:00 |
|
Dan Schaper
|
8c151c62ce
|
echo's don't need sudo
|
2016-10-05 10:46:10 -07:00 |
|
Dan Schaper
|
50d16d8215
|
Finish install conversion for installScripts()
|
2016-10-05 10:45:17 -07:00 |
|
Dan Schaper
|
3bbac9a5f2
|
install pihole
|
2016-10-05 10:19:47 -07:00 |
|
Dan Schaper
|
3600fd277e
|
Don't need sudo to echo to term.
|
2016-10-05 10:16:56 -07:00 |
|
Dan Schaper
|
e8bb4a7e36
|
Continue migration to install
|
2016-10-05 10:14:36 -07:00 |
|
Dan Schaper
|
36987cb1cc
|
Continue migration to install
|
2016-10-05 09:57:48 -07:00 |
|
Dan Schaper
|
5382b4fa37
|
Change installScripts to use install
Use the install program instead of copying files and directories in installScripts function.
|
2016-10-05 09:42:15 -07:00 |
|
Jakob Ackermann
|
28ef8068c8
|
add mimetype for .svg
Chrome does not display .svg-images without the correct mimetype
|
2016-10-05 01:20:30 +02:00 |
|
Jacob Salmela
|
ca0cbd68d6
|
Merge pull request #743 from pi-hole/whatDuplicates
What duplicates
|
2016-10-04 08:53:51 -05:00 |
|
Adam Warner
|
faa204743d
|
Delete summary entries older than 7 days. To be made configurable in future version
|
2016-10-04 13:49:35 +01:00 |
|
Adam Warner
|
6c08240ce1
|
add summaryDB.py to install script
|
2016-10-04 13:43:07 +01:00 |
|
Adam Warner
|
ee73af2504
|
Save summary log before clearing tables
|
2016-10-04 13:37:06 +01:00 |
|
Adam Warner
|
535f34f200
|
python script for saving summary data. For use before flushing
|
2016-10-04 13:33:54 +01:00 |
|
Adam Warner
|
95d10b3a26
|
Merge pull request #746 from pi-hole/ds-db
DSchaper db updates
|
2016-10-02 21:47:31 +01:00 |
|
Dan Schaper
|
9f29bef173
|
Remove idx creation, sqlite3 handles this automatically.
|
2016-10-02 11:36:00 -07:00 |
|
Dan Schaper
|
64b91c8b97
|
with open logfile for Python autohandling of closure.
|
2016-10-02 11:31:12 -07:00 |
|
Dan Schaper
|
14424939a9
|
Set correct db in gravity_parse. Start using with in dnsmasq
|
2016-10-02 11:26:40 -07:00 |
|
Dan Schaper
|
185efaf82e
|
Strip out count dictionary and remove incremental operations.
|
2016-10-02 11:05:56 -07:00 |
|
Promofaux
|
9f5a4ffa47
|
pihole.db, not gravity.
|
2016-10-02 18:13:10 +01:00 |
|
Dan Schaper
|
9f94570fff
|
Move PRAGMA command to first step after cursor creation.
|
2016-10-02 09:53:43 -07:00 |
|
Dan Schaper
|
e9ff14daf3
|
Change qt (queryTable) to gt (gravityTable)
|
2016-10-02 09:52:47 -07:00 |
|
Promofaux
|
cc3fe5363a
|
dan dropped a line = line.rstrip() , not to worry, I picked it up for him.
|
2016-10-02 17:39:37 +01:00 |
|
Promofaux
|
c281b47905
|
Mover {SUDO} mkdir -p /etc/pihole/ back to the beginning.
|
2016-10-02 12:44:33 +01:00 |
|
Adam Warner
|
14fc90579d
|
Merge pull request #742 from pi-hole/dschaper-gravityDB
gravityDB
|
2016-10-02 11:28:47 +01:00 |
|
Promofaux
|
aca5064743
|
--force seems to light. lets try --i_do_not_follow_recommendations
|
2016-10-02 11:16:48 +01:00 |
|
Promofaux
|
6f780316c4
|
remove whiptail dependency from verifyFreeDiskSpace.
Add argument detection to skip disk space. This is because curling to bash does not support waiting for user input.
|
2016-10-02 11:09:14 +01:00 |
|
Promofaux
|
4e262d81f0
|
wrap these vars in {} to matcht he rest of the script
|
2016-10-02 10:39:09 +01:00 |
|
Promofaux
|
6c2ff950ee
|
remote duplicate ${SUDO} mkdir /etc/pihole
|
2016-10-02 10:33:59 +01:00 |
|
Promofaux
|
7684069d0b
|
verifyFreeDiskSpace BEFORE installing any dependencies
|
2016-10-02 10:33:04 +01:00 |
|
Promofaux
|
73c85ae68a
|
remove duplicate calls to installConfigs
|
2016-10-02 10:30:55 +01:00 |
|
Dan Schaper
|
ae9b5bdffc
|
Comments
|
2016-10-01 21:16:31 -07:00 |
|
Dan Schaper
|
e6873e0ebd
|
Commits squashed, lots of changes.
|
2016-10-01 21:13:55 -07:00 |
|
Dan Schaper
|
2e331cbd73
|
Try WAL mode
|
2016-10-01 20:12:56 -07:00 |
|
Dan Schaper
|
04b5e1a7d3
|
Remove extra DELETE FROM - Table has just been created, should alread by empty.
|
2016-10-01 20:03:50 -07:00 |
|
Promofaux
|
b20b617718
|
Add pi-hole header
|
2016-10-02 02:56:48 +01:00 |
|
Adam Warner
|
e4ae85287a
|
Merge pull request #740 from pi-hole/db-printRemoval
Add Pi-hole Header, remove print statements
|
2016-10-02 02:55:53 +01:00 |
|
Dan Schaper
|
1f009462d1
|
Add Pi-hole Header, remove print statements
|
2016-10-01 18:50:15 -07:00 |
|
Promofaux
|
899bbc8d97
|
Merge branch 'development' into db
|
2016-10-01 21:50:14 +01:00 |
|
Dan Schaper
|
911e39ba09
|
Merge pull request #726 from pi-hole/DebugUpdate
DebugUpdate
|
2016-10-01 13:47:15 -07:00 |
|
Dan Schaper
|
9a421d510a
|
Ignore comments in adlists.list section.
|
2016-10-01 13:16:58 -07:00 |
|
Adam Warner
|
3bc7172e5e
|
Merge pull request #738 from pi-hole/updateFix
Add check at the beginning of update script to check for existence of…
|
2016-10-01 17:03:31 +01:00 |
|
Promofaux
|
1a83988e26
|
Add check at the beginning of update script to check for existence of local repos. If not, redirect user to run install command again.
|
2016-10-01 16:56:03 +01:00 |
|
Adam Warner
|
0d0fc2504a
|
Merge pull request #735 from diginc/patch-1
Update README.md
|
2016-10-01 04:54:19 +01:00 |
|