changed permisisons

This commit is contained in:
Kevin Froman 2019-02-02 17:10:04 -06:00
parent 2bb7246fbe
commit 6687b2a843
104 changed files with 43 additions and 182 deletions

0
onionr/static-data/bootstrap-nodes.txt Normal file → Executable file
View file

0
onionr/static-data/connect-check.txt Normal file → Executable file
View file

0
onionr/static-data/default-plugins/cliui/info.json Normal file → Executable file
View file

0
onionr/static-data/default-plugins/cliui/main.py Normal file → Executable file
View file

0
onionr/static-data/default-plugins/encrypt/info.json Normal file → Executable file
View file

0
onionr/static-data/default-plugins/encrypt/main.py Normal file → Executable file
View file

0
onionr/static-data/default-plugins/flow/info.json Normal file → Executable file
View file

0
onionr/static-data/default-plugins/flow/main.py Normal file → Executable file
View file

View file

View file

0
onionr/static-data/default-plugins/pluginmanager/.gitignore vendored Normal file → Executable file
View file

View file

View file

View file

View file

0
onionr/static-data/default-plugins/pms/info.json Normal file → Executable file
View file

6
onionr/static-data/default-plugins/pms/main.py Normal file → Executable file
View file

@ -141,7 +141,11 @@ class OnionrMail:
logger.warn('This message has an INVALID signature. ANYONE could have sent this message.')
cancel = logger.readline('Press enter to continue to message, or -q to not open the message (recommended).')
if cancel != '-q':
print(draw_border(self.myCore._utils.escapeAnsi(readBlock.bcontent.decode().strip())))
try:
print(draw_border(self.myCore._utils.escapeAnsi(readBlock.bcontent.decode().strip())))
except ValueError:
logger.warn('Error presenting message. This is usually due to a malformed or blank message.')
pass
reply = logger.readline("Press enter to continue, or enter %s to reply" % ("-r",))
if reply == "-r":
self.draftMessage(self.myCore._utils.bytesToStr(readBlock.signer,))

0
onionr/static-data/default-plugins/pms/sentboxdb.py Normal file → Executable file
View file

3
onionr/static-data/default_config.json Normal file → Executable file
View file

@ -21,8 +21,7 @@
"private" : {
"run" : true,
"path" : "static-data/www/private/",
"guess_mime" : true,
"timing_protection" : true
"guess_mime" : true
},
"ui" : {

0
onionr/static-data/default_plugin.py Normal file → Executable file
View file

0
onionr/static-data/header.txt Normal file → Executable file
View file

0
onionr/static-data/index.html Normal file → Executable file
View file

0
onionr/static-data/www/board/board.js Normal file → Executable file
View file

0
onionr/static-data/www/board/index.html Normal file → Executable file
View file

0
onionr/static-data/www/board/theme.css Normal file → Executable file
View file

0
onionr/static-data/www/mail/index.html Normal file → Executable file
View file

0
onionr/static-data/www/mail/mail.css Normal file → Executable file
View file

0
onionr/static-data/www/mail/mail.js Normal file → Executable file
View file

0
onionr/static-data/www/private/index.html Normal file → Executable file
View file

0
onionr/static-data/www/shared/main/stats.js Normal file → Executable file
View file

0
onionr/static-data/www/shared/main/style.css Normal file → Executable file
View file

0
onionr/static-data/www/shared/misc.js Normal file → Executable file
View file

0
onionr/static-data/www/shared/onionr-icon.png Normal file → Executable file
View file

Before

Width:  |  Height:  |  Size: 5.1 KiB

After

Width:  |  Height:  |  Size: 5.1 KiB

Before After
Before After

0
onionr/static-data/www/shared/onionrblocks.js Normal file → Executable file
View file

0
onionr/static-data/www/shared/panel.js Normal file → Executable file
View file

0
onionr/static-data/www/ui/README.md Normal file → Executable file
View file

0
onionr/static-data/www/ui/common/default-icon.html Normal file → Executable file
View file

0
onionr/static-data/www/ui/common/footer.html Normal file → Executable file
View file

0
onionr/static-data/www/ui/common/header.html Normal file → Executable file
View file

View file

View file

View file

View file

0
onionr/static-data/www/ui/config.json Normal file → Executable file
View file

0
onionr/static-data/www/ui/dist/css/main.css vendored Normal file → Executable file
View file

0
onionr/static-data/www/ui/dist/css/themes/dark.css vendored Normal file → Executable file
View file

0
onionr/static-data/www/ui/dist/img/default.png vendored Normal file → Executable file
View file

Before

Width:  |  Height:  |  Size: 6.6 KiB

After

Width:  |  Height:  |  Size: 6.6 KiB

Before After
Before After

0
onionr/static-data/www/ui/dist/index.html vendored Normal file → Executable file
View file

0
onionr/static-data/www/ui/dist/js/main.js vendored Normal file → Executable file
View file

0
onionr/static-data/www/ui/dist/js/timeline.js vendored Normal file → Executable file
View file

0
onionr/static-data/www/ui/lang.json Normal file → Executable file
View file

0
onionr/static-data/www/ui/src/css/main.css Normal file → Executable file
View file

0
onionr/static-data/www/ui/src/css/themes/dark.css Normal file → Executable file
View file

0
onionr/static-data/www/ui/src/img/default.png Normal file → Executable file
View file

Before

Width:  |  Height:  |  Size: 6.6 KiB

After

Width:  |  Height:  |  Size: 6.6 KiB

Before After
Before After

0
onionr/static-data/www/ui/src/index.html Normal file → Executable file
View file

0
onionr/static-data/www/ui/src/js/main.js Normal file → Executable file
View file

0
onionr/static-data/www/ui/src/js/timeline.js Normal file → Executable file
View file