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

28 Commits

Author SHA1 Message Date
Federico Frigo
00fe51f005 Reverting files to correct ones 2022-04-10 20:09:23 +02:00
Federico Frigo
592b2ccc77
Merge branch 'master' into master 2022-04-06 09:21:29 +02:00
Federico Frigo
50ab349d1b Custom settings 2021-09-30 11:04:57 +01:00
zbchristian
7df8f68621
Fix index of known networks
Index now stored in the network array
2021-08-31 16:57:46 +02:00
glaszig
d711acb52d use css grid for wifi stations layout (better width equality) 2021-06-01 03:02:05 +01:00
glaszig
9dc1f14ccb separate connected from known from nearby wifi stations in ui 2021-06-01 03:02:04 +01:00
billz
a3814cdf71 Wrap reinitialize w/ monitor mode condition 2021-05-08 19:40:19 +01:00
billz
3207ac75cd Minor: standardize labels 2021-04-30 14:40:47 +01:00
billz
d1fdbd9f25 Add wpa_reinit button to template 2021-04-30 08:38:49 +01:00
Bill Zimmerman
79393c48d0
Add reinitialize message on scan failure 2021-04-30 00:05:19 +02:00
billz
e5ce7b9fb2 Add modal dialog to configure client 2021-02-02 16:55:46 +00:00
billz
3c4cdefc56 Minor: wrap msg w/ div 2020-12-06 08:27:18 +00:00
billz
65381ecdbb Prettify php 2020-09-24 08:55:06 +01:00
billz
7335de7968 Cleanup debug output 2020-09-23 21:14:55 +01:00
billz
054c53831a Wifi client layout fix. Resolves #680 2020-09-23 19:45:21 +01:00
billz
1a8ffd94fc Replaced tabs w/ spaces, applied PSR-2 code standard 2020-05-24 08:24:42 +01:00
billz
b128c4106c Applied patches from #581 2020-05-24 08:14:07 +01:00
billz
a20db9185b Fix wifi client connect button. Resolves #572, thx @zbchristian 2020-04-30 12:42:31 +01:00
billz
0287abf9ac Update labels with gettext alias _() 2019-10-22 09:02:21 +01:00
billz
193813feba Fix indents + comments 2019-10-15 21:08:27 +01:00
billz
b025048771 Stacked horizontal cards 2019-10-15 18:28:34 +01:00
billz
d264a888bc Work in progress 2019-10-15 13:47:34 +01:00
billz
40e408dd98 Work in progress 2019-10-12 23:04:27 +01:00
billz
80aa640ac4 Minor: mode change 2019-09-08 16:12:51 +01:00
billz
8be24381a8 Processed with phpcbf for PSR-2 coding standard 2019-09-07 16:42:31 +01:00
glaszig
26fbd78156 replaced CheckPSK dom level 1 events with level 2 event listener-driven implementation 2019-08-19 22:37:22 +02:00
glaszig
c775744db5 improved password toggle 2019-08-19 22:37:22 +02:00
glaszig
993dc633a9 load wifi stations via ajax, cache the scan result
until the "rescan" button is pressed. speeds up
"configure client" page massively.
2019-08-08 03:44:28 +02:00