XhmikosR
|
f0469d1954
|
Move common tags together
Signed-off-by: XhmikosR <xhmikosr@gmail.com>
|
2019-12-09 16:53:05 +02:00 |
|
XhmikosR
|
b4a7d92d8c
|
Remove type="text/css` from stylesheet
Signed-off-by: XhmikosR <xhmikosr@gmail.com>
|
2019-12-09 16:52:55 +02:00 |
|
XhmikosR
|
d94ea9e8fe
|
Get rid of js/header.js.
Wrap the code in `noscript instead. Also move its CSS in `head`.
Signed-off-by: XhmikosR <xhmikosr@gmail.com>
|
2019-12-09 16:52:49 +02:00 |
|
XhmikosR
|
cc9acd4018
|
Add lang="en"
Signed-off-by: XhmikosR <xhmikosr@gmail.com>
|
2019-12-09 16:52:41 +02:00 |
|
XhmikosR
|
0eeb71aa86
|
Fix meta viewport.
It's bad practice not allowing the user to zoom
Signed-off-by: XhmikosR <xhmikosr@gmail.com>
|
2019-12-09 16:52:34 +02:00 |
|
XhmikosR
|
32342cb567
|
Lowercase doctype and utf-8.
Same functionality, better compression.
Signed-off-by: XhmikosR <xhmikosr@gmail.com>
|
2019-12-09 16:52:23 +02:00 |
|
XhmikosR
|
bc8fe9ba5b
|
Use code instead of samp.
Now it's styled.
Signed-off-by: XhmikosR <xhmikosr@gmail.com>
|
2019-12-09 16:52:15 +02:00 |
|
XhmikosR
|
d0fa5c0da4
|
Remove unneeded end tags.
Signed-off-by: XhmikosR <xhmikosr@gmail.com>
|
2019-12-09 16:52:06 +02:00 |
|
Adam Warner
|
a9852b8762
|
Merge pull request #1064 from XhmikosR/patch-4
Remove unused variables
|
2019-12-08 14:31:16 +00:00 |
|
Adam Warner
|
6a8eab92aa
|
Merge pull request #1061 from XhmikosR/devel
Wrap API token in `code`
|
2019-12-08 14:18:31 +00:00 |
|
XhmikosR
|
37c849ce2b
|
Remove unused variables
Signed-off-by: XhmikosR <xhmikosr@gmail.com>
|
2019-12-07 11:49:49 +02:00 |
|
XhmikosR
|
dbed9e8d02
|
Wrap API token in code
Signed-off-by: XhmikosR <xhmikosr@gmail.com>
|
2019-12-07 09:56:50 +02:00 |
|
DL6ER
|
ac4a1d0a61
|
Remove more dead code
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2019-12-04 20:46:08 +00:00 |
|
DL6ER
|
0cf3934b87
|
Merge branch 'patch-1' of https://github.com/WaLLy3K/AdminLTE into WaLLy3K-patch-1
|
2019-12-04 20:43:20 +00:00 |
|
Adam Warner
|
54610496a1
|
Merge pull request #1035 from Mograine/master
Add ability to manage custom DNS records
|
2019-11-29 13:28:56 +00:00 |
|
Mograine
|
ee7edb5fab
|
Add feedback to users
Signed-off-by: Mograine <ghiot.pierre@gmail.com>
|
2019-11-27 00:40:43 +01:00 |
|
Adam Warner
|
e23e8ce5ee
|
Merge pull request #1046 from LinusCDE/devel
Remove remaining absolute paths
|
2019-11-25 19:20:54 +00:00 |
|
Adam Warner
|
fff357acee
|
Merge branch 'devel' into noopener
|
2019-11-25 19:18:03 +00:00 |
|
corbolais
|
61f02236eb
|
add: dhcp.leases to teleporter exported tar.gz
Signed-off-by: corbolais <corbolais@gmail.com>
|
2019-11-25 16:05:04 +01:00 |
|
XhmikosR
|
e68e7719fc
|
Specify rel=noopener for external links.
See https://developers.google.com/web/tools/lighthouse/audits/noopener for more information
Signed-off-by: XhmikosR <xhmikosr@gmail.com>
|
2019-11-24 23:00:02 +02:00 |
|
XhmikosR
|
a95b2d34da
|
Update header.php
Use the https pi-hole.net URL
Signed-off-by: XhmikosR <xhmikosr@gmail.com>
|
2019-11-23 14:35:47 +02:00 |
|
Linus
|
b2f9fd0211
|
Remove remaining absolute paths
Signed-off-by: Linus <wendefelix1998@gmail.com>
|
2019-11-18 16:13:08 +01:00 |
|
Adam Warner
|
8bc4115c2c
|
Merge pull request #1023 from Pazekal90/ionicons
Deleted Ionicons as dependency. Changed existing usage to fontawesome…
|
2019-11-16 13:23:05 +00:00 |
|
Adam Warner
|
339d63736a
|
Merge pull request #1028 from pi-hole/tweak/AddCommentEntryToListPages
Allow user to add in a comment next to domain entry
|
2019-11-15 21:00:50 +00:00 |
|
Adam Warner
|
acf448f592
|
Merge pull request #1029 from pi-hole/tweak/AddCommentEntryToBlocklistPage
Add ability for user to include comment when adding a blocklist
|
2019-11-14 15:46:10 +00:00 |
|
DL6ER
|
23fb8bf16f
|
Merge pull request #1042 from pi-hole/fix/gravity_last_update_intval
Ensure gravity_last_updated values are correctly handled as integers
|
2019-11-12 20:46:27 +01:00 |
|
DL6ER
|
5ff2aa6235
|
Merge pull request #1033 from Pazekal90/devel
Fixed Issue: Show shortcuts on bigger screens
|
2019-11-07 21:40:42 +01:00 |
|
DL6ER
|
130c879597
|
Ensure gravity_last_updated values are correctly handled as integers, not as strings. This fixes #1041
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2019-11-07 21:39:55 +01:00 |
|
DL6ER
|
858a916dcb
|
Top Clients (blocked only) tooltip should show total number of blocked queries. The percentage is already computed correctly.
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2019-11-02 11:07:43 +01:00 |
|
Mograine
|
192ad7ce8b
|
Allow to use same Domain for IPv4/IPv6
Signed-off-by: Mograine <ghiot.pierre@gmail.com>
|
2019-10-28 13:18:08 +01:00 |
|
Mograine
|
820a92998e
|
Remove unused var
Signed-off-by: Mograine <ghiot.pierre@gmail.com>
|
2019-10-27 16:48:39 +01:00 |
|
Pierre Ghiot
|
c44c5a7d32
|
Create customdns.js
Signed-off-by: Mograine <ghiot.pierre@gmail.com>
|
2019-10-27 16:48:39 +01:00 |
|
Pierre Ghiot
|
6326964226
|
Create customdns.php
Signed-off-by: Mograine <ghiot.pierre@gmail.com>
|
2019-10-27 16:48:39 +01:00 |
|
Pierre Ghiot
|
631f350a1e
|
Update header.php
Signed-off-by: Mograine <ghiot.pierre@gmail.com>
|
2019-10-27 16:48:38 +01:00 |
|
Pascal Pischel
|
2f08bdd8a9
|
Update index.php
Changed Chart Icon and List Icon to ones that are similar in react web interface.
Signed-off-by: Pazekal90 <mail@pascal-pischel.de>
|
2019-10-23 23:26:47 +02:00 |
|
Pazekal90
|
5019ae8f4e
|
Fixed Issue https://github.com/pi-hole/AdminLTE/issues/1032
Signed-off-by: Pazekal90 <mail@pascal-pischel.de>
|
2019-10-23 22:08:34 +02:00 |
|
Mark Drobnak
|
33dbe06b1e
|
Merge pull request #1024 from Pazekal90/deletedIE9
Deleted conditional comments for lt. IE9 compatibility.
|
2019-10-20 15:09:32 -04:00 |
|
Mark Drobnak
|
4450d74c07
|
Merge pull request #1021 from Pazekal90/faupdate5112
Updated Dependency font-awesome 5.6.3 => 5.11.2
|
2019-10-20 14:52:36 -04:00 |
|
Mark Drobnak
|
49c6832484
|
Merge pull request #1017 from Pazekal90/changeLogin
Dont show Shortcuts on small devices, because mostly there is not key…
|
2019-10-20 14:38:28 -04:00 |
|
Adam Warner
|
8311a0aefc
|
Add ability for user to include comment when adding a blocklist
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
|
2019-10-14 22:59:05 +01:00 |
|
Adam Warner
|
c65b9a3468
|
remove unnecessary semicolon as per codefactor.io
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
|
2019-10-14 22:02:59 +01:00 |
|
Adam Warner
|
07195fb4e7
|
Allow user to add in a comment next to domain entry
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
|
2019-10-14 21:55:29 +01:00 |
|
DL6ER
|
34de877ccf
|
Merge pull request #999 from pi-hole/fix/gravity-timestamp
Use gravity updated timestamp from database
|
2019-10-08 10:17:23 +02:00 |
|
Pazekal90
|
4b27773c0c
|
Deleted conditional comments for lt. IE9 compatibility.
Signed-off-by: Pazekal90 <mail@pascal-pischel.de>
|
2019-10-03 20:37:12 +02:00 |
|
Pazekal90
|
70d859af80
|
Deleted Ionicons as dependency. Changed existing usage to fontawesome to get better performance in browser.
Signed-off-by: Pazekal90 <mail@pascal-pischel.de>
|
2019-10-03 20:24:54 +02:00 |
|
DL6ER
|
ba4dd33b9f
|
Reduce nesting by inverting if statement and rearranging code.
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2019-10-03 08:48:47 +02:00 |
|
Pazekal90
|
a7bbe98e60
|
Dont show Shortcuts on small devices, because mostly there is not keyboard to use on smartphone. Some changes to optimize view on small devices.
Signed-off-by: Pazekal90 <mail@pascal-pischel.de>
|
2019-10-03 00:30:08 +02:00 |
|
Pazekal90
|
1cfc5e44e5
|
Updated Dependency font-awesome 5.6.3 => 5.11.2
Signed-off-by: Pazekal90 <mail@pascal-pischel.de>
|
2019-10-03 00:27:18 +02:00 |
|
Adam Warner
|
b7d3ddd2b0
|
Merge branch 'devel' into release/v4.3.2
|
2019-09-22 00:58:42 +01:00 |
|
DL6ER
|
f3d8f0dfb5
|
Teleporter expects adlist.json during import, however, the file is called adlists.json during export. Fix this by using singular during export.
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2019-09-18 00:36:03 +02:00 |
|