Nicolas Dorier
39a1834a75
Merge pull request #3093 from satwo/fix-pull-payout-bug
...
Fix payout/pull payment crash when no payment method bug
2021-11-15 13:13:40 +09:00
Nicolas Dorier
84694d55ad
Merge pull request #3101 from bolatovumar/fix/crowdfund-public-display-text
...
Show correct note when crowdfund is publicly visible
2021-11-15 13:10:07 +09:00
Nicolas Dorier
605920b421
Merge pull request #3102 from bolatovumar/fix-transaction-row-display-issues
...
Fix transaction row display issues
2021-11-15 13:09:32 +09:00
Umar Bolatov
c2a420a291
Fix typo: "Prioriy" -> "Priority" ( #3103 )
2021-11-15 13:09:15 +09:00
Umar Bolatov
037a77a573
Update Swagger docs for webhook event types ( #3104 )
...
close #2999
2021-11-15 13:08:54 +09:00
Umar Bolatov
b366e5dbf7
Fix issue with too much padding in comment input box
2021-11-14 16:18:59 -08:00
Umar Bolatov
a277072968
Fix issue with weird label buttons
2021-11-14 16:17:16 -08:00
Umar Bolatov
5523b554f1
Fix issue with giant label input group button
2021-11-14 16:07:27 -08:00
Umar Bolatov
6ae9dee982
Fix giant "Save comment" button issue
2021-11-14 16:02:32 -08:00
Umar Bolatov
dae4577b43
Fix label display issue
2021-11-14 16:02:11 -08:00
Umar Bolatov
6ac9c74028
Show correct note when crowdfund is publicly visible
...
See discussion here: https://github.com/btcpayserver/btcpayserver/discussions/2968
2021-11-14 15:34:18 -08:00
Samuel Adams
a7ef9c7c27
Fix payout/pull payment crash when no payment method bug
...
Fixes #3084 .
2021-11-12 20:09:32 -05:00
d11n
08f57558da
Fake payment fixes ( #3058 )
...
Fixes and various minor improvements for the fake payment form.
2021-11-11 18:31:15 +09:00
d11n
28694859c9
Wallet settings merge ( #3072 )
...
* Wallet settings merge
Merges both wallet settings screen from the wallets and the store section. Closes #2626 .
* Improve wallet transactions view
* Remove unnecessary row/col construct
2021-11-11 14:30:19 +09:00
Samuel Adams
be7cef29d8
UI changes
...
Removes the separate column for view style and instead appends it to the App Type column.
2021-11-10 10:52:14 +01:00
Samuel Adams
e914c84ad3
Adds View Style to Apps list
2021-11-10 10:52:14 +01:00
Umar Bolatov
193b209c92
Add setup links for LN URL integration ( #3046 )
2021-11-10 10:50:39 +01:00
Samuel Adams
d5b25dde3d
Add admin badge to user list ( #3033 )
...
Co-authored-by: d11n <mail@dennisreimann.de>
2021-11-10 10:49:16 +01:00
Samuel Adams
931aa297cd
Fix LockSubscription bug ( #3081 )
...
This addresses an obscure issue where `LockSubscription` is unintentionally set to `true`,
which results in a large number of tests failing. h/t to @NicholasDorier for the assist.
2021-11-10 12:28:54 +09:00
Nicolas Dorier
fa10249893
Update Changelog.md
2021-11-10 10:49:56 +09:00
nicolas.dorier
14a708b3df
bump
2021-11-09 23:34:03 +09:00
nicolas.dorier
d9f535f98a
Update changelog
2021-11-09 23:10:18 +09:00
dstrukt
e51cb43283
updates display names ( #3036 )
2021-11-08 22:24:28 +09:00
d11n
bbcdd5ed0d
Bootstrap: Fix table styles ( #3079 )
2021-11-08 20:16:57 +09:00
nicolas.dorier
3c13d6c195
Add test verifying JS files that we ship
2021-11-08 19:09:00 +09:00
d11n
61d89d1777
Upgrade Bootstrap to v5.1.3 ( #3078 )
...
Regular maintenance upgrade.
2021-11-08 18:53:42 +09:00
Kukks
bede4a3a42
Fix: Do not crash when redirect url is not provided to Authorize page
2021-11-08 09:24:12 +01:00
Kukks
befa436087
Fix: Disable LNURL if Lightning gets disabled.
2021-11-08 08:51:21 +01:00
Kukks
59cf53e083
Fix: Paging in payouts did not take additional parameters in consideration
2021-11-08 08:21:07 +01:00
Kukks
76a4e9e520
Fix: Payout actions button was misaligned
2021-11-08 08:15:08 +01:00
Kukks
af635cdc0d
Fix: Amount validation for payout creation min amount was missing
2021-11-08 08:14:49 +01:00
Samuel Adams
cbf3b3e9ea
Print view improvements ( #3050 )
...
* Add ln enable link
Add print button + print-related css classes
* Modify print-specific css
-Adds @dennisreimann css suggestions to prevent page-breaks cutting off QR codes
-Removes item image and description in print view
-Add comment to explain purpose of print-specific styling in site.css
* Streamline POS print view
Co-authored-by: Dennis Reimann <mail@dennisreimann.de>
2021-11-06 00:21:33 +09:00
nicolas.dorier
b0be248ca5
Attempt to fix CanUseLNAddress flakyness
2021-11-05 13:06:35 +09:00
nicolas.dorier
2828ec76b4
Fix CanUseTorClient test flakyness
2021-11-05 12:30:28 +09:00
nicolas.dorier
de1f94a596
Update Changelog
2021-11-05 12:20:59 +09:00
d11n
d16d4d83ea
Fix maintenance view ( #3068 )
2021-11-05 12:20:04 +09:00
nicolas.dorier
ff8adbbd37
bump
2021-11-05 12:18:13 +09:00
Nicolas Dorier
a47ba2df3c
Add more details to lnaddress not found errors, make sure lnaddress is only for BTC ( #3067 )
...
* Add more details to lnaddress not found errors, make sure lnaddress is only for BTC
* Update BTCPayServer/LNURL/LNURLController.cs
Co-authored-by: d11n <mail@dennisreimann.de>
* Update BTCPayServer/LNURL/LNURLController.cs
Co-authored-by: d11n <mail@dennisreimann.de>
* Update BTCPayServer/LNURL/LNURLController.cs
Co-authored-by: d11n <mail@dennisreimann.de>
Co-authored-by: d11n <mail@dennisreimann.de>
2021-11-05 12:16:54 +09:00
nicolas.dorier
909fc71543
Make test CheckNoDeadLink less flaky
2021-11-05 00:36:05 +09:00
nicolas.dorier
7f13f6f915
Changelog for 1.3.2
2021-11-05 00:29:05 +09:00
nicolas.dorier
f58fc9b531
Logs all events in development
2021-11-05 00:13:40 +09:00
nicolas.dorier
82649dad39
Do not logs all internal events
2021-11-05 00:09:38 +09:00
nicolas.dorier
7e3cda904a
Fix: Lightning address pay fails if millisatoshi is not 0 mod 1000 on LND ( #3056 )
2021-11-04 23:55:58 +09:00
nicolas.dorier
c921b2ca7b
Fix: Test Connection for lightning setup was hidding cause of failure
2021-11-04 23:28:26 +09:00
nicolas.dorier
2afd02152d
Fix: By default, BTC On chain, the BTC Lightning BOLT11 should be preferred
2021-11-04 18:21:38 +09:00
nicolas.dorier
f3e9e2ec5f
Fix: Creating a new invoice in payment request with LNURL activated would crash
2021-11-04 18:03:54 +09:00
Nicolas Dorier
d39ae86915
Improve error reporting in create invoice page ( #3065 )
2021-11-04 17:12:17 +09:00
Kukks
51f0c2a5f8
Apply better messages
2021-11-04 08:53:44 +01:00
dstrukt
003927418c
Improves maintenance domain name form element ( #3045 )
...
* switch to flexbox
* removes whitespace
* updates spacings & text color class
* more spacing updates
* updates
* back to row & col
* back to flex + removes text-secondary class
2021-11-04 16:34:51 +09:00
Samuel Adams
da92cabe4c
Fix crowdfund topup issue ( #3064 )
...
closes #3048
2021-11-04 16:34:24 +09:00