10c6c428a3
SusiMail: Don't zip encrypted.asc PGP attachment
2018-04-26 13:43:20 +00:00
c34fd76a78
Proxy: Don't generate footer hidden by CSS
2018-04-25 14:27:40 +00:00
ab9dac8827
Migrate webapp detection calls to PortMapper.isRegistered()
2018-04-25 14:21:23 +00:00
1a27fe185c
SusiMail: Include attachments when forwarding (ticket #2087 )
2018-04-22 15:17:38 +00:00
0573123460
SusiMail: Remove draft fields from session object
2018-04-22 13:59:10 +00:00
1e33dac2d7
SusiMail: Reply/fwd immediately saves as draft rather than
...
passing data through session; re-enable P-R-G
New StringBuilderWriter util
2018-04-22 12:34:49 +00:00
98663feaa3
SusiMail: Refactor draft compose/save in prep for fixes
2018-04-21 11:58:26 +00:00
ceeacf6a07
SusiMail: Remove Bcc-to-self feature,
...
replace with copy-to-sent config (ticket #2087 )
2018-04-21 11:18:58 +00:00
f040421848
SusiMail: Fix reply/forward filling in compose form
...
Better formatting of addresses in forwarded mail
2018-04-19 21:20:58 +00:00
9fcddbb6bf
SusiMail: Initial CSS for new buttons
2018-04-18 16:42:44 +00:00
75c20c9b1a
SusiMail: Fix unhandled decoding exception
...
Trim leading whitespace from charset
2018-04-18 15:45:43 +00:00
d02b71a39e
SusiMail: Fix error message on login page
2018-04-17 13:21:44 +00:00
f0e0c01518
Console: Fix sidebar status when updating plugin (ticket #2137 )
2018-04-17 12:37:54 +00:00
76999ccb6f
Console: Cleanups when no leases/tunnels
2018-04-16 14:44:42 +00:00
d189c3912c
Console: Add links to bandwidth graphs on /tunnels
2018-04-16 14:34:41 +00:00
b9bc254fd3
SusiMail: Move logging to router logs (ticket #2191 )
2018-04-16 11:06:18 +00:00
8c0e82d4f3
i2ptunnel build restructuring:
...
Move Messages class from web to ui package, and from jar to war.
Build web package in a separate pass (prep for ssl helper)
API notes in javadocs
Hopefully doesn't break Android build
2018-04-14 18:54:17 +00:00
844977cca3
SusiMail: Add folders, drafts, background sending (ticket #2087 )
...
Use with caution; cleanups and CSS to follow
2018-04-14 15:50:07 +00:00
d12b531c54
Jetty: Fix quote in header line tripping XSS filter (ticket #2215 )
2018-04-14 13:25:25 +00:00
941db3aeeb
Console: Add built-by to /logs (ticket #2204 )
2018-04-14 13:12:40 +00:00
b374b1136e
Jetty 9.2.24-v201801015, Tomcat 8.5.30
2018-04-11 18:24:37 +00:00
3c7898160e
Updates after review:
...
Fix logic error in snark warning
Change Java 9 log warning to Java 10
Fix fallback tunnel pool stat name
Don't include geoip in this release
Update Russian translations
2018-04-10 12:42:44 +00:00
db72f87b34
Pull from tx
2018-04-06 23:14:40 +00:00
eb175f5542
sybil: hide families with only one member
2018-04-05 14:22:28 +00:00
8ea3aa8592
Console: Remove home page links as agreed in 2018-04-03 meeting
2018-04-04 18:55:52 +00:00
94c7d840c2
Reseed: Move ReseedBundler from console to router (ticket #2203 )
2018-04-04 16:37:32 +00:00
2550b2c557
poupdate-source
2018-03-28 23:46:37 +00:00
241ee71745
i2ptunnel: Fix display of 'tunnels not initialized' message
2018-03-24 13:26:30 +00:00
a1ccd5a209
i2psnark: Change default sort order for some columns (ticket #2152 )
2018-03-24 12:45:15 +00:00
2a30bfedca
Console: Hide links to i2ptunnel if disabled
...
/configwebapps changes don't require restart
2018-03-19 17:19:21 +00:00
bdff474d94
i2ptunnel: Rewrite or pass through Accept: header
...
Needed for zeronet
2018-03-19 16:56:53 +00:00
6908616a74
i2ptunnel: Don't set content-encoding and compress if already set,
...
no matter what the encoding was, can't have two
2018-03-19 13:47:56 +00:00
ca312f5bbc
SusiMail: Move sorters to own class
2018-03-17 13:43:49 +00:00
ef692efc83
i2psnark: Don't use static field for sort language
2018-03-17 12:34:37 +00:00
e7e5ee1abe
Console: Hide identicons if disabled on sybil page
2018-03-15 23:30:13 +00:00
f124404dc3
use portmapper
2018-03-15 23:24:16 +00:00
9332d1347d
Console: Add translated descriptions for webapps
2018-03-15 23:12:13 +00:00
afe34c6b75
Console: Fix logic for when to linkify webapp
2018-03-15 22:55:12 +00:00
24cb0934c7
susidns: Hide identicons if imagegen disabled
...
Fix div ordering on /details
2018-03-15 22:27:00 +00:00
e139710352
i2psnark: Hide remove/delete buttons if data dir is readonly
2018-03-15 21:22:53 +00:00
cfd84bdcdd
i2psnark: Don't fail to start if data directory not found (ticket #2166 )
...
Try to create dir if doesn't exist
Hide add and create sections if dir not writable
Remove 403 handler, don't want it for standalone hostname check
2018-03-15 15:50:33 +00:00
1de82a6801
reformat message
2018-03-15 15:46:40 +00:00
1050fc7786
i2ptunnel: Fix controls broken in last commit (ticket #2184 )
2018-03-14 21:04:24 +00:00
00dc1ed213
SusiMail: Change URL from /susimail/susimail to /susimail
...
Remove susi.i2p links on help pages
2018-03-14 19:12:17 +00:00
2aceca5f93
Console: Add error handler to all webapps (ticket #2155 )
...
Fix up default servlet handling in i2ptunnel and susidns
2018-03-14 18:33:14 +00:00
b9d5cdf2be
Console: Hide links to eepsite if not running (ticket #2161 )
...
Show https eepsite link if available (ticket #2159 )
Use port mapper instead of webapp starter for webapp detection, much faster
2018-03-14 15:47:55 +00:00
948bbae661
Jetty: Register HTTPS eepsite with port mapper (ticket #2159 )
2018-03-14 15:25:05 +00:00
6eb09bd0c8
i2ptunnel: Check port mapper for webapp presence (ticket #2161 )
2018-03-14 14:09:41 +00:00
66ee7b563a
Util: Add replace() method for StringBuilders
2018-03-14 13:33:43 +00:00
9b3082be06
Console: Register all webapps with port mapper (ticket #1749 )
2018-03-14 12:23:37 +00:00