- Jan 31, 2014
-
-
Matthias Schiffer authored
-
- Jan 29, 2014
-
-
Nils Schneider authored
Do not use 'red' as text color on input fields with errors as the backgronud color is already red, rendering the value unreadable.
-
Matthias Schiffer authored
-
- Jan 28, 2014
-
-
Nils Schneider authored
Display the correct hostname on the final page of configmode. Previously, this page used to simply call luci.sys.hostname() which would return the current hostname. However, when the configmode changes the hostname luci.sys.hostname() will not reflect this. This patch fetches the hostname directly from the UCI system config. This adds a variable called 'hostname' which may be used in site.conf at config_mode.msg_reboot and .msg_pubkey.
-
- Jan 25, 2014
-
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
- Jan 24, 2014
-
-
Matthias Schiffer authored
-
- Jan 23, 2014
-
-
Matthias Schiffer authored
This reverts commit f5c532a3a923053ab229952bde31da0b0284d8ab.
-
Matthias Schiffer authored
-
Nils Schneider authored
-
Nils Schneider authored
-
Nils Schneider authored
-
- Jan 22, 2014
-
-
Nils Schneider authored
The reboot page should be delayed a little to give the browser time for fetching assets (like the stylesheet). This adds a two second delay. Unfortunately, I couldn't think of a sane way to do this within a luci controller. This patch forks the process. The parent will continue rendering the page for the browser while the child will sleep and then reboot the device. For this to work reliable the child needs to close stdout before sleeping so the webserver closes the connection to the browser. This, again, required a hack as lua does not allow closing std filehandles, when prevented using luci.reboot() which was calling os.execute() and that function will not work with stdout closed.
-
Nils Schneider authored
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
Nils Schneider authored
gluon-luci-admin: various changes
-
Nils Schneider authored
add new luci-theme
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
Nils Schneider authored
Don't refresh the reboot page after rebooting the node. It's not going back to configmode anyway so it'll never reload without user intervention.
-
Nils Schneider authored
This completely replaces the text on the overview page. Consider this a placeholder until someone writes a better suited version :)
-
Nils Schneider authored
-
Nils Schneider authored
Hide the "logout" button when in configmode.
-
Nils Schneider authored
Replaces double-spaces with tabs to match surrounding code.
-
Nils Schneider authored
For security reasons we'd like to disable all HTTP config interfaces when the node is operating normally. This patch disables gluon-luci-admin when configmode is not enabled.
-
Nils Schneider authored
Those headings do not convey much information make the wizard less compact. The help texts will be rewritten to guide the user instead.
-
Nils Schneider authored
Replace the inline stylesheet for the public key box on the reboot page with a CSS class so it can be styled using the theme.
-
Nils Schneider authored
This makes gluon-config-mode and gluon-luci-admin depend on gluon-luci-theme instead of luci-theme-openwrt.
-
Nils Schneider authored
This is the initial version of our new configmode theme. It's far from finished but at least configmode looks good. There are lots of declarations copied from OpenWRT's default theme so most other luci modules would be somewhat usable when shown using this theme.
-
- Jan 21, 2014
-
-
Nils Schneider authored
The reset button resets the form. I don't think this is needed in a wizard that simple and might confuse users so I removed it.
-
Nils Schneider authored
Due to my previous two commits configmode was broken when either meshvpn or bandwidth limit was disabled. This fixes it but there may be a cleaner solution provided by luci.
-
Nils Schneider authored
Hide the bandwidth limit checkbox when meshvpn is disabled.
-
Nils Schneider authored
Hide the downstream/upstream input fields when bandwitdh limiting is disabled.
-
Nils Schneider authored
This way we have a kind of load balancing among the mirrors.
-
Daniel Ehlers authored
-