summaryrefslogtreecommitdiffhomepage
path: root/modules/admin-full/luasrc/controller
AgeCommit message (Collapse)Author
2012-08-08modules/admin-full: remove session expiry workaround from settingJo-Philipp Wich
2012-06-26modules/admin-full: when deleting wifi-ifaces, remove all empty leftover ↵Jo-Philipp Wich
networks, not only the first one
2012-03-04modules/admin-full: add DNS resolution to connections status page, order ↵Jo-Philipp Wich
connections descending by traffic
2012-02-15modules/admin-full: filter IPv6 linklocal IPs in iface overviewJo-Philipp Wich
2012-01-06modules/admin-full: fix wireless interface removal if not network was ↵Jo-Philipp Wich
assigned to the iface, thanks Viktar Palstsiuk <viktar.palstsiuk@promwad.com>
2011-12-20modules/admin-full: reuse sysupgrade facilities to create backup archiveJo-Philipp Wich
2011-12-05modules/admin-full: fix removal of wireless networks if radio is disabledJo-Philipp Wich
2011-11-07modules/admin-full: do not hide toplevel network menu items, yetJo-Philipp Wich
2011-11-07modules/admin-full: speed up network controller by using inreq flagJo-Philipp Wich
2011-11-02modules/admin-full: when toggling a wifi-iface, first bring the radio down, ↵Jo-Philipp Wich
then change the config, then bring it up again - prevents state vars from going out of sync
2011-10-26modules/admin-full: remove associated network for the wifi-iface as well if ↵Jo-Philipp Wich
it would be empty afterwards
2011-10-26modules/admin-full: commit uci and restart corresponding radio when removing ↵Jo-Philipp Wich
wifi networks
2011-10-26modules/admin-full: switch back to alias() for / -> /admin/; chained ↵Jo-Philipp Wich
firstchild() seems to be problematic yet
2011-10-26modules/admin-full:Jo-Philipp Wich
- move crontab to system menu - delete now empty services dispatcher - move service menu declaration into index
2011-10-26modules/admin-full: use firstchild() in index controllerJo-Philipp Wich
2011-10-26modules/admin-full: use firstchild() instead of fixed aliasJo-Philipp Wich
2011-10-26modules/admin-full: use firstchild() in services controllerJo-Philipp Wich
2011-10-24modules/admin-full: rework system menu areaJo-Philipp Wich
2011-10-18modules/admin-full: better handle interfaces with unsupported protocolsJo-Philipp Wich
2011-10-15modules/admin-full: support installing multiple packages at onceJo-Philipp Wich
2011-10-15modules/admin-full: move realtime stats into submenuJo-Philipp Wich
2011-10-15modules/admin-full: make software page tabbed, show available list broken ↵Jo-Philipp Wich
down by letters; greatly speeds up loading time
2011-10-08modules/admin-full: hide system software tab if opkg is not presentJo-Philipp Wich
2011-09-25modules/admin-full: register missing wireless actionsJo-Philipp Wich
2011-09-25modules/admin-full: ... and another issue, also remove wifi up workaround, ↵Jo-Philipp Wich
its done by "ifup" now
2011-09-25modules/admin-full: fix two issues observed on a virgin installJo-Philipp Wich
2011-09-24modules/admin-full: rewrite interface state json backend to only utilize ↵Jo-Philipp Wich
network model
2011-09-22modules/admin-full: clear radio wide disable flag when toggling wifinetJo-Philipp Wich
2011-09-22modules/admin-full: implement per-wifi-iface disable optionJo-Philipp Wich
2011-09-13modules/admin-full: remove accidentally committed compat codeJo-Philipp Wich
2011-09-13modules/admin-full: add wireless live statsJo-Philipp Wich
2011-09-01modules/admin-full: rework realtime stats to start luci-bwc on demand, kill ↵Jo-Philipp Wich
daemon after ten seconds of inactivity
2011-08-12applications, modules: remove i18n handling from controller modules as it ↵Jo-Philipp Wich
moved to the themes now
2011-06-23modules/admin-full: display raw opkg output, the error codes are useless ↵Jo-Philipp Wich
with recent versions
2011-05-04modules/admin-full: fix system/admin from form() to cbi() type to add ↵Jo-Philipp Wich
missing apply button (#234), integrate services/initscripts as system/startup
2011-05-04modules/admin-full: move system/processes to status/processesJo-Philipp Wich
2011-05-03modules/admin-full: merge services/dnsmasq and network/dhcpleases into ↵Jo-Philipp Wich
network/dhcp
2011-05-03modules/admin-full: remove support for httpd and lucittpd configuration, it ↵Jo-Philipp Wich
just takes space
2011-05-03modules/admin-full: merge system/password, system/sshkeys and ↵Jo-Philipp Wich
service/dropbear into system/admin
2011-03-18modules/admin-full: properly display interface stats for networks with ↵Jo-Philipp Wich
underscores
2011-03-15modules/admin-full: fix index page (#213)Jo-Philipp Wich
2011-03-15modules/admin-full: rename index page node from "Interfaces" to "overview"Jo-Philipp Wich
2011-03-13modules/admin-full: merge "Active Connections" and "Realtime Connections"Jo-Philipp Wich
2011-03-13modules/admin-full: remove status -> interfacesJo-Philipp Wich
2011-03-13modules/admin-full: do not use private wifinet properties in network controllerJo-Philipp Wich
2011-03-13modules/admin-full: use luci.tools.status for remaining wifi status displaysJo-Philipp Wich
2011-03-13modules/admin-full: use luci.tools.status in network controllerJo-Philipp Wich
2011-02-21modules/admin-full: restart radvd if neededJo-Philipp Wich
2011-01-29modules/admin-full: add ip6tables status output (#193)Jo-Philipp Wich
2011-01-22modules/admin-full: properly escape title is uci changes menu entries, fixes ↵Jo-Philipp Wich
3rd party templates still displaying the menu