Commit graph

322 commits

Author SHA1 Message Date
shortcutme
6a1c5d96ac
Disable bz2 support due incompatibility issues 2017-08-09 14:15:10 +02:00
ZeroNet
d2d335314d Merge pull request #1062 from cclauss/patch-6
data_unpack --> data_unpacked
2017-07-31 13:48:41 +02:00
cclauss
e1d3a31c6c data_unpack --> data_unpacked
@shortcutme Is this the right way to fix these two undefined name errors?
2017-07-31 13:08:22 +02:00
cclauss
6cb700b302 import threading and queue.Empty
Fixes the undefined name on line 644
2017-07-31 12:26:15 +02:00
cclauss
b35bff4164 from Debug import Debug
Solves the unresolved name on lines 164 and 200
2017-07-31 11:55:03 +02:00
shortcutme
a69531c4c9
Emulate short click for mobile 2017-07-29 13:45:57 +02:00
shortcutme
527c2b4f54
Sidebar close button for small screens 2017-07-29 13:44:54 +02:00
shortcutme
cbac57dc88
Plugin to request cross-site resource access 2017-07-19 16:48:24 +02:00
shortcutme
961fcbf660
Rev2160, Fix sidebar typo 2017-07-18 22:39:48 +02:00
cclauss
1f22009360 Update SiteManagerPlugin.py 2017-07-16 22:53:11 +02:00
cclauss
7d7272a266 Update SidebarPlugin.py 2017-07-16 22:51:01 +02:00
cclauss
83e372ce47 Update SidebarPlugin.py 2017-07-16 22:50:03 +02:00
cclauss
8db16a1421 Update PeerDbPlugin.py 2017-07-16 22:48:35 +02:00
cclauss
21d0b829d3 Update UiWebsocketPlugin.py 2017-07-16 22:47:22 +02:00
cclauss
08219a0285 Update ContentDbPlugin.py 2017-07-16 22:46:13 +02:00
cclauss
d426b6bb02 Update NewsfeedPlugin.py 2017-07-16 22:43:57 +02:00
cclauss
688c240b35 Update MutePlugin.py 2017-07-16 22:42:29 +02:00
cclauss
b82cf8d08d Update FilePackPlugin.py 2017-07-16 22:39:42 +02:00
cclauss
c44cb11800 Update CryptMessagePlugin.py 2017-07-16 22:38:47 +02:00
cclauss
b9e0275417 Update __init__.py 2017-07-16 22:35:14 +02:00
shortcutme
a0d85d7d83
Prompt new site addition in raw mode 2017-07-15 01:32:15 +02:00
shortcutme
2777c4c537
Read max 6MB from archive to protect against tar/zipbombs 2017-07-12 12:28:03 +02:00
shortcutme
e525ea2431
Rev2144, Fix CSP header in FilePack plugin, Allow media-src and font-src from self source 2017-07-11 23:00:33 +02:00
shortcutme
26a250d1df
Media isMediaRequestAllowed no longer required for origin checking 2017-07-09 14:12:53 +02:00
shortcutme
febdea6c64
Serve files without wrapper if requested using /raw/ prefix 2017-07-09 14:10:01 +02:00
shortcutme
d607696a75
Update websocket site_info on own setting change 2017-06-19 15:33:23 +02:00
shortcutme
4088c88a56
Sidebar check siteSign result 2017-06-19 15:32:58 +02:00
Ivanq
f4a040064c Don't ask user for privatekey if file can be signed with auth_privatekey 2017-06-15 21:18:15 +03:00
shortcutme
bc02de4b18
ZeroName only match .bit domains 2017-06-13 14:19:43 +02:00
ZeroNet
7a996b3c8d Merge pull request #976 from Pupiloho/patch-1
Add Spanish Translation
2017-06-13 13:09:03 +02:00
ZeroNet
2db48b8c22 Merge pull request #977 from Pupiloho/patch-2
Add Spanish Translation
2017-06-13 13:08:47 +02:00
ZeroNet
90e7a69926 Merge pull request #978 from Pupiloho/patch-3
Add Spanish Translation
2017-06-13 13:08:38 +02:00
Kûipumu
47d585768b Add Spanish Translation
First revision, orthography checked.
2017-06-12 15:49:45 -04:00
Kûipumu
0f65783266 Add Spanish Translation
First revision, orthography checked.
2017-06-12 15:44:37 -04:00
Kûipumu
fa3a981c19 Add Spanish Translation
First revision, orthography verified.
2017-06-12 15:40:21 -04:00
Kûipumu
868e956c3f Add Spanish Translation 2017-06-12 15:33:47 -04:00
shortcutme
b0d574dfb0
Rev2089, Close the transaction on failed peer db save 2017-05-24 10:40:10 +02:00
MuxZeroNet
35a18bd0b2 Weak password warning (#938)
* Weak password warning

* Update UiWebsocket.py

* Don't implement print with an O(n^2) iteration

* Rename method

* Fix logging, uncaught exception in addNotes

and pushes a notification when UI server is bound to the whole Internet.

* Remove memo comments. Remove terminal hue.
2017-05-22 11:13:45 +02:00
shortcutme
442c01eabf
Rev2068, Deny blacklist add/remove in multiuse mode 2017-05-14 22:59:47 +02:00
shortcutme
d467aabd4c
Rev2067, Fix inner_path stripping 2017-05-11 18:18:12 +02:00
shortcutme
ffb67ab23e
No placeholder for privatekey prompt 2017-05-11 18:02:56 +02:00
shortcutme
1a3b48a60d
Sidebar blacklist button on deletion 2017-05-11 18:02:37 +02:00
shortcutme
9ec050341b
Site blacklist to Mute plugin 2017-05-11 17:53:29 +02:00
shortcutme
728e497057
Display database rebuilding progressbar 2017-05-07 18:14:13 +02:00
shortcutme
d346a532ff
Rev2056, Add local client to sidebar peer numbers 2017-05-06 18:08:32 +02:00
lmath
e42631932b Fix Sidebar button for touch device & CHANGELOG-zh-cn & FreeBSD installation instructions (#916)
* Disallow change optional limit on public proxy

* Add Chinese for Mute plugins

* add FreeBSD installation instructions to README-zh-cn.md

* Fix Sidebar button for touch device

* Add CHANGELOG-zh-cn.md

* Why merging junk left? Remove it!
2017-05-06 02:13:26 +02:00
shortcutme
c5629adf23
Rev2050, Fix archive benchmark hash calculation and zip homogenization 2017-04-14 11:52:01 +02:00
shortcutme
9b480b41e1
Rev2049, Delete test.tar.bz2 after benchmark 2017-04-14 11:13:29 +02:00
shortcutme
e125895615
Rev2047, Add archive benchmark 2017-04-13 22:54:16 +02:00
shortcutme
46440565dd
Disable siteSetLimit on proxies 2017-04-12 17:37:13 +02:00