Commit graph

62 commits

Author SHA1 Message Date
Steven Barth
97ce1ad8ad Preparing rewrite of WiFi configuration 2008-08-17 18:32:53 +00:00
Steven Barth
3904a012fa modules/admin-full: Added crontab configuration page 2008-08-17 13:49:19 +00:00
Steven Barth
75d4cca7ae Fixed a design flaw in luci.model.uci 2008-08-17 10:20:36 +00:00
Steven Barth
510fde0118 Added status information
Minor Cleanups
2008-08-16 23:17:50 +00:00
Steven Barth
8b2e83f2d5 modules/admin-full: Fixed package management page 2008-08-16 21:40:08 +00:00
Steven Barth
d7b95a555b Added process control page
Minor improvements
2008-08-16 20:18:14 +00:00
Steven Barth
74b1d8da3b /etc/ipkg.conf is now /etc/opkg.conf 2008-08-16 16:41:44 +00:00
Steven Barth
09b829a9c7 UI Improvements 2008-08-16 15:37:28 +00:00
Steven Barth
f94fb5ac18 Some cleanups 2008-08-15 22:22:54 +00:00
Steven Barth
8e4afe1210 Several escaping fixes
Updated XML translation system
Use the new Table widget for DHCP leases
2008-08-15 20:42:25 +00:00
Steven Barth
d212e531d5 Added missing value escaping
Fixed a typo (wrong if-condition)
Added support for Table objects in CBI
2008-08-15 18:18:16 +00:00
Steven Barth
8d9d419f84 libs/cbi: Some fixes 2008-08-15 09:22:45 +00:00
Steven Barth
72b500bee7 modules/*: Reintroduced the broadcom sanity check 2008-08-15 00:44:13 +00:00
Steven Barth
9354c17eab modules/admin-full: Reworked DHCP configuration 2008-08-15 00:07:50 +00:00
Steven Barth
5aa6c0bb68 modules/admin-full: Added list of mounted file systems to fstab configuration page 2008-08-14 23:10:41 +00:00
Steven Barth
68d499edb9 modules/admin-full: Rewrote route configuration page 2008-08-14 20:33:30 +00:00
Steven Barth
1616d5a81e Enable more sanity checks for Password Changing page 2008-08-14 19:19:05 +00:00
Steven Barth
15e2e16c6d Converted password change form to CBI model 2008-08-14 19:01:36 +00:00
Steven Barth
d915e6e1d7 Converted IPKG configuration to CBI model
Removed abandoned code
2008-08-14 17:16:56 +00:00
Steven Barth
36717208f1 Fixed login form
Converted SSH-Keys to CBI-Map
2008-08-14 16:11:49 +00:00
Steven Barth
09145378c8 modules/admin-full: Added a cross-references from network interface config to firewall zone config 2008-08-14 14:54:37 +00:00
Steven Barth
2c09564d76 modules/admin-core: Added several cross-references to relevant configuration pages 2008-08-14 14:51:06 +00:00
Steven Barth
e42779fcab User interface improvements part #3 2008-08-14 11:50:44 +00:00
Steven Barth
33f2d5fd0f modules/admin-full: Updated VLAN configuration page 2008-08-14 11:49:36 +00:00
Jo-Philipp Wich
8591d4e396 * luci/libs: improved cbi templates
* luci/modules:	fix layout of sshkeys page in admin-full
2008-08-14 01:31:17 +00:00
Steven Barth
027effe9c8 modules/admin-full: Optimized mount-point configuration page 2008-08-13 23:19:48 +00:00
Steven Barth
662f70a467 modules/admin-full: Added Firewall-Zone column to network interface overview 2008-08-13 23:14:19 +00:00
Steven Barth
58f183a282 Completed rewrite of network interface configuration page 2008-08-13 22:54:38 +00:00
Steven Barth
5a92c0fc08 libs/cbi: Improved user interface draft #1 2008-08-13 14:09:33 +00:00
Steven Barth
a59044df9b Fixed last commit 2008-08-13 01:30:32 +00:00
Steven Barth
07fdaa87db modules/admin-full: Network interface configuration optimization part #1 2008-08-13 01:24:44 +00:00
Steven Barth
01a4a3ab73 modules/admin-full: Preparing rewrite of network interface configuration 2008-08-11 22:00:47 +00:00
Steven Barth
f9fa6d82da * libs/web: Reworked authentication 2008-08-10 12:58:05 +00:00
Steven Barth
d1998ce924 Added missing dependency which broke LuCI
Removed unneeded Broadcom sanity check
2008-08-09 00:42:35 +00:00
Steven Barth
e080fcebd2 libs/core: Cleaned up luci.sys in favor of the new luci.ip module 2008-08-08 12:26:45 +00:00
Steven Barth
fbae92e522 modules/admin-full: Added support for interface aliases 2008-08-07 20:21:38 +00:00
Steven Barth
e72a526984 libs/cbi: Added magic ;-) 2008-08-07 19:03:25 +00:00
Steven Barth
d79794c119 modules/admin-full: Added support for IPv6 network configuration 2008-08-07 17:23:36 +00:00
Steven Barth
6e390b7691 modules/admin-full: Removed accidently remaining debug dummy stuff 2008-08-07 11:46:13 +00:00
Steven Barth
6901e28cfc modules/admin-full: Completed support for LED configuration 2008-08-07 11:45:19 +00:00
Steven Barth
6b32f06b1a modules/admin-full: Prepare Button / LED configuration 2008-08-07 00:57:20 +00:00
Steven Barth
76982655fa Moved luci.sys.exec, luci.sys.execl and luci.sys.bigendian to luci.util 2008-08-06 20:11:15 +00:00
Steven Barth
206bf7f253 modules/admin-full: Several user interface improvements 2008-08-06 10:41:47 +00:00
Steven Barth
0181d2dee7 modules/admin-full: Display wifi devices as enabled if user removes the disabled-option 2008-08-05 14:15:03 +00:00
Steven Barth
84d6646bb4 modules/admin-full, modules/admin-mini: Added eyecandy ;-) 2008-08-04 23:48:41 +00:00
Jo-Philipp Wich
78fb71f881 * luci/admin-full: fixed bug that prevented creation of interface sections in dhcp page 2008-08-04 23:12:14 +00:00
Steven Barth
15facd9280 modules/admin-*: Fixes for firmware upgrade and system reset 2008-08-03 16:33:49 +00:00
Steven Barth
f26e93bead admin-full, admin-mini: Added configuration backup, restore, reset page
admin-full, admin-mini: Fixed a bug in firmware upgrade preventing configuration files from being kept
2008-08-03 15:01:36 +00:00
Steven Barth
aa462baa33 Fixed a small bug in timezone generation 2008-07-31 09:04:30 +00:00
Steven Barth
f8f4fe7523 modules: Redesigned configuration save, apply, save & apply menu options 2008-07-29 15:33:28 +00:00