Commit Graph

146 Commits

Author SHA1 Message Date
calle
e1c01c6028
Revert "Revert "shorten lnurlp endpoint URL for smaller QR codes"" 2023-01-06 11:44:22 +01:00
calle
4dad37c595
Revert "shorten lnurlp endpoint URL for smaller QR codes" 2023-01-06 11:26:07 +01:00
calle
f5614333f5
Merge pull request #1302 from lnbits/fix/lnurlp_shorter_url
shorten lnurlp endpoint URL for smaller QR codes
2023-01-06 11:23:12 +01:00
callebtc
407128fd61 fix migration for postgres 2023-01-06 11:13:25 +01:00
callebtc
6cd5e44ad6 use bigint 2023-01-06 10:28:50 +01:00
calle
3203950310
Revert "Revert "Revert "Revert "add UUID as id instead of sequential integer"""" 2023-01-06 10:22:58 +01:00
Arc
08caea4b9a
Revert "Revert "Revert "add UUID as id instead of sequential integer""" 2023-01-05 18:25:08 +00:00
callebtc
4dc94bba7d change link url as well 2023-01-05 13:44:57 +01:00
callebtc
9e953bc3e1 unique name for deprecated endpoitn 2023-01-05 13:30:47 +01:00
callebtc
cfab334d0f shorten lnurl endpoint URL for smaller QR codes 2023-01-05 13:28:33 +01:00
calle
4d7f1d44c4
Merge pull request #1280 from prusnak/unify-payment-extra
make payment.extra non-optional
2023-01-05 13:04:21 +01:00
callebtc
8f63b55ff3 fix mypy 2023-01-05 12:56:32 +01:00
callebtc
260bfe5423 shorten link id 2023-01-05 12:50:16 +01:00
calle
7788298b8c
Revert "Revert "add UUID as id instead of sequential integer"" 2023-01-05 12:46:26 +01:00
Pavol Rusnak
191ad1e224
make payment.extra non-optional
this makes handling in tasks.py so much easier
2023-01-05 09:22:34 +01:00
dni ⚡
bf4070f7cb fix duplication typo 2023-01-04 13:26:34 +01:00
dni ⚡
9d2ef274b9 fix lnurlp and lnurlpayout mypy issue 2023-01-04 13:24:45 +01:00
calle
eaf31adaa8
Merge pull request #1273 from prusnak/encode-decode-default
remove unnecessary argument encoding from bytes.decode() and str.encode()
2023-01-04 09:04:44 +01:00
Arc
ffdb7244c4
Revert "add UUID as id instead of sequential integer" 2023-01-03 23:16:21 +00:00
Pavol Rusnak
3d0c66f0f6
remove unnecessary argument encoding from bytes.decode() and str.encode()
the encoding parameter defaults to utf-8, so it's not needed
2023-01-03 22:38:28 +01:00
ben
e0f55d3e8c Tile size standard should be 128px 2023-01-03 20:05:44 +00:00
ben
a8c4bea53d Updated extension card layout 2023-01-01 18:14:20 +00:00
ben
59a8ff9dce All extension icons swapped for logo tiles 2022-12-31 14:15:23 +00:00
ben
f5250e0584 initial
Added bunch tiles, more to add
2022-12-31 01:46:55 +00:00
Arc
efc156689f
Merge pull request #1253 from iWarpBTC/qr_inv_pref
QR invoices and lnurls got prefix and uppercased
2022-12-30 01:04:47 +00:00
Arc
749fbe1ed8
Merge pull request #1255 from lnbits/fix/lnurlp_id_uuid
add UUID as id instead of sequential integer
2022-12-30 00:53:09 +00:00
ben
6e8abc1c32 Fixes all those ugly hyperlinks 2022-12-29 23:51:18 +00:00
Tiago Vasconcelos
6634c568b2 fix returning link on create 2022-12-29 12:05:02 +00:00
Tiago Vasconcelos
02810fb358 add UUID as id 2022-12-29 11:21:29 +00:00
Gene Takavic
71eebc1441 QR invoices and lnurls got prefix and uppercased 2022-12-28 23:42:36 +01:00
Vlad Stan
98e0ea5ae2 refactor: only use one (direction) flag for identifying payment 2022-12-22 12:23:46 +02:00
Vlad Stan
a434731729 fix: update the rest of update_payment_extra calls 2022-12-22 11:28:12 +02:00
Vlad Stan
0ab99bef41 refactor: use update_payment_extra 2022-12-21 15:06:45 +02:00
Vlad Stan
c5fdd35078 feat: store mor info about the webhook call status 2022-12-20 13:32:03 +02:00
Vlad Stan
681883a8f9 fix: catch all exceptions for webhook 2022-12-20 13:32:03 +02:00
calle
fd696b1dc1
Merge pull request #1135 from ChuckNorrison/postgre-bigint
fix integer to bigint for extensions
2022-11-29 12:11:07 +01:00
dni ⚡
41aa074350
Add webhook_api_key and webhook_custom_data to lnurlp webhook (#1065)
* add webhook_api_key and webhook_custom_data to lnurlp

* formatting

* add json validation to lnurlp custom_data

* motorina0 improvements
2022-11-19 14:44:21 -06:00
ChuckNorrison
3cbbe2a93d fix integer to bigint for extensions
Some more INTEGER to BIGINT conversion for postgresql database
2022-11-17 15:44:59 +01:00
calle
5a12f4f237
Improved SSE listeners (#865)
* logging listeners

* comments

* generate privkey upon init

* listener queue

* remove duplicate check

* make format

* reuse channel

* error handling in sse listener

* uuid for listeners

* register named invoices

* uuid for listeners and listener list

* fix poetry lock

* setuptools

* requirements asyncio timeout

* setuptool;s

* make format

* remove async-timeout

* async_timeout readd

* try lower setuptools version

* try lower lower setuptools version

* back to current version + fix, maybe

* fix worflows to use poetry 1.2.1

* remove uneeded setuptools from build-system

* fix up formatting workflow

* debug to trace

* more traces

* debug logs to trace

Co-authored-by: dni  <office@dnilabs.com>
2022-10-04 09:51:47 +02:00
calle
ae1a2ac383
Frontend: LNURLp/w icons with tooltips (#905)
* rename button to copy link

* icon buttons with tooltips
2022-08-18 13:24:34 +02:00
calle
4ac73f1a79
Lnurlp/url_validation_fix (#883)
* dont assume field

* fix https check
2022-08-15 00:20:57 +02:00
calle
0f760bf39e
Lnurlp: use unhashed_description instead of description_hash (#878)
* dont assume field

* pass unhashed_description instead of description_hash for LNURL stuff

* more
2022-08-14 21:59:36 +02:00
Lee Salminen
fc427e7ccc
resolves issue #872 & #815, error deleting lnurlp/lnurlw links (#877)
* resolves issue #872, error deleting lnurlp link

* apply the same fix for lnurlw in issue #815
2022-08-14 19:38:26 +02:00
calle
b3c866fd1d
Code health: Small linting fix (#813)
* small linting fix

* je lint therefore je suis
2022-08-02 16:17:47 +02:00
calle
f1ec7e33f0
Mega-merge 2: Invoice/refactor description hash (WIP) (#814)
* description hashing in backend
2022-08-01 16:20:25 +02:00
ben
3a28ff1020 added swagger to extensions 2022-07-27 19:21:04 +01:00
ben
244d6f23bf Merge branch 'main' into matthewcroughan/nixify 2022-07-23 20:09:24 +01:00
ben
0e8da3c368 Fixed path for extension templates 2022-07-23 20:08:59 +01:00
calle
4feb45d745
LNURLp: NFC UI improvement (#767) 2022-07-21 13:39:21 +02:00
calle
76a5196dbf
LNURLp: Write NFC tags with LNURL-pay links (#766)
* NFC for LNURL-pay

* notification ui improvements
2022-07-21 12:38:30 +02:00