Age | Commit message (Expand) | Author |
2022-01-19 | luci-base: sys: prevent path traversal via sys.init routines | Jo-Philipp Wich |
2021-10-28 | timezone data: update to 2021e | Hannu Nyman |
2021-10-11 | luci-base: dispatcher: rework dispatching and menu filtering logic | Jo-Philipp Wich |
2021-10-11 | luci-base: sysauth.htm: switch https detection URL | Jo-Philipp Wich |
2021-10-11 | luci-base: dispatcher: fix null access on dispatching unknown urls | Jo-Philipp Wich |
2021-04-30 | luci-base: send failed/successfull login to syslog | Jan Pavlinec |
2021-03-01 | luci-base: remove references to removed functions from documentation | Jo-Philipp Wich |
2021-01-29 | timezone data: update to 2021a | Hannu Nyman |
2021-01-20 | treewide: removed trailing whitespaces and extra newlines in 'modules' | Giovanni Giacobbi |
2021-01-20 | treewide: minor fixes to typos, whitespace, and indentation | Giovanni Giacobbi |
2021-01-09 | timezone data: update to 2020f | Hannu Nyman |
2020-12-04 | luci-base: hide "No password set!" notification if password login is disabled | Fabian Bläse |
2020-10-31 | timezone data: update to 2020d | Hannu Nyman |
2020-10-21 | luci-base: set the fallback default of rollback timeout to 90s | Hannu Nyman |
2020-09-19 | luci-base: tweak busybox top regex to accept 'm' in large VSZ | Hannu Nyman |
2020-08-31 | Merge pull request #4239 from etactica/error404-messages | Florian Eckert |
2020-07-19 | treewide: adapt to new luci.xml class | Sven Roederer |
2020-07-19 | luci-base(-libs): move pcdata() and striptags() from util- to xml-class | Sven Roederer |
2020-07-19 | luci-base: move some generic classes into a separate luci-base-libs package | Sven Roederer |
2020-07-07 | error404: flow message into template | Karl Palsson |
2020-06-30 | luci-base: allow themes to provide sysauth.htm | Karl Palsson |
2020-06-19 | luci-base: template.lua: fix nil access in string template error handling | Jo-Philipp Wich |
2020-05-14 | luci-base: dispatcher.lua: improve bytecode cache invalidation | Jo-Philipp Wich |
2020-05-09 | timezone data: update to 2020a | Hannu Nyman |
2020-04-20 | luci-base: dispatcher.lua: pass permission state to legacy CBI templates | Jo-Philipp Wich |
2020-04-19 | luci-base: dispatcher.lua: honour acl_depends annotations in Lua controllers | Jo-Philipp Wich |
2020-04-16 | luci-base: implement JSON endpoint to fetch menu information | Jo-Philipp Wich |
2020-04-16 | luci-base: expose currently dispatched node info to client side JS | Jo-Philipp Wich |
2020-04-16 | luci-base: dispatcher.lua: add support for handling menu ACL annotations | Jo-Philipp Wich |
2020-04-12 | luci-base: luci.js: add LuCI.fspath() helper | Jo-Philipp Wich |
2020-04-10 | luci-base: uhttpd.lua: expose all CGI variables | Jo-Philipp Wich |
2020-04-03 | luci-base: ui.js: add instantiateView() helper | Jo-Philipp Wich |
2020-03-26 | luci-base: add missing .btn CSS classes to sysauth template | Jo-Philipp Wich |
2020-03-13 | luci-base: ensure that ubus path uses trailing slash | Jo-Philipp Wich |
2020-02-18 | luci-base: Add missed config parameter for cbi when converting to JSON | Anton Kikin |
2020-02-05 | luci-base: dispatcher.lua: remove redundant check_fs_depends() call | Jo-Philipp Wich |
2020-01-30 | luci-base: dispatcher.lua: fix filesystem dependency checks | Jo-Philipp Wich |
2020-01-29 | luci-base: add another magic security attribute to the sysauth cookie | Jo-Philipp Wich |
2020-01-28 | luci-base: add L.media() URL construction helper | Jo-Philipp Wich |
2020-01-16 | luci-base: make rpc webserver path configurable | Ansuel Smith |
2020-01-10 | luci-base: dispatcher: remove empty firstchild nodes from menu | Jo-Philipp Wich |
2020-01-07 | luci-base: dispatcher: fix rpc controller regression | Jo-Philipp Wich |
2019-12-30 | luci-base: move tools.webadmin to luci-compat | Jo-Philipp Wich |
2019-12-30 | luci-base: drop unused tools.webadmin.proto class | Jo-Philipp Wich |
2019-12-16 | luci-base: convert menu nodes to JSON | Jo-Philipp Wich |
2019-12-16 | luci-base: dispatcher.lua: add support for loading JSON menu files | Jo-Philipp Wich |
2019-12-16 | luci-base: dispatcher.lua: refactor dispatch logic | Jo-Philipp Wich |
2019-12-16 | luci-base: dispatcher.lua: factor out template class init into own function | Jo-Philipp Wich |
2019-12-16 | luci-base: dispatcher.lua: factor out language check into own function | Jo-Philipp Wich |
2019-12-16 | luci-base: expose effective dispatched path to client side environment | Jo-Philipp Wich |