Kristjan
babaa4459e
decided to remove IP and subdomain validations.. we run dry-run to cloudflare anyway so those 2 checks are reduntant
2021-01-03 11:27:45 +01:00
Kristjan
f45aadaafe
added checks to the cloudflare if the domain can be created; code refactoring - moved calls to cloudflare to seperate file
2021-01-03 11:22:42 +01:00
Kristjan
f6010bc139
black formatting
2021-01-03 00:31:02 +01:00
Kristjan
33b48341f1
checks before creating new subdomain
2021-01-03 00:26:33 +01:00
Kristjan
dc4a786dda
black formatting
2021-01-02 22:56:36 +01:00
Kristjan
10414be0d2
now payments are finalized and dns registered when the event happens instead when user polls the backend
2021-01-02 22:55:52 +01:00
Kristjan
e1abea77f5
moved code for generating new dns name and updating the invoice in database to the invoiceListener
2021-01-02 22:38:28 +01:00
Kristjan
8a7652c06f
started working on payment listeners
2021-01-02 20:49:39 +01:00
Kristjan
be0f853346
validation for the ip address and record type
2021-01-02 19:21:39 +01:00
Kristjan
afa7fce1c4
prettier formatting for lnticket extension
2021-01-02 17:05:24 +01:00
Kristjan
94b3416300
prettier formatting
2021-01-02 16:58:03 +01:00
Kristjan
c082c953f3
black formatting
2020-12-31 18:50:16 +01:00
Kristjan
128888be92
refactoring & bug fixes
2020-12-31 18:39:16 +01:00
pseudozach
c5c5bdb287
payment hash added to captcha for server-side verification
2020-12-30 17:06:30 -08:00
pseudozach
b91271315a
captcha extension added
2020-12-30 15:50:08 -08:00
Kristjan
bd4a668d23
added instructions and better formatting to the readme file
2020-12-30 12:20:37 +01:00
Kristjan
399a07b98a
added basic information
2020-12-30 12:08:53 +01:00
Kristjan
493ab5464e
integration with cloudflare, working prototype
2020-12-30 11:50:49 +01:00
Kristjan
6c4b5ea406
working subdomains frontend, table, popup, payments
2020-12-29 20:52:54 +01:00
Kristjan
c0d7371137
subdomains public window
2020-12-29 19:16:04 +01:00
Kristjan
e96ec08f44
code refactor
2020-12-28 23:24:47 +01:00
Kristjan
2eb44674d0
added public facing api
2020-12-28 22:40:46 +01:00
Kristjan
307a919d17
added CRUD operations
2020-12-28 22:32:04 +01:00
Kristjan
3c398a8276
started working on subdomains extension
2020-12-28 19:51:45 +01:00
fiatjaf
1c922a5ddc
finish webhooks for normal invoices with two extra columns.
2020-12-24 09:39:46 -03:00
fiatjaf
4623220316
specify webhooks from invoice creation and call them.
2020-12-24 09:39:46 -03:00
benarc
7d44fa1c2d
Less broken refactor
2020-12-04 10:15:46 +00:00
benarc
4c7c792390
Trying to fix
2020-12-04 10:07:59 +00:00
benarc
54c0c9f3a8
Big, broken refactor payments/addresses to charges
2020-12-04 09:59:42 +00:00
benarc
257c9c1c64
Can fetch balance from mem.space
2020-12-03 22:56:34 +00:00
benarc
2db3325727
Added paylinks to table
2020-12-03 18:37:45 +00:00
benarc
c62678b3aa
generated fresh addresses nicely
2020-12-03 17:26:11 +00:00
benarc
48cf23346c
Added get fresh address button
2020-12-02 22:47:33 +00:00
benarc
503c981bc9
Updated example extension
2020-12-02 10:45:12 +00:00
benarc
31b1c0d1d5
Fixed tpos links not being fetched
2020-12-01 22:53:52 +00:00
benarc
ae59c74c24
Added if webhook to stop 500 in webhook absence
2020-12-01 22:35:06 +00:00
benarc
913f2a37c1
Awaits seem to be working in watchonly
2020-12-01 21:39:33 +00:00
benarc
93417e5bdf
added awaits
2020-12-01 20:29:21 +00:00
benarc
a838706090
updated watchonly
2020-12-01 19:54:16 +00:00
benarc
52956a62a2
Added unique hash check to lnurlw
2020-11-30 22:27:53 +00:00
benarc
ccb9d107d5
fixed unique update lnurlw
2020-11-30 22:19:17 +00:00
benarc
edc533e902
Moved amount update to cb in lnurlw
2020-11-30 22:03:20 +00:00
benarc
9db327d5db
changed 'comment' top 'content' in webhook
2020-11-30 21:12:00 +00:00
benarc
16fff9899f
Added webhook for tickets
2020-11-30 14:59:21 +00:00
benarc
67e8c567a3
Fixed some lnticket bugs
2020-11-30 14:02:17 +00:00
fiatjaf
409f62dee7
dependencies update.
2020-11-24 16:25:32 -03:00
fiatjaf
d4e718d29b
fix migration.
2020-11-24 16:25:20 -03:00
fiatjaf
d84915cb00
oops: formatting.
2020-11-21 23:23:11 -03:00
fiatjaf
03706dcbad
withdraw: fix incorrect setting of used+1.
...
fixes https://github.com/lnbits/lnbits/issues/123
2020-11-21 23:20:27 -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