ZeroNet
2b9f1257be
Merge pull request #1993 from imachug/notifications
...
Support web notifications
2019-04-26 12:58:18 +02:00
Ivanq
6e58e8d50f
Don't require WebNotifications permission
2019-04-26 12:55:33 +03:00
shortcutme
90420f1a89
Merge branch 'py3' of https://github.com/HelloZeroNet/ZeroNet into py3
2019-04-23 02:01:45 +02:00
shortcutme
021b822c4f
Rev4080
2019-04-23 02:01:40 +02:00
shortcutme
4ac54845fc
Fix double logging when testing
2019-04-23 02:00:59 +02:00
shortcutme
4c9d3ee3a6
Test big file renames
2019-04-23 02:00:11 +02:00
shortcutme
e688671972
Fix rename error variable problem in site storage
2019-04-23 01:59:59 +02:00
shortcutme
6bd63ff42a
Test file renames
2019-04-23 01:59:12 +02:00
shortcutme
efc5211451
Test optional file renames in OptionalManager plugin
2019-04-23 01:58:37 +02:00
shortcutme
f2bf5b12bd
Support optional file rename in OptionalManager plugin
2019-04-23 01:58:21 +02:00
shortcutme
dccda1af92
Pass optionalRemoved return value
2019-04-23 01:57:57 +02:00
shortcutme
4ca0e6b781
Support file renames in content.json if the sha512 hash is the same
2019-04-23 01:56:11 +02:00
shortcutme
4016e7c217
Test Bigfile plugin using tostring where it possible
2019-04-23 01:55:05 +02:00
ZeroNet
dc23bfeb87
Merge pull request #1994 from imachug/ecdsa
...
A third small ECDSA fix
2019-04-20 13:20:03 +02:00
shortcutme
4bfd4bd714
Rev4074, Fix Ecdsa functions in cryptmessage plugin
2019-04-20 09:48:56 +02:00
Ivanq
9ddb984004
Rename Push notifications to Web notifications
2019-04-19 22:19:25 +03:00
Ivanq
e618c0e9ef
Add closePushNotification
2019-04-19 22:19:25 +03:00
Ivanq
b55d2b53df
Support Notification API
2019-04-19 22:19:25 +03:00
Ivanq
5733ec8363
Fix
2019-04-19 22:16:59 +03:00
Ivanq
d7d75a1fe8
Fix ECDSA on CryptMessage ( #1987 )
...
* Add ecdsaSign and ecdsaVerify
* Fix return
* Fix unicode
* Update CryptMessagePlugin.py
* Remove .encode("utf8")
* Fix keys during ECDSA signing
2019-04-19 19:34:07 +02:00
shortcutme
afbacdfc96
Rev4073
2019-04-18 12:23:55 +02:00
shortcutme
5842441062
Remove unused function
2019-04-18 12:22:57 +02:00
shortcutme
f083301b4c
Allow larger packets
2019-04-18 12:22:38 +02:00
shortcutme
8edbecce3c
Fix diffing
2019-04-18 12:21:59 +02:00
shortcutme
b114c52c0d
Allow pluginned classes in memory on reload
2019-04-18 12:21:50 +02:00
shortcutme
4671f47222
Fix bigfile piecefield standalone run test
2019-04-18 12:21:33 +02:00
ZeroNet
dd4c213805
Merge pull request #1989 from radfish/PR-py3--translate-bytearray-fix
...
Ui, Translate: fix bytearray format string for Py 3.4
2019-04-17 11:29:16 +02:00
redfish
7e57a8f71e
Ui,Translate: remove bytearray format string
...
Py 3.4 does not support bytearray format strings
for % operator: b"%s" % s
2019-04-16 20:54:55 -04:00
radfish
ec6fd48b86
Bigfile: fix piece field bitmask to be used as bytearray consistently ( #1982 )
...
* Bigfile: make Piecefield array a bytearray
We want an array of characters. Py2 strings made sense to
use as an array of characters, but Py3 strings are different
and no longer a good choice.
* Bigfile: store bits as binary instead of char
* BigFile: rename to/from string -> to/from bytes
Since the type was changed to bytearray.
2019-04-16 15:14:19 +02:00
radfish
1516d55a88
Sidebar: rename media-globe/ to media_globe/ ( #1973 )
...
So that it can be an importable package.
This is in preparation for setuptools packaging.
2019-04-16 11:34:55 +02:00
Ivanq
bdb0dc32a7
Add ECDSA actions to CryptMessage ( #1984 )
...
* Add ecdsaSign and ecdsaVerify
* Fix return
* Fix unicode
* Update CryptMessagePlugin.py
2019-04-15 22:55:01 +02:00
shortcutme
5ff2f792e6
Rev4070, Fix Multiuser plugin import order, Run coverage before optional plugins
2019-04-15 22:54:17 +02:00
shortcutme
8246505289
Rev4069
2019-04-15 22:48:55 +02:00
shortcutme
526a5d3fb1
Fix compatibility with Python <=3.5
2019-04-15 22:48:43 +02:00
shortcutme
f970815645
Run tests in debug mode
2019-04-15 22:48:16 +02:00
shortcutme
f83c77e7ea
Fix plugin error message
2019-04-15 22:48:09 +02:00
shortcutme
654cce92cd
Rev4068
2019-04-15 22:24:00 +02:00
shortcutme
8f0bfbc553
Test Multiuser and Bootstrapper plugins
2019-04-15 22:23:30 +02:00
shortcutme
bc39e52f56
Rev4066
2019-04-15 22:20:16 +02:00
shortcutme
a822238735
Use 1544 port for tor in tests
2019-04-15 22:19:38 +02:00
shortcutme
b168772d7f
Create user for tests if necessary
2019-04-15 22:19:16 +02:00
shortcutme
034e104c06
Log fileserver startup error for tests
2019-04-15 22:19:00 +02:00
shortcutme
0c0f117bc3
Don't parse config file for tests
2019-04-15 22:18:40 +02:00
shortcutme
1d4ab8833b
Test and enforce proper import plugin order in debug mode
2019-04-15 22:18:18 +02:00
shortcutme
90fee9788d
Always translate html files to avoid compatibility problems with brackets in url
2019-04-15 22:16:47 +02:00
shortcutme
bf7597e1b2
Add simple test for Multiuser plugin
2019-04-15 22:16:05 +02:00
shortcutme
54ff940c2b
Fix Bootstrapper plugin py3 compatibility
2019-04-15 22:15:42 +02:00
shortcutme
446641c31c
Always commit before Db VACUUM
2019-04-15 22:11:44 +02:00
shortcutme
572d55752c
Avoid random websocket test fails
2019-04-15 16:54:49 +02:00
shortcutme
04394d8ced
Rev4064
2019-04-15 16:29:01 +02:00