luci/modules/luci-mod-admin-full/luasrc/controller/admin
Jo-Philipp Wich 9b4efaefa1 luci-mod-admin-full: use incremental background scanning for wireless join
The previous approach of synchroneously scanning while building the result
page was suboptimal since it frequently led to connection resets when
accessing LuCI via wireless.

It also exhibited problems when accessed via SSL on recent Firefox versions
where the page were only loaded partially.

Rework the wireless scanning to gather scan results in a background process
and put them into the ubus session data area where they can be readily
accessed without causing network interruptions.

Subsequently rebuild the wireless join page to use XHR polling to
incrementally fetch updated scan results.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-07-18 14:43:27 +02:00
..
filebrowser.lua Update my email addresses in the license headers 2015-01-16 23:49:44 +01:00
index.lua luci-mod-admin-full: do not access dispatcher.context.urltoken in logout 2015-10-21 16:43:07 +02:00
network.lua luci-mod-admin-full: use incremental background scanning for wireless join 2018-07-18 14:43:27 +02:00
status.lua luci-mod-admin-full: produce valid JSON in status/realtime/connections_status 2018-07-12 18:55:16 +02:00
system.lua luci-mod-admin-full: check backup.tar.gz on apply 2018-07-03 17:45:12 +02:00
uci.lua treewide: rework uci apply workflow 2018-05-05 23:11:23 +02:00