Commit graph

101 commits

Author SHA1 Message Date
Bill Zimmerman fbec4501ed
Merge pull request #1443 from RaspAP/feat/iw-parser
Refactor ISO countries + create IW parsing class
2023-11-07 09:06:57 +01:00
billz 78d587c5a1 Escape arguments to shell functions 2023-11-06 12:13:21 +00:00
billz 25cc92b593 parseIwList -> parseIwInfo() + formatting 2023-11-05 14:29:44 +00:00
billz 648465f6c6 Refactor loadChannelSelect(), disambiguate ajax handler names 2023-11-05 13:44:45 +00:00
billz 22cd0ae017 Add system/debuglog.sh to sudoers 2023-11-01 07:46:36 +00:00
billz 86ac3e2ff6 Replace literal w/ RASPI_DEBUG_LOG 2023-10-31 22:18:23 +00:00
billz 97a9cac5e8 Write debug log to tempDir, redirect + download w/ readfile() 2023-10-31 20:31:27 +00:00
billz d619269df4 CSRF check, exec system/debuglog.sh 2023-10-31 15:17:13 +00:00
billz 362feae185 Echo logfile path + file for ajax handler 2023-10-31 15:16:05 +00:00
billz 42ff260d63 More robust method to parse phy from selected interface 2023-10-21 11:02:57 +01:00
Bill Zimmerman c331ef9aaf
Merge pull request #1412 from RaspAP/fix/sys-functions
Ajaxifies system reboot + shutdown
2023-10-09 08:42:34 +02:00
billz 21f703b5a9 Ajaxify system reboot/shutdown 2023-10-08 19:21:43 +02:00
billz 3e491c17f4 Update fetch remote blocklists 2023-10-06 10:58:54 +02:00
billz e87e7d1d3a Sanitize post with escapeshellcmd() 2023-09-17 16:33:23 +02:00
billz 1e5ac9b3fc Apply patch from RaspAP/raspap-insiders#209 2023-09-13 21:26:19 +02:00
billz 5457855aa1 Unambiguously typecast to expected datatype 2023-09-03 09:46:50 +02:00
billz 98d392d473 Implements nohook wpa_supplicant flag 2023-05-19 12:18:25 +01:00
billz 13a113f717 Add gettext strings to model data-message fields, error handling 2023-04-04 22:30:03 +02:00
billz 0d0aee916e Initial commit 2023-04-04 22:04:17 +02:00
billz e95f12e91e Add 802.11ac tooltip help text, update messages + compile .mo 2023-03-20 19:14:24 +01:00
billz 9bc54336c2 Update messages + compile .mo 2023-03-19 16:53:40 +01:00
billz 6faa6d749a Return messages from ajax handler for gettext locale support 2023-03-19 16:45:56 +01:00
billz d4b107a07f Initial commit 2023-03-19 15:27:12 +01:00
billz 1fabc48169 Sanitize post data w/ escapeshellcmd() 2023-02-17 19:05:36 +01:00
billz 6a199aa581 Update require includes/csrf 2023-02-16 23:25:43 +01:00
billz e422b4908e Apply functionality to dnsmasq log 2022-09-27 11:46:59 +02:00
billz cbdc5a11e5 Initial commit 2022-09-26 20:53:06 +01:00
Lukas 2b3b0eb6c2 fix #1068 data size units 2022-04-22 19:06:05 +02:00
Lukas b5b2e81d3b
fix overwrite issues
The $jsonobj array is iterated from the back, so the first entries overwrite the newest entries (that is, the ones from the back). So it happens that instead of the traffic for today 16 o'clock ,the traffic from the day before yesterday 16 o'clock ends up in the array $data_template and is displayed in the graph. But this should not be like this!
2022-04-22 18:50:18 +02:00
billz b1da175ea7 Fix: dhcpcd default-route status check 2022-01-02 19:31:07 +00:00
Bill Zimmerman b90777b550
Merge pull request #54 from RaspAP/workaround-nonASCII-ssid-names
Fix handling of non ASCII ssid names
2021-11-24 16:59:18 +01:00
billz 5415707721 Fix for vnStat v2.6 (bullseye) breaking changes 2021-11-21 23:24:26 +00:00
billz 4b27f9c844 Bugfix: vnstat column name change 2021-11-18 10:26:38 +00:00
zbchristian 7344c323ee Fix display of non-ASCII SSID 2021-09-02 09:39:32 +02:00
Bill Zimmerman 4d4fac2a8f
Merge pull request #43 from RaspAP/feature/zbchristian-clients-mods
Feature/zbchristian clients mods
2021-07-05 10:07:51 +02:00
billz 83c6e17970 Refactor openvpn activate cfg ajax 2021-06-06 20:55:43 +01:00
billz 06476b9a61 Merge with upstream master 2021-06-05 12:02:26 +01:00
glaszig 9dc1f14ccb separate connected from known from nearby wifi stations in ui 2021-06-01 03:02:04 +01:00
Christian Zeitnitz b99752c4cd Implement login for Hilink devices 2021-05-21 14:57:14 +02:00
glaszig e76c31c9c6 revert part of 3a41b52c to respect http method's purpose 2021-05-06 19:12:58 -03:00
billz 4baac6eae2 Escape constant, arg + extension 2021-05-02 07:15:12 +01:00
billz 3a41b52c1d Update method to POST + escapeshellarg() 2021-05-01 17:24:37 +01:00
zbchristian 29c4c5a833
Fix default device name numbering in UDEV rule 2021-04-24 11:11:48 +02:00
Bill Zimmerman 0c9152fff3
Merge branch 'master' into feature/zbchristian-clients 2021-04-15 09:00:48 +02:00
Bill Zimmerman 0f333bd261
Merge pull request #19 from RaspAP/zbchristian-mods-openvpn
Allow to configure OpenVPN with a client certificate
2021-04-06 14:22:09 +02:00
billz 594c5dad1c Merge with upstream master 2021-04-05 10:06:44 +01:00
glaszig 6196bcd311 add 'default route' toggle to network interface configuration ui 2021-04-03 00:43:42 +01:00
Christian Zeitnitz fc83727408 Use client.conf to get path and name of configuration 2021-03-31 12:54:43 +02:00
Christian Zeitnitz d7428be2ec Fix json format of client udev prototypes
limit device name length to 20
2021-03-29 21:53:26 +02:00
Christian Zeitnitz 300f2c2457 Cleanup and fix for udev rules written for clients
Fix device type in client table
2021-03-29 15:16:23 +02:00