303 Commits

Author SHA1 Message Date
Mikhail Efremov
b1c7c8a7a7 4.19.2-alt1
- Fix button name.
2014-11-26 15:20:17 +03:00
Mikhail Efremov
a12e683b40 Fix button name.
"New" -> "Add VLAN".
2014-11-26 15:17:54 +03:00
Mikhail Efremov
4960371cc7 4.19.1-alt1
- Hide IP version selector in the Qt interface too.
2014-11-25 17:11:07 +03:00
Mikhail Efremov
4dff2230a7 Hide IP version selector in the Qt interface too.
For html interface this was implemented in the commit
8d147924f7db93aa10ef6664f783e485f3b24cff.
So do the same in the Qt interface too.
2014-11-25 17:06:55 +03:00
Mikhail Efremov
3bd4f171b0 4.19.0-alt1
- Don't allow to change hostname if ALT domain is exists.
- Use IPv4 as default.
- Fix vlan Qt interface.
- Show "Vlan" button for ethernet interfaces only.
- Don't show "Vlan " button for vlan interfaces.
- Fix "Wireless' button visibility.
- Update Qt interface for vlan.
- Hide IP version selection if IPv4 only case (by Andriy Stepanov).
- Cleanup spaces.
- Refactor web UI for VLAN configuration (by Andrey Cherepanov).
2014-11-24 20:59:42 +03:00
Mikhail Efremov
333b0a4f67 Don't allow to change hostname if ALT domain is exists. 2014-11-24 20:52:26 +03:00
Mikhail Efremov
8b1099425c Use IPv4 as default.
Assime IPv4 if not specified.
2014-11-24 19:51:43 +03:00
Mikhail Efremov
bdd63a6328 Fix vlan Qt interface.
Get "list" value once. Seems like it causes some problems
otherwise (empty string can be returned).
2014-11-24 19:44:18 +03:00
Mikhail Efremov
6f16be49b0 Show "Vlan" button for ethernet interfaces only. 2014-11-24 17:20:43 +03:00
Mikhail Efremov
ec3a2fa903 Don't show "Vlan " button for vlan interfaces. 2014-11-24 17:01:35 +03:00
Mikhail Efremov
748dabada6 Fix "Wireless' button visibility. 2014-11-24 16:52:15 +03:00
Mikhail Efremov
35960685e6 Update Qt interface for vlan.
According with changes in the html-interface.
2014-11-24 16:38:01 +03:00
Andriy Stepanov
8d147924f7 Hide IP version selection if IPv4 only case 2014-11-20 20:21:03 +03:00
Mikhail Efremov
8f189fc50f Cleanup spaces. 2014-11-20 20:16:42 +03:00
Andrey Cherepanov
008b39ec0a Refactor web UI for VLAN configuration 2014-11-20 20:03:42 +03:00
Andriy Stepanov
b4969b80b2 4.18.0-alt1
- Add VLAN for X/qt
2014-10-06 17:29:41 +04:00
Andriy Stepanov
05dc221336 VLAN for qt/x11 2014-10-06 17:27:50 +04:00
Andriy Stepanov
ded9da8455 4.17.0-alt1
- Add vlan support for Ajax version
2014-09-29 14:13:52 +04:00
Mikhail Efremov
72db2f6ece 4.16.1-alt1
- Don't show IPv6 in the list if IPv6 is disabled.
- Replace valid_ipv4() with valid_ipv4addr().
2014-08-12 21:36:22 +04:00
Mikhail Efremov
056f0267cc Don't show IPv6 in the list if IPv6 is disabled.
Requires alterator-net-functions >= 1.3.1.
2014-08-08 20:51:06 +04:00
Mikhail Efremov
2da6f2efa3 backend: Replace valid_ipv4() with valid_ipv4addr(). 2012-12-14 15:45:28 +04:00
Mikhail Efremov
8ac8b31d81 4.16.0-alt1
- Add iw to requires.
- Disable DNS and search lists if configuration is not static.
- Write CONFIG_WIRELESS etcnet option.
- Drop ip_string parameter.
- Implement IPv6 support.
- hosts-hook-hostname: Drop all lines with old hostname.
2012-11-22 18:48:06 +04:00
Mikhail Efremov
ae405b9d32 Disable DNS and search lists if configuration is not static. 2012-11-22 17:55:12 +04:00
Mikhail Efremov
d69287a554 Write CONFIG_WIRELESS etcnet option. 2012-11-22 16:17:51 +04:00
Mikhail Efremov
11506f2dbe Drop ip_string parameter.
Seems like unused.
2012-11-22 16:00:57 +04:00
Mikhail Efremov
9fd070fa8b Implement IPv6 support. 2012-11-22 15:20:29 +04:00
Mikhail Efremov
e0294e906d hosts-hook-hostname: Drop all lines with old hostname. 2011-08-04 21:13:13 +04:00
Mikhail Efremov
1cdae2822a 4.15.2-alt1
- Add bridge-utils to requires (see #25740).
- Fix reading addresses for iface (closes: #23689).
2011-07-05 17:27:18 +04:00
Mikhail Efremov
b3ad81575b Fix reading addresses for iface.
Use proper iface name when create/destroy bridges.
2011-07-05 17:01:40 +04:00
Mikhail Efremov
897364ab3a 4.15.1-alt1
- backend: Drop obsoleted line.
- Fix read_hostname(): Always return hostname with domain.
2011-05-12 16:04:21 +04:00
Mikhail Efremov
7102c33b40 backend: Drop obsoleted line.
Variable in_hostname no longer used.
2011-05-12 15:44:53 +04:00
Mikhail Efremov
55b57106f4 Fix read_hostname(): Always return hostname with domain. 2011-05-12 15:41:19 +04:00
Mikhail Efremov
f12da53225 4.15-alt1
- Don't use separate cache file for addresses.
- Use woo-list for retrieval of iface addresses.
- Fix syntax error on empty host variable.
2011-05-06 17:22:55 +04:00
Mikhail Efremov
8366976493 Don't use separate cache file for addresses. 2011-05-06 15:39:00 +04:00
Mikhail Efremov
98a23bb27e Use woo-list for retrieval of iface addresses. 2011-05-06 15:01:47 +04:00
Mikhail Efremov
35cfb82c25 Fix syntax error on empty host variable. 2011-05-06 14:51:57 +04:00
Mikhail Efremov
f531c9575a 4.14-alt2
- Fix addresses list retrieval (closes: #25506).
2011-05-01 23:33:18 +04:00
Mikhail Efremov
56a7e98a08 Fix addresses list retrieval.
Pass interface name to the backend.
2011-05-01 23:19:33 +04:00
Anton Farygin
9b4aa57a2d do not return domain name if alterator-net-domain exist in system 2011-04-04 17:48:33 +04:00
Anton Farygin
48dbce61b6 4.14-alt1
- disabled FQDN in computer name if alterator-net-backend installed
2011-04-04 17:17:08 +04:00
Anton Farygin
eb0d7541f9 Merge commit '4.12-alt4'
Conflicts:
	alterator-net-eth.spec
2011-04-01 23:52:23 +04:00
Anton Farygin
2728d44c19 4.13-alt1
- allow full hostname (with domain) in computer name field
2011-04-01 23:50:39 +04:00
038cd8fc9f - update changelog 2011-04-01 17:31:02 +04:00
346197f44c - clear ip edit field after add 2011-04-01 16:42:36 +04:00
a7b5bd4336 - update changelog 2011-04-01 15:55:53 +04:00
b782b21e1f - clean info label 2011-04-01 15:55:01 +04:00
ae33036e3a - update changelog 2011-03-31 19:46:08 +04:00
57e1ce5891 - html addresses list support 2011-03-31 19:43:43 +04:00
a70b3c8040 - fix add/del ip after apply 2011-03-31 19:42:15 +04:00
ba18a42275 - cleanup 2011-03-31 18:54:39 +04:00