Commit graph

1523 commits

Author SHA1 Message Date
Jonathan Zernik
162bb247e9
Rename controller methods to use pubkey (#1876)
* Rename get profile by public key method

* Rename get entries by public key method

* Rename download squeaks by public key method

* Rename subscribe entries by public key method
2021-12-20 17:12:54 -08:00
Jonathan Zernik
3860ec3b11
Rename methods using address to pubkey (#1875)
* Rename get_profile_by_pubkey method

* Rename get entries by pubkey method

* Rename download squeaks by pubkey method

* Rename subscribe entries by pubkey method
2021-12-20 16:23:52 -08:00
Jonathan Zernik
88647dd783
Change url path for pubkey page (#1873)
* Change url path for pubkey page

* Update frontend build
2021-12-20 10:27:29 -08:00
Jonathan Zernik
5198467889
Use new squeak protocol with schnorr and pubkey as identifier (#1870)
* Got all tests in core dir passing

* Got all tests in db dir passing

* Got tests for admin dir passing

* Got all unit tests passing

* Added migration for squeak table and profile table using new pubkey

* Re-start db migrations with new data-v2.db file

* Fix column type for profile public key

* Got all itests passing

* Log the public key in hex in create contact profile handle fn

* Rename rpc methods to use pubkey instead of address

* Got frontend mostly working with new profile pubkey

* Update frontend to use pubkey instead of address

* Change size of squeak profile detail item

* Update create contact profile dialog to use pubkey

* Update twitter account item to use pubkey

* Include label for pubkey in profile detail item

* Decrease size of profile detail item

* Update frontend build

* Improve logging of requests in handler
2021-12-20 09:28:38 -08:00
Jonathan Zernik
788ab47334
Add telegram group (#1869)
* Add link to telegram group to readme

* Fix link to telegram group

* Fix link to telegram group
2021-12-17 05:50:37 -08:00
yzernik
d1ce6d6a3b Release version 0.1.185 2021-12-16 06:13:02 -08:00
Jonathan Zernik
090dc832a3
Remove build step to echo image digest (#1867) 2021-12-16 06:05:41 -08:00
Jonathan Zernik
8ede6a8f47
Add more tags to docker build for container registry (#1866) 2021-12-16 06:04:01 -08:00
yzernik
764ec5d40b Release version 0.1.184 2021-12-16 05:16:56 -08:00
Jonathan Zernik
8e69f7f77d
Use check icon for twitter mirror status (#1864)
* Use check mark icon for twitter mirroring status

* Update frontend build
2021-12-16 04:39:37 -08:00
Jonathan Zernik
72aeb2023b
Improve UI twitter page (#1863)
* Remove text with count of twitter accounts

* Rephrase text for twitter connections status

* Update frontend build

* Change text for twitter mirroring status

* Update frontend build
2021-12-16 04:00:42 -08:00
Jonathan Zernik
ed50b71ce2
Change sidebar peers icon (#1862)
* Change sidebar icon for peers page

* Update frontend build
2021-12-15 14:42:39 -08:00
Jonathan Zernik
8e975ca811
Make start/stop twitter stream thread-safe (#1859)
* Make start/stop twitter stream thread-safe

* Add rpc for get twitter stream status

* Add get twitter stream status rpc to flask

* Display twitter stream connection status in twitter page

* Fix twitter forwarder task stop

* Update frontend build
2021-12-15 14:29:36 -08:00
Aaron Dewes
6f08e8c0f2
Use ghcr.io instead of Docker Hub (#1855) 2021-12-14 13:25:35 -08:00
yzernik
6a8bd2448e Release version 0.1.183 2021-12-14 07:00:32 -08:00
Jonathan Zernik
f8e1cc5b41
Remove ugly paper from a bunch of pages (#1854)
* Remove ugly paper from a bunch of pages

* Update frontend build
2021-12-14 06:59:47 -08:00
Jonathan Zernik
b9761476d2
Upgrade lnd in docker (#1852) 2021-12-14 06:26:16 -08:00
Jonathan Zernik
2935130e79
Change text of button for go to peer config (#1849)
* Change text of button for go to peer config

* Got basic saved peer detail component working

* Got toggle saved peer configs dialog working

* Show network, host, and port for saved peer detail component

* Update frontend build

* Improve styles for detail cards

* Update frontend build
2021-12-14 03:10:11 -08:00
Jonathan Zernik
ecf3d8cecb
Use docker tor simple (#1847)
* Got docker-compose working with tor-simple tor proxy

* Got itest working with simple-tor docker image

* Delete old commented containers for tor
2021-12-13 11:36:25 -08:00
yzernik
f0ccc7288a Release version 0.1.182 2021-12-11 23:55:30 -08:00
Jonathan Zernik
353c543439
Fix default port display (#1844)
* Remove unnecessary peerName state from connect peer dialog

* Fix display of default peer port in connect peer dialog

* Fix display of default peer port in create saved peer dialog

* Fix overlapping value for default port when disabled

* Update frontend build
2021-12-11 23:43:53 -08:00
Jonathan Zernik
d70953c071
Rephrase db migration instruction (#1843) 2021-12-11 09:13:43 -08:00
yzernik
3d29338d56 Release version 0.1.181 2021-11-30 23:03:46 -08:00
Jonathan Zernik
6233890e5b
Remove squeak detail include in squeak entry (#1837)
* Got squeak details dialog working without details rpc request

* Remove get squeak detail from rpc proto

* Update frontend build

* Remove old get squeak detail itest

* Remove unused fixture for squeak detail item
2021-11-30 22:25:43 -08:00
yzernik
4ece90d9d2 Release version 0.1.180 2021-11-29 17:27:03 -08:00
Jonathan Zernik
9c80e1e7c7
Fix bitcoin component using svgicon component (#1834)
* Fix bitcoin component using svgicon component

* Update frontend build
2021-11-29 17:25:37 -08:00
yzernik
d9eed4a52a Release version 0.1.179 2021-11-29 16:42:37 -08:00
Jonathan Zernik
c1bdf3beb3
Fix sidebar bitcoin icon height (#1833)
* Fix bitcoin icon height in sidebar

* Update frontend build
2021-11-29 16:41:55 -08:00
yzernik
896aaca871 Release version 0.1.178 2021-11-29 16:07:32 -08:00
Jonathan Zernik
45a3610dec
Use bitcoin icon for wallet in sidebar (#1832)
* Use bitcoin icon for wallet in sidebar

* Update frontend build
2021-11-29 15:51:19 -08:00
Jonathan Zernik
ed9cf92ccc
Use custom class for get secret key reply to peer (#1831)
* Use custom class for get secret key reply to peer

* Update connection class to use secret key reply

* Rename get secret key reply method
2021-11-29 01:56:57 -08:00
yzernik
7439f11aa8 Release version 0.1.177 2021-11-27 22:23:56 -08:00
Jonathan Zernik
b1087394f2
Add long description to setup.cfg (#1828) 2021-11-27 22:23:02 -08:00
yzernik
3df440454a Release version 0.1.176 2021-11-23 18:30:24 -08:00
Jonathan Zernik
72f7ef5d4b
Fix waiting indicator for squeak address page (#1826)
* Fix waiting indicator for squeak address page

* Update frontend build
2021-11-23 18:15:54 -08:00
yzernik
1fb979ef6a Release version 0.1.175 2021-11-22 22:08:09 -08:00
Jonathan Zernik
c53dadb006
Fix toggle profile and peer (#1824)
* Fix toggle reload for profile page and peer page

* Update frontend build
2021-11-22 22:04:53 -08:00
yzernik
98104faee7 Release version 0.1.174 2021-11-22 20:20:14 -08:00
Jonathan Zernik
fa45dc444c
Improve buttons in peer address page (#1823)
* Improve buttons in peer address page

* Improve saved peer page

* Update frontend build
2021-11-22 20:10:39 -08:00
Jonathan Zernik
66f5a70852
Improve goto/create profile button in squeak address page (#1822)
* Improve goto/create profile button in squeak address page

* Update frontend build
2021-11-22 19:47:07 -08:00
Jonathan Zernik
1cd38094df
Rename button for add saved peer (#1821)
* Rename button for add saved peer

* Update frontend build
2021-11-22 19:21:10 -08:00
Jonathan Zernik
b4d1dce4e5
Improve display of dialog fields (#1819)
* Use outline and margin for dialog text field inputs

* Update frontend build
2021-11-22 18:52:26 -08:00
Jonathan Zernik
b7ceb75408
Show waiting indicator for peers page (#1818)
* Show waiting indicator for peers page

* Show waiting indicator for peer page

* Show waiting indicator for peer address page

* Show waiting indicator for payments page

* Update frontend build
2021-11-22 16:37:03 -08:00
Jonathan Zernik
8257978761
Improve waiting indicators (#1814)
* Improve display of waiting indicator for liked page

* Show waiting indicator for initial load

* Use null to represent unloaded state items

* Improve waiting indicators on squeak page

* Improve loading indicator for squeak address page

* Improve waiting indicator for profile page

* Improve waiting indicator for profiles page

* Show waiting indicator for wallet page

* Improve waiting indicator for search page

* Fix issue with empty search input

* Remove unnecessary arg for search function

* Update frontend build
2021-11-21 22:34:51 -08:00
yzernik
9979202263 Release version 0.1.173 2021-11-20 20:49:20 -08:00
Jonathan Zernik
bd0e2656f7
Update frontend dependencies fix conflicts (#1811)
* Update some frontend dependencies

* Update yarn

* Upgraded dependences with yarn upgrade --latest

* Got frontend working with upgraded dependencies

* Update frontend build
2021-11-20 20:28:53 -08:00
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