Commit Graph

2789 Commits

Author SHA1 Message Date
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
07724eaa0f clean up if clause 2022-12-06 13:21:34 +01:00
callebtc
269ea0f975 optional expiry (float now) in Payment model 2022-12-06 13:08:36 +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
befdeb040e add expiry to frontend 2022-12-02 19:05:22 +01:00
callebtc
32448c4b0c on-the-fly deletion 2022-12-02 18:55:53 +01:00
callebtc
167c2ce9f1 make format 2022-12-02 18:51:52 +01:00
callebtc
7a6450f032 add expiry to Payment model 2022-12-02 18:51:18 +01:00
callebtc
2134b63cea readd comments 2022-12-02 17:48:47 +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
ben
44e12f9d3a updated dev article 2022-12-01 19:04:05 +00:00
ben
9a50f4187e isort 2022-12-01 18:45:00 +00:00
ben
8ca390e0b0 format 2022-12-01 18:41:58 +00:00
ben
694a4e5054 replaced extension specific websockets with the generic websocket 2022-12-01 18:31:58 +00:00
Arc
1f31495634
Merge pull request #1146 from lnbits/universalwebsocket
Adds universal websocket manager any extension can use
2022-12-01 14:55:40 +00:00
benarc
a220acb583 Removed id, using param instead 2022-12-01 14:41:57 +00:00
benarc
4aeb7683e5 Added Response 2022-12-01 13:15:46 +00:00
benarc
31b30cacd4 Merge branch 'main' into universalwebsocket 2022-12-01 12:42:01 +00:00
Arc
69ef0f2bb1
Merge pull request #1160 from blackcoffeexbt/bugfix/lnbits-casing
LNbits casing fixes
2022-12-01 12:24:27 +00:00
Vlad Stan
b31dd4506c
Merge pull request #1164 from motorina0/fix_list_of_string
fix: do not apply `list()` to `str` value
2022-12-01 08:52:24 +02:00
Vlad Stan
d0e42a3c2d fix: do not apply list() to str value 2022-11-30 22:08:23 +02:00
Vlad Stan
0dceada931 fix: give a companion to single item tuples 2022-11-30 21:50:13 +02:00
calle
e99dca4352
Merge pull request #1152 from motorina0/fix_tipjar_extra_column
fix: force default value initialisation (tipjar fix)
2022-11-30 18:31:00 +01:00
callebtc
2335f79261 remove debug print 2022-11-30 16:29:29 +01:00
callebtc
35c5542b2f restore 7f64f426c2 2022-11-30 16:24:13 +01:00
Black Coffee
20b06e4922 Corrected casing of LNbits (not LNBits) throughout repo 2022-11-30 14:14:31 +00:00
ben
4fe408f067 Fixed css 2022-11-29 22:13:40 +00:00
Vlad Stan
eac55e9662 fix: force default value initialisation 2022-11-29 14:01:57 +02:00
ben
9a9733c1ce Auto stash before merge of "universalwebsocket" and "origin/universalwebsocket" 2022-11-29 11:23:34 +00:00
Arc
a7fd44f4ca
Merge branch 'main' into universalwebsocket 2022-11-29 11:12:28 +00: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
ben
2244508a8c Merge remote-tracking branch 'origin/main' into universalwebsocket 2022-11-29 11:10:34 +00:00
calle
409b41bec6
Merge pull request #1155 from lnbits/fix/response_status_code_decode
Send BAD REQUEST response
2022-11-29 12:10:10 +01:00
ben
31d9f2e2ee Removed returns and reverted socket check so multiple clients can join 2022-11-29 11:09:54 +00:00
calle
f793b9e9fe
Merge pull request #1149 from lnbits/fix/strip_html_db
Fix/strip_html_db
2022-11-29 12:09:04 +01:00
Tiago Vasconcelos
b68172696d change status code to 400 on exception 2022-11-29 10:28:19 +00:00
ChuckNorrison
4f05c6c12e add missing f-string for SQL 2022-11-28 19:02:31 +01:00
ChuckNorrison
f34e5496c0 add missing f-string for SQL 2022-11-28 19:00:43 +01:00
Vlad Stan
92f6c8c528 fix: show completelink in the absence of webhook 2022-11-28 17:00:29 +02:00
Vlad Stan
10ceac696b fix: show completelink in the absence of webhook 2022-11-28 17:00:07 +02:00
Vlad Stan
5fc0910f6a feat: add Advanced toggle 2022-11-28 16:59:47 +02:00
Vlad Stan
015f19fd0e feat: move custom css next to the other optional fileds 2022-11-28 16:40:39 +02:00
Vlad Stan
3fbb6bb9e4 fix: custom css is optional 2022-11-28 16:37:42 +02:00
Vlad Stan
ce3eab9522 fix: merge leftover 2022-11-28 16:28:09 +02:00
Vlad Stan
0592c02c10 fix: merge bug 2022-11-28 16:17:18 +02:00
Vlad Stan
810cb46e34 fix: SQL syntax 2022-11-28 16:11:05 +02:00