<feed xmlns='http://www.w3.org/2005/Atom'>
<title>luci/applications/luci-app-usteer/htdocs, branch master</title>
<subtitle>Lua Configuration Interface (mirror)</subtitle>
<id>https://git.openwrt.org/project/luci/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/project/luci/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/'/>
<updated>2026-03-19T20:50:25Z</updated>
<entry>
<title>luci-app-usteer: fix copy/paste mistake</title>
<updated>2026-03-19T20:50:25Z</updated>
<author>
<name>Ramon Van Gorkom</name>
</author>
<published>2026-03-18T17:45:12Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=18e05383481b3d551c808134c59a67b1b82d36ea'/>
<id>urn:sha1:18e05383481b3d551c808134c59a67b1b82d36ea</id>
<content type='text'>
luci-app-usteer: fix copy/paste mistake

Signed-off-by: Ramon Van Gorkom &lt;Ramon00c00@gmail.com&gt;
</content>
</entry>
<entry>
<title>luci-app-usteer: add parameters for usteer-ng</title>
<updated>2026-03-16T22:19:13Z</updated>
<author>
<name>Ramon Van Gorkom</name>
</author>
<published>2026-03-13T21:08:59Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=7a188f5233ad5c89ed1481cfa575fc5e1bab7249'/>
<id>urn:sha1:7a188f5233ad5c89ed1481cfa575fc5e1bab7249</id>
<content type='text'>
usteer-ng is the forked version of usteer with more options and
improvements. This commit allows setting the additional options
in luci-app-usteer.

Next to that a small bug is fixed.

Signed-off-by: Ramon Van Gorkom &lt;Ramon00c00@gmail.com&gt;
</content>
</entry>
<entry>
<title>luci-app-usteer: add sta info in tooltip</title>
<updated>2026-03-04T23:09:21Z</updated>
<author>
<name>Ramon Van Gorkom</name>
</author>
<published>2026-03-02T18:41:15Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=60c348801dd4f9dc147ddf9109d238c97e8a2d1f'/>
<id>urn:sha1:60c348801dd4f9dc147ddf9109d238c97e8a2d1f</id>
<content type='text'>
Add tooltip info from hostapd_cli

Signed-off-by: Ramon Van Gorkom &lt;Ramon00c00@gmail.com&gt;
</content>
</entry>
<entry>
<title>luci-app-usteer: fix bug introduced with ES6</title>
<updated>2026-03-02T17:53:47Z</updated>
<author>
<name>Ramon Van Gorkom</name>
</author>
<published>2026-03-01T13:33:22Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=e057bac1efb026db1b0ea5afc9be5d3110584971'/>
<id>urn:sha1:e057bac1efb026db1b0ea5afc9be5d3110584971</id>
<content type='text'>
fix bug introduced by ES6 treatment

Signed-off-by: Ramon Van Gorkom &lt;Ramon00c00@gmail.com&gt;
</content>
</entry>
<entry>
<title>luci-app-usteer: js linting fixes / ES6 treatment</title>
<updated>2026-02-20T02:56:20Z</updated>
<author>
<name>Paul Donald</name>
</author>
<published>2026-02-16T01:16:19Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=89ab7fd2d65c896736b152eca0ec5d588dc4aaff'/>
<id>urn:sha1:89ab7fd2d65c896736b152eca0ec5d588dc4aaff</id>
<content type='text'>
Prevent variable bleed, and unused variables.

Signed-off-by: Paul Donald &lt;newtwen+github@gmail.com&gt;
</content>
</entry>
<entry>
<title>luci-app-usteer: Extra error checking</title>
<updated>2025-06-22T20:39:34Z</updated>
<author>
<name>Ramon Van Gorkom</name>
</author>
<published>2025-06-22T14:20:56Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=59a1910b142cd1eedb2e0c782f7ed079a99f087e'/>
<id>urn:sha1:59a1910b142cd1eedb2e0c782f7ed079a99f087e</id>
<content type='text'>
Added extra error checking. When you directly load the usteer page "/cgi-bin/luci/admin/network/usteer"  then somehow the wifi networks do not get populated, this throws an error. Also fixed another console error related to the hostnames.

Signed-off-by: Ramon Van Gorkom &lt;Ramon00c00@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: replace "var m, s, o" with "let m, s, o"</title>
<updated>2024-12-03T15:25:21Z</updated>
<author>
<name>Sergey Ponomarev</name>
</author>
<published>2024-12-01T11:36:19Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=22d48305afcb3095468756f087610a091d69a116'/>
<id>urn:sha1:22d48305afcb3095468756f087610a091d69a116</id>
<content type='text'>
Signed-off-by: Sergey Ponomarev &lt;stokito@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: declare rpc calls with const</title>
<updated>2024-12-03T15:25:21Z</updated>
<author>
<name>Sergey Ponomarev</name>
</author>
<published>2024-12-01T00:03:42Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=e1d8f0e6f9ab673a266f7813d267ae6dfaef5784'/>
<id>urn:sha1:e1d8f0e6f9ab673a266f7813d267ae6dfaef5784</id>
<content type='text'>
Signed-off-by: Sergey Ponomarev &lt;stokito@gmail.com&gt;
</content>
</entry>
<entry>
<title>luci-app-usteer: Fix neighbor spelling in option</title>
<updated>2024-08-20T16:48:56Z</updated>
<author>
<name>Hannu Nyman</name>
</author>
<published>2024-08-20T16:43:49Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=067f1c55de3084b1d6c12a5a0223048ae28c02ee'/>
<id>urn:sha1:067f1c55de3084b1d6c12a5a0223048ae28c02ee</id>
<content type='text'>
Fix option name max_neighbour_reports --&gt; max_neighbor_reports
Adjust translations.

Fixes #7247

Signed-off-by: Hannu Nyman &lt;hannu.nyman@iki.fi&gt;
</content>
</entry>
<entry>
<title>luci-app-usteer: Allow editing of settings if usteer is not running</title>
<updated>2024-05-01T22:49:50Z</updated>
<author>
<name>Ramon Van Gorkom</name>
</author>
<published>2024-04-29T16:45:18Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=3815d4fc0714169a18763352b6a9c70aef3adcf8'/>
<id>urn:sha1:3815d4fc0714169a18763352b6a9c70aef3adcf8</id>
<content type='text'>
Apparently, an invalid parameter can stop usteer from starting.  This PR allows the editing of parameters while usteer is stopped. In that case the status tab is not shown.

Signed-off-by: Ramon Van Gorkom &lt;Ramon00c00@gmail.com&gt;
</content>
</entry>
</feed>
