Commit Graph

1298 Commits

Author SHA1 Message Date
Kevin Froman 48e956c27c moved to niceware from mnemonic 2019-09-29 21:14:43 -05:00
Kevin 86ae8327c3 Merge branch 'master' into 'master'
Fixes for Linux install files

See merge request beardog/Onionr!26
2019-09-29 23:44:59 +00:00
Duncan X Simpson ec6cda7de9 Fixes in install/onionr
- Replace := with :- as := causes an extra unnecessary assignment each
time it is used
- Use system-wide default dirs based on being EUID 0 rather than not
having $HOME set - with previous logic you needed to unset $HOME to
interact with the GUI
- Default XDG_DATA_HOME to $HOME/.local/share rather than
$HOME/.local/share/onionr as it should not be set to an app specific
dir, and usage as if it is one would result in files being set in the
user's chosen XDG_DATA_HOME directly (not in an onionr subdir)
- Default ONIONR_HOME to $XDG_DATA_HOME/onionr rather than
$XDG_DATA_HOME - see previous
- Put $LOG_DIR under $ONIONR_HOME rather than $XDG_DATA_HOME - see
previous
- Don't bother setting XDG_DATA_HOME since we only use it here
- Default ONIONR_HOME to /var/lib/onionr rather than /etc/onionr for
system-wide as it's mostly state data, not just config
- Make assignments more concise
- Removed -R from chmod - 700 already restricts access to
subdirectories and files, and this chmod would require all files to be
marked executable, which is not necessary
- Specified 0700 in chmod - Make sure setuid/setgid/sticky isn't set
for some reason
- Removed chown - chown is usually reserved for root
- Specify python3 rather than 3.7 - We support 3.6 and probably want to
support 3.8+ too
- Rename OUTPUT_DIR to the more descriptive ONIONR_BASEDIR
- Call onionr.sh rather than onionr.py (nonexistent, presumably
intended __init__.py, but this is better anyway)
2019-09-29 23:44:59 +00:00
Kevin Froman f0e7810342 split mail reply on - 2019-09-29 16:32:46 -05:00
Kevin Froman d49811bc2e increase restart sleep to avoid port conflicts 2019-09-29 15:55:14 -05:00
Kevin Froman 6d515f7a60 added notification config option 2019-09-29 15:52:34 -05:00
Kevin Froman 1ca0402660 merge master after rebase for friend fix 2019-09-29 15:49:18 -05:00
Kevin Froman b077f72e5f work on site finder and fixed friend adding 2019-09-29 15:48:21 -05:00
Kevin Froman b42c0a79a1 work on site finder and fixed friend adding 2019-09-29 15:39:03 -05:00
Kevin Froman 0067bd36b5 try to fix stdout broken pipe 2019-09-28 23:57:29 -05:00
Kevin Froman e310ffc4e2 try to fix stdout broken pipe 2019-09-28 23:53:15 -05:00
Kevin Froman e3b8e12dfb try to fix stderr broken pipe 2019-09-28 23:48:28 -05:00
Kevin Froman c709c8e030 try to fix stderr broken pipe 2019-09-28 23:44:19 -05:00
Kevin Froman 4c208d54e8 change readme python version 2019-09-28 22:01:44 -05:00
Kevin Froman 0fc33e30ff change readme python version 2019-09-28 21:59:13 -05:00
Kevin Froman 7006c7e63d added test for vanity 2019-09-28 20:26:17 -05:00
Kevin Froman 631510f4fe moved vanityonionr into onionr repo 2019-09-28 20:22:39 -05:00
Kevin Froman 4df69b7842 work on sites api for finding user sites 2019-09-28 00:37:24 -05:00
Kevin Froman 60f0ef0fef added option to disable plaintext blocks 2019-09-27 20:38:47 -05:00
Kevin Froman 71c9337ab7 board now uses sha256 2019-09-27 18:04:49 -05:00
Kevin Froman 24d682860f fix ui test 2019-09-27 10:42:35 -05:00
Kevin Froman f14239db6c added run time test framework 2019-09-26 02:43:03 -05:00
Kevin Froman 6d2ae36f38 removed logo from whitepaper 2019-09-23 18:35:22 -05:00
Kevin Froman e91c9da714 added auto generated api documentation 2019-09-23 18:29:32 -05:00
Kevin Froman 386b64da10 moved onionrproofs and subprocesspow into one module/directory 2019-09-23 18:01:32 -05:00
Kevin Froman 09f6735961 moved static data one directory up 2019-09-23 17:56:05 -05:00
Kevin Froman e4df34ef29
moved dbcreator to onionrsetup 2019-09-23 14:48:35 -05:00
Kevin Froman 2a6782f88d finished sentence in not yet completed forward secrecy specs 2019-09-22 15:49:32 -05:00
Kevin Froman f980c26aa7 now use bootstrap use configuration setting 2019-09-22 15:48:56 -05:00
Kevin Froman 7e75089eaa updated screenshots 2019-09-22 14:22:46 -05:00
Kevin Froman 6322306273 fixed mail plugin being broken 2019-09-22 14:22:35 -05:00
Kevin Froman 0d4ab54ceb fixed plugins import onionrblocksapi unnecessary 2019-09-22 03:28:38 -05:00
Kevin Froman 6d4b35c5e3 Merge branch 'master' of gitlab.com:beardog/Onionr 2019-09-21 21:55:03 -05:00
Kevin Froman ec4ff3158e merge dev server 2019-09-21 21:54:49 -05:00
Kevin Froman 292cae9822 Merge branch 'master' of ssh://gitlab.com:/beardog/onionr 2019-09-21 21:45:46 -05:00
Kevin Froman 921bf36a3f slightly improved readstatic 2019-09-21 21:45:36 -05:00
Kevin Froman edd9bf6d3b moved block related files to onionrblocks 2019-09-21 18:49:24 -05:00
Kevin Froman e49f311192 merged plugin related py files into one folder/module 2019-09-21 17:45:46 -05:00
Kevin Froman 22836f068e change doc install py version 2019-09-21 16:27:43 -05:00
Kevin Froman 021954c86b added identicons to circles 2019-09-21 00:07:21 -05:00
Kevin Froman 586ce58894 added more help messages 2019-09-21 00:06:49 -05:00
Kevin Froman ccc30f68d6 Fix circles feed bug not showing your posts 2019-09-20 20:41:06 -05:00
Kevin Froman 4187aba570 added restart button to ui 2019-09-20 12:53:42 -05:00
Kevin Froman a7a5f88142 added restart command 2019-09-20 11:25:12 -05:00
Kevin Froman fbe1766aea
fix filenotfound error in softreset, added softreset event 2019-09-20 09:47:14 -05:00
Kevin Froman 0405eda30e +added python info to version command
+uploads now have sessions
2019-09-19 18:43:06 -05:00
Kevin Froman 1114db8a30 started work on upload sessions 2019-09-17 01:56:13 -05:00
Kevin Froman d598d9b9c2 started work on upload sessions 2019-09-16 20:16:06 -05:00
Kevin Froman 4b8fe7eeb3 bumped min python version to 3.7, added upload sessions to use in preventing infinite upload fails 2019-09-16 02:50:13 -05:00
Kevin Froman 376b2cc2d6 added peerprofiles and filepaths tests 2019-09-14 01:29:31 -05:00