Commit Graph

878 Commits

Author SHA1 Message Date
Ghander
c5446985f9 send logs in body of email 2025-05-06 22:48:59 -05:00
Dennis Reimann
903869d04a
Download logs
WIP for downloading the logs instead of copying them. This is needed as the logs output might be too large to be handled by the clipboard.

The current solution works in the browser, but does not work on Android as the file doesn't get saved to the download folder.

According to [this bug report](https://github.com/dotnet/maui/issues/15493), though the code is mostly adapted from the [official sample](https://learn.microsoft.com/en-us/aspnet/core/blazor/file-downloads?view=aspnetcore-8.0).
2025-05-05 12:03:02 +02:00
Dennis Reimann
3a8727ade2
Remove unused file 2025-05-05 11:57:52 +02:00
Dennis Reimann
71a9bf4cc5
AppState: Log node info error message 2025-05-05 09:40:14 +02:00
Dennis Reimann
1375719773
AppState: Fix use of deprecated ParseOutputDescriptor method 2025-05-05 09:39:52 +02:00
Dennis Reimann
90bd8f0f6f
Update submodule 2025-05-05 09:22:57 +02:00
Ghander
6bcc0547d6 close modal when exiting qr code scanner mode with back button. 2025-05-04 23:36:18 -05:00
Ghander
80076556e1 Merge branch 'master' of https://github.com/btcpayserver/app 2025-05-03 15:48:42 -05:00
Ghander
13ffd0371b updated app logs icon to nav-server-settings 2025-05-03 15:48:38 -05:00
Dennis Reimann
75c87e96ed Fix build and test 2025-05-02 10:19:09 +02:00
Dennis Reimann
cb6f10999a Optimize file logging 2025-05-02 10:19:09 +02:00
Dennis Reimann
63235396af Logging update 2025-05-02 10:19:09 +02:00
Dennis Reimann
7247bbc409 Add toggle to enable verbose logs
Closes #189.
2025-05-02 10:19:09 +02:00
Israel Ulelu
49d5ef1e47 impl: copy invoice id to clipboard on invoice detail page (https://github.com/btcpayserver/app/issues/53) 2025-05-02 10:18:51 +02:00
Ghander
ef9a3cd062 updated log icon in settings list 2025-05-01 23:25:29 -05:00
Ghander
c4aa16992c fix for scanning a QR problem #172 2025-04-30 23:25:06 -05:00
Dennis Reimann
46c4eead09
UI: Minor spacing improvement 2025-04-29 13:47:17 +02:00
Dennis Reimann
3de73adb19
Refactor Flow 2 JIT into an abstract class, clean up references 2025-04-29 13:46:33 +02:00
Dennis Reimann
ccd80fad4c
Try fixing MinAllowedAnchorChannelRemoteFee to 1sat/vB 2025-04-29 11:07:09 +02:00
Dennis Reimann
34f28284a0
Fix an exception in the LDK persist interface 2025-04-29 10:55:06 +02:00
Dennis Reimann
a3e9a36dbe
Refactor channel opening/closing 2025-04-29 10:42:58 +02:00
Dennis Reimann
9faf94b12c
Update submodule 2025-04-28 16:39:10 +02:00
Dennis Reimann
747e9bd1db
UI: Refactor channels list 2025-04-28 16:38:02 +02:00
Dennis Reimann
5c8453c3e3
More channels page improvements, fix connecting existing peer 2025-04-25 16:03:52 +02:00
Dennis Reimann
96cbcb5f88
Channels page improvements, fix adding new peer 2025-04-25 13:54:58 +02:00
Dennis Reimann
afe395c9ff
Update submodule 2025-04-25 07:55:36 +02:00
Dennis Reimann
4efb05744b
UI: QR scanner improvements 2025-04-24 17:02:26 +02:00
Dennis Reimann
386f9fa774
UI: Fix huge splash logo 2025-04-24 14:55:11 +02:00
Dennis Reimann
a4a5d9fbdc
UI: More potential CSS fixes 2025-04-24 14:54:59 +02:00
Dennis Reimann
e3412b1433
Potential CSS fixes for older webviews 2025-04-24 12:14:11 +02:00
Dennis Reimann
ea55664f93
README: Add note about Sunmi V2s device 2025-04-24 10:34:33 +02:00
Dennis Reimann
866532332e
LDK TCP Descriptor fix 2025-04-23 11:51:35 +02:00
Dennis Reimann
f93b676f40
Hide fees on settings page 2025-04-23 07:52:13 +02:00
Dennis Reimann
c3fc4fc82b
Adapt fee estiimates to what LDK Node uses
https://github.com/lightningdevkit/ldk-node/blob/main/src/fee_estimator.rs#L87
2025-04-23 07:51:42 +02:00
Dennis Reimann
2da390c091
Display current fees in debug section 2025-04-22 14:37:35 +02:00
Dennis Reimann
b76e9392a6
Adjust fee estimation values 2025-04-22 13:11:17 +02:00
Dennis Reimann
3c2295f744
Fix deserialization of ChannelMonitor 2025-04-22 10:49:16 +02:00
Dennis Reimann
ca50033d21
Update submodule and NBitcoin 2025-04-22 10:48:44 +02:00
Ghander
5faf6b21c5 update alllowed profile img size from 0.5 mb to 2mb 2025-04-19 16:04:58 -05:00
Dennis Reimann
4aef5c078c
Cleanups 2025-04-17 17:08:07 +02:00
Dennis Reimann
c6c1b49cd2
UI: TruncateCenter fix 2025-04-17 17:07:20 +02:00
Dennis Reimann
4c3860edf6
Support connecting endpoints specified via hostname
Closes #176.
2025-04-17 15:14:34 +02:00
Dennis Reimann
7adeb99e66
Remove Voltage Flow 2 LSP option
See https://www.voltage.cloud/blog/deprecating-flow-2-0---paving-the-way-for-a-superior-solution
2025-04-16 16:30:07 +02:00
Dennis Reimann
401fc3f1a4
BTCPayServer.Plugins.App v0.2.0.0 2025-04-16 10:35:21 +02:00
Dennis Reimann
c38ad051e4
Add script for building the plugin 2025-04-16 10:27:53 +02:00
Dennis Reimann
6d7d708e71
Update submodule 2025-04-16 10:26:03 +02:00
Dennis Reimann
f573916392
Update LDK
Closes #144.
2025-04-15 14:18:55 +02:00
Dennis Reimann
ffeb9fbea8
Upgrade dependencies
Fix build warnings
2025-04-14 11:14:02 +02:00
Dennis Reimann
01586fd857
Update submodule 2025-04-14 07:43:18 +02:00
Dennis Reimann
81daa88618
UI: Fix validation problem with role select 2025-04-09 13:39:10 +02:00