caryoscelus
f3c57cdc32
Fix command-line argument style (use dashes instead of underscores)
2024-01-17 21:18:15 +00:00
caryoscelus
15dddc27c6
Get rid of using old-style revision everywhere
2023-12-27 13:17:59 +00:00
caryoscelus
23321bd300
Fix SyntaxWarning: invalid escape sequence
2023-11-17 17:56:28 +00:00
caryoscelus
497ad0f4b1
Merge branch 'master' into disable_plugins_in_data
2023-11-14 23:19:52 +00:00
caryoscelus
c9dbc49375
Delete muted content
2023-09-16 12:27:00 +00:00
caryoscelus
90de9c6500
Merge branch 'master' into no-muted-propagation
2023-09-16 12:08:49 +00:00
caryoscelus
598b822255
Fix typo in Sidebar/ConsolePlugin
2023-09-04 21:25:03 +00:00
caryoscelus
4d4880a5c8
Ignore muted files in Site.needFile
2023-08-18 16:51:16 +00:00
caryoscelus
4153f60258
Don't accept file update if it's from muted user
...
refs https://github.com/HelloZeroNet/ZeroNet/issues/1855
2023-08-18 16:12:31 +00:00
caryoscelus
5fadd5f9bd
Improve SafeRe code readability
...
function isSafePattern was never used as boolean function, its only
useful behaviour being raising exception on bad regexp, so it's renamed
and reused accordingly
2023-07-31 08:28:29 +00:00
caryoscelus
e79924d502
Fix downloading GeoIP database
...
fixes #222
2023-07-29 17:20:11 +00:00
caryoscelus
07b7c5824f
remove third-party plugin management
...
refs #216
2023-07-21 11:33:46 +00:00
caryoscelus
c07334f2d5
remove Dnschain plugin (alternative .bit resolution)
...
as we freezed domains, this is no longer needed
refs #23
2023-07-20 18:41:47 +00:00
caryoscelus
f8e24d47e3
remove ZeronameLocal plugin
...
we no longer need it as all domains have been freezed
refs #23
2023-07-20 18:38:20 +00:00
caryoscelus
d16c71966b
fix ReDoS in file editor (UiFileManager plugin) due to outdated codemirror
...
just patched from updated version, ideally codemirror dependency should be
included during build stage, but there's no infrastructure for that (yet)
2023-07-03 21:19:40 +00:00
caryoscelus
32042a330e
fix favourite/unfavourite in sidebar
...
refs #146
2022-11-28 15:47:48 +00:00
caryoscelus
f88260a770
minor code improvement
...
use format strings
2022-11-27 09:33:48 +00:00
caryoscelus
fe262247ae
Merge pull request #179 from zeronet-conservancy/bit_domain_archive
...
use archived version of .bit domain list (deprecated) by default
refs #23
2022-11-21 11:21:36 +00:00
caryoscelus
b2acdc8e47
use archived version of .bit domain list (deprecated) by default
2022-11-20 14:48:47 +00:00
caryoscelus
bdd63b42d0
add support for ada/cardano donation addresses in sidebar
...
refs #95
2022-11-15 20:15:48 +00:00
caryoscelus
c9ea546321
SideBar plugin: add self-onion in copy-nodes-ip
...
refs #161
2022-11-14 21:14:36 +00:00
caryoscelus
350cd8ce67
disable ip address leak when downloading geoip db in tor-only mode
2022-09-19 19:57:16 +00:00
caryoscelus
980548080c
Merge pull request #147 from zeronet-conservancy/sidebar_favourite
...
favourite/unfavourite in the sidebar
refs #146
2022-08-17 12:28:32 +00:00
caryoscelus
80320105d8
favourite/unfavourite in the sidebar
...
there's still a bug that doesn't update unfavouriting in real time
2022-08-06 00:45:27 +00:00
caryoscelus
74573966f1
No new sites plugin ( #26 )
...
NoNewSites plugin
a small plugin that disables adding new sites (similar to multi user plugin setting), good as a source of sample plugin code
2022-08-05 12:43:08 +00:00
caryoscelus
acc696ff09
ask for optional mute reason
...
refs #109
2022-07-26 21:55:21 +00:00
caryoscelus
1f305615a4
fix error message due to disabling updater sites in sidebar
2022-07-10 11:13:56 +00:00
caryoscelus
3c0151393c
quick fix xmr donations
2022-06-27 22:35:36 +00:00
caryoscelus
828c297788
fix sidebar donations
2022-06-08 19:50:22 +00:00
caryoscelus
2bc26bfb31
Split custom/BTC/Monero donations for sites
2022-06-04 07:27:59 +00:00
caryoscelus
574928e625
[cleanup] remove coffee script files
2022-05-31 13:32:47 +04:00
caryoscelus
bc313e3b6e
fix SideBar
2022-05-29 20:58:10 +04:00
caryoscelus
33282c4d2f
SideBarPlugin: donate button back (still only BTC)
2022-05-29 20:53:15 +04:00
caryoscelus
8abe489a1a
SideBar plugin: remove unsafe/unused donation
...
we can still keep largely undocumented feature of custom
(for now BTC) addresses that site owners consciously put there
2022-05-29 20:42:56 +04:00
caryoscelus
d1198e80e2
Merge branch 'fix_multiuser_merger'
2022-03-03 05:07:59 +00:00
caryoscelus
072a5dd32d
Merge pull request #32 from defder-su/branch
...
[Sidebar] "Open site directory" feature
fixes #30
2022-02-23 18:18:03 +00:00
defder-su
f40ed9b26c
[Sidebar] "Open site directory" feature
...
https://github.com/zeronet-conservancy/zeronet-conservancy/issues/30
2022-02-23 15:46:14 +00:00
caryoscelus
09b73e2222
fix multiuser/merger plugins interaction
2022-02-07 15:26:19 +00:00
caryoscelus
89b332f652
Merge pull request #16 from krzotr/pl-lang
...
Polish translation update
2022-01-20 21:46:58 +00:00
caryoscelus
897dae2790
fix onion-v3 trackers
...
fixes #4
2022-01-07 11:32:22 +00:00
Krzysztof Otręba
34211e6b0b
Polish translation
2021-02-12 15:54:06 +01:00
Ivanq
c3f4591f91
Fix 404 error handler in UiFilePlugin
2020-12-27 13:28:35 +03:00
kabitofu
39d86fec9c
Japanese Translation
2020-12-04 13:07:32 +09:00
Tamas Kocsis
8dafbef6ad
Fix sidebar menu display
2020-12-03 20:05:13 +01:00
Tamas Kocsis
c831d175ad
Merge UiFileManager js
2020-12-03 20:04:58 +01:00
Tamas Kocsis
3cbfbae42d
Move file listing binary extension list to separate file, add missing comma
2020-12-03 20:04:37 +01:00
Tamas Kocsis
a1105562cd
Fix site listing show on big site visit
2020-12-03 20:04:09 +01:00
kabitofu
2bb12a247b
Japanese Translation
2020-11-27 17:49:21 +09:00
hashy0917
21557b5517
bug fix.
...
Fixed the part where an error occurs when setting to Japanese.
2020-11-17 19:25:23 +09:00
Tamas Kocsis
8f6e27904c
Display verification lib speedups on benchmark
2020-11-03 02:49:01 +01:00