8cbf94f9eb
Added placeholder blurbs for explaining the various wizard options
2012-02-03 17:07:10 +00:00
973dbe6fb2
Don't display page 4 for server tunnels (tunnel destination)
2012-02-02 03:43:13 +00:00
7c70378396
Remember startOnLoad checked-ness
2012-02-02 03:19:23 +00:00
27e14e7f36
Remember reachableBy selection
2012-02-02 03:06:34 +00:00
30bdf871aa
Fill in wizard fields with POSTed values if present
...
This means that you can go back and edit typed-in values during the wizard
2012-02-02 00:24:29 +00:00
5a0190ddcc
CORRECTLY create client tunnels by default in the wizard
2012-02-01 23:34:15 +00:00
98e7a6d2b3
Change pagination to use POSTed variable instead of query parameter
...
All wizard pages now have the URL /i2ptunnel/wizard
2012-02-01 23:03:00 +00:00
3af2f29739
Create client tunnels by default in the wizard
2012-02-01 22:32:10 +00:00
f7207689d5
Added missing close brackets
2012-02-01 10:47:09 +00:00
1a01f59d53
Make Cancel button a link instead so it works correctly
2012-02-01 10:43:27 +00:00
7dd03fda8d
Added a Previous page button
...
At present the ?page= in the URL isn't affected, which could possibly
confuse users - maybe move to having the page variable as a POST variable
so the url is just always /i2ptunnel/wizard
2012-02-01 03:48:39 +00:00
621f132069
Change Finish action on wizard to "Save changes"
...
This means that the form is handled by the same handler as the edit
forms, hopefully reducing maintenance ^_^
2012-02-01 03:03:57 +00:00
467d21257a
Added default values for other required variables on page 7 of wizard
2012-02-01 02:51:05 +00:00
39953b6925
Fix condition for including targetHost
2012-01-27 04:10:01 +00:00
c81c4cb873
Fix autostart hidden input to not appear if checkbox not ticked
2012-01-27 04:06:04 +00:00
4be3f16805
Added missing label for targetPort
2012-01-27 03:12:57 +00:00
c9f1f69c16
Fix isClient to get passed through properly
2012-01-27 02:52:39 +00:00
6d0514b451
Get wizard to step through pages correctly
2012-01-26 03:53:05 +00:00
ac493d7bcb
Show Next and Finish buttons the right way round
2012-01-26 03:35:25 +00:00
9e446f9ae8
Use request.getParameter() to fetch POSTed parameters
2012-01-26 03:18:50 +00:00
e43182b842
Added inputs for page 6 of wizard
2012-01-25 01:12:17 +00:00
12ee1a70b2
Added comments to clarify page boundaries, and removed extra </div>
2012-01-25 00:06:18 +00:00
9a5430beeb
Added inputs for page 5 of wizard
2012-01-23 01:09:17 +00:00
1486d83ec5
Swap around nesting of page 3 to make it clearer
2012-01-22 22:03:26 +00:00
3793e2c4ec
Added inputs for page 4 of wizard
2012-01-22 04:23:45 +00:00
a092054417
Formatting and comments in JSP code
2012-01-22 02:44:51 +00:00
e0b70375a6
Added inputs for page 3 of wizard
2012-01-22 02:37:39 +00:00
77c2173421
Added in a hidden input for "tunnel" set to "null"
...
The idea is to utilise the existing saveChanges function in IndexBean.java
that the edit page posts to. Consequently, the wizard will need to have all
the same inputs that need to be POSTed as the edit page does.
2012-01-22 00:21:13 +00:00
17e8cf777f
Flesh out some more of wizard.jsp
2012-01-22 00:11:29 +00:00
c31cb0c057
Initial beginnings of a tunnel creation wizard as per ticket #502
2012-01-21 05:30:23 +00:00
405c24b0e3
Add JSP 2.1 trim white space directive to all jsps to save a few KB
2012-01-10 13:21:35 +00:00
7ba6f5a755
add gui option
2011-07-15 21:41:38 +00:00
642376b0b6
HTML fixes
2011-03-21 14:27:46 +00:00
4967f8de3c
- Add spellcheck=false to textareas
2011-02-22 23:32:37 +00:00
93010923f0
minor wording
2011-02-12 11:58:31 +00:00
db93421599
* I2PTunnel: Fix NPE
2011-02-03 15:45:26 +00:00
2ea05f01eb
Fix typo
2011-01-17 19:26:41 +00:00
cc4158a7e1
* i2ptunnel:
...
- Use dropdown box to select interface for clients
- Warn on index page if required fields not set
2010-12-30 00:36:41 +00:00
77f910ee36
add max conns to form
2010-12-15 13:41:11 +00:00
9d41e86866
add jump list to form
2010-12-15 01:06:08 +00:00
c15c97f69c
put blacklist mode on form
2010-12-14 22:14:29 +00:00
5ed8be2466
add conn limits to form
2010-12-14 21:39:29 +00:00
653a68b8a5
Disable I2CP host/port options when in router context
2010-12-12 21:30:29 +00:00
dd39f3f244
i2ptunnel jsp cleanup
2010-11-19 16:14:14 +00:00
f698ef93e8
* I2PTunnel SOCKS and SOCKS IRC clients:
...
- Add SOCKS 5 outproxy support, with username/password authorization
* I2PTunnel
- Index page outproxy display cleanup
2010-11-17 15:47:00 +00:00
7cbf74d3f2
* I2PTunnel HTTP and Connect clients:
...
- Shim in a new abstract superclass I2PTunnelHTTPClientBase for common code
- Add local proxy username/password authorization
- Add outproxy username/password authorization
- Filter hop-by-hop Proxy headers appropriately
2010-11-14 14:18:43 +00:00
8d13bcbac0
discourage b32
2010-11-01 14:30:57 +00:00
6cf7bc7985
* i2ptunnel:
...
- Add hostname DSA signature field, to be used for addkey forms.
Experimental, may be commented out later.
2010-10-02 17:20:39 +00:00
8c2641703c
- Move connection profile and delay connect to advanced config section
...
- Add persistent client key support to SOCKS IRC
2010-06-26 04:11:02 +00:00
63562ddd48
* i2ptunnel: Implement access lists for TCP servers.
...
Enter b32 or b64 hash or dest into list box, and
check enable for whitelist. Uncheck enable and enter
i2cp.enableBlackList=true in advanced i2cp options for
blacklist. Todo: make black/whitelists radio buttons.
2010-04-12 19:18:21 +00:00