zzz
fee38c1c32
Console: Add SSU version column to /peers
2022-03-04 05:36:18 -05:00
zzz
a621f56c33
Console: Add search for SSU2 transport
2022-02-22 10:32:25 -05:00
zzz
1513695768
Update: Add notification for new version
...
remove old Java 7 check
2022-02-22 10:30:41 -05:00
idk
a325e63426
use updateType instead of key for error message in ConsoleUpdateManager with custom UPP
2022-02-10 12:42:50 -05:00
zzz
c949ad5205
Update Manager: Add an UpdateType for the API version
2022-02-10 08:37:52 -05:00
idk
dbfe8d24a8
log not-found key should an UPP error occur
2022-02-09 21:33:32 -05:00
idk
73d90ed5c4
Don't add os-arch to pluginname if it's already correct
2022-02-03 01:51:33 -05:00
idk
b2fe36b0d3
Revise ShellService.name to match ShellService directory if the directory includes -SystemVersion.getOS or -SystemVersion.getArch
2022-02-02 17:37:02 -05:00
idk
632a1578a2
Check executable status of shellservice plugins in start. If the ShellService plugin name doesn't correspond to a directory, check plugin name+-$OS-$ARCH and name+$OS.
2022-02-02 15:18:25 -05:00
idk
73e34b3941
Adds the ability to use $OS and $ARCH variables in clients.config and plugins.config(updateURL.* only)
2022-02-02 18:57:30 +00:00
zzz
d930f0a64a
Console: Set encoding for CSS
2022-01-25 09:40:02 -05:00
idk
2752015b6e
Simplify, add better logging, correctly mark state change in ShellService
2022-01-22 21:26:59 -05:00
idk
f2e0aacbf0
use Arrays.toString to convert trimmed process args to application args in ShellService.
2022-01-22 14:56:04 -05:00
idk
3e8f8a2bd3
add null check to isProcessRunning() in new ShellService
2022-01-22 00:12:37 -05:00
zzz
606961c788
Console: Add ban counts to headers
2022-01-15 06:59:52 -05:00
zzz
662ea995c1
javadoc note
2022-01-07 10:48:48 -05:00
zzz
150248d8d7
Plugins: Fix webapp classpath setting when the webapp name does not match the plugin name
2022-01-05 16:50:33 -05:00
zzz
aaa1da4c66
Plugins: console-icon path is relative to consoleLinkURL if specified,
...
otherwise relative to plugin name, as before
2022-01-05 15:08:35 -05:00
idk
7249f21602
redirect output and error from process builder to files within the plugin directory
2022-01-03 14:26:27 -05:00
idk
d1192f74f2
Remove platform-specific workarounds from Java 8+ version of ShellService
2022-01-03 14:18:16 -05:00
zzz
d0e72aca66
Console: Partial string case-insensitive match for netdb family search
2021-12-28 08:55:29 -05:00
zzz
57c997730f
Console: Fix display of ip lookup param with netmask in netdb search
2021-12-27 08:55:49 -05:00
idk
e002d3f558
Move ShellService into net.i2p.router.web
2021-12-23 15:10:24 -05:00
zzz
22ff40bc84
Build: Add missing @Override annotations (dep-ann lint)
2021-12-07 15:33:41 -05:00
zzz
a59cad0066
Router: Tweak shutdown messages
...
Change one from CRIT to WARN
Translate one of them
Attempt to translate class name in notifications
2021-12-05 07:21:57 -05:00
zzz
ebf6ca5b34
Console: Case-insensitive sort of jobs on /jobs
2021-12-04 16:03:53 -05:00
zzz
537a8bf19b
Console: Linkify router hashes on Sybil analysis
2021-11-30 11:14:51 -05:00
zzz
bd0c696b84
CLI: Allow empty blocklist when signing news feed
2021-11-30 11:11:30 -05:00
zzz
3895cd1068
Console: NetDB search form improvements
2021-11-30 09:53:44 -05:00
zzz
87654e2f4f
Build: Remove BOB from installer, updater, and clients.config
...
Source remains for now and may still be built with ant buildBOB.
Existing non-package installs will continue to work.
2021-11-30 09:31:06 -05:00
zzz
ef1e2b02de
Build: Fix the tagged string with '75%'
...
which causes gettext to add a java-printf-format directive,
then the testscript fails if the translated
string doesn't have a '%' in it; strip out the directive
Bump for review
2021-11-26 11:13:41 -05:00
zzz
77b48a48ab
Console: Remove tinhat from home page at op's request
2021-11-22 09:38:35 -05:00
zzz
d948fa8db3
Update: Fix registered version of feed blocklist after update
2021-11-21 08:50:10 -05:00
zzz
31393c2bef
Update: Add message about pack200 plugins
2021-11-21 08:32:09 -05:00
zzz
e3fc34ef1f
Tunnels: Ban peer on excessive build requests
...
Drop requests if previous or next peer is banned
Console: Drop peer when manually banned
Update: Drop peer when banlisted
2021-11-21 08:17:43 -05:00
idk
2e71a0b36a
Manage Fork-and-Exec Plugins by Monitoring them by PID
2021-11-17 17:42:45 +00:00
idk
7e1c8c7983
Add an i2p.dir.lib property
2021-10-26 16:22:36 +00:00
zzz
62fb294f54
Console: Replace n/a with -- on floodfills page for readability
2021-10-03 09:46:18 -04:00
zzz
b7e710b28f
Wizard: Add theme picker page
...
Clean up configui.js
CSS cleanups for new page TODO
Gitlab #335
2021-10-03 09:05:26 -04:00
zzz
aa4e2f5c95
Console: ConfigUIHelper minor refactor (prep for wizard)
2021-10-02 09:06:50 -04:00
zzz
fe4fbce7bd
Wizard: Add a simple progress ticker to bw test status
2021-10-02 08:10:40 -04:00
zzz
282460cb3f
Console: Add js to /configui to preview themes
...
Save theme change before form processing so no refresh required
Enable/disable reset and apply buttons on config clicks
Prep for theme picker in wizard
2021-09-30 09:55:35 -04:00
zzz
67fea26638
Wizard: remove 'Tcpbw100' from test status messages
2021-09-16 11:50:44 -04:00
zzz
b1c367777d
Console: Add constants for wizard page numbers
...
to make it easier to add/remove/reorder pages later
2021-09-16 10:50:57 -04:00
zzz
2d239edf34
Update: Get backup URLs from news feed
...
Remove hardcoded backup URLs
Parse i2p, clearnet, and clearnet-ssl URLs from news
Write i2p, clearnet, and clearnet-ssl URLs to old news format
Clearnet and clearnet-ssl URLs currently unused; no handler is registered
2021-09-05 10:47:10 -04:00
zzz
a66422fa3c
Console: Catch error checking systray availability (gitlab issue !331 )
2021-08-28 09:05:38 -04:00
zzz
cf38697774
Update: Show restart button after an update is handled by a post-processor
2021-08-02 11:36:38 -04:00
zzz
877b1f5f56
Build: Add resources to dependencies
...
remove unused systray icons
2021-07-30 10:35:12 -04:00
zzz
83e67ad9d8
Sybil: Increase min display points
2021-07-20 10:37:08 -04:00
zzz
7ff6373d0c
Output stream to string optimizations
2021-07-20 10:31:52 -04:00