Commit graph

1477 commits

Author SHA1 Message Date
yzernik
05f534ea55 Release version 0.1.172 2021-11-19 14:05:15 -08:00
Jonathan Zernik
0a5d0d1d10
Remove profile custom price (#1807)
* Remove custom price from profile

* Remove profile custom price from frontend

* Update frontend build
2021-11-19 00:04:07 -08:00
Jonathan Zernik
5d6e702243
Make lnd client a subclass of lightning client (#1806) 2021-11-18 21:56:34 -08:00
Jonathan Zernik
7e848c3c39
Rename docs to kebab-case (#1800)
* Rename docs to kebab-case

* Fix link to configuration doc
2021-11-13 13:33:36 -08:00
Jonathan Zernik
3a75a43d35
Add getting started doc (#1799)
* Add getting started doc and images

* Fix relative image link

* Fix relative links to images

* Set image width

* Remove ignored image size in markdown
2021-11-13 06:40:40 -08:00
Jonathan Zernik
b0e438fc83
Add install from pypi to readme (#1797) 2021-11-11 03:09:37 -08:00
yzernik
2471b07388 Release version 0.1.171 2021-11-11 03:03:04 -08:00
Jonathan Zernik
805f5aea62
Fix package python sdist for pypi (#1796) 2021-11-11 02:59:51 -08:00
yzernik
d2078e2a54 Release version 0.1.170 2021-11-11 02:24:55 -08:00
Jonathan Zernik
4165aec654
Add job to upload to pypi in github workflow (#1795)
* Add job to upload to pypi in github workflow

* Combine install and build steps
2021-11-11 02:17:08 -08:00
Jonathan Zernik
6b9aee7fc0
Add line about squeak hash to readme (#1794) 2021-11-10 15:11:26 -08:00
yzernik
ed202face0 Release version 0.1.169 2021-11-10 02:21:19 -08:00
Jonathan Zernik
82a656a47e
Remove hash from buy offer display in dialog (#1792)
* Remove hash from buy offer display in dialog

* Update frontend build
2021-11-10 02:18:42 -08:00
Jonathan Zernik
488ed5dfc4
Add global sell price setting (#1791)
* Add sell price setting to db

* Add rpc method for set and get sell price setting

* Fix servicer methods for get and set sell price

* Add settings page in frontend

* Include default sell price in get sell price rpc

* Show sell price in settings page

* Got set sell price working in frontend

* Remove frontend validation of sell price dialog

* Use sell price from settings when determining price

* Add rpc to clear sell price setting

* Add clear sell price to frontend

* Remove unused imports in frontend

* Update frontend build
2021-11-10 01:53:55 -08:00
Jonathan Zernik
3674595683
Add description to readme (#1788)
* Update readme with description

* Remove period from readme list
2021-11-08 05:08:08 -08:00
yzernik
e68f345442 Release version 0.1.168 2021-11-07 20:24:04 -08:00
Jonathan Zernik
de2f84e6f8
Use polymorphic class for downloaded object (#1787) 2021-11-07 18:50:27 -08:00
Jonathan Zernik
c96f7c7f7f
Add price policy class to determine sell price (#1785) 2021-11-07 04:40:17 -08:00
Jonathan Zernik
581ef4f226
Change print to log for lines in twitter stream class (#1784) 2021-11-07 02:47:09 -08:00
Jonathan Zernik
2f2f2059b4
Update frontend build (#1783) 2021-11-07 02:33:19 -08:00
Jonathan Zernik
c0141effcb
Implement share for free with saved peer (#1782)
* Add share_for_free column to peer table in db and to core struct

* Got set share for free toggle working in frontend

* Got share for free working with price zero in controller
2021-11-07 02:21:13 -08:00
yzernik
0e37f62a73 Release version 0.1.167 2021-11-06 22:23:33 -07:00
Jonathan Zernik
1074408083
Make twitter url fields lowercase (#1780) 2021-11-06 22:19:20 -07:00
Jonathan Zernik
4604063e01
Fix set profile custom price web request (#1779) 2021-11-06 22:09:38 -07:00
yzernik
5a447f8342 Release version 0.1.166 2021-11-06 21:11:32 -07:00
Jonathan Zernik
80de1b8ff2
Improve display of waiting indicator for squeak address page (#1777)
* Improve dislay of waiting indicator for squeak address page

* Update frontend build
2021-11-06 21:01:36 -07:00
Jonathan Zernik
baf58c0c48
Display bearer token in text field (#1770)
* Show bearer token in a read-only text field

* Fix unused imports in twitter frontend components

* Update frontend build
2021-11-06 03:12:53 -07:00
Jonathan Zernik
c0278dca3b
Refactor handle downloads (#1767)
* Refactor handle downloaded squeak to separate class from controller

* Refactor handle received offer to download handler class

* Remove old comments in controller
2021-11-06 01:03:50 -07:00
Jonathan Zernik
0d8f371d54
Show not implemented alert for re-squeak button click (#1765)
* Show not implemented alert for re-squeak button click

* Update frontend build
2021-11-05 01:42:53 -07:00
Jonathan Zernik
c7b847a497
Remove shell prompt from readme code snippets (#1762)
* Remove shell prompt from readme code snippets

* Remove shell prompt from code snippets in all docs
2021-11-04 23:33:00 -07:00
Jonathan Zernik
5e8174fa28
Update readme headers (#1761)
* Change readme headers

* Add spaces around code blocks in readme

* Change wording about configs

* Fix indentation in readme
2021-11-04 23:28:27 -07:00
yzernik
f9621ad3ed Update changelog 2021-11-04 22:01:47 -07:00
yzernik
fe75faf147 Release version 0.1.165 2021-11-04 20:54:11 -07:00
Jonathan Zernik
c6de020428
Add custom config for autoconnect peer interval (#1759) 2021-11-04 20:46:22 -07:00
Jonathan Zernik
7916ef1bee
Make rpc enabled config set to false by default (#1758) 2021-11-04 19:57:52 -07:00
Jonathan Zernik
ec6b2e17bd
Fix button text for submit button in add twitter account dialog (#1757)
* Fix button text for submit button in add twitter account dialog

* Update frontend build
2021-11-04 19:47:58 -07:00
Jonathan Zernik
6c40891ad8
Add twitter forwarder (#1755)
* Add twitter stream class

* Got twitter forwarder subscription working

* Add config table in db with twitter bearer token

* Only run forward tweets task when twitter bearer token and twitter handles are not null

* Add twitter page to frontend and add button to set bearer token

* Reload bearer token in ui after setting value

* Add twitter accounts table to db

* Got get twitter accounts request working

* Display twitter account list items in twitter page

* Show twitter accounts in twitter page

* Got create squeak from tweet working

* Update twitter stream upon twitter accounts changes

* Got terminate twitter stream connection working

* Update frontend build

* Remove print statements from itest

* Remove main function from twitter stream module

* Make tweet forwarder worker run as daemon thread

* Use custom config for subscribe tweets retry interval
2021-11-04 19:10:00 -07:00
yzernik
348dd1164c Update changelog 2021-11-02 02:08:40 -07:00
yzernik
00f1b6e6f4 Release version 0.1.164 2021-11-02 00:55:09 -07:00
Jonathan Zernik
15bdaa1565
Update received offers in display even when none downloaded (#1750)
* Update received offers in display even when none downloaded

* Update frontend build
2021-11-02 00:53:58 -07:00
Jonathan Zernik
356c3e5cc0
Make rpc enabled by default (#1749) 2021-11-02 00:47:51 -07:00
Jonathan Zernik
e241552765
Add license section to readme (#1747) 2021-11-01 20:45:09 -07:00
The Gitter Badger
c2efa37b84
Add Gitter badge (#1746) 2021-11-01 17:59:04 -07:00
Jonathan Zernik
2b88792fb7
Include network name in profile dropdown in header (#1743)
* Include network name in profile dropdown in header

* Update frontend build
2021-10-29 19:37:07 -07:00
yzernik
0fdbe92105 Update changelog 2021-10-28 01:21:31 -07:00
yzernik
c4e9eedaa7 Release version 0.1.163 2021-10-28 00:32:53 -07:00
Jonathan Zernik
670e8e3428
Remove hash from title of buy squeak dialog (#1741)
* Remove hash from title of buy squeak dialog

* Update frontend build
2021-10-28 00:27:36 -07:00
Jonathan Zernik
e765d584aa
Simplify method for handle save received squeak (#1740)
* Split up and simplify save received squeak method

* Got waiting dialog for download in progress for offers

* Remove old comments from squeak controller

* Fix call increment counter when lookup returns none

* Update frontend build
2021-10-28 00:01:24 -07:00
Jonathan Zernik
a8745d0dbd
Add test for download result to message (#1739) 2021-10-26 21:46:35 -07:00
Jonathan Zernik
a442b3eb17
Add docstring for received payments client class (#1738) 2021-10-26 21:24:12 -07:00