1
0
mirror of https://github.com/billz/raspap-webgui.git synced 2023-10-10 13:37:24 +02:00
Commit Graph

1293 Commits

Author SHA1 Message Date
billz
36da011e0b Update hosts-blocklist 2020-03-27 08:47:59 +00:00
billz
0ba0172b7c Update blocklist select 2020-03-27 08:47:10 +00:00
billz
0d18432343 Initial commit 2020-03-27 08:46:13 +00:00
billz
ae26f948a4 WIP 2020-03-26 19:45:39 +00:00
billz
6f503d8b53 Reorder nav items 2020-03-26 18:21:59 +00:00
billz
a4c594beff Update release version 2020-03-25 16:54:06 +00:00
Bill Zimmerman
06109bf82e
Merge pull request #541 from Taikuh/connected-devices
List Connected devices in bridged AP mode
2020-03-25 14:20:00 +01:00
Taikuh
347a406729
Remove html tags from locale .po files 2020-03-25 19:58:13 +08:00
Taikuh
482033c57b
Use small text-muted for info text 2020-03-25 19:55:39 +08:00
Taikuh
2eb4ae8088
Replace arp with iw station dump 2020-03-25 19:50:04 +08:00
Bill Zimmerman
e207ef6687
Added dev process 2020-03-25 10:24:20 +01:00
Taikuh
b7625e34da Shorten info text 2020-03-25 15:19:10 +08:00
Taikuh
2a42c56ab3 bridged $clients only show MAC 2020-03-25 14:42:53 +08:00
billz
422a46e92c Fix PHP notices 2020-03-24 18:48:35 +00:00
Taikuh
f0db12664d add quotes to $MACPattern 2020-03-25 00:21:59 +08:00
Taikuh
c2cff9d947 Add connected device for bridged, edit regex 2020-03-24 20:40:18 +08:00
Bill Zimmerman
cb65a66ee3
Merge pull request #539 from Taikuh/master
corrected hostapd toggle display
2020-03-23 15:59:30 +01:00
Taikuh
80b0634d2d corrected hostapd toggle display 2020-03-23 20:41:06 +08:00
Bill Zimmerman
72eec3e2af
Hotfix: strip spaces 2020-03-20 12:48:44 +01:00
Bill Zimmerman
8998433d75
Bugfix: missing whitespace 2020-03-17 19:31:26 +01:00
billz
35f915d42e Style tweak: dark mode 2020-03-17 07:30:26 +00:00
billz
57734e837f Update installed php-cgi to v7.3 (buster) 2020-03-16 23:29:48 +00:00
billz
c7d8b5caf4 Merge branch 'master' of https://github.com/billz/raspap-webgui 2020-03-16 23:19:10 +00:00
billz
de86082034 Style tweaks: dark mode 2020-03-16 23:18:35 +00:00
Bill Zimmerman
b33753bc73
Update screenshot 2020-03-16 10:46:07 +01:00
Bill Zimmerman
42ddc46a21
Added link to bridged AP wiki page 2020-03-16 10:09:16 +01:00
Bill Zimmerman
6d893e4a3f
Merge pull request #523 from Taikuh/bridge-mode
Bridged AP Mode
2020-03-16 10:04:26 +01:00
Taikuh
8082430c30 ovpn, uap0 compatibility; readme 2020-03-15 19:02:20 +08:00
Taikuh
5d57765669 Merge billz:master into bridge-mode 2020-03-13 14:08:11 +08:00
Taikuh
5e44aae1c5 Disable incompatible settings when bridged 2020-03-13 05:02:26 +08:00
Bill Zimmerman
898865d417
Create stale.yml 2020-03-12 11:36:48 +01:00
Bill Zimmerman
6f8a60c9ac
Style tweak for dark mode 2020-03-10 12:56:03 +01:00
Taikuh
8823c0602e Add bridged-routed toggle to webgui 2020-03-10 19:07:15 +08:00
Bill Zimmerman
11cc6d6f43
Merge pull request #528 from Taikuh/logs-permissions
Workaround for logs permissions not sticking
2020-03-10 12:00:40 +01:00
Bill Zimmerman
8bda81adcb
Merge branch 'master' into bridge-mode 2020-03-10 00:05:46 +01:00
Bill Zimmerman
20a540236a
Merge pull request #527 from Taikuh/override-git-source
download_latest_files follows quick installer
2020-03-09 23:58:03 +01:00
Taikuh
4a85188a22 Workaround for logs permissions not sticking 2020-03-10 05:08:26 +08:00
Taikuh
57bcb79310 download_latest_files follows quick installer 2020-03-09 20:11:11 +08:00
billz
c44d58d51b Stats display for the Adafruit Mini PiTFT 2020-03-08 17:40:40 +00:00
Taikuh
9800b23e4d Add bridged-routed toggle script 2020-03-09 01:16:05 +08:00
billz
1b87d57af4 Bugfix: Escape backslashes 2020-03-07 09:17:02 +00:00
billz
227fc3d775 Dark mode style tweak 2020-03-07 07:07:55 +00:00
Bill Zimmerman
33b6a42aa0
Merge pull request #519 from glaszig/fix/markup
dhcp page maintenance
2020-03-06 20:05:25 +01:00
billz
51e736c79b Update for dark theme 2020-03-06 18:57:16 +00:00
billz
88f0859955 Terminal theme => Lights Out 2020-03-06 18:40:47 +00:00
glaszig
29d4653524 prevent variable name collision in renderTemplate() function 2020-03-06 16:54:48 +01:00
glaszig
1d6b4e6468 moved dhcp tab panes into partials 2020-03-06 16:53:22 +01:00
glaszig
ad6a4b5228 improved tab id 2020-03-06 16:41:49 +01:00
glaszig
287bfcb568 dhcp: moved logging-related controls to logging tab 2020-03-06 16:39:24 +01:00
glaszig
67eefdcf05 fixed dhcp template markup
there was one closing div too many leading to empty
content area when nav is collapsed
2020-03-06 16:26:23 +01:00