Commit graph

1753 commits

Author SHA1 Message Date
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
Jonathan Zernik
d626147c71
Show num replies (#2144)
* Got show num replies working on squeak page

* Fix group by squeak hash

* Fix db queries for get num replies

* Update frontend build
2022-04-13 15:47:28 -07:00
Jonathan Zernik
f252aba9ba
Fix fetch ancestors after download (#2143)
* Fix fetch ancestors after download

* Update frontend build
2022-04-13 14:24:28 -07:00
Jonathan Zernik
e860b8c850
Update frontend build (#2142) 2022-04-13 14:04:09 -07:00
Jonathan Zernik
2347e53c5f
Add about modal (#2139)
* Add basic about modal to nav page

* Include github link and telegram link in about modal
2022-04-13 00:17:48 -07:00
Jonathan Zernik
552cfcbecb
Allow buy squeak for squeak card (#2138)
* Got basic BuySqueak component working

* Fetch received offers from backend on click open buy dialog

* Allow unlock squeak from squeak card component

* Improve display of unlock button in squeak page
2022-04-12 23:41:11 -07:00
Jonathan Zernik
96546f0e5c
Change home page header text (#2137)
* Change home page header text

* Update frontend build
2022-04-12 19:17:42 -07:00
Jonathan Zernik
8c2806fc02
Don't match prefix in highlight sidebar selection (#2136)
* Don't match prefix in highlight sidebar selection

* Update frontend build
2022-04-12 19:13:41 -07:00
Jonathan Zernik
3ca6354f32
Add lint command to development doc. (#2129) 2022-04-12 02:38:32 -07:00
Jonathan Zernik
425203863e
Run eslint fix (#2128)
* Fix eslintignore and run eslint fix

* Update frontend build
2022-04-12 02:35:14 -07:00
Jonathan Zernik
27887ed01c
Move profile image height higher in profile page (#2127)
* Move profile image height higher in profile page

* Update frontend build
2022-04-12 01:10:49 -07:00