Commit Graph

2168 Commits

Author SHA1 Message Date
eyedeekay 09366fb46e NetDbRenderer.java: fix nonsensical handling of LS1 entries on line 735-750, which should fix issue #493 2025-01-01 17:47:13 -05:00
zzz f2998831bb Profiles: Remove unused 10m and 24h rates for DB response time 2024-12-26 07:50:07 -05:00
zzz ddfa8ef3cd Console: Output debug info for client DB LS
since tab is hidden behind adv. config anyway, to assist in debugging RAP/RAR
2024-12-03 07:18:07 -05:00
zzz f7d2893751 Add complete Gan Chinese translation 2024-11-26 12:15:32 -05:00
zzz 8bfbcf1e92 console: Add Kurdish as UI config option
(already have some partial translations)
2024-11-26 11:08:02 -05:00
zzz fed7cacdab Console: Move jar dump link from summary bar to debug page tab 2024-11-26 09:42:36 -05:00
idk f04bcd95a1 Merge branch 'i2p.i2p.2.8.0-fix-leaseSet-display-regressions' into 'master'
I2p.i2p.2.8.0 fix lease set display regressions

See merge request i2p-hackers/i2p.i2p!219
2024-11-26 13:28:46 +00:00
idk a9b9a4c404 I2p.i2p.2.8.0 fix lease set display regressions 2024-11-26 13:28:45 +00:00
zzz 1e5b850a92 Console: Increase interval change for larger/smaller interval buttons on /graph 2024-11-04 12:52:29 -05:00
zzz 049ddb3717 Console: remove dark theme override of router log colors
for improved legibility and consistency with light theme
tweak INFO color for dark theme legibility
2024-11-02 14:43:44 -04:00
eyedeekay f861886bef NetDb: add a null check for client so we don't try to look up a null client in the router-wide netDb 2024-10-26 23:21:52 -04:00
eyedeekay cd368773d3 NetDB: fix inverted conditional test when rendering subDb remote leaseSets 2024-10-07 14:52:28 -04:00
eyedeekay 0dbce02d7f NetDB: fix race conditions and inefficiencies in new subDb renderer, fix equals/== in new subDb renderer, ensure we get the right LeaseSet from the client Db by looking it up locally using the client hash 2024-09-23 22:12:46 -04:00
idk 63e13c8f27 Console/NetDB: Tweak design of client netDb page 2024-09-23 00:00:57 +00:00
zzz 797c578894 Console: Refactor netdb search 2024-09-10 18:35:01 +00:00
zzz 43d68d45ad Console: Consolidate hash comparators 2024-08-31 16:03:11 +00:00
zzz bdf9d67a06 Console: Enable compression of js and svg files
and lower size threshold, now that we have some larger js/svg resources
2024-07-25 08:47:16 -04:00
zzz 541e456809 Increase max concurrent graphs generation 2024-07-25 08:05:34 -04:00
zzz 3cc1eb7cc3 Convert graphs to SVG 2024-07-25 11:52:07 +00:00
zzz d4f580ee39 Build: Put JspC wrapper in its own jar, used only at build time
remove from jetty-i2p.jar, not required at runtime
2024-06-11 07:49:50 -04:00
zzz 02141473ad Console: js refresh of graphs 2024-06-04 11:30:04 +00:00
zzz 4b9a0ddcbc Set locale for toLowerCase() 2024-05-29 09:13:26 -04:00
zzz 4f16d9652f Graphs: Show Bps as units in legend values when appropriate 2024-05-29 09:08:51 -04:00
zzz f1db2c198f Graphs: Simplify restart bar logic
Put space between values and units in legend, to match how the value axis does it
2024-05-28 10:58:08 -04:00
zzz e9c0cdbf27 fix comment 2024-05-12 11:21:26 -04:00
zzz 4fa1965b11 rrd4j: Hide axis ticks
as recommended by drzed
2024-05-12 10:43:08 -04:00
zzz fbce5a5eaa Console: Trim inputs on search form 2024-05-04 07:17:15 -04:00
zzz 0b56bd9f41 Console: Hide update download button in test mode 2024-04-13 09:12:57 -04:00
zzz a0d8f5f063 Transport: Ignore SSU1 enable config
so we may begin to remove SSU1 code
2024-01-08 12:22:05 -05:00
zzz 71ff5be656 Console: News fetch improvements 2024-01-02 13:36:49 +00:00
zzz 1c4aa12e35 Console: Fix encoding issues in persisted news 2023-12-22 12:01:48 -05:00
zzz 1678715163 Plugins: Don't auto-update in test mode 2023-12-22 08:11:22 -05:00
eyedeekay 0c2517e050 Console: use stormycloud.png for stormycloud plugin 2023-12-10 15:49:26 -05:00
eyedeekay c9b1fd1eae Console: remove metrics from homepage 2023-12-10 15:37:47 -05:00
zzz dee330f1e5 Console: Add home page addition criteria and validation/checkin steps 2023-12-10 12:32:52 -05:00
zzz 63d7079026 Console: Fix HTML errors on /configupdate 2023-12-01 10:01:12 -05:00
zzz 26524e3e4b Console: Don't lose tabs in log messages 2023-12-01 09:14:33 -05:00
zzz 894a2d64ba Console: Clear out "proxy must be running" status after success 2023-12-01 08:07:12 -05:00
zzz 97cb90ef16 restore stats 2023-12-01 05:59:03 -05:00
zzz a08f59d42f Console: Don't list inner classes on /configlogging
Because the $ won't get through the XSS filter
2023-11-21 07:45:57 -05:00
zzz e7536715d4 Console: Add "required" to input fields where necessary 2023-11-16 14:32:43 -05:00
zzz 3facdaabc7 Build: Force build to die on fatal JspC errors 2023-11-16 14:07:39 -05:00
zzz c5650478aa Console: Revert change that broke the published LS count on the debug LS tab 2023-11-09 12:15:03 -05:00
idk 878f7b0e46 Revert Blocklist/Banlist Changes 2023-11-08 20:59:14 +00:00
zzz 7e8e0b60d0 NetDB: Type changes (Gitlab #402) 2023-11-03 14:07:02 +00:00
zzz db62206008 Console: Profiles definitions CSS fixes 2023-11-02 16:13:47 -04:00
zzz a7a0956157 Console: Netdb tab fixes and cleanup (Gitlab #465) 2023-10-29 18:45:13 +00:00
zzz 69e3d521f4 Console: Tweaks to advanced peers summary bar section 2023-10-25 07:28:00 -04:00
eyedeekay 0acae98ccd Router: Reverse API change from banlistRouterHard back to BanlistRouterForever 2023-10-15 20:22:37 -04:00
idk 35c4a4cca9 Switch back to a single blind cache 2023-10-13 00:02:28 +00:00