Commit Graph

470 Commits

Author SHA1 Message Date
zzz a685374fef Merge branch 'js-scope' into 'master'
Console: Fix js global scope variables

See merge request i2p-hackers/i2p.i2p!195
2024-05-18 11:51:30 +00:00
zzz 2d81e843aa Console: Fix js global scope variables 2024-05-18 11:51:30 +00:00
zzz abc3162db5 Pull translations from Transifex 2024-05-14 13:40:59 -04:00
zzz 44f313449a Pull translations from transifex 2024-05-05 08:57:50 -04:00
zzz 64aa641f9c Pull translations from Transifex 2024-04-05 12:46:11 -04:00
zzz c54ec4d458 Build: Update gradle to 8.5 2024-01-28 12:09:10 +00:00
zzz 3b28fc3a98 susidns, i2ptunnel: Fix IDN decoding for newer codepoints
Without the ALLOW_UNASSIGNED flag, it will not decode to codepoints
newer than Unicode 3.2 (2002)
2024-01-23 07:16:09 -05:00
zzz d6d7044832 Console: Fix iframe size issues 2024-01-10 18:35:39 +00:00
zzz e5d2580010 pull translations from tx 2023-12-15 13:36:36 -05:00
zzz 3facdaabc7 Build: Force build to die on fatal JspC errors 2023-11-16 14:07:39 -05:00
zzz 3d1cc888fa Console: Change all DOCTYPEs to standard html (Gitlab #426) 2023-09-23 16:11:37 -04:00
idk cd6a4ac758 update translations and manpages 2023-06-29 14:40:46 -04:00
idk 5edf9f715b add notbob and ramble icons 2023-06-29 04:43:47 +00:00
idk 18a3893185 update po files with diff 2023-04-23 19:08:43 +00:00
zzz be5a10194a Build: Fix list of changed files in manifests
Broken in move from mtn to git
Fix some places that were broken even with mtn
2023-01-22 10:08:53 -05:00
zzz be7e213736 Pull translations from tx
preliminary in case TX API v2 stops working
2022-12-31 15:08:09 -05:00
zzz eb5b18ed23 SusiDNS: Fix off-by-one in next page last item number 2022-11-23 08:43:03 -05:00
zzz 52adc9dc16 Pull translations from transifex 2022-11-18 13:45:25 -05:00
zzz e12b3c697d SusiDNS: Comment out debug logging 2022-10-22 13:53:46 -04:00
idk f00e020f2b Fix unexpanded styles on addressbook pages #365 2022-09-06 18:09:58 -04:00
idk edd0dd0b0d fix padding on expanded elements in SusiDNS 2022-09-06 15:54:44 -04:00
idk 031fa45eb8 fix incorrect background color on expanding element in SusiDNS 2022-09-06 15:39:45 -04:00
zzz 554b17fe9a SusiDNS: Fix adding to empty address book
by doing form processing even if book is empty.
Do all form processing before displays so the
displays reflect any form add/delete.
Broken in 0.9.50 when form processing call was moved.
Hide replace and add alternate buttons if book is empty.
Ref: https://www.reddit.com/r/i2p/comments/wu7nac/how_do_i_add_to_the_private_address_book/
2022-09-04 08:14:19 -04:00
zzz 8a379d5394 Pull translations from Transifex 2022-08-19 12:54:48 -04:00
zzz 55603782bb New translation: Spanish (Argentina) 2022-08-13 13:31:53 -04:00
zzz 13efc59916 Pull translations from Transifex 2022-05-19 13:10:57 -04:00
zzz bf1f2e4635 pull translations from Transifex 2022-02-18 13:39:24 -05:00
zzz ee68aec647 Pull translations 2021-11-26 11:06:29 -05:00
zzz 30aab77047 Pull translations from Transifex 2021-08-20 12:56:07 -04:00
idk 6a1ad6bef5 line up margin for unordered list on susidns.css 2021-08-18 16:50:08 -04:00
zzz ef947e2dbc spelling fix 2021-08-14 09:38:42 -04:00
zzz 4938e13f0e poupdate-source 2021-08-11 11:38:49 -04:00
idk 15cfa147a6 Add descriptions of the address book section to the front page in susidns. This is the last string change I intend to check in for this cycle. 2021-08-10 16:10:07 -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 aa16cc02a1 Pull translations from transifex 2021-05-14 12:45:48 -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
zzz 38dbe2f509 poupdate-source 2021-05-05 12:02:22 -04:00
idk 0fbcd6ddf7 Fix a couple small CSS issues on SusiDNS, Hidden Services Manager. Darken the Active Arrow dropdown. 2021-03-26 16:26:40 -04:00
idk 8e15eda83b fix up dark theme for new UI elements on dark theme. Fix theme selection on Address Book. 2021-03-24 18:31:04 -04:00
idk 501de01753 Fix some style issues in the iframed version of Address Book. Add a Description field to each address book page. 2021-03-24 16:42:38 -04:00
idk e1c312046a Explain that the address book pairs human-readable names with I2P Destinations on the index page 2021-03-24 15:22:28 -04:00
idk 8af64ddef1 Style and script changes to addressbook:
Make tables drop-down items in javascript-enabled browsers. The rules are: no javascript, all tables start expanded. This is the default. If javascript is enabled and the addressbook is empty, expand the "Add new host" section by default. If javascript is enabled and the addressbook is not empty, then collapse all sections but leave the headings visible.
  Improvements to addressbook CSS for consistency with rest of light theme. Add drop-down arrows to headings on drop-downable sections.
2021-03-24 14:09:07 -04:00
zzz b55fbbf099 Boolean.valueOf() -> Boolean.parseBoolean() 2021-03-20 12:27:46 -04:00
zzz 4bf98da6de Pull translations from Transifex 2021-02-15 09:12:15 -05:00
zzz a87033f04c poupdate-source 2021-02-05 10:23:49 -05:00
idk fdb4ec7d7c Switch from 'host name' to 'hostname' 2021-02-01 23:12:49 -05:00
idk c400232cdf Make usage of 2-word Address Book consistent across console instead of mixed up(AddressBook, Address Book, addressbook, Addressbook, address book). Upper-case in app titles, lower-case in the text. Change CSS on address book to have the rounded buttons used in the rest of the console. 2021-01-23 21:04:49 -05:00
idk d95c85cdbe Fix the border-radius on the buttons and textareas in Address Book. Make the usage of Address Book agree on the titles. 2021-01-21 12:35:13 -05:00
idk c2234685b9 eepsite=>I2P site to match the new terminology on the web site, and more fine-tuning to CSS to sharpen image appearance 2021-01-17 01:11:51 -05:00