Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-14 | modules/admin-full: fix typo in dhcp cbi model, patch by "BasicXP" ↵ | Jo-Philipp Wich | |
<basicxp@ubuntu.com> | |||
2012-08-14 | modules: make most remaining hardcoded strings translatable, patch by ↵ | Jo-Philipp Wich | |
"BasicXP" <basicxp@ubuntu.com> | |||
2012-08-14 | modules/admin-full: use format_wifi_encryption() in wifi_join.htm to make ↵ | Jo-Philipp Wich | |
encryption translatable | |||
2012-08-09 | modules/admin-full: rework help text for network_netlist widget | Jo-Philipp Wich | |
2012-08-08 | modules/niu: remove usage of wifi.channels() | Jo-Philipp Wich | |
2012-08-08 | modules/admin-full: remove usage of wifi.channels() | Jo-Philipp Wich | |
2012-08-08 | modules/freifunk: use getiwinfo() instead of getiwconfig() | Jo-Philipp Wich | |
2012-08-08 | modules/admin-mini: use getiwinfo() instead of getiwconfig() | Jo-Philipp Wich | |
2012-08-08 | modules/admin-mini: use iwinfo to perform scans | Jo-Philipp Wich | |
2012-08-08 | modules/admin-full: remove an ancient cbi model that hasn't been used in years | Jo-Philipp Wich | |
2012-08-08 | modules/admin-full: use luci.sys.net.mac_hints() in wifi maclist config | Jo-Philipp Wich | |
2012-08-08 | modules/admin-full: remove session expiry workaround from setting | Jo-Philipp Wich | |
2012-08-08 | modules/rpc: adapt rpc controller to sauth api changes | Jo-Philipp Wich | |
2012-08-07 | Rework authentication system | Jo-Philipp Wich | |
The validity of authentication tokens was determined by the mtime of respective authentication tokens on filesystem stored in $sessionpath. Talking about hardware without RTC or without a prior connection to a time server, date/time usually around 1970 - so is the mtime of the authentication token file in $sessionpath. When now configuring an internet connection via LuCI, the system might fetch the current date/time (e.g. via ntp) which invalidates the token, returns "403 Forbidden" and kicks the user out of the interface. This patch changes the authentication system to use time values based on the uptime of the machine - rather than values based upon gettimeofday() and {a|m}time values - and save them inside the token. That way can always determine the difference between login (last interaction respectively) and the current time, in- dependant of the system clock jumping backwards/forwards. Warning: This patch removes the clean() function and respective calls. This means, invalid tokens will NOT be determined and removed from filesystem automatically anymore. Before, every HTTP-call caused a scan for invalid tokens, which is quite expensive. Instead consider using a cron job deleting all stalled files periodically. Contributed by T-Labs, Deutsche Telekom Innovation Laboratories Signed-off-by: Mirko Vogt <mirko@openwrt.org> | |||
2012-08-07 | return "403 Forbidden" if authentication token was given, however is invalid | Jo-Philipp Wich | |
Contributed by T-Labs, Deutsche Telekom Innovation Laboratories Signed-off-by: Mirko Vogt <mirko@openwrt.org> | |||
2012-07-24 | modules/admin-full: copy bssid when joining a network as client (#455) | Jo-Philipp Wich | |
2012-07-23 | modules/admin-full: expose wmm option for mac80211 interfaces | Jo-Philipp Wich | |
2012-07-09 | mod-freifunk: Fix problem with osm map, OpenLayers.Control.MouseDefaults() ↵ | Manuel Munz | |
was removed in OpenLayers 2.12 | |||
2012-07-06 | modules/admin-full: fix frequency display on index status page | Jo-Philipp Wich | |
2012-07-01 | Cosmetic changes to the terminology in the UI: | Daniel Golle | |
Replace references to the device running LuCI as being a "router", as that is not necessarily the case. | |||
2012-06-27 | modules/admin-full: sort networks by zone and name in overview | Jo-Philipp Wich | |
2012-06-26 | modules/admin-full: use get_wannet() and get_wan6net() to find wan networks ↵ | Jo-Philipp Wich | |
on status page | |||
2012-06-26 | modules/admin-full: remove support for configuring alias interfaces, they're ↵ | Jo-Philipp Wich | |
useless now that ifaces can be part of multiple networks | |||
2012-06-26 | modules/admin-full: when deleting wifi-ifaces, remove all empty leftover ↵ | Jo-Philipp Wich | |
networks, not only the first one | |||
2012-06-26 | modules/admin-full: remove notice about iface exclusiveness when adding new ↵ | Jo-Philipp Wich | |
networks | |||
2012-06-26 | modules/admin-full: extend wifi model to allow assigning multiple networks | Jo-Philipp Wich | |
2012-06-25 | modules/freifunk: Add minlength datatype to location, #444 | Manuel Munz | |
2012-06-18 | Only show the TX-power selector if the hardware supports more than one option. | Daniel Golle | |
Some mac80211 drivers (rt2x00) probably won't support limiting TX-power to a user-defined value in the near future under certain conditions, so it makes sense to not expose that option in order not to confuse the user. See http://patchwork.openwrt.org/patch/2187/ to understand the situation. Signed-off-by: Daniel Golle <dgolle@allnet.de> | |||
2012-06-05 | modules/admin-full: allow to specify the DHCP pool start as IPv4 address (#420) | Jo-Philipp Wich | |
2012-05-23 | modules/admin-full: check /etc/ethers and /var/dhcp.leases for existence ↵ | Jo-Philipp Wich | |
before trying to read them | |||
2012-05-06 | move luci specific index.html from package 'sgi-cgi' to 'admin-core' | Jo-Philipp Wich | |
Contributed by T-Labs, Deutsche Telekom Innovation Laboratories Signed-off-by: Mirko Vogt <mirko.vogt@external.telekom.de> | |||
2012-05-06 | modules/admin-full: add mac address suggestions to mac filter settings | Jo-Philipp Wich | |
2012-05-06 | modules/admin-full: filter init scripts without START in startup model | Jo-Philipp Wich | |
2012-04-22 | modules/admin-full: do not show protocol warning for empty interfaces, link ↵ | Jo-Philipp Wich | |
to physical settings instead | |||
2012-04-04 | modules/freifunk: Fix model/system confusion in public_status | Manuel Munz | |
2012-04-02 | admin-full: allow to use translations for 'Not connected' state | Jo-Philipp Wich | |
This allows to use translated version of the 'Net connected' string in the Status/Overview/Network section. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> | |||
2012-03-19 | modules/admin-full: since switch port numbers depend on model and current ↵ | Jo-Philipp Wich | |
solar cycle, give up on making the human readable but just give the raw index | |||
2012-03-13 | modules/admin-full: reorder compiler flags for luci-bwc, fixes build on ↵ | Jo-Philipp Wich | |
Ubuntu 11.x | |||
2012-03-04 | modules/admin-full: add DNS resolution to connections status page, order ↵ | Jo-Philipp Wich | |
connections descending by traffic | |||
2012-03-04 | modules/admin-full: scan three times to catch more networks in wifi join setup | Jo-Philipp Wich | |
2012-03-04 | modules/admin-full: revert r8324 | Jo-Philipp Wich | |
2012-03-04 | modules/admin-core: autofocus password field in login form | Jo-Philipp Wich | |
2012-03-04 | modules/admin-full: reverse time labels in realtime stats (#386) | Jo-Philipp Wich | |
2012-03-03 | modules/admin-full: remove per connection transfer stats, not exposed ↵ | Jo-Philipp Wich | |
anymore in recent kernels | |||
2012-02-23 | modules/admin-full: display wifi rates in assoclist tables | Jo-Philipp Wich | |
2012-02-15 | modules/admin-full: filter IPv6 linklocal IPs in iface overview | Jo-Philipp Wich | |
2012-02-15 | modules/admin-full: remove inline style for inface boxes | Jo-Philipp Wich | |
2012-02-15 | modules/admin-full: use new button classes in iface overview template | Jo-Philipp Wich | |
2012-01-24 | modules/admin-full: add client_cert option in wifi configuration | Jo-Philipp Wich | |
2012-01-12 | modules/admin-full: redirect init script output in startup model actions | Jo-Philipp Wich | |