Pavol Rusnak
f860c170fc
Bump shortuuid dependency to fix build on Python 3.10
2023-03-10 11:54:23 +01:00
Arc
095206e2ed
Merge pull request #1574 from lnbits/fix-flake
...
fix flake error: #1088
2023-03-10 10:54:18 +00:00
Arc
4f3159339a
Merge pull request #1573 from lnbits/feat-backup-pg_dump
...
BUG: Dockerfile does not support backup funcionality
2023-03-10 09:58:53 +00:00
wazint
9ba2983572
Merge branch 'ext-doc' of github-tor:wazint/lnbits into ext-doc
2023-03-09 21:55:26 +02:00
wazint
acaf4849d2
doc: Fix dev guide for getting started with extensions
2023-03-09 21:53:11 +02:00
dni ⚡
3fa4135a12
non interactive install
2023-03-09 16:01:52 +01:00
dni ⚡
a8f534cd2e
postgres-client version 14...
2023-03-09 15:10:50 +01:00
dni ⚡
c58fac39cd
fix flake error: #1088
2023-03-09 14:50:11 +01:00
dni ⚡
161cb9cfbc
remove build not needed, create the right datadir, add postgres-client for pg_dump backup functionality
2023-03-09 13:48:44 +01:00
Pavol Rusnak
892d8ffa62
fix markdown links in the readme
2023-03-08 18:15:58 +01:00
dni ⚡
f2849a6e68
update version ( #1570 )
2023-03-08 13:55:58 +01:00
Bitkarrot
3d55d98d33
update installation.md
...
lnbits-legend -> lnbits for systemd
2023-03-07 20:14:15 -08:00
Arc
dc2a7898f7
Merge pull request #1564 from jackstar12/remove-disabled-extensions
...
remove lnbits_disabled_extensions
2023-03-07 13:20:56 +00:00
Arc
2787d5c6b6
Merge pull request #1542 from lnbits/pullntxbot
...
RIP Lntxbot, thank you for all your help building LN, you will be missed :(
2023-03-07 12:48:44 +00:00
Arc
39c1dcb942
Merge pull request #1546 from arbadacarbaYK/main
...
Readme - updated docu link
2023-03-07 12:47:08 +00:00
Arc
be078a8c52
Merge pull request #1556 from wazint/main
...
Doc: fix links, spelling and minor updates
2023-03-07 12:39:21 +00:00
Arc
934fc0abbb
Merge pull request #1560 from lnbits/feat-db-export
...
FEAT: add db export admin route for pg and sqlite, add to adminui
2023-03-07 12:04:20 +00:00
Arc
81986c9b4d
Merge pull request #1554 from lnbits/fix-baseurl
...
FIX: default baseurl should include port
2023-03-07 12:00:19 +00:00
Arc
00b3ab94ba
Merge pull request #1559 from lnbits/feat-fundingfallback
...
FEAT: add funding source fallback and VoidWallet warning for frontend
2023-03-07 11:56:01 +00:00
dni ⚡
194b063311
fix prettier
2023-03-07 12:40:19 +01:00
dni ⚡
235513f2ef
fix if for voidwallet warning
2023-03-07 12:28:52 +01:00
jacksn
0ca4b8dea1
remove lnbits_disabled_extensions from .env.example and admin ui
2023-03-05 21:44:25 +01:00
jacksn
83f04534e7
remove lnbits_disabled_extensions, fix is_admin_only
2023-03-05 13:36:36 +01:00
dni ⚡
6cf1d97d5a
FEAT: add db export admin route for pg and sqlite, add to adminui
2023-03-02 15:22:39 +01:00
dni ⚡
8410776ffb
only make it fallback when adminui is enabled
2023-03-02 12:07:20 +01:00
dni ⚡
e93fbd24be
FEAT: add funding source fallback and VoidWallet warning for frontend
2023-03-02 12:03:58 +01:00
wazint
1e39e7dd63
doc: Fix dev guide for getting started with extensions
2023-03-01 23:06:44 +02:00
wazint
aac392a053
doc: fix links, spelling and minor updates
2023-03-01 21:39:40 +02:00
Arc
c81d3e06c8
Merge pull request #1555 from lnbits/fix-version
...
fix version to 0.10.0
2023-03-01 16:43:56 +00:00
arbadacarba
a2ce8fc955
Merge branch 'lnbits:main' into main
2023-03-01 17:35:37 +01:00
dni ⚡
a5edcc94ff
fix version to 0.10.0
2023-03-01 16:48:19 +01:00
dni ⚡
061121d635
FIX: default baseurl should include port
2023-03-01 09:55:29 +01:00
dni ⚡
6f194fe2f8
introduce baseurl and remove force_https ( #1549 )
...
* introduce baseurl and remove force_https
* calle's suggestions
2023-02-28 13:45:43 +01:00
arbadacarba
61d809ebdb
Update README.md
...
Co-authored-by: calle <93376500+callebtc@users.noreply.github.com>
2023-02-24 14:48:50 +01:00
arbadacarba
4df74c6896
Update README.md
...
swichted docs.lnbits.org - links to new wiki
2023-02-23 23:04:30 +01:00
dni ⚡
f943ca7d51
remove unused variable for test in makefile ( #1540 )
2023-02-23 18:15:38 +01:00
Vlad Stan
f9695c0569
fix: init filteredExtensions
with []
( #1543 )
2023-02-23 16:32:40 +01:00
Ben Arc
de445aa593
LNtxbot mentioned in a few more places
2023-02-23 11:46:29 +00:00
Ben Arc
cbde5744aa
RIP Lntxbot, thank you for all your help building LN, you will be missed :(
2023-02-23 11:41:44 +00:00
dni ⚡
a154ff3175
fix issue #1506 ( #1541 )
2023-02-23 11:40:24 +01:00
Vlad Stan
12014ee3e3
fix: hide Admin UI if LNBITS_ADMIN_UI
is false
( #1537 )
...
* fix: hide Admin config if `LNBITS_ADMIN_UI` is `false`
* chore: code format
* chore: code format
2023-02-22 13:30:57 +01:00
calle
f7e43cdd95
check for amountless invoices deeper in the call stack ( #1536 )
2023-02-22 13:30:45 +01:00
Vlad Stan
0d5fef1cb9
Add redirect paths for extensions ( #1532 )
...
* feat: basic redirect to extension endpoint
* feat: filter by headers
* refactor: extract `middleware.py`
* fix: do not add twice the same extension to redirects
* chore: code clean-up
2023-02-22 10:12:16 +01:00
calle
84e369aad2
UI: rename extensions button ( #1535 )
...
* UI: rename extensions button
* change JS
2023-02-22 10:01:52 +01:00
Vlad Stan
16a997663d
fix: activate default installed extensions ( #1533 )
2023-02-22 09:43:17 +01:00
Vlad Stan
1cd5c26392
doc: add dependencies
field
2023-02-22 10:15:02 +02:00
calle
c5e2bbc1c6
Installer: log process ( #1530 )
2023-02-21 12:19:50 +01:00
Arc
76ffb8a607
Merge pull request #1529 from lnbits/cybertheme
...
Added cyber theme
2023-02-21 00:48:16 +00:00
Ben Arc
910727a7f4
Sadly had to tone down
...
due to font color of buttons
2023-02-20 23:17:40 +00:00
Ben Arc
bf097a3493
format
2023-02-20 22:45:52 +00:00