Commit Graph

104 Commits

Author SHA1 Message Date
Kevin Froman 6cc01fa240 boiler plate and bug fixes 2019-11-15 22:18:38 -06:00
Kevin Froman 1166c9155a fixed site loader and subdirs 2019-11-13 21:06:04 -06:00
Kevin Froman 0cce0f4318 sites now support multi pages 2019-11-11 23:32:18 -06:00
Kevin Froman adcb3f31a9 * bumped unpaddedbase32 version
* improved readme
* better shutdown message in ui
2019-11-06 18:03:38 -06:00
Kevin Froman 9fa05d6e1f added site creator command 2019-11-04 04:52:38 -06:00
Kevin Froman ff9bdc690e work on new site system, only change directory when doing start command 2019-11-04 00:31:13 -06:00
Kevin Froman 027ce4f45b fix forking duplicating processes on shutdown and breaking on windows 2019-11-01 13:35:28 -05:00
Kevin Froman 9ccbcf6c1d work on sitesapi 2019-10-31 04:29:03 -05:00
Kevin Froman c237efd523 a little work on new site system 2019-10-28 21:33:08 -05:00
Kevin Froman 63fced9cff * improved friend removal
* made restart more reliable
* fixed banblock not deleting blocks
* somewhat fixed friend endpoints not working with niceware keys
* started working on adjusting mail interface to use div instead of inputs
2019-10-13 20:13:00 -05:00
Kevin Froman e5fc15acc2 lots of web ui work 2019-10-11 04:28:43 -05:00
Kevin Froman c4c4fb70d5 added motd, todo.txt, and small bug fixes 2019-10-08 16:14:30 -05:00
Kevin Froman 695f334297 added motd system, reworked handling of bytes in signatures 2019-10-07 21:32:33 -05:00
Kevin Froman 7e9fe03235
+ added theme api
+ added switcher from dark and light theme
- deleted profiles directory for now
+ added theme config option
* added boilerplate to circle picker and useridenticons
2019-10-05 18:35:40 -05:00
Kevin Froman b077f72e5f work on site finder and fixed friend adding 2019-09-29 15:48:21 -05:00
Kevin Froman 4df69b7842 work on sites api for finding user sites 2019-09-28 00:37:24 -05:00
Kevin Froman 09f6735961 moved static data one directory up 2019-09-23 17:56:05 -05:00
Kevin Froman edd9bf6d3b moved block related files to onionrblocks 2019-09-21 18:49:24 -05:00
Kevin Froman 586ce58894 added more help messages 2019-09-21 00:06:49 -05:00
Kevin Froman 4187aba570 added restart button to ui 2019-09-20 12:53:42 -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 376b2cc2d6 added peerprofiles and filepaths tests 2019-09-14 01:29:31 -05:00
Kevin Froman 48f111021b fixed uploads with bytes 2019-09-12 10:54:36 -05:00
Kevin Froman 2ba42ba145 fixed bytes encoding on getdata endpoint 2019-09-11 16:50:09 -05:00
Kevin Froman f99ff27006 onionr can now run from relative dirs and lots of bug fixes 2019-09-10 01:05:59 -05:00
Kevin Froman 866f0ce501 added vanity address support 2019-09-09 03:23:09 -05:00
Kevin Froman 57791c34a5 fixed broken random IP binding and Improved Onionr code safety 2019-09-08 19:21:36 -05:00
Kevin Froman 50e2efee32 set idstrings async, validate sig on plaintext blocks before save, and change to returning unpadded key from API 2019-09-06 17:22:33 -05:00
Kevin Froman ddcb1e39e3 switched to bip39 from pgp word list 2019-09-06 15:09:39 -05:00
Kevin Froman cc66c3a896 work on about modal 2019-09-04 05:10:17 -05:00
Kevin Froman 170cca9620 misc work on webui 2019-09-04 01:20:11 -05:00
Kevin Froman 17d345824e added notifications and signed posts to board 2019-08-31 19:13:59 -05:00
Kevin Froman c3bb676363 +added fontawesome, improved readme 2019-08-30 04:23:44 -05:00
KF dcc42575c3 fixed mail ordering 2019-08-29 01:49:41 -05:00
KF 8549b79ac9 remove headers for onionr clients 2019-08-28 18:33:28 -05:00
KF d2845b2ad5 added some missing boilerplates 2019-08-28 02:42:26 -05:00
KF 127df8b2a3 * fixed broken mime types 2019-08-27 21:46:14 -05:00
Kevin Froman 2c61380ffa fixed unsynced flow cache 2019-08-25 21:18:09 -05:00
Kevin Froman 9fc6e35fe4 work on direct connections 2019-08-25 03:08:09 -05:00
Kevin Froman a5490b9f28 reduced initial block cleanup timer count 2019-08-18 00:54:52 -05:00
Kevin Froman 80098d39c1 connections now able to be created and detected in webui 2019-08-17 02:27:33 -05:00
Kevin Froman 0d9e72eccd work on chat 2019-08-16 17:40:17 -05:00
Kevin Froman bb6ce10985 Added thread call to create client service from web interface endpoint
made create_client in onionrservices static
2019-08-16 16:28:54 -05:00
Kevin Froman 602bc62897 work on chat 2019-08-16 15:41:56 -05:00
Kevin Froman d8af21ab16 * started endpoint for non-app specific control of direct connections
* fixed signature bugs in direct connections and forward secrecy
* removed chain and parent stuff from onionrblocks
2019-08-15 03:36:05 -05:00
Kevin Froman 3c6cbca0ac added loading whitelisted endpoints from plugins 2019-08-14 18:44:29 -05:00
Kevin Froman e86f154522 * prevent the same message from being inserted at the same time in the http api
* bumped toomanyobjs
* correct pysocks raise
fixes #34
2019-08-13 17:28:53 -05:00
Kevin Froman 26b0a05d66 * uploads now only remove from upload queue on 'exists' for efficiency-security trade off
fixes #26
2019-08-11 23:00:08 -05:00
Kevin Froman daff149acc refactoring 2019-08-09 15:41:27 -05:00
Kevin Froman 7c02f6fff1 * refactored blockmetadata
* be more careful with block type length
+ work on chat
2019-08-09 15:07:32 -05:00