dependabot[bot]
6af6126c39
Bump decode-uri-component from 0.2.0 to 0.2.2 in /frontend ( #2245 )
...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component ) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases )
- [Commits](https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2 )
---
updated-dependencies:
- dependency-name: decode-uri-component
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-07 17:19:58 -08:00
dependabot[bot]
7fdb9d996c
Bump loader-utils from 2.0.2 to 2.0.3 in /frontend ( #2242 )
...
Bumps [loader-utils](https://github.com/webpack/loader-utils ) from 2.0.2 to 2.0.3.
- [Release notes](https://github.com/webpack/loader-utils/releases )
- [Changelog](https://github.com/webpack/loader-utils/blob/v2.0.3/CHANGELOG.md )
- [Commits](https://github.com/webpack/loader-utils/compare/v2.0.2...v2.0.3 )
---
updated-dependencies:
- dependency-name: loader-utils
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-08 13:06:50 -08:00
Jonathan Zernik
bfc746ce0d
Run dev mode with polar ( #2239 )
...
* Run in dev mode with polar
* Revert change to sleep in pay offer method
2022-08-26 14:20:25 -07:00
dependabot[bot]
90c0b93a90
Bump terser from 5.12.1 to 5.14.2 in /frontend ( #2237 )
...
Bumps [terser](https://github.com/terser/terser ) from 5.12.1 to 5.14.2.
- [Release notes](https://github.com/terser/terser/releases )
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/commits )
---
updated-dependencies:
- dependency-name: terser
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-20 19:13:55 -07:00
dependabot[bot]
0181eafe74
Bump moment from 2.29.2 to 2.29.4 in /frontend ( #2235 )
...
Bumps [moment](https://github.com/moment/moment ) from 2.29.2 to 2.29.4.
- [Release notes](https://github.com/moment/moment/releases )
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/moment/moment/compare/2.29.2...2.29.4 )
---
updated-dependencies:
- dependency-name: moment
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-13 15:03:57 -07:00
Jonathan Zernik
7c67145f61
Release version 0.3.5
2022-07-10 19:40:51 -07:00
Jonathan Zernik
a92ad92042
Change text of tooltip for copy external address ( #2234 )
...
* Change text of tooltip for copy external address
* Update frontend build
2022-07-10 19:31:48 -07:00
Jonathan Zernik
a024057f1b
Release version 0.3.4
2022-06-17 19:05:44 -07:00
Jonathan Zernik
93da9c0c97
Fix handling of p2p server port config ( #2232 )
2022-06-17 19:04:31 -07:00
Jonathan Zernik
e805751bdc
Fix mypy for alembic env script ( #2231 )
2022-06-11 13:52:19 -07:00
Jonathan Zernik
2cabb8197a
Use only named volumes in docker-compose ( #2221 )
...
* Use only named volumes in docker-compose
* Try fixing itest with new docker compose
* Update development doc
2022-06-09 17:58:18 -07:00
Jonathan Zernik
e66377a3c9
Release version 0.3.3
2022-05-25 16:15:20 -07:00
Jonathan Zernik
6ff3f3c4c9
Start settle index from zero on app startup ( #2220 )
2022-05-25 16:00:44 -07:00
Jonathan Zernik
aef32d9417
Remove zqm hash block config ( #2219 )
2022-05-24 22:06:23 -07:00
Jonathan Zernik
2d55668af0
Release version 0.3.2
2022-05-24 21:46:59 -07:00
Jonathan Zernik
afd3af091a
Use default peer port config when port not specified ( #2218 )
2022-05-24 21:41:56 -07:00
Jonathan Zernik
a8ebf8e9e9
Show external address as host:port string ( #2216 )
...
* Show external address in peers page as host:port string
* Add peer with host:port string
* Update frontend build
2022-05-24 17:57:33 -07:00
Jonathan Zernik
cb0598cbe5
Release version 0.3.1
2022-05-16 18:04:49 -07:00
Jonathan Zernik
163837a7bc
Use real port for peer get offer request ( #2213 )
...
* Use real port number for peer in saved sent offer
* Fix get remote client port
2022-05-11 22:30:52 -07:00
Jonathan Zernik
0c0ce30006
Fix macaroon path in readme example config ( #2211 )
2022-05-11 18:47:23 -07:00
yzernik
9e1ec67381
Release version 0.3.0
2022-05-08 14:57:44 -07:00
Jonathan Zernik
be90a06973
Remove ascii art ( #2206 )
2022-05-08 13:32:14 -07:00
Jonathan Zernik
ed360ff3d1
Add clightning backend support ( #2205 )
...
* Add c-lightning support
* Got subscribe paid invoices working with c-lightning
* Remove log lines
* Use a single config section for all lightning configs
* Fix itest config
* Update configuration doc with new confis
2022-05-08 12:41:44 -07:00
Jonathan Zernik
80155f1fb7
Fix exception handling in squeak_core payment subscription ( #2204 )
2022-05-06 18:31:11 -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