nicolas.dorier
63472d54d7
Can configure multiple dynamic dns
2019-07-25 18:29:18 +09:00
nicolas.dorier
db57b5ae80
Fix DynDNS renewal
2019-07-25 16:37:39 +09:00
nicolas.dorier
8896d89908
Add Dynamic DNS support
2019-07-24 17:59:30 +09:00
badev
8e07bf3ffb
Update Login.cshtml ( #935 )
...
* Update Login.cshtml
[UI] Removed Unneeded string on login page with registering disabled. #881
* Update Login.cshtml
2019-07-24 12:40:06 +09:00
nicolas.dorier
6194d0ad44
bump NicolasDorier.RateLimits
2019-07-21 15:28:07 +09:00
nicolas.dorier
138532d3d4
use donate.btcpayserver.org as donation link
2019-07-19 18:36:57 +09:00
Rockstar Developer
4716b704d4
Paging on List Users page for big hosting providers like Esky ( #905 )
2019-07-19 16:50:17 +09:00
Andrew Camilleri
109e576811
redo crowdfund modal perk list ( #919 )
...
* redo crowdfund modal perk list
closes #918
* fix small responsive issue
2019-07-19 16:48:39 +09:00
Cryptcoin Junkey
631c878722
Fix typo. ( #928 )
2019-07-19 16:47:52 +09:00
nicolas.dorier
4cbcdb8af5
Make sure QRCodes use SVG instead of canvas (QRCodes on Tor does not work because of canvas fingerprinting protections)
2019-07-19 16:27:26 +09:00
Andrew Camilleri
d24628a386
fix payment request hub bug with payment types ( #927 )
2019-07-18 14:00:46 +09:00
Rockstar Developer
7e714bdfa2
Increasing default monitoring expiration time ( #925 )
...
With value 60 what would often happen is that invoice ends up being declared invalid, and then payment arrives later when system is not monitoring. After lots of production testing we decided to increase this value by default so that new users don't need to manually reassign invoices from `invalid` status, especially if they use third party plugin like wooCommerce.
2019-07-17 12:45:32 +09:00
nicolas.dorier
e3283fb29b
Bump NBitcoin and NBXplorer
2019-07-15 19:40:06 +09:00
nicolas.dorier
be0285155f
Do not redirect from login page if there is a returnUrl.
2019-07-15 17:18:30 +09:00
nicolas.dorier
1c055a7282
Make sure perk contributions are not accounted until paid
2019-07-15 17:01:12 +09:00
nicolas.dorier
8d3cdd39ca
Fix "Configure Email Settings warning link not working" (Fix https://github.com/btcpayserver/btcpayserver/issues/906 )
2019-07-14 22:54:27 +09:00
nicolas.dorier
010ba4d5b6
Can specify display name for sender in email settings (Fix https://github.com/btcpayserver/btcpayserver/issues/910 )
2019-07-14 22:45:14 +09:00
nicolas.dorier
d176a16caa
fix typo
2019-07-14 22:25:43 +09:00
nicolas.dorier
fd4a27c1a3
When logged in, the URL /account/login is still accessible (Fix https://github.com/btcpayserver/btcpayserver/issues/916 )
2019-07-14 22:16:23 +09:00
nicolas.dorier
ae73858e23
Fix warning
2019-07-13 22:44:07 +09:00
nicolas.dorier
1427e5458b
Fix invoice page not showing tor link (Fix https://github.com/btcpayserver/btcpayserver/issues/915 )
2019-07-13 22:42:46 +09:00
nicolas.dorier
8853cf9f83
Only count contributors which paid invoice
2019-07-13 22:32:54 +09:00
nicolas.dorier
b8b2fa29d7
bump clightning
2019-07-13 22:03:33 +09:00
nicolas.dorier
dc97982fad
Remove trace of gdax (fix https://github.com/btcpayserver/btcpayserver/issues/913 )
2019-07-12 23:34:10 +09:00
nicolas.dorier
e488f93b17
Add explanation for the annoying windows popup
2019-07-12 13:04:54 +09:00
nicolas.dorier
e6e9668bbb
Prevent error 500 if bad psbt
2019-07-12 12:57:56 +09:00
nicolas.dorier
56976898bd
Fix error 414
2019-07-12 12:23:13 +09:00
nicolas.dorier
8f719d3e33
Solve error 414 when PSBT are too big
2019-07-12 11:47:13 +09:00
nicolas.dorier
67c2abca2d
Hide openid warning message
2019-07-08 14:57:42 +09:00
nicolas.dorier
36046f08f7
Use Migration startup task when starting BTCPay instead of hosted service.
2019-07-08 12:12:39 +09:00
radWorx
3c4455c23c
Update AppHubStreamer.cs ( #908 )
...
Bug fix #902
2019-07-07 20:03:40 +09:00
nicolas.dorier
e3db2e2b76
Remove warnings
2019-07-04 21:18:16 +09:00
nicolas.dorier
5567a26b33
update translation
2019-07-04 21:16:20 +09:00
nicolas.dorier
d14eef979c
Bump versions of package and software
2019-07-04 20:50:40 +09:00
nicolas.dorier
2958175add
Sort payment requests, most recent first
2019-07-01 17:33:49 +09:00
britttttk
719ad8f4d4
Add File Storage links ( #893 )
...
* add redirect to Services for enable provider
* add tooltip to FS FAQ
2019-07-01 15:20:33 +09:00
Andrew Camilleri
4055eda757
Part3: OpenIddict: Add Flows Event Handlers ( #568 )
...
* Part 1 & Part 2 squashed commits
pr changes
pr fixes
remove config for openid -- no need for it for now
Part 1: OpenIddict - Minor Changes & Config prep
Part2: Openiddict: Init OpenIddict & Database Migration & Auth Policies
pr changes
fix merge
fix compile
fix compile #2
Part 1: OpenIddict - Minor Changes & Config prep
add missing nuget
Part2: Openiddict: Init OpenIddict & Database Migration & Auth Policies
* Part3: OpenIddict: Add Flows Event Handlers
* pr changes
* fix merge
* fix rebase
* fix imports
* cleanup
* do not allow u2f enabled accounts to log in
* start better tests for flows
* add tests
* fixes
* reintroduce dynamic policy as policies on jwt do not work without it
* reduce logs
* fix incorrect endpoint definitions
* Add implicit flow e2e test
* add code flow and refresh flow
* do not allow jwt bearer auth for all requests( only those under /api)
* remove commentedt code
* make sure authorize attr is marked with scheme
* remove dynamic policy and set claims in jwt handler
* cleanup
* change serversettings policy to not need a claim
* Add test to checkadmin verification
* revert server setting claim removal
* fix test
* switch back to claim
* unit test fixes
* try fix build with weird references to csprojes
* start fixing rebase
* remove https requirement to handle tor
* reformat tests correctly
* fix csproj
* fix ut formatting
* PR Changes
* do not show selenium browser
2019-07-01 12:39:25 +09:00
Nicolas Dorier
442df56629
Merge pull request #898 from Kukks/multiple-domains
...
Multiple domains for apps in BTCPay
2019-06-28 16:31:55 +09:00
Kukks
477ab67fe9
set viewbag on method result instead
2019-06-26 07:02:22 +02:00
nicolas.dorier
64c60741a0
Fix possible NRE
2019-06-26 13:46:45 +09:00
Nicolas Dorier
9e354d7703
Merge pull request #891 from Kukks/pay-button-language
...
Allow language parameter in pay button endpoint
2019-06-26 13:27:52 +09:00
Kukks
11670d0c0f
make checkout param more generic and add it to pay button generator
2019-06-25 21:01:37 +02:00
Kukks
6cab02cd99
Multiple domains for apps in BTCPay
...
closes #887
2019-06-25 20:41:32 +02:00
Kukks
fc1d781272
fix tmp link download
...
closes #894
2019-06-25 12:23:10 +02:00
Kukks
a58ecfd35a
Save local file storage upon selection instead
...
closes #895
2019-06-25 11:40:33 +02:00
nicolas.dorier
645516ee1b
Change donation button from slider to input
2019-06-23 14:45:27 +09:00
nicolas.dorier
f570de5086
Fix payment button alignement
2019-06-23 14:31:56 +09:00
nicolas.dorier
81ccfa1e6c
Change donation QR to use proper donation button. Remove also special thanks part as the contributors dramtically changed.
2019-06-23 14:29:43 +09:00
Andrew Camilleri
b808aa4971
allow language parameter in pay button endpoint
2019-06-18 18:31:20 +02:00
nicolas.dorier
d1f1bc93b3
Fix version detection
2019-06-18 14:00:42 +09:00