Jacob Salmela
db9b9fa7e4
Merge pull request #9 from Mcat12/whitelist
...
Added advanced whitelist/blacklist site
2016-01-18 22:07:41 -06:00
Mcat12
84d11b570e
Changed line endings
...
- Also changed return to die
2016-01-17 17:07:49 -05:00
Mcat12
8f150e634e
Removed old whitelist feature
2016-01-17 16:55:54 -05:00
Mcat12
581494d4c5
Updated adding/subtracting to/from lists
2016-01-17 16:34:43 -05:00
Mcat12
e61a28642a
Changed return to die
...
A little Java slipped there...
2016-01-14 20:06:16 -05:00
Mcat12
1341671c3a
Forgot this change to sub.php
2016-01-13 20:40:09 -05:00
Mcat12
3f3ebef42f
Integrated list managment with admin site
...
- Made favicon work across pages
- No longer needs root access to tee command, still needs root access for gravity.sh and whitelist.sh
- Added call to gravity.sh when you remove an item
- Moved header and footer into separate files
- Moved files from list into the main folder
- Got rid of extra dependencies from the old list setup
- Added home button to sidebar
- Renamed original whitelist to "Old Whitelist"
- Added buttons to sidebar for Whitelist and Blacklist
2016-01-13 20:34:43 -05:00
Mcat12
f79a4a8ebc
Made button more descriptive
2016-01-10 16:46:42 -05:00
Mcat12
4dff31a6de
Added advanced whitelist/blacklist site
...
- Accessed under the "Whitelist" tab
- Added "Add: " in front of the text box for the simple whitelist
- Added "ad.example.com" as a placeholder in the text box
Currently www-data needs root access to gravity.sh (for adding to the blacklist). If we get a blacklist.sh, we may be able to get rid of the need for root.
2016-01-10 16:31:41 -05:00
Jacob Salmela
48952c50ce
script to run whitelist.sh
2016-01-03 15:36:31 -06:00
Jacob Salmela
b1b43512e9
expandable whitelist sidebar menu
...
Script output will display when the user presses enter without the need
to load a different page.
2016-01-03 15:31:15 -06:00
Jacob Salmela
96e0d1bff6
jquery.min
...
For use with sidebar whitelister.
2016-01-03 15:08:56 -06:00
Jacob Salmela
a99fd6552f
Merge pull request #4 from OmgImAlexis/master
...
Project cleanup
2015-12-28 20:06:51 -06:00
X O
d59f0fefeb
Merge pull request #1 from OmgImAlexis/dev
...
Dev
2015-12-28 16:57:59 +10:30
X O
3acde44969
fix index
2015-12-28 16:56:08 +10:30
X O
2e0e62306d
fix index
2015-12-28 16:55:44 +10:30
X O
53cd9bc15c
add app.js back
2015-12-28 16:54:41 +10:30
X O
8a1e7a2bfe
remove unused images
2015-12-28 16:50:05 +10:30
X O
4c67864fd0
remove unused skins
2015-12-28 16:47:43 +10:30
X O
4df9ddb74b
removed unneeded files
2015-12-28 16:43:56 +10:30
X O
d79675f570
removed unneeded code
2015-12-28 16:43:01 +10:30
X O
6da455b909
removed uneeded files
2015-12-28 16:42:43 +10:30
Jacob Salmela
a024151d65
Merge pull request #3 from OmgImAlexis/master
...
Massive project cleanup
2015-12-26 10:58:44 -06:00
X O
ed185c604c
removed unused assets
2015-12-26 17:19:18 +10:30
X O
7feb7dbf6d
remove uneeded plugins, cleaned up PHP
2015-12-26 17:14:40 +10:30
Jacob Salmela
46c440948a
improve accuracy of ads blocked
...
Fixes Pi-hole #99
2015-12-01 19:56:11 -06:00
Jacob Salmela
5886a443df
reflect v2.1 change in the interface
2015-11-27 13:55:33 -06:00
Jacob Salmela
5eaf1c0392
branding and spacing
...
Changed to a lowercase "h" in the logo for brand continuity. I removed
the options on the sidebar since they don't really work that well and
there is no visual feedback for the user.
Also made some minor spacing/formatting changes.
2015-09-12 13:00:47 -05:00
Jacob Salmela
a3c9b7953b
Merge pull request #2 from Fourdee/master
...
Patch 3 - Dont use /etc/hosts
2015-07-30 18:49:17 -05:00
Dan
6cfc729e69
Update index.php
...
Missed changes /\/etc\/pihole\/gravity.list/
2015-07-30 18:04:56 +01:00
Fourdee
981e875477
Patch 3 - Dont use /etc/hosts
2015-07-30 17:24:09 +01:00
Jacob Salmela
08a9a7942c
print $6th field instead of $7th
...
When the `log-facility` was change to `/var/log/pihole.log` the 6th field actually contains the domain name.
2015-07-29 18:16:46 -05:00
Jacob Salmela
6302722148
Merge pull request #1 from Fourdee/patch-1
...
Update index.php
2015-07-29 18:03:18 -05:00
Dan
30a9be3fd6
Log file change
...
https://github.com/jacobsalmela/pi-hole/pull/27
2015-07-29 12:24:51 +01:00
Dan
1f443bb16f
Update index.php
...
To reflect the logfile change in https://github.com/jacobsalmela/pi-hole/pull/27
2015-07-28 19:37:47 +01:00
jacobsalmela
a05575d8e1
php for percentage. minor formatting
...
Also changed the Pi-hole logo text to point to pi-hole.net.
2015-07-27 12:33:20 -05:00
jacobsalmela
1ba18fa70e
Describing the project
2015-07-26 18:27:15 -05:00
jacobsalmela
70277eb565
changing to PHP file
2015-07-26 18:23:26 -05:00
jacobsalmela
ae091462de
added working PHP code for 3 of the 4 boxes
...
It's pretty slow on the original B, but it does work. I also added
code to run gravity.sh when you click update, but I'm not quite sure
how to use the font awesome icons to show a spinner while it is
working...
All of the PHP snippets are based off of the chroniton.sh script that
is used to display data on a 2.8" touchscreen.
2015-07-26 18:07:38 -05:00
jacobsalmela
a7b32264ae
initial commit of demo pile dashboard
2015-07-25 13:50:25 -05:00
Abdullah Almsaeed
6676c7d068
formatted core.less
2015-07-24 19:39:42 -04:00
Abdullah Almsaeed
2296534d36
Fixed issue with active nav-stacked background
2015-07-24 19:36:51 -04:00
Abdullah Almsaeed
6bf4e63c44
Fixed issue with user menu on small screens
2015-07-24 19:33:52 -04:00
Abdullah Almsaeed
efd38d62be
Updated changelog
2015-07-24 19:27:21 -04:00
Abdullah Almsaeed
a081021a9d
Updated changelog
2015-07-24 19:26:57 -04:00
Abdullah Almsaeed
0bd8306502
Update boxwidget and tree to activate ajax loaded elements
2015-07-24 19:26:15 -04:00
Abdullah Almsaeed
8f1173b340
Fixed issue #590
2015-07-23 14:58:16 -04:00
Abdullah Almsaeed
b6148c802e
Merge pull request #575 from irfanevrens/patch-1
...
improvements on some html comments.
2015-07-23 14:57:37 -04:00
Abdullah Almsaeed
10ca2ed070
Fixed issue #584
2015-07-20 23:26:06 -04:00
Abdullah Almsaeed
7760b0d516
Bootstrap social plugin changed google-plus button to google
2015-07-20 23:03:49 -04:00