Commit graph

30 commits

Author SHA1 Message Date
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
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
Arc
ffdb7244c4
Revert "add UUID as id instead of sequential integer" 2023-01-03 23:16:21 +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
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
calle
f4e7d62ca3
make format everything (#743) 2022-07-16 14:23:03 +02:00
calle
06fbc4b0ae
move fiat_base_multiplier multiplication into api_link_create_or_update() (#675) 2022-06-22 12:28:40 +02:00
callebtc
6617450c21 store fiat_base_multiplier in db 2022-06-10 16:05:33 +02:00
callebtc
b7008495b8 lnurlp: support for floating point fiat values 2022-06-10 15:35:35 +02:00
benarc
1d3bb016a2 I want them to turn black 2021-10-17 18:33:29 +01:00
Tiago vasconcelos
7e3b0c08dc lnurlp cleaned and finished 2021-10-08 12:10:43 +01:00
Tiago vasconcelos
81826f3c13 fix: lnurlp, withdraw 2021-10-05 09:19:21 +01:00
Ben Arc
fe123d6d31 Put extensions back so we can start converting 2021-08-20 12:44:03 +01:00
Ben Arc
9c313586bd removed all but one extension, so we can focus on core 2021-08-16 18:12:48 +01:00
fiatjaf
26b3599325 fix insertion bugs/incompatibilities with lastrowid stuff. 2021-08-11 22:19:27 -03:00
Tiago vasconcelos
16f8071731 fix issue #267 2021-08-06 12:37:30 -03:00
fiatjaf
2f309c9863 postgres support. 2021-07-02 17:34:31 -03:00
fiatjaf
42bd5ea989 remove exception to black line-length and reformat. 2021-03-24 00:40:32 -03:00
fiatjaf
d84915cb00 oops: formatting. 2020-11-21 23:23:11 -03:00
fiatjaf
d3fc52cd49 migrate to sqlalchemy-aio.
a big refactor that:

- fixes some issues that might have happened (or not) with asynchronous
    reactions to payments;
- paves the way to https://github.com/lnbits/lnbits/issues/121;
- uses more async/await notation which just looks nice; and
- makes it simple(r?) for one extension to modify stuff from other extensions.
2020-11-21 23:02:14 -03:00
fiatjaf
2863653261 lnurlp: accept comments, USD prices, min/max ranges. 2020-10-22 15:58:15 -03:00
fiatjaf
ea3418c21d lnurlp: support success_text and success_url. 2020-10-09 16:17:16 -03:00
fiatjaf
1eac618a25 lnurlp: allow creation of pay_links without webhook_url. 2020-10-05 20:12:24 -03:00
fiatjaf
74117ffc57 lnurlp webhooks. 2020-10-04 12:04:49 -03:00
fiatjaf
ac20e06dc3 fix: correct db.cursor() usage on lnurlp. 2020-08-29 22:33:01 -03:00
fiatjaf
a79ec8f4a4 lnurlp extension. 2020-08-28 23:03:12 -03:00