Nicolas Dorier
6e2f355aa6
Merge pull request #6456 from NicolasDorier/razorbuild
...
Do not use razor runtime compilation when views have been compiled on build
2024-12-03 14:17:09 +09:00
nicolas.dorier
e2f868df52
Do not use razor runtime compilation when views have been compiled on build
2024-12-03 13:30:05 +09:00
d11n
898f0f4481
Greenfield: Improve store users API ( #6427 )
...
* Greenfield: Improve store users API
- Adds an endpoint to update store users (before they had to be removed ad re-added)
- Checks for the existance of a user and responds with 404 in that case (fixes #6423 )
- Allows retrieval of user by user id or email for add and update (consistent with the other endpoints)
- Improves the API docs for the store users endpoints
* Swagger: Reuse UserIdOrEmail parameter component
* Add details to store user data
2024-12-02 15:35:33 +01:00
Andreas Schjønhaug
2bc6499f1b
Added support for Bitmynt and Bare Bitcoin
2024-12-02 15:01:58 +01:00
Dennis Reimann
9175af4abe
Cleanup old checkout related settings code
2024-12-02 11:53:21 +01:00
nicolas.dorier
3046fe0f0b
Replace PayjoinLocks handling with Dapper (avoid logs being written)
2024-12-02 10:16:07 +09:00
nicolas.dorier
177ddb4117
Remove possible NRE in the LightningListener
2024-12-02 09:28:11 +09:00
rockstardev
0eec3eefd6
Bumping more entity framework dependencies, razor, newtonsoft.json
2024-11-29 20:44:33 -06:00
rockstardev
4ea6a03b4b
Bumping Nbxplorer.Client and BtcPayServer.Lightning dependencies
2024-11-29 20:27:43 -06:00
d11n
bdf12aab0f
App: Sales stats should only include paid invoices ( #6444 )
...
Fixes btcpayserver/app#110
2024-11-29 08:23:53 +01:00
Dennis Reimann
fbf707cde2
Account: Sign in user after accepting invitation or resetting password
...
UX improvements, which we are porting from the app to unify the experience.
2024-11-26 11:42:13 +01:00
Dennis Reimann
45a6bc8ae2
Add QR Code with link to invitation email
...
This will help onboarding via the app.
2024-11-26 11:23:39 +01:00
Dennis Reimann
71c578f866
App: Docker Compose additions
...
For this one, @kukks is the owner and can procide more detail.
2024-11-26 08:25:59 +01:00
Dennis Reimann
5cf3819743
Show Invoices link regardless of archival status
2024-11-26 06:52:51 +01:00
d11n
d3315c2fa6
Integrate mobile-working-branch part 1 ( #6428 )
2024-11-26 14:17:40 +09:00
Dennis Reimann
f7f3244b3d
UI: Move app's invoices link to the top
2024-11-25 18:02:07 +01:00
d11n
d6211327db
Greenfield: Users API fixes ( #6425 )
...
* Do not crash when creatuing users without password
* More precise error message for user approval toggling
2024-11-25 09:38:44 +09:00
Lee Salminen
76f87011a2
Handle undefined AudioContext, resolves #6422 ( #6424 )
2024-11-23 10:52:23 +01:00
jackstar12
c6fc0302d2
fix: correct <
plugin dependency implementation ( #6420 )
...
was wrongly implemented using >=
2024-11-22 10:17:16 +01:00
Nicolas Dorier
843c813f86
Replace entity upsert in PlannedTransaction by plain SQL ( #6416 )
...
* Replace entity upsert in PlannedTransaction by plain SQL
* Fix flaky test from #6411
2024-11-21 15:47:03 +09:00
Kukks
57742ad871
Do not throttle pos when logged in
2024-11-20 15:50:46 +01:00
d11n
7db510b5ca
Swagger: Fix errors, warnings and formatting ( #6410 )
...
* Fix linting errors
* Fix linting warnings
* Fix inconsistend indentation and unify formatting
* Extract StoreId schemas
* Extract CryptoCode parameter
* Extract AppId parameter
* More StoreId parameter references
* Extract WebhookId and DeliveryId parameters
* Extract InvoiceId parameter
* Formatting
2024-11-20 22:46:55 +09:00
nicolas.dorier
1490fbb721
Fix: Payment Requests should show payments of invalid invoices
2024-11-19 11:02:59 +09:00
nicolas.dorier
dd4400f8dd
Refactoring: Use pattern matching for CanRefund/Mark invoices
2024-11-19 10:51:36 +09:00
nicolas.dorier
f56ad3408c
Remove \r\n in the translations
2024-11-14 22:10:03 +09:00
nicolas.dorier
8e688b7f28
Fix: Getting notifications via API would crash
2024-11-14 21:53:37 +09:00
nicolas.dorier
2075e16767
bump libs
2024-11-14 21:17:55 +09:00
nicolas.dorier
b040f78f70
Update checkout translations
2024-11-14 16:10:49 +09:00
nicolas.dorier
c221cb7ccb
Update Default Translations
2024-11-14 16:09:29 +09:00
Nicolas Dorier
31b73f0d82
Fix: Boltcard would get bricked during reset from the balance view with wrong card ( #6400 )
2024-11-14 13:14:36 +09:00
d11n
777748d79e
UI: Fix escaped HTML tags in UTXO rescan message ( #6399 )
...
Fixes #6398 .
2024-11-13 21:07:30 +09:00
d11n
d0f97e85d2
UI: Allow text break in labels to avoid horizontal scrolling ( #6366 )
2024-11-13 21:05:40 +09:00
d11n
2eff7523c3
UI: Fix mising navigation links for store managers ( #6368 )
2024-11-13 21:05:23 +09:00
Nicolas Dorier
12d4803c5c
Fix: Incorrect calculation for crowdfund and payment request status ( #6381 )
2024-11-13 20:59:52 +09:00
Nicolas Dorier
fdbee350b8
Greenfield: Create Pull Request payoutMethods is now optional ( #6396 )
2024-11-13 18:31:55 +09:00
Nicolas Dorier
78f47516b8
Fix: Pay button shouldn't throw exception if currency isn't specific ( #6324 ) ( #6395 )
2024-11-13 16:25:23 +09:00
d11n
088c0c7f85
UI: Do not escape apostrophe in custom server name ( #6391 )
...
Fixes #6352 .
2024-11-13 16:24:47 +09:00
Dennis Reimann
809e475e29
UI: Fix close icon in create store wizard
2024-11-13 08:12:44 +01:00
d11n
8b776ed9e5
POS: Update button icons ( #6390 )
...
Adjusts the POS buttons to match what we defined for the app in btcpayserver/app#93 .
2024-11-13 07:50:15 +01:00
Nicolas Dorier
984475b9d0
Fix: Pull payment could get stuck in Pending mode ( #6259 ) ( #6394 )
2024-11-13 15:30:41 +09:00
Nicolas Dorier
894f68f2ae
Improve error messages for on-chain related greenfield operations ( #6393 )
...
* Improve error messages for on-chain related greenfield operations
* Fix test
2024-11-13 10:11:04 +09:00
nicolas.dorier
796d8d4406
Fix: Activating the automated payout processor in the UI would crash
2024-11-12 17:57:34 +09:00
nicolas.dorier
7ac6cad18c
Be more flexible on derivation scheme parsing
2024-11-12 15:26:30 +09:00
Nicolas Dorier
b3abc8f161
Fix: Newline during import of multisig xpub results in different addresses for wallet ( #6328 ) ( #6386 )
2024-11-12 12:15:42 +09:00
d11n
e80296fa85
UI: Escape translated strings in JS ( #6373 )
...
Fixes #6370 .
2024-11-12 11:16:56 +09:00
Nicolas Dorier
d0779b88e0
Fix: InvoiceCurrencyAmount and Rate columns in reports displays 0.00 ( #6385 )
2024-11-12 11:15:02 +09:00
jackstar12
acd7765159
fix: center qr code ( #6362 )
2024-11-12 10:43:00 +09:00
d11n
0a51031334
Docs: Improve invoice payemnt tolerance API docs ( #6383 )
...
Fixes #6378 .
2024-11-12 09:59:17 +09:00
Nicolas Dorier
0f7c0341c5
Fix: Do not allow retry of payouts if they are non interactive (Boltcard) ( #6382 )
2024-11-12 09:58:10 +09:00
nicolas.dorier
72fd2ec424
Add additional error message if payout fail with no route
2024-11-11 12:09:17 +09:00