rockstardev
29294318d0
Specifying utf-8 as default charset for all files
2020-06-28 21:44:09 -05:00
nicolas.dorier
d3325f17c5
Add missing file
2020-06-28 18:00:51 +09:00
nicolas.dorier
51514252b6
Run dotnet format
2020-06-28 17:55:27 +09:00
nicolas.dorier
18abc4913b
Move hosting classes in right folder
2020-06-28 17:49:23 +09:00
nicolas.dorier
d2958e1a7d
Move extensions methods in specific classes
2020-06-28 17:16:53 +09:00
Nicolas Dorier
be44c3f9c2
Isolate OnModelCreating in Data classes ( #1702 )
2020-06-27 21:55:16 +09:00
Zaxounette
72e407b69d
Typos in PullPayments.cshtml ( #1699 )
...
Fixes typos in Pull Payments UI text.
No related issue, standalone PR.
2020-06-27 12:01:19 +02:00
Riccardo Masutti
66b9d0739b
Set noindex, nofollow to ViewPullPayment.cshtml ( #1700 )
2020-06-27 12:00:10 +02:00
Riccardo Masutti
3e717ecdbc
Set noindex, nofollow to ViewPaymentRequest.cshtml ( #1701 )
2020-06-27 11:58:55 +02:00
nicolas.dorier
91720a0f34
Add changelog
2020-06-27 15:43:10 +09:00
nicolas.dorier
9d531a385d
bump
2020-06-27 15:39:58 +09:00
nicolas.dorier
26137200b9
Do not use Onion-Location for custom domains ( Fix #1693 )
2020-06-27 15:39:02 +09:00
nicolas.dorier
376b5fc160
Fix warning message when using SQLite ( Fix #1695 )
2020-06-27 15:35:32 +09:00
Nicolas Dorier
dbb2924ccc
Fix: Create store could be called with a scoped store's modify apikey ( #1696 )
2020-06-27 15:34:03 +09:00
nicolas.dorier
d0188f42b7
Fix crowdfound on root
2020-06-27 15:33:34 +09:00
nicolas.dorier
6208706d46
Better error message if permission missing
2020-06-27 14:05:56 +09:00
nicolas.dorier
3288264ca0
Add changelog
2020-06-27 12:23:27 +09:00
nicolas.dorier
16f2ddddf0
Fix Point of Sale with custom domains
2020-06-27 12:21:19 +09:00
nicolas.dorier
783185d99c
Fix Point of Sale with custom domains
2020-06-27 12:13:17 +09:00
Andrew Camilleri
4ca83de131
changelog ( #1669 )
...
* changelog
* Update Changelog.md
Co-authored-by: Dennis Reimann <mail@dennisreimann.de>
* Update Changelog.md
* Update Changelog.md
* Update Changelog.md
* Update Changelog.md
* Update Changelog.md
* Update Changelog.md
* Update Changelog.md
* Update Changelog.md
* Apply suggestions from code review
Co-authored-by: Pavlenex <pavlenex@btcpayserver.org>
Co-authored-by: Dennis Reimann <mail@dennisreimann.de>
Co-authored-by: Pavlenex <pavlenex@btcpayserver.org>
2020-06-26 23:07:35 +09:00
nicolas.dorier
f2b986a357
Remove warnings
2020-06-26 20:52:59 +09:00
Kukks
a0065bc2ba
catch cancled task exception in notif
2020-06-26 11:54:18 +02:00
nicolas.dorier
dc43b54892
bump version
2020-06-26 17:09:00 +09:00
nicolas.dorier
603a3dd273
bump NBitcoin
2020-06-26 16:29:40 +09:00
nicolas.dorier
16b5f70e4b
Fix permission on store's lightning server
2020-06-26 16:20:34 +09:00
Kukks
9a989b46cc
add supporter
2020-06-26 07:12:22 +02:00
nicolas.dorier
6c64e7c220
Update fi-FI language
2020-06-25 18:03:33 +09:00
Kukks
d66325a241
fix coin parser for weird networks
2020-06-25 10:51:27 +02:00
Kukks
bf8190d122
bump nbx docker
2020-06-25 10:33:05 +02:00
Nicolas Dorier
23aec25686
Merge pull request #1685 from dennisreimann/broken-links
...
Check and fix broken anchor links.
2020-06-25 17:25:43 +09:00
Nicolas Dorier
405c0c609f
Merge pull request #1691 from Eskyee/patch-9
...
remove unnecessary whitespace
2020-06-25 17:22:15 +09:00
Nicolas Dorier
95e0f3378d
Merge pull request #1690 from btcpayserver/consolidatetables
...
Consolidate tables before release
2020-06-25 17:17:57 +09:00
Esky33
c9850a5e24
remove unnecessary whitespace
...
cleaning up the unnecessary white space.
2020-06-25 08:33:34 +01:00
Nicolas Dorier
3cf7d01f37
Merge pull request #1688 from Kukks/fix-coin-parser
...
fix ypub/zpub parsing for all alts
2020-06-25 15:45:02 +09:00
nicolas.dorier
ae9fae1f7d
Consolidate tables before release
2020-06-25 15:43:45 +09:00
Nicolas Dorier
69b423edc8
Merge pull request #1689 from btcpayserver/invoicerefund
...
Implement invoice refund
2020-06-25 15:32:17 +09:00
nicolas.dorier
5e8b379c50
Add invoice refund
2020-06-25 15:31:46 +09:00
nicolas.dorier
d03124dfba
Add an approval state to pull payments
2020-06-25 13:35:10 +09:00
nicolas.dorier
fdc11bba8d
Remove old unused refund table
2020-06-25 13:34:25 +09:00
Andrew Camilleri
dc5d8a6cb7
Refresh UI notifications automatically on update ( #1680 )
...
* Refresh UI notifications automatically on update
* make notif timeago live
* pass cancellation token
* Update InvoiceEventData.cs
2020-06-24 10:23:16 +02:00
Kukks
2042f59283
fix ypub/zpub parsing for all alts
...
@gruve-p reported that ypub import was not working and then found this. no ypub/zpub import for any alts worked before lol
2020-06-24 10:18:45 +02:00
Nicolas Dorier
8230a408ac
Add pull payment feature ( #1639 )
2020-06-24 10:34:09 +09:00
gruve-p
7805e5cea4
Fix version byte for zpub ( #1686 )
2020-06-24 10:19:50 +09:00
Dennis Reimann
36868644dc
Check and fix broken anchor links.
...
In addition to #1682 .
2020-06-23 17:51:25 +02:00
Kukks
321b67efd4
remove password type input on passphrase
2020-06-23 16:41:04 +02:00
Dennis Reimann
9ea42dd981
Checkout CSS improvements ( #1684 )
...
* Checkout: Hide hidden items
As [reported on Mattermost](https://chat.btcpayserver.org/btcpayserver/pl/4mxado5a3ifnzxyhrszusz4q8e ) the old way of hiding does not work well with widescreen displays.
* Checkout: Minor theme improvements
2020-06-23 16:25:43 +02:00
Riccardo Masutti
631d97c6b3
Fix 404 link ( #1682 )
2020-06-23 22:52:19 +09:00
Andrew Camilleri
13569fe4a2
Improve notifications UI ( #1678 )
...
* Add No JS support for notification seen toggle
* Invalidate cache when user toggles seen/massaction
* mark notif as seen after click
* add additional mass actions
* fix formatting
* add pav changes
* invalidate cache on new notifs
2020-06-23 10:06:02 +09:00
Andrew Camilleri
12e2b93ac9
Add invoice notifications ( #1674 )
...
* Add invoice notifications
* fixeth le order
* comment-to-code auto commit
* reduce notifications
2020-06-22 16:32:51 +09:00
Andrew Camilleri
0dd1b668cd
Support wasabi file format input ( #1671 )
...
* Support wasabi file format input
This adds support to importing the wasabi file format which seems to be used more for imports by Wasabi,ColdCard,BlueWallet & Cobo Vault (and way better than electrum anyway)
* fixes
* add test
2020-06-22 15:39:29 +09:00