Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-25 | treewide: separate Lua runtime resources | Jo-Philipp Wich | |
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 <jo@mein.io> | |||
2015-10-06 | luci-base: add support for POST-only actions with CSRF token check | Jo-Philipp Wich | |
Add the dispatcher infrastructure to restrict certain routes to POST requests only in conjunction with verification of CSRF tokens. This is the first step to get rid of the CSRF token in the url in favor to tokens embedded in forms. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> |