Vlad Stan
6276a7a4db
fix: icon missing after extension install
2023-01-26 12:30:42 +02:00
Vlad Stan
dd3fc7c2bb
fix: merge errors
2023-01-25 09:56:05 +02:00
Vlad Stan
9cca87f738
Merge branch 'main' into extension_install_02
2023-01-25 09:50:54 +02:00
ben
c0c4c86808
Added wallet authentication to creat, get and delete tinyurls
2023-01-24 21:26:18 +00:00
ben
274615f0b3
Man, broken
2023-01-24 13:27:30 +00:00
ben
e53ccb04ac
Added timestamp and endless
...
For future culling of links. If endless is not specified, then links older than x could be removed
2023-01-24 12:45:15 +00:00
Vlad Stan
86c86958ae
refactor: more and more
2023-01-18 17:38:51 +02:00
Vlad Stan
12060b67ad
feat: store and retrieved the installed_release
2023-01-18 17:38:36 +02:00
Vlad Stan
9d0cedfcb2
feat: install GitHib releases also
2023-01-18 17:38:36 +02:00
Vlad Stan
496346b3ba
feat: use github releases for installing extensions
2023-01-18 17:38:36 +02:00
Vlad Stan
38a132604b
feat: used dedicated table for installed extensions
2023-01-18 17:38:36 +02:00
ben
6d8896c2f6
works
2023-01-12 20:37:03 +00:00
ben
ce701b9506
Made specific migration
2023-01-12 20:25:51 +00:00
ben
2b3a2afe83
Making universal tinyurl function
2023-01-12 15:16:37 +00:00
Vlad Stan
c370bd18c6
refactor: remove redundant # type: ignore
2023-01-10 09:45:12 +02:00
Joel Klabo
f70b417b41
Fix Typo in Migration Logging
2022-12-28 16:06:01 -08:00
Vlad Stan
6a80f7c713
chore: code formatting
2022-12-12 10:52:01 +02:00
Vlad Stan
6cab77ece4
Merge branch 'main' into FinalAdminUI
2022-12-12 10:49:31 +02:00
Vlad Stan
d6d42250a9
refactor: use JSON
for settings
2022-12-09 13:14:22 +02:00
Vlad Stan
d15782521d
refactor: include admin extension into core
2022-12-08 15:41:52 +02:00
callebtc
e15cfeb943
print only if migration takes place
2022-12-06 21:05:09 +01:00
callebtc
6eb9c5d9ee
better sort sql clause
2022-12-06 21:04:10 +01:00
callebtc
3bb11dc487
separate migrations
2022-12-06 16:21:19 +01:00
callebtc
36cebffbf5
clean migration
2022-12-06 13:23:51 +01:00
callebtc
8c324d8634
make format
2022-12-06 10:48:34 +01:00
callebtc
441d5337a3
fix expiry integer
2022-12-06 10:48:16 +01:00
callebtc
1a98f15d48
remove STARTUP_INVOICE_EXPIRY_CHECK
2022-12-02 17:39:56 +01:00
callebtc
4e69924c9c
fix datetime conversion
2022-12-02 17:38:36 +01:00
callebtc
79ffbb7bc2
merge main
2022-12-02 11:23:20 +01:00
ChuckNorrison
1971b9a24b
fix integer out of range for apipayments
...
related to #1030 , this was missing
2022-11-16 23:06:21 +01:00
callebtc
efc024e1c0
check expiry upon payment creation
2022-10-05 14:17:23 +02:00
Tiago vasconcelos
e8882645c4
remove IF NOT EXISTS in CREATE VIEW
2021-11-15 21:45:13 +00:00
Ben Arc
a50c7b6e3a
Added some IF NOT EXISTS to avoid errors on startup
2021-11-09 15:17:44 +00:00
fiatjaf
2f309c9863
postgres support.
2021-07-02 17:34:31 -03:00
fiatjaf
efd9c6917f
lnurl balanceCheck and balanceNotify.
2021-04-17 23:21:19 -03:00
fiatjaf
11679a4fa7
actually do the fee abs() thing on the balances view.
2021-03-31 20:22:34 -03:00
fiatjaf
42bd5ea989
remove exception to black line-length and reformat.
2021-03-24 00:40:32 -03:00
fiatjaf
45148d285e
Revert "Fixed fee deduction "
...
This reverts commit 14b6e21a02
.
2021-01-05 19:49:27 -03:00
benarc
14b6e21a02
Fixed fee deduction
2021-01-05 21:54:58 +00:00
fiatjaf
1c922a5ddc
finish webhooks for normal invoices with two extra columns.
2020-12-24 09:39:46 -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
c965bca41d
migration tracking.
2020-09-04 21:33:30 -03:00
fiatjaf
197af922d0
use {"tag": ext} for extension-related payments.
2020-09-02 12:44:54 -03:00
fiatjaf
bf3c44b3c4
extra fields on apipayments + index payments by payment_hash
2020-09-02 11:10:48 -03:00
arcbtc
c96b22664e
internal payments.
2020-09-02 11:10:48 -03:00
Eneko Illarramendi
d4c9043278
feat(core): delete expired payments
2020-04-17 21:13:57 +02:00
Eneko Illarramendi
490e166f75
refactor: improve database migrations
2020-04-16 20:58:16 +02:00