zzz
e5186b0f7b
Improve error handling on sort
2021-06-20 09:39:12 -04:00
zzz
fd6219356d
Jetty: Case-insensitive sort on directory listing, put directories first
2021-06-20 09:28:10 -04:00
zzz
ea8597d1fb
Console: Add preliminary Permissions-Policy header
...
other places TODO
2021-06-18 09:58:57 -04:00
zzz
65b57fed9f
minor css fix on /stats
2021-06-16 09:50:39 -04:00
zzz
10cc00a9c8
Console: Format news dates using DataHelper
2021-06-16 09:08:44 -04:00
zzz
d5a499591d
Update: Make backup news URL configurable (see gitlab MR !33 )
2021-06-10 12:36:52 -04:00
b73d5d6557
Add support for dmg and exe updates
2021-06-10 16:18:31 +00:00
zzz
ad48ff61f3
Console: Change all config page headers to "Configuration"
2021-06-08 10:25:00 -04:00
zzz
4aef8d66e3
Console: Remove "configure homepage" item from /home
2021-06-08 10:19:18 -04:00
zzz
e7bef3f4e8
Console: Fix deprecation in rrd4j
2021-06-01 08:51:16 -04:00
zzz
ff44ba4e07
i2psnark: Fix autostart for magnets
2021-06-01 08:50:18 -04:00
zzz
56a1184da7
Build: Update RRD4J version in manifest
2021-05-21 09:48:21 -04:00
zzz
ecc8b2a1c6
Console: Don't show default cost for NTCP2 either
2021-05-21 09:47:43 -04:00
zzz
288170a728
Console: Remove unused H cap from legend
2021-05-21 09:02:58 -04:00
zzz
b9efc002c0
RRD4J 3.8
...
Merged in our previous javadoc fixes
Their updated font-selector code remains commented
out in RrdGraphConstants.getFont()
Now requires Java 8
2021-05-21 07:36:57 -04:00
zzz
6926f5769e
Systray: Drop unused BrowserChooser
2021-05-20 09:04:26 -04:00
zzz
557c1d0f04
Console: Make the /confighome headers match the home page headers
...
Fix padding on file chooser buttons
2021-05-20 08:47:20 -04:00
zzz
cb7dcda57f
Fix dup patched/unpatched jetty classes
2021-05-18 08:47:18 -04:00
zzz
16d50f1e4f
Console: Fix tooltip
2021-05-18 08:06:25 -04:00
idk
f83bd18693
set min-height of susidns iframe to the height of the browser's viewport, and automatically show the howitworks section on the susidns homepage. Gets rid of the double-scrollbar on the iframe
2021-05-15 12:02:33 -04:00
zzz
33954094a0
Fix bug reporting links in readme files
2021-05-14 12:57:14 -04:00
zzz
aa16cc02a1
Pull translations from transifex
2021-05-14 12:45:48 -04:00
zzz
6796a3cdfe
Remove ancient C, CSharp, Perl, Python SAM v1 client libs
...
See http://i2p-projekt.i2p/en/docs/api/samv3 for maintained list of v3 clients
Remove unmaintained v3.0 protocol doc, link to website instead
2021-05-14 11:45:47 -04:00
idk
59439da702
bump infodiv on slide four of /welcome 2% further to the right
2021-05-13 11:51:00 -04:00
Zlatin Balevsky
ec163549f9
Fixes for reproducible Gradle build
2021-05-13 12:45:50 +00:00
Zlatin Balevsky
8532103e64
reproducible builds with Gradle
2021-05-11 17:50:14 +00:00
idk
57f1ac43ad
Un-cramp headline hight on welcome wizard pages in narrow browser windows
2021-05-10 02:11:06 -04:00
idk
4a88400ce3
Fix misplaced text on bandwidth wizard bandwidth configuration slide
2021-05-08 10:58:10 -04:00
zzz
8ab9d82dbd
Console: Add tooltip to unban link
...
Don't show both ban and unban buttons if peer param provided
Don't put hash in form again after ban/unban POST
2021-05-07 08:57:36 -04:00
idk
1c275260e0
Widen the table layout on welcome wizard page 4 and lose the image
2021-05-06 02:06:42 -04:00
zzz
38dbe2f509
poupdate-source
2021-05-05 12:02:22 -04:00
zzz
4bfca43e9c
News: Move welcome author definition so it doesn't get tagged in the wrong bundle
2021-05-05 11:26:34 -04:00
zzz
3d362814df
Console: Update bug report URLs
2021-05-02 09:37:26 -04:00
idk
2cce2ce857
Push wizard language settings 10% to the right to look better on smaller resolutions. #13
2021-04-28 17:51:34 -04:00
idk
aa117229a2
s /notifcation/notification/
2021-04-28 15:30:56 -04:00
zzz
1e8e4762a3
Systray: Remove old doc
...
Remove old Main-Class from manifest
Add Class-Path to manifest
2021-04-26 10:19:51 -04:00
zzz
bf6dcbce32
Console: Add author for initial news
2021-04-25 11:44:54 -04:00
zzz
28ea0e9025
Tomcat 9.0.45
2021-04-25 10:53:47 -04:00
zzz
a4a3235888
SusiMail: Add class-path to test jar
2021-04-25 07:29:35 -04:00
zzz
21485eff87
SusiMail: Prevent infinite loop on decoding error
...
More test mods
Fix StringBuilderWriter.write(int)
2021-04-24 19:37:18 -04:00
Zlatin Balevsky
ee5a87ae44
Merged into my fork, not main repo
2021-04-24 23:11:52 +00:00
zzz
f753728d8a
SusiMail: Fix up commented-out test so it works
...
(if you uncomment it)
2021-04-24 17:09:40 -04:00
zzz
78168be85c
Jetty: Add patch for CVE-2021-28165 - Jetty #6072 -
...
Jetty server high CPU when client send data length > 17408
This affects SSL connections only, which is not part of our default setup.
Adapted from workaround at:
https://github.com/eclipse/jetty.project/security/advisories/GHSA-26vr-8j45-3r4w
Put the new checks directly in the unwrap() method,
rather than subclassing SslConnection, as that would require config file changes.
2021-04-24 16:04:33 -04:00
zzz
41e46448d5
Jetty: SslConnection.java unmodified from 9.3.29.v20201019
...
Patch to follow in next commit
2021-04-24 15:56:51 -04:00
zzz
a1172c8726
Close buffer on failure too
2021-04-24 10:47:27 -04:00
Zlatin Balevsky
c58ccfa204
Null-out the InputStream of the Buffer object when writing. Fixes #17
2021-04-24 15:23:04 +01:00
idk
f62c748342
Add a unicode arrow to the buttons on the address book interstitial. More CSS tweaks to work on more resolutions
2021-04-21 21:56:45 -04:00
idk
f03b1bce76
Fix CSS on redesigned address book interstitial page so it no longer overflows on narrow or short pages
2021-04-20 18:41:27 -04:00
zzz
58bae9f1bd
Proxy: Fix merge error in previous commit
2021-04-20 07:27:53 -04:00
idk
3192a5e67b
Make option buttons on addresshelper interstitial larger and contain their own descriptions. Place the button to proceed without adding on one side, place the button to save and continue on the other. Remove redundant save-and-continues.
2021-04-19 17:42:07 -04:00