Commit Graph

1787 Commits

Author SHA1 Message Date
shortcutme d3d7489232
Rev2192, Fix incorrect site detection when using async commands with Cors or MergerSite plugin 2017-09-20 17:06:09 +02:00
ZeroNet 94cd5d32e5 Merge pull request #1117 from imachug/showdirectory
Allow 'backup' or 'log' as directories
2017-09-18 10:35:43 +02:00
Ivanq db339eecd3 Allow 'backup' or 'log' as directories 2017-09-16 21:57:20 +03:00
ZeroNet 99dd5d5f63 Merge pull request #1112 from imachug/merger-0
MergerSite: Add actionFileList and actionDirList proxy
2017-09-10 09:29:09 +02:00
ZeroNet 53cd2cdbf3 Merge pull request #1114 from imachug/binary
Read files as binary in fileGet()
2017-09-10 09:28:45 +02:00
Ivanq 4bbea46b90 Read files as binary in fileGet() 2017-09-10 09:46:21 +03:00
Ivanq 38230c62e6 MergerSite: Add actionFileList and actionDirList proxy 2017-09-10 08:53:07 +03:00
shortcutme 932db9bbe4
Rev2190 2017-09-02 14:28:40 +02:00
shortcutme bfd3d18a10
Fix multiuser plugin compatibility 2017-09-02 14:28:01 +02:00
shortcutme b584c586ec
Fix longer signers_sign signing 2017-09-02 14:26:39 +02:00
ZeroNet 8fdfba97d9 Merge pull request #1096 from grez911/master
Added explanation of convertion actionWrapper response to list
2017-08-25 11:12:11 +02:00
grez911 158f9e37e5 Added explanation of convertion actionWrapper response to list 2017-08-25 11:05:48 +03:00
ZeroNet 28fbf5a802 Merge pull request #1091 from grez911/master
Added exception handling for broken user.json
2017-08-24 16:29:18 +02:00
grez911 905976a1b6 Added exception handling for broken user.json 2017-08-22 17:43:55 +03:00
shortcutme 5ad614743b
Rev2187 2017-08-19 18:55:48 +02:00
shortcutme ebdb1ed322
Fix permission limiting with uppercase function names 2017-08-19 18:55:39 +02:00
shortcutme b1989ef02e
Limit optional file commands in multiuser mode 2017-08-19 18:55:21 +02:00
ZeroNet ded6025eee Merge pull request #1082 from grez911/master
Fix: ui_restrict now working with ui_password
2017-08-18 23:55:57 +02:00
Sergei Bondarenko d591df39cc Fix: ui_restrict now working with ui_password
https://github.com/HelloZeroNet/ZeroNet/issues/207
2017-08-18 22:42:14 +03:00
ZeroNet d44f08382a Merge pull request #1076 from grez911/master
Added P2P portcheck
2017-08-18 14:47:38 +02:00
shortcutme 5e926ec98e
Rev2186 2017-08-18 14:47:08 +02:00
shortcutme a27422a0fb
Bootstrapper SQL query optimizations 2017-08-18 14:46:35 +02:00
shortcutme 2af08c0ba1
Only return 5 peers if more than 500 site queired 2017-08-18 14:46:06 +02:00
shortcutme b6c0c955c5
Limit bootstrap queries to 1s 2017-08-18 14:45:48 +02:00
shortcutme 32a0f96ecd
Batch onion update 2017-08-18 14:45:06 +02:00
shortcutme 37ef2802de
Log announce times 2017-08-18 14:44:24 +02:00
shortcutme 9f762a0230
Bootstrapper use python date functions instead of sqlite 2017-08-18 14:43:28 +02:00
shortcutme f1c320dd22
Log sign errors 2017-08-18 14:38:58 +02:00
shortcutme 4c7500e248
Fix getDirname description 2017-08-18 14:37:56 +02:00
grez911 8487056edb Small fix in P2P portcheck 2017-08-18 11:43:06 +03:00
grez911 bf69d24566 Deleted unnecessary import statement 2017-08-18 11:38:26 +03:00
grez911 1fc2a917d4 Fix P2P port check 2017-08-18 11:29:41 +03:00
Sergei Bondarenko c0a96983a7 Update FileServer.py 2017-08-16 14:32:47 +03:00
Sergei Bondarenko a4132c9cb1 Update FileServer.py 2017-08-16 09:40:54 +03:00
grez911 5c5e4b914c Added P2P portcheck 2017-08-15 20:17:42 +03:00
shortcutme 1db2327b3d
Rev2180, Allow ajax requests using ajax_key http get parameter 2017-08-15 02:40:38 +02:00
shortcutme 0a380dc0ab
Rev2180 2017-08-09 14:22:17 +02:00
shortcutme 29aa1b7b93
Log file diffing timings 2017-08-09 14:21:59 +02:00
shortcutme 5a08545e2d
Only recalculate site sizes on exit 2017-08-09 14:21:44 +02:00
shortcutme 65d68fb8ac
Compile Ui js 2017-08-09 14:21:09 +02:00
shortcutme d093764731
New API command: fileNeed to request optional file 2017-08-09 14:20:49 +02:00
shortcutme 24982aee42
Log invalid wrapper messages 2017-08-09 14:20:20 +02:00
shortcutme ef4a4acbc0
Only display read error in verbose mode 2017-08-09 14:19:56 +02:00
shortcutme b503d59c49
Support gzip compressed database files 2017-08-09 14:19:39 +02:00
shortcutme f451ce6c91
6MB LimitedGzip file helper to avoid gzip bombs 2017-08-09 14:19:09 +02:00
shortcutme 4f729aa98f
Only use pure-python msgpack for socket streaming 2017-08-09 14:17:58 +02:00
shortcutme bdb5e1597c
Sign automatically on sidebar save button if possible 2017-08-09 14:15:44 +02:00
shortcutme 6a1c5d96ac
Disable bz2 support due incompatibility issues 2017-08-09 14:15:10 +02:00
Andrew (anoa) c1aff56cf2
Small grammer fixes 2017-08-04 15:13:31 -07:00
shortcutme bfd57561b7
Rev2170 2017-07-31 14:39:27 +02:00