Umar Bolatov
120c7b9730
Ensure submitting empty currency does not break update PoS page ( #2376 )
2021-03-30 14:26:33 +09:00
Umar Bolatov
1aa233ca47
Order files list by descending timestamp ( #2374 )
...
closes #2273
2021-03-30 14:26:02 +09:00
Nicolas Dorier
14e6e492dd
Refactor domain mapping ( #2407 )
2021-03-30 11:47:03 +09:00
d11n
17bdf55bcc
Remove misleading title from hint icon ( #2393 )
...
Brought up by @Zaxounette [on Mattermost](https://chat.btcpayserver.org/btcpayserver/pl/yrxqodfswbby5qj69zhpojuefc ).
2021-03-30 11:18:24 +09:00
Andrew Camilleri
1ae6508a43
Make dates/timespan swagger docs more clear ( #2399 )
...
* Make dates/tiemspan swagger docs more clear
* fix schema conformity
2021-03-30 11:18:00 +09:00
nicolas.dorier
b7b6cef880
Fix ratelimiter for forgotpassword
2021-03-28 20:56:46 +09:00
nicolas.dorier
85ba9e96a0
Rate limit password forgot
2021-03-26 18:01:59 +09:00
Patrick
b4e15cb27f
Fix Pay-Button url preview ( #2397 )
...
* Fix #2396
Adresses #2396 by creating a new element and setting the url as text rather as html.
* Fix closing tag
2021-03-26 16:37:15 +09:00
Nicolas Dorier
fd53f7476e
Fix flaky test ( #2392 )
2021-03-24 21:33:49 +09:00
d11n
ceb541ad8a
Upgrade to Bootstrap v4.6 ( #2379 )
...
Also upgrades jQuery from v3.2.1 to v3.6.0
2021-03-24 18:47:55 +09:00
nicolas.dorier
a128685b83
If an input already used in a payjoin is reused in another, we should not attempt to broadcast the original transaction.
2021-03-24 13:48:33 +09:00
nicolas.dorier
749d26fafa
Revert "Fix Payjoin test randomly crashing"
...
This reverts commit 485faf0141
.
2021-03-23 23:59:26 +09:00
nicolas.dorier
485faf0141
Fix Payjoin test randomly crashing
2021-03-23 18:34:34 +09:00
nicolas.dorier
af9d896510
Do not use Random
2021-03-23 17:53:23 +09:00
nicolas.dorier
1fc114fec7
Check the authentication cookie every 5 min rather than 30min
2021-03-23 17:43:13 +09:00
Pavlenex
ffafd291ee
replace the svg with an improved one
2021-03-22 17:05:46 +01:00
Pavlenex
f532759543
add Coincards supporter to readme
2021-03-22 11:28:04 +01:00
Andrew Camilleri
db3ba6db3c
Merge pull request #2385 from AryanJ-NYC/fix-swag-docs
...
fix swagger docs missing query param
2021-03-21 16:44:06 +01:00
Umar Bolatov
738aaeed12
Update Swagger for "/api/v1/stores/{storeId}/payment-methods/LightningNetwork"
2021-03-20 19:53:03 -07:00
Kukks
ce6c9c91fc
Make sure payment method uppercase logic only happens for BTC
2021-03-20 06:52:18 +01:00
Andrew Camilleri
7035b71ccd
Fix POS item newline break ( #2366 )
...
* Fix POS item newline break
fixes #2365
* Update TemplateEditor.cshtml
* fix template editor with "
* apply sanitize on save
2021-03-19 23:25:04 +09:00
nicolas.dorier
923a567822
Make cookies secure
2021-03-19 20:54:30 +09:00
nicolas.dorier
9b24e9378f
Explicitely disallow \ for in filename
2021-03-19 20:22:24 +09:00
nicolas.dorier
779f21a1ca
Make sure cookie are HttpOnly
2021-03-19 20:09:55 +09:00
nicolas.dorier
73d70aa5e5
Better validate file names
2021-03-19 18:55:21 +09:00
Andrew Camilleri
fc78eacf8f
Merge pull request #2329 from btcpayserver/addbettermenu
...
Make main menu show text instead of icons when on small screens
2021-03-18 19:16:21 +01:00
Konstantin Nosov
4575fda10a
turn of autocomplete for "BIP39 Seed (12/24 word mnemonic phrase) or HD private key" input
...
autocomplete not pretend to be safe store for your wallet key
2021-03-16 16:05:16 +02:00
Dennis Reimann
6c960628c2
Update pull payment template
2021-03-15 13:27:14 +01:00
Patrick
00aa7deaae
Fix payment request template
...
Fix payment request template body/page height and footer style.
2021-03-15 13:25:20 +01:00
Pavlenex
f722956864
Merge pull request #2341 from britttttk/improve-sign-seed-copy
...
Fix typos on wallet sign with seed page
2021-03-15 09:14:54 +01:00
nicolas.dorier
e13821ba49
Fix view-seed
2021-03-11 21:58:20 +09:00
nicolas.dorier
c2b85779c3
Rewrite the CanUseHotWallet, check if the derivationscheme is actually a hotwallet, before retrieving the seed
2021-03-11 21:46:32 +09:00
Andrew Camilleri
cdfdad3e3d
GreenField API: Wallet API ( #2246 )
...
* GreenField: Wallet API
* more work
* wip
* rough fiunish of transaction sending api
* Allow to create tx without broadcasting and small fixes
* Refactor Wallet Receive feature ad add greenfield api for address reserve for wallet
* add wallet api client
* add docs
* fix json converter tags
* fixes and add wallet tests
* fix tests
* fix rebase
* fixes
* just pass the tests already
* ugggh
* small cleanup
* revert int support in numeric string converter and make block id as native number in json
* fix LN endpoint
* try fix flaky test
* Revert "try fix flaky test"
This reverts commit 2e0d256325
.
* try fix other flaky test
* return proepr error if fee rate could not be fetched
* try fix test again
* reduce fee related logic for wallet api
* try reduce code changes for pr scope
* change auth logic for initial release of wallet api
2021-03-11 21:34:52 +09:00
nicolas.dorier
1f7992e5da
Remove some code duplication
2021-03-11 21:29:13 +09:00
Andrew Camilleri
4bad7d7c52
Fix issue with store payment methods after having payment method that is no longer supported ( #2349 )
2021-03-10 19:51:51 +09:00
nicolas.dorier
1fcf39d4ab
Fix new store incorrectly showing lightning enabled even if not
2021-03-09 17:56:17 +09:00
nicolas.dorier
a64e304d16
Fix new store showing incorrectly being paired to internal node
2021-03-09 17:54:38 +09:00
Andrew Camilleri
30c7cbba96
Fix issue around new bech uppercase + vault supported flag ( #2337 )
2021-03-09 12:45:56 +09:00
Alex Gidge
a7d324901d
Reverted "Last Refreshed" back to "Last Updated"
...
Co-authored-by: Zaxounette <51208677+Zaxounette@users.noreply.github.com>
2021-03-08 08:45:16 +00:00
britttttk
15c87dc0b6
Fix typos on wallet sign with seed page
2021-03-07 23:30:40 -07:00
Alex Gidge
0d2de4c421
#1725 - Changed to display in user's local date time format
2021-03-07 23:19:39 +00:00
Alex Gidge
da95bd6127
#1725 - Added start date & changed display timezone
2021-03-07 22:51:50 +00:00
Umar Bolatov
0836df6974
Update invoice log row styling ( #2334 )
...
closes #2328
2021-03-07 20:50:55 +09:00
rockstardev
6b156f2144
Reenabling uppercase BECH32 in QR codes ( #2181 )
...
* Reenabling uppercase BECH32 in QR codes
* Fixing the test now that we're uppercasing BECH32 address
* Implementing Nicolas' feedback
Co-authored-by: rockstardev <rockstardev@users.noreply.github.com>
2021-03-06 13:52:25 +09:00
Nicolas Dorier
2b1efd9347
Merge pull request #2296 from dennisreimann/wallet-setup-finetuning
...
Wallet setup finetuning
2021-03-06 13:51:01 +09:00
nicolas.dorier
97dd10edc0
Fix some NRE in the FileService
2021-03-06 13:36:36 +09:00
nicolas.dorier
cc4e46d212
Fix NRE if invoice not found
2021-03-06 13:25:40 +09:00
Kukks
dc0671942d
Make main menu show text instead of icons when on small screens
2021-03-05 08:48:15 +01:00
Dennis Reimann
f79c8ab641
Xpub import: Toggle multi-sig examples
2021-03-04 11:07:05 +01:00
Dennis Reimann
314fda7877
Update import wallet cells
2021-03-03 22:27:39 +01:00