<feed xmlns='http://www.w3.org/2005/Atom'>
<title>luci/modules/luci-base/ucode/controller, 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>2024-09-20T15:39:58Z</updated>
<entry>
<title>luci-base: expunge correct transport cookies on logout</title>
<updated>2024-09-20T15:39:58Z</updated>
<author>
<name>Paul Donald</name>
</author>
<published>2024-09-20T15:39:58Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=8449716ceb0641c3f76f103fa52b8529013f2581'/>
<id>urn:sha1:8449716ceb0641c3f76f103fa52b8529013f2581</id>
<content type='text'>
Closes #7269

Thanks to @mikma

Signed-off-by: Paul Donald &lt;newtwen+github@gmail.com&gt;
</content>
</entry>
<entry>
<title>luci-base: fix empty reply format in ubus gateway fallback code</title>
<updated>2022-11-03T10:27:52Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2022-11-03T10:27:52Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=0dd0114a9d115819cb31a3903da742b09616f9f0'/>
<id>urn:sha1:0dd0114a9d115819cb31a3903da742b09616f9f0</id>
<content type='text'>
The ubus gateway fallback code incorrectly formatted ubus replies
containing no payload data when forwarding them via HTTP, leading
to `TypeError: Unexpected reply data format` errors in at least
the `luci.fs` class when receiving replies without payload.

Fix this issue by ensuring that the result array never contains
a `null` value for the payload, send an one-element array containing
just the status code in this case instead.

Fixes: #6074
Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>treewide: separate Lua runtime resources</title>
<updated>2022-10-24T23:03:37Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2022-09-13T21:50:12Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=673f38246ac3548caefec41183e3dd7477d9f6f6'/>
<id>urn:sha1:673f38246ac3548caefec41183e3dd7477d9f6f6</id>
<content type='text'>
Move classes required for Lua runtime support into a new `luci-lua-runtime`
package. Also replace the `luci.http` and `luci.util` classes in
`luci-lib-base` with stubbed versions interacting with the ucode based
runtime environment.

Finally merge `luci-base-ucode` into the remainders of `luci-base`.

Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
</feed>
