Commit graph

1763 commits

Author SHA1 Message Date
yzernik
5229731341
Remove print line 2022-05-06 16:47:43 -07:00
yzernik
29fad2435f
Fix exception handling in squeak core invoice subscription 2022-05-06 16:44:57 -07:00
yzernik
84de2fddcf
Remove log lines 2022-05-06 00:06:53 -07:00
yzernik
3e85a8b8da
Remove old comments 2022-05-05 23:38:49 -07:00
yzernik
25d65d1254
Configure external c-lightning address for c-lightning server squeaknode 2022-05-05 23:15:41 -07:00
yzernik
95032fb7e1
Implement get info method of c-lightning client 2022-05-05 22:31:02 -07:00
yzernik
ecf677f570
Got pay invoice working with c-lightning 2022-05-05 02:02:07 -07:00
yzernik
4fd61971c5
Fix tor proxy for c-lightning and fix bytes to hex for pay req fields 2022-05-05 01:35:21 -07:00
yzernik
de58e9e824
Got decode pay req working for c-lightning 2022-05-04 23:40:38 -07:00
yzernik
30d51a1684
Add c-lightning client container to docker-compose 2022-05-04 16:43:39 -07:00
yzernik
a2eec82e28
Release version 0.2.23 2022-05-03 21:44:14 -07:00
Jonathan Zernik
348353cd43
Fix ascii art print (#2198) 2022-05-03 21:28:09 -07:00
Jonathan Zernik
1dd94e58cf
Print ascii art on start (#2197) 2022-05-03 21:11:13 -07:00
Jonathan Zernik
5231850d13
Implement rename peer (#2196)
* Implement rename peer

* Update frontend build
2022-05-03 20:54:52 -07:00
Jonathan Zernik
c09ab3f209
Simplify serialization of peer squeak download (#2195) 2022-05-03 15:39:13 -07:00
Jonathan Zernik
ad779182d7
Update readme file with create config.ini (#2191) 2022-05-02 16:45:13 -07:00
Jonathan Zernik
28acf6f4fc
Use url_for redirect to login on unauthorized route (#2190) 2022-05-01 22:59:14 -07:00
Jonathan Zernik
098daa08bf
Simplify dockerfile (#2188) 2022-05-01 20:04:02 -07:00
yzernik
43f959e9c4
Release version 0.2.22 2022-04-29 22:04:14 -07:00
dependabot[bot]
566c86d00e
Bump async from 2.6.3 to 2.6.4 in /frontend (#2185)
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4.
- [Release notes](https://github.com/caolan/async/releases)
- [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md)
- [Commits](https://github.com/caolan/async/compare/v2.6.3...v2.6.4)

---
updated-dependencies:
- dependency-name: async
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-29 20:29:48 -07:00
dependabot[bot]
27d2c92acf
Bump ejs from 3.1.6 to 3.1.7 in /frontend (#2184)
Bumps [ejs](https://github.com/mde/ejs) from 3.1.6 to 3.1.7.
- [Release notes](https://github.com/mde/ejs/releases)
- [Changelog](https://github.com/mde/ejs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/mde/ejs/compare/v3.1.6...v3.1.7)

---
updated-dependencies:
- dependency-name: ejs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-29 20:28:11 -07:00
Jonathan Zernik
bbad5476c8
Add copy to clipboard external address (#2183)
* Include copy to clipboard in external address dialog

* Fix tooltip

* Update frontend build
2022-04-29 19:51:54 -07:00
Jonathan Zernik
cef1c24de5
Change text of external address dialog (#2182)
* Change text of external address dialog modal.

* Change text of external address dialog modal and update frontend build.
2022-04-29 18:08:19 -07:00
Jonathan Zernik
99e4e523dd
Dim profile image in squeak card and squeak on hover (#2181)
* Dim profile image in squeak card and squeak on hover

* Dim profile image in profile card on hover

* Dim profile image in profile page

* Dim profile image in twitter account card on hover

* Update frontend build
2022-04-29 17:47:19 -07:00
yzernik
8bca8c7961
Release version 0.2.21 2022-04-27 03:14:01 -07:00
Jonathan Zernik
cfe9cecbe5
Add download offers button (#2177)
* Got re-download offers button working in buy modal

* Add loader when downloading offers in buy modal

* Update frontend build
2022-04-27 02:44:59 -07:00
Jonathan Zernik
2cd39d05bf
Wait for first successful download single squeak (#2176)
* Got download single squeak working with return after successful download

* Remove comments and log lines

* Remove log lines
2022-04-27 01:58:28 -07:00
Jonathan Zernik
a41ca5a9c5
Update readme to include word signed for squeak struct (#2175) 2022-04-26 19:39:38 -07:00
Jonathan Zernik
2cdb2f8de4
Fix docstring for payreq (#2174) 2022-04-26 19:24:50 -07:00
Jonathan Zernik
b5b3b9f1f3
Rename entrypoint script (#2171) 2022-04-25 16:32:31 -07:00
yzernik
f91ef02cd1
Release version 0.2.20 2022-04-25 13:15:17 -07:00
Jonathan Zernik
01914f034f
Fix css for nested resqueaked squeak (#2170)
* Fix css for nested resqueaked squeak

* Update frontend build
2022-04-25 13:02:21 -07:00
yzernik
c9401ca5cf
Release version 0.2.19 2022-04-25 00:10:29 -07:00
Jonathan Zernik
f1d5da7c96
Fix lightning node link buy modal (#2167)
* Fix lightning node link in buy modal

* Update frontend build
2022-04-24 23:16:16 -07:00
yzernik
604bc11b28
Release version 0.2.18 2022-04-24 18:51:19 -07:00
Jonathan Zernik
e1367bfec1
Fix update resqueaked squeak slice (#2166)
* Fix update resqueaked squeak in slice state in reducer

* Remove old comments

* Update frontend build
2022-04-24 18:49:09 -07:00
Jonathan Zernik
7658a4d95c
Upgrade squeaklib to v013 (#2165)
* Upgrade to squeaklib v0.13

* Allow different squeak types in server reponse

* Add core method for create resqueak.

* Add make resqueak method for squeak store

* Update db migration to include resqueak hash

* Add db method to insert and get resqueak

* Return resqueak as squeak entry in db query method

* Add RPC method for make resqueak

* Got make resqueak modal working in frontend

* Show different content for resqueak in frontend

* Show resqueaed squeak in display

* Show resqueak correctly

* Got resqueak display working on squeak card component

* Fix display for missing resqueaked squeak.

* Fix display for missing resqueaked squeak in squeak card.

* Got resqueak from squeak card working

* Fix prevent default action on resqueak unlock click

* Fix prevent default on make reply squeak in squeak card

* Got number of replies to resqueaked squeak working

* Fix click on squeak card

* Fix too many characters warning message

* Fix click on squeak card image and name and pubkey

* Rename set reply modal state function

* Fix toggle modals for resqueaked squeak

* Fix form submit action for squeak modals

* Include num resqueaks and num resqueaked resqueaks in get squeak entry db query

* Show number of resqueaks in frontend

* Fix distinct count in query for num replies and num resqueaks

* Update resqueaked squeak in slice state

* Update frontend build
2022-04-24 17:54:07 -07:00
yzernik
ef3d49578f
Release version 0.2.17 2022-04-14 21:24:36 -07:00
Jonathan Zernik
e8e791547f
Add link to public nodes list (#2163)
* Add link to public nodes list

* Update frontend build
2022-04-14 19:27:43 -07:00
Jonathan Zernik
6d2eeb856f
Show payment summary for peer (#2160)
* Add endpoint for payment summary for peer

* Got basic payment summary working for peer page

* Improve display of address in peer page

* Show peer address network in peer page

* Add endpoints for get sent payments for peer and get received payments for peer.

* Got sent payments for peer and received payments for peer working in frontend

* Update frontend build
2022-04-14 17:18:52 -07:00
Jonathan Zernik
80a484ef3b
Simplify get payment summary in controller (#2159) 2022-04-14 15:17:26 -07:00
Jonathan Zernik
61e9ed67cb
Remove websocket dependencies (#2156) 2022-04-14 00:12:43 -07:00
Jonathan Zernik
8d6ae1b308
Fix group by queries for num replies (#2155) 2022-04-14 00:08:32 -07:00
Jonathan Zernik
63b31bd6f7
Clear received offers in frontent before fetching (#2154)
* Clear received offers in frontent before fetching

* Update frontend build
2022-04-13 23:00:47 -07:00
Jonathan Zernik
5afeecee38
Clear payments lists after buy (#2153)
* Clear sent payments list after payment

* Update frontend build
2022-04-13 22:12:15 -07:00
Jonathan Zernik
99696b4bdd
Update payment summary after payment (#2151)
* Update overall payment summary after payment

* Update overall payment summary and pubkey payment summary afet payment

* Update frontend build
2022-04-13 22:04:33 -07:00
Jonathan Zernik
c0cca7eb6f
Autofocus username input in login form (#2150) 2022-04-13 20:59:20 -07:00
Jonathan Zernik
1edb31aac6
Add explanation text to external addres modal (#2149)
* Add explanation text to external addres modal

* Update frontend build
2022-04-13 20:52:18 -07:00
Jonathan Zernik
ea0c6352a2
Show content input lenght (#2148)
* Show content input length

* Don't allow creating squeak with content too long

* Update frontend build
2022-04-13 20:45:02 -07:00
Jonathan Zernik
e7aba27858
Add label to signing profile field in add twwitter account (#2147)
* Add label to signing profile field in add twwitter account

* Update frontend build
2022-04-13 19:27:58 -07:00