Kukks
713a1f03e9
Fix warnings
2020-09-29 16:47:05 -05:00
Kukks
c07952629c
Commenting OrderTransactionRegisterLogic
2020-09-29 16:46:28 -05:00
Andrew Camilleri
d958b1808c
Make Sync Modal remember collapsed state ( #1929 )
...
* Make Sync Modal remeber collapsed state
This makes the sync modal use the bootstrap collapse component instead of animatecss. It also removed animatecss as it seemed to be only used there. Also, it will now remember if you collapsed it between page loads which since the new eth stuff keeps asking to configure it on my dev env.
* Sync modal improvements
- Use chevron icon and indicate toggle state
- Smooth opening animation by toggling element without padding
- Better modal content padding
- Run JS immediately to prevent flickering
Co-authored-by: Dennis Reimann <mail@dennisreimann.de>
2020-09-29 14:13:39 +02:00
Kukks
4a596c7373
Remove leftover shopify API calls and script creation
2020-09-28 07:58:49 +02:00
rockstardev
bf7c8d5a5c
Bugfixing references to shop, correcting them to be dynamic
2020-09-26 13:27:18 -05:00
rockstardev
84f9ee3765
Word breaking on all chars for better display of additional script
2020-09-26 13:17:11 -05:00
rockstardev
c22536ce67
Tweaking display order and style of alerts
2020-09-26 12:55:26 -05:00
rockstardev
c14fd69a0e
Disabling automatic creation of Script in Shopify
2020-09-26 12:51:29 -05:00
rockstardev
0812596929
Adding another string for integration check
2020-09-26 12:22:16 -05:00
rockstardev
d33a449332
Changing page title during before and after payment
2020-09-25 16:55:42 -05:00
rockstardev
02b99d2b06
Injecting payment button, wasn't displaying when invoice already present
...
Also button was not getting refresh on modal close
2020-09-25 16:55:28 -05:00
rockstardev
b4f0cf510d
Ensuring that elements on page are refreshed as soon as possible
...
Waiting on `load` is way too long, results in bad UX
2020-09-25 16:06:29 -05:00
rockstardev
eb6b1b431c
Removing duplicate FromServices import
2020-09-25 14:13:57 -05:00
rockstardev
e955ddb9f1
Changing button text to better signal operation
2020-09-25 13:58:52 -05:00
rockstardev
48acd101a5
Handling errors with registering store script
2020-09-25 13:55:34 -05:00
rockstardev
694cedb89a
Handling scenario where user provides invalid Shopify credentials
2020-09-25 13:50:23 -05:00
rockstardev
47e9f820e4
Switching the flow to exclusively use Example Url
2020-09-25 13:50:04 -05:00
Kukks
a7d7b5abc3
set order id of shopify invoice and serch by order id + storeId
2020-09-24 18:18:17 +02:00
Kukks
03d6c86899
Revert "Make Invoices save internal tags in the text search"
...
This reverts commit f352399428
.
2020-09-24 17:33:15 +02:00
rockstardev
e9bd1bad67
Removing reference to Nethereum, Bitcoin only build
2020-09-24 16:25:36 +02:00
Kukks
c9f0295516
Make Shopify transaction register system handle marked payments slightly more
2020-09-24 16:25:36 +02:00
Kukks
42df6d58b1
Simplify Shopify integration
...
Added dedicated endpoint that generates an invoice or returns an existing one as needed for a shopify order
Added rate limiter to shopify endpoint to prevent abuse
Reduce shopify js to a small file
Use events from btcpay modal to reduce constant pinging to btcpay server
Register invoice payment failures on the shopify backend.
2020-09-24 16:25:35 +02:00
Kukks
078a2d7e39
Reduce Shopify integration steps and make sure checks work.
2020-09-24 16:25:35 +02:00
Kukks
f352399428
Make Invoices save internal tags in the text search
2020-09-24 16:25:35 +02:00
Kukks
0b2f115b73
Fix issue with new Invoice API ignoring internal tags
2020-09-24 16:25:35 +02:00
Kukks
9aed4b0e87
Allow receiving events from the BTCPay modal library
2020-09-24 16:25:35 +02:00
Kukks
3054f91fe7
Fix typo in Invoice method param
2020-09-24 16:25:35 +02:00
Kukks
91da129abc
Include missing Shopify API models
2020-09-24 16:25:35 +02:00
Kukks
f77c27ca71
Make BTCPay Modal refer to mattermost instead of slack
2020-09-24 16:25:35 +02:00
Kukks
19cc93daae
Reduce steps to 1 when integrating Shopify and start adding more API calls for Shopify to reduce JS logic
2020-09-24 16:25:35 +02:00
Kukks
4516bbdadd
Fix and Cache Shopify JS
2020-09-24 16:25:35 +02:00
Kukks
0cf9b20328
Kukks Shopify Enhancement Suite Commit
2020-09-24 16:25:35 +02:00
rockstardev
1c510d45f0
Commenting code to elaborate on decisions made
2020-09-24 16:25:34 +02:00
rockstardev
5b958d7ff6
Ensuring that Shopify transaction registrations are not done in parallel
2020-09-24 16:25:34 +02:00
rockstardev
d9872bc94d
Making sure we don't register same invoice multiple times
2020-09-24 16:25:34 +02:00
rockstardev
f177a39b96
Removing dynamic variables from Shopify api interactions
2020-09-24 16:25:34 +02:00
rockstardev
0e53ead14e
Adding another state for detection of invoice paid
2020-09-24 16:25:34 +02:00
rockstardev
9b0fb9ecdc
Adding links to other integrations per @pavlenex suggestion
2020-09-24 16:25:34 +02:00
rockstardev
fa08c52f74
Bugfixing detection of invoice paid in shopify modal
2020-09-24 16:25:34 +02:00
rockstardev
ce15eed343
Fixing javascript variable typo
2020-09-24 16:25:34 +02:00
rockstardev
b993da9751
Ensuring that Shopify.Password values is present
2020-09-24 16:25:34 +02:00
rockstardev
a93e3be197
Initializing modal apiPrefix url, needed for bundling
2020-09-24 16:25:34 +02:00
rockstardev
858d56d20c
Bugfixing problem with currency comparison
2020-09-24 16:25:34 +02:00
rockstardev
0818abe233
Prefixing Shopify invoices, passing real orderId
2020-09-24 16:25:34 +02:00
rockstardev
c39138e3ba
Not displaying Shopify Api Password
2020-09-24 16:25:34 +02:00
rockstardev
98c530cada
Using bundled javascript for Shopify
2020-09-24 16:25:33 +02:00
rockstardev
e4f3c1ae94
Tweaking UI for Shopify integration
2020-09-24 16:25:33 +02:00
rockstardev
05b45f8cf5
Shopify credentials clearing that stops order marking
2020-09-24 16:25:33 +02:00
rockstardev
d530059e7e
Tweaking Shopify integrations page for better display
2020-09-24 16:25:33 +02:00
rockstardev
7a04be0f30
Registering ShopifyOrderMarkerHostedService
2020-09-24 16:25:33 +02:00
rockstardev
c3d8c8d4b0
Checking that order exists on Shopify before registering transaction
2020-09-24 16:25:33 +02:00
rockstardev
0af4be3d99
Importing hosted service that will register transactions on Shopify
2020-09-24 16:25:33 +02:00
rockstardev
8a68e1b49d
Importing UI for registering and verifying Shopify credentials
2020-09-24 16:25:33 +02:00
rockstardev
cf99f0fca0
Importing ShopifyApiClient for interactions with Shopify Api
2020-09-24 16:25:33 +02:00
nicolas.dorier
31e335792f
Update PSBT should include non witness utxo
2020-09-24 21:43:25 +09:00
Kukks
d1efddd312
Make sure lightning listener is listening to new bolt11 invoices for partially paid btcpay invoices and that all payments are registered to the invoice.
2020-09-24 12:18:19 +02:00
nicolas.dorier
0f743cec41
The send wallet, by default, include the previous transaction
2020-09-24 12:21:42 +09:00
Kukks
0819df3d26
Ensure new bolt11 invoice on partial payment to btcpay invoice
2020-09-22 11:30:18 +02:00
XPayServer
e276443d2d
Add Value Criteria For Payment Method
...
I upgrade lightning max/bitcoin min to support better control in store. Now can have setting only enable specific payment method only if value high/low I think make code simple more too and backward compatible
2020-09-22 11:20:44 +02:00
Mario Dian
0fc862bac3
Fix inventory handling in PoS ( #1922 )
2020-09-22 10:29:06 +02:00
Mario Dian
c640289f4f
App: Light PoS on top of the existing PoS ( #1909 )
...
* Initial commit
* review fixes
* Fix padding of logo, readjust display font size when clearing numbers
Co-authored-by: Kukks <evilkukka@gmail.com>
2020-09-21 08:06:31 +02:00
Umar Bolatov
8891111b2c
Adjust invoice badge styling ( #1906 )
2020-09-20 09:33:29 +02:00
Nicolas Dorier
abd0ba49ca
Merge pull request #1875 from dennisreimann/invoice-notification-email
...
Invoice notification email improvements
2020-09-19 11:16:49 +09:00
Nicolas Dorier
62f00fa970
Merge pull request #1886 from Kukks/invite-link
...
Allow admins to invite new users
2020-09-19 11:15:38 +09:00
Nicolas Dorier
f6252b73f1
Merge pull request #1916 from Kukks/morelabels
...
Add more labels (payment requests, apps, better payout label)
2020-09-19 11:14:21 +09:00
XPayServer
1cf60acb29
remove donation
2020-09-18 12:30:13 +02:00
Kukks
8a3c751c10
Add more labels (payment requests, apps, better payout label)
2020-09-17 16:39:55 +02:00
Andrew Camilleri
f14ad8be58
Merge branch 'master' into MonetaryUnit
2020-09-17 11:43:31 +02:00
Kukks
4463d2408c
fix
2020-09-17 11:39:34 +02:00
Dennis Reimann
7e60328cff
Greenfield: Rename API key redirect params; switch to POST body ( #1898 )
...
* Rename user param to userId in API key redirect
This way it is clearer what to expect and it also make the parameteer easier to consume.
* Post redirect: Allow form url and prettify page
- Form URL as alternative to controller/action for external URLs
- Making it look nice and add explanation for non-JS case
* APIKeys: Minor view updates
fix
* APIKeys: Use POST redirect for confirmation
fix
* UI: Minor update to confirm view
Tidies it up and adapts to the newly added ConfirmAPIKeys view.
* APIKeys: Update delete view
Structures the information in title and description better.
* APIKeys: Distinguish authorize and confirm (reuse)
* Upgrade ChromeDriver
* Test fixes
* Clean up PostRedirect view
By adding missing forgery token
* Re-add tests for callback post values
* Rename key param to apiKey in API key redirect
* Update BTCPayServer/wwwroot/swagger/v1/swagger.template.authorization.json
Co-authored-by: Andrew Camilleri <evilkukka@gmail.com>
* Use DEBUG conditional for postredirect-callback-test route
* Remove unnecessary ChromeDriver references
* Add debug flag
* Remove debug flags
Co-authored-by: Andrew Camilleri <evilkukka@gmail.com>
2020-09-17 11:37:49 +02:00
Dennis Reimann
45ba4675fc
Fix async void usage
...
https://github.com/davidfowl/AspNetCoreDiagnosticScenarios/blob/master/AsyncGuidance.md#async-void
2020-09-16 14:25:48 +02:00
Dennis Reimann
79c685c99b
Invoice notification email improvements
2020-09-16 14:25:47 +02:00
Dennis Reimann
1c5567225c
Don't send mail for expired invoices
2020-09-16 14:25:46 +02:00
Dennis Reimann
8ba852084e
Users API: Add roles ( #1914 )
...
* API: Fix create user response model
* API: Add roles to user data
2020-09-16 14:17:33 +02:00
Kukks
8e8415515d
Show index of payment address for onchain payments
2020-09-16 11:49:37 +02:00
Kukks
eb9fe7c401
add tests
2020-09-16 08:54:51 +02:00
Kukks
371b33a2e1
Allow admins to invite new users
...
* This refactors the email sending so that all the logic related to users and emails are now contained in one location.
* The Reset password screen has been updated from its ugly plain self to use the same layout as the login.
* An admin can now create a new account without specifying a password. A link is generated that can be given to the intended user to configure the password. If emails are configured, it also sends an email
* An admin can now create accounts that still require the user to verify their if the setting is enabled from the server settings. A link is generated that can be given to the intended user to configure the password. If emails are configured, it also sends an email.
* The above features can be used in conjunction: An email will have to verify their email through a link. Once verified, the user is redirected to setting the password.
* When an email has been verified OR a password has been set, users are now redirected to the login page with the email filled in and a success status message shown instead of a dedicated thank you page.
2020-09-16 08:54:24 +02:00
Kukks
2711f2cb2f
Fix CI
2020-09-15 16:26:10 +02:00
Nicolas Dorier
25dd38af5c
Merge pull request #1730 from xpayserver/feat/eth
...
Add Ethereum & ERC20 Support
2020-09-15 19:51:55 +09:00
Umar Bolatov
0545f6b74d
Adjust logs section styling ( #1907 )
...
close #1905
2020-09-14 15:45:50 +02:00
Nicolas Dorier
e7b8220bac
Merge pull request #1895 from Kukks/rename-expostpsbt-option
...
Rename "Export as PSBT" to "View PSBT"
2020-09-14 12:53:13 +09:00
Nicolas Dorier
0a8fb1b835
Merge pull request #1857 from Kukks/fix-greenfield-roles
...
Set roles when authenticating via greenfield
2020-09-11 22:16:18 +09:00
Nicolas Dorier
92a8d864d3
Merge pull request #1900 from btcpayserver/remove-changelly
...
Remove Changelly
2020-09-11 22:05:58 +09:00
Andrew Camilleri
fa46252c65
Allow entry in wallet send via fiat ( #1891 )
...
* Allow entry in wallet send via fiat
closes #1890
https://i.imgur.com/RUrSqD7.gif
* fix min amount in wallet send
* Add divisibility when setting amount from fiat
2020-09-11 09:23:08 +02:00
Lucas Moten
e051581c39
Update AddDerivationSchemes_HardwareWalletDialogs.cshtml ( #1870 )
...
Minor change for Electrum where menu choice is `Save backup`, not `Save Copy`
2020-09-11 08:31:15 +02:00
Kukks
50a9772388
Remove Changelly
2020-09-10 10:30:53 +02:00
Kukks
75fdb8f2e4
Rename "Export as PSBT" to "View PSBT"
2020-09-09 10:05:12 +02:00
XPayServer
de755ac0bb
Add Ethereum & ERC20 Support
...
Add Tests
Add Index, XPub to payment data
Add Note on local ETH node
Fix Sync Summary and Race Condition
2020-09-09 08:19:10 +02:00
Nicolas Dorier
7ca0a8c56c
Merge pull request #1888 from maltokyo/maltokyo
...
Wording/UX Fix on Wallet Tx Page
2020-09-08 19:21:21 +09:00
Kukks
1cb3e5f98c
Set roles when authenticating via greenfield
...
fixes #1855
2020-09-08 11:22:32 +02:00
Nicolas Dorier
f507452a37
Merge pull request #1882 from Kukks/partial-refund
...
Add custom refund option
2020-09-07 15:30:46 +09:00
Nicolas Dorier
083a213e74
Merge pull request #1889 from bolatovumar/fix/1880
...
Add "allow insecure" check
2020-09-07 15:27:15 +09:00
Umar Bolatov
e70753df5e
Add "allow insecure" check
...
Check if "allow insecure" is set for ligthning node connection string before throwing error for http connection.
fix #1880
2020-09-06 15:20:19 -07:00
Mal
0744e23ca6
Update WalletTransactions.cshtml
2020-09-05 23:41:40 +02:00
Mal
fcd4f223f8
Wording/UX Fix on Wallet Tx Page
...
Change Balance Column title to "Transaction Amount" to fix https://github.com/btcpayserver/btcpayserver/issues/1887
2020-09-05 23:23:03 +02:00
nicolas.dorier
39beacf884
Split mnemonics correctly
2020-09-03 23:59:54 +09:00
nicolas.dorier
69c2400ec7
[Bug fix] If error while signing with hot wallet, do not white page crash
2020-09-03 23:59:54 +09:00
Nicolas Dorier
81561c6f3d
Merge pull request #1800 from btcpayserver/apikeys/redirect
...
Add API Keys Application identifier + Redirect
2020-09-03 21:27:12 +09:00
Nicolas Dorier
85d393fec3
Merge pull request #1872 from Kukks/invoie-severity
...
Add invoice event severity
2020-09-03 21:24:20 +09:00
nicolas.dorier
0d8e2f0d4a
Fix bug: The wallet was sending only round amount of sat per byte
2020-09-03 17:27:51 +09:00
Kukks
13b9a7bf6e
fix typo in monero
2020-09-02 13:15:09 +02:00
Dennis Reimann
f6aeee2b70
UI: Primary color checkmark ( #1873 )
2020-09-02 12:11:38 +02:00
Andrew Camilleri
86e7b7bdb3
fix monero crash ( #1884 )
...
fixes #1883
2020-09-02 12:10:27 +02:00
Kukks
735995954f
Add custom refund option
...
Allows you to specify an alternative refund amount and currency. This allows partial refunds and other negotiated terms
closes #1874
2020-09-02 11:24:18 +02:00
Kukks
98c4b658c4
Add invoice event severity
...
closes #1681
https://i.imgur.com/eyMO9M3.png
2020-09-01 18:19:49 +02:00
nicolas.dorier
eba0778045
Nugetify the BTCPayServer.Client
2020-09-01 11:49:10 +09:00
Kukks
6a8dbf49da
clean and remove hack
2020-08-28 09:15:08 +02:00
Kukks
0e07fcc706
fixes and adapt
2020-08-28 09:00:14 +02:00
Kukks
dbe7f464bd
permission check for auth
2020-08-28 09:00:13 +02:00
Kukks
7ca74aeea7
Add API Keys Application identifier
...
This lets the authorize api key screen redirect to the defined url and provide it with the user id, permissions granted and the key.
This also allows apps to match existing api keys generated for it specifically using the application identifier, and if matched, presented with a confirmation page before redirection.
2020-08-28 09:00:13 +02:00
Nicolas Dorier
cf7c5102fc
Merge pull request #1760 from btcpayserver/api/invoice
...
GreenField: Invoice API
2020-08-27 19:50:14 +09:00
Umar Bolatov
b71eb12e23
Add store sort ( #1861 )
...
close #1837
2020-08-27 17:31:33 +09:00
nicolas.dorier
709b06baa3
Remove invoices/email for this PR
2020-08-27 11:00:04 +09:00
nicolas.dorier
f900d520da
Add InvoiceTime, Expiration and monitoring to Invoice greenfield API
2020-08-26 21:36:32 +09:00
nicolas.dorier
f2e94e6819
Use nicer representation of payment methods in the Greenfield API
2020-08-26 21:36:32 +09:00
nicolas.dorier
be21e7d253
Remove PaymentMethodData from invoice entity
2020-08-26 21:36:32 +09:00
nicolas.dorier
8f0cc9de03
Update swagger
2020-08-26 21:36:32 +09:00
nicolas.dorier
67b04473b5
Decouple the CreateInvoiceCore from BitpayCreateInvoice, remove some features from greenfield invoice for now
2020-08-26 21:36:32 +09:00
nicolas.dorier
b2ff041ec0
Create Metadata property for InvoiceEntity, migrate all data without logic there
2020-08-26 21:36:31 +09:00
Kukks
8dea7df82a
make individual action items
2020-08-26 21:36:31 +09:00
Kukks
5f6f54db36
Remove old props
2020-08-26 21:36:31 +09:00
Kukks
41bebfedc4
add swagger docs
2020-08-26 21:36:31 +09:00
Andrew Camilleri
4917f32574
Update BTCPayServer/Controllers/GreenField/InvoiceController.cs
...
Co-authored-by: Dennis Reimann <mail@dennisreimann.de>
2020-08-26 21:36:30 +09:00
Kukks
d96bd15b3b
add status and refactor
2020-08-26 21:36:30 +09:00
Kukks
cb5601c68b
unarchive endpoint + formatting
2020-08-26 21:36:29 +09:00
Kukks
34e76494e3
GreenField: Invoice API
2020-08-26 21:36:29 +09:00
Andrew Camilleri
81bba8c829
Fix invoice action responsiveness ( #1854 )
2020-08-26 15:19:40 +09:00
Pavlenex
6c055ff9ef
Add new supporter, re-arrange old one
2020-08-25 11:43:11 +02:00
Umar Bolatov
db89754a26
Add text break to alerts ( #1865 )
2020-08-25 14:55:34 +09:00
nicolas.dorier
8239fd7e0e
InvoiceEntity blob should not be indented when saved into DB
2020-08-25 14:53:18 +09:00
Dennis Reimann
e7ea8ac40f
Improve invoices list view ( #1815 )
...
* Improve invoices list view
* Pager: Only show options that make sense
* ListInvoices formatting
* Add separator for dropdown toggle split
* Minor ListInvoices improvement
* Improve payment requests list view
* Distinguish empty and filtered lists
* Properly align invoice details
* Add payment symbols to invoices list
* Improve payment symbols in invoices list
* Always display search on list pages
* Inline variable
* Move display logic to pager
e5040ede55 (commitcomment-41698272)
2020-08-24 13:57:07 +09:00
Nicolas Dorier
44896559c6
Merge pull request #1853 from Kukks/not-if-test-func
...
Add debug notifications
2020-08-20 13:00:33 +09:00
Sotiris Blad
b5b32cacfc
Merge branch 'master' into MonetaryUnit
2020-08-19 15:33:02 +03:00
Kukks
68686cd249
Add debug notifications
...
This adds a test notif only available in debug mode + endpoint `/Notifications/GenerateJunk` that generates x amount of notifications.
2020-08-19 13:31:28 +02:00
Kukks
565dbd88ff
fix notification page issue
...
fixes #1820
2020-08-19 13:21:05 +02:00
nicolas.dorier
59f00ea3df
Remove Tor link from navbar
2020-08-18 13:03:26 +09:00
nicolas.dorier
00f4691f38
Bump lightning lib
2020-08-17 12:02:24 +09:00
nicolas.dorier
66d01aecc3
bump lightning lib
2020-08-16 22:46:53 +09:00
nicolas.dorier
90ccf88d4b
Bump libraries and version and changelog
2020-08-16 21:47:03 +09:00
Andrew Camilleri
3024ace641
Merge branch 'master' into bitcoin-only-fixes
2020-08-14 17:50:36 +02:00
Nicolas Dorier
d907010e1d
Merge pull request #1830 from btcpayserver/feat/shopify
...
Shopify integration
2020-08-13 17:59:17 +09:00
Nicolas Dorier
bc5068ac7b
Merge pull request #1842 from NicolasDorier/components
...
Use razor component to encapsulate UI logic
2020-08-13 17:44:22 +09:00
nicolas.dorier
68482732f7
Fix CSV export incorrectly formated ( fix #1844 )
2020-08-13 17:06:16 +09:00
nicolas.dorier
d05f914841
Fix crash if impossible to get the network of a payment
2020-08-13 16:29:59 +09:00
nicolas.dorier
5c9d0fd40a
Use razor component to encapsulate UI logic
2020-08-12 16:48:14 +09:00
Nicolas Dorier
768f335a3c
Merge pull request #1833 from dennisreimann/login-mobile
...
UI: Improve mobile login views
2020-08-10 22:41:41 +09:00
Nicolas Dorier
56ed583bff
Merge pull request #1825 from Zaxounette/PullPayments-claim
...
Pull payments claim & payout notification rewording
2020-08-10 22:41:20 +09:00
Nicolas Dorier
901f3c4f7a
Merge pull request #1822 from dennisreimann/fix-1816
...
UI: Fix custom-select glitch
2020-08-10 22:40:33 +09:00
Nicolas Dorier
d12e6a0465
Merge pull request #1821 from dennisreimann/fonts
...
Self-host webfonts
2020-08-10 22:39:34 +09:00
Nicolas Dorier
111cdbd4dc
Merge pull request #1814 from dennisreimann/seed-confirm-setting
...
Remove confirm option for seed from wallet settings
2020-08-10 22:37:44 +09:00
Dennis Reimann
4e70f5b8f1
UI: Improve mobile login views
2020-08-10 09:46:01 +02:00
Kukks
26aac6c45d
Do not crash UI and background services after switching to BItcoin Only when you have altcoin payments
2020-08-09 16:17:16 +02:00
rockstardev
0de8cbfd45
Final tweaking of UI for first version
2020-08-09 07:50:06 -05:00
rockstardev
c6d72f0487
Hiding pay button after click
2020-08-09 07:18:00 -05:00
rockstardev
c79e79a5b6
Making js variables easier to select with double click
2020-08-08 11:22:59 -05:00
rockstardev
f73c912945
Simplifying script by getting variables from Shopify object
2020-08-08 11:14:45 -05:00
rockstardev
37cb49d785
Adding Shopify scripts with extracted variables
2020-08-08 10:11:08 -05:00
Zaxounette
ea9836a701
Subtle term change in Awaiting-payout-notification
2020-08-08 12:50:55 +02:00
Zaxounette
3dbb8a0cc1
Rewording of the success-claim-message for clarity
2020-08-08 12:47:28 +02:00
Dennis Reimann
0e1818f535
Swap webfonts on load
2020-08-07 11:41:18 +02:00
Dennis Reimann
e1947c0077
UI: Fix custom-select glitch
...
Fixes #1816 .
2020-08-06 22:32:28 +02:00
Dennis Reimann
7c349b12b2
Self-host webfonts
...
This inlines all webfonts we are using throughout the app, instead of loading them from Google Fonts. There are several benefits to this approach:
- Better performance
- We don't have any problems in regards to potential Google Fonts downtimes
- It protects our users privacy, as they don't have to request those fonts from a third-party
It sets up individual css files per font-face, so that they are easier to include and require on a per use-case basis.
2020-08-06 22:18:26 +02:00
nicolas.dorier
f974e1b6cd
update lang
2020-08-06 00:06:15 +09:00
Dennis Reimann
2d608621d9
Remove confirm option for seed from wallet settings
...
Closes #1813 .
2020-08-05 11:20:34 +02:00
Nicolas Dorier
ede5aceeeb
Merge pull request #1812 from britttttk/wallet-typo
...
Fix typo in generate wallet
2020-08-05 16:47:06 +09:00
britttttk
b6959bdfd4
Typo in generate wallet
2020-08-05 01:42:08 -06:00
Umar Bolatov
067a42d400
Add pointer cursor to wallet transaction comment and tag icons
...
close #1804
2020-08-04 18:51:21 -07:00
Kukks
5a9793a952
Fix Crowdfund not counting all invoices when configured to
...
fixes #1698
2020-08-04 13:40:00 +02:00
Nicolas Dorier
57fffc8ef0
Merge pull request #1798 from dennisreimann/summernote-upgrade
...
Upgrade summernote rich text editor
2020-08-04 16:52:35 +09:00
Kukks
b381e629f1
Handle multiple new invoices in payment requests
2020-08-04 07:55:13 +02:00
Dennis Reimann
0c7314f771
Upgrade summernote rich text editor
...
Fixes #1796 .
2020-08-04 07:52:05 +02:00
Kukks
4ace7e07c9
fix chain loader after unfiltered removed
2020-08-04 07:25:15 +02:00
nicolas.dorier
74c80fa536
Allow RPC access in services when the node is synching ( fix #1795 )
2020-08-04 14:16:25 +09:00
nicolas.dorier
f2a005eeac
HTTP Escape placeholders in callbacks
2020-08-04 14:05:36 +09:00
nicolas.dorier
ffcc967aef
Fix: Spurious Error Message When Saving User With Non-Admin Rights ( fix #1793 )
2020-08-04 11:30:19 +09:00
nicolas.dorier
23aefccbe9
Construct websocket uri for notification client side
2020-08-04 11:21:41 +09:00
Sotiris Blad
a0d70ea8a4
Merge branch 'master' into MonetaryUnit
2020-08-03 19:18:08 +03:00
rockstardev
16eedf4153
Deducing if to perform update check from update url configuration
2020-08-03 03:17:04 -05:00
rockstardev
ce87d2e45c
Making use of options to initalize update check on first admin registration
2020-08-03 03:17:04 -05:00
rockstardev
c18167889d
Adding update related options and using them in HostedService
2020-08-03 03:17:04 -05:00
rockstardev
adefaf2fa8
Ensuring that only tags that match release format raise notification
...
Utilizing the same regex used on circleci
2020-08-03 03:17:04 -05:00
rockstardev
c9d830f9ae
Logging exceptions and unsuccessful http calls
2020-08-03 03:17:04 -05:00
rockstardev
9e70bb448a
Fixes based on feedback
2020-08-03 03:17:04 -05:00
rockstardev
6c7d3ae0bf
Adding checkbox for check new version policy
2020-08-03 03:17:04 -05:00
rockstardev
53f9c22fb7
Refactoring to exposing related classes
2020-08-03 03:17:04 -05:00
rockstardev
1b3e40fd70
Fixing typo
2020-08-03 03:17:04 -05:00
rockstardev
dc3c130162
Initializing Cts with class, preventing race condition
2020-08-03 03:17:04 -05:00
rockstardev
ea7231ff26
Adding hosted service that will optionally check for new version once a day
2020-08-03 03:17:04 -05:00
Dennis Reimann
b47b942e97
Wallet UI: Improve views ( #1763 )
...
* Improve UpdateStore and DerivationScheme views
fix
* Improve wallet views
CSS fix
* Apply suggestions from code review
Co-authored-by: Andrew Camilleri <evilkukka@gmail.com>
2020-08-03 17:12:21 +09:00
Nicolas Dorier
b90ce01e05
Merge pull request #1792 from btcpayserver/invoice-ui-fix
...
Quickfix for Invoices list
2020-08-03 16:48:12 +09:00
Kukks
85d61c4c93
Quickfix for Invoices list
...
https://i.imgur.com/4eDlbxk.gif
original:
https://chat.btcpayserver.org/files/6ocj359nuinftf6ujbnpeszh1o/public?h=MVe3va_TChslDFwdTKhVEkhhJUdIQ6ihwwJ4yOmCC6Q
https://chat.btcpayserver.org/files/gk7mjojfg3faxc6x57gg4pchka/public?h=JGGbhyOiyeazCtr7vAnZY1cPOgHFZ29xJZRwDzSdtgo
2020-08-03 09:37:03 +02:00
Dennis Reimann
5b929e85cf
Simple layout cleanups
...
Some cleanups related to the recent changes arount the LayoutSimple. We don't use the font montserrat anymore and the col-head class is also obsolete.
Moved the remaining styles to our site.css
2020-08-02 14:33:20 +02:00
Nicolas Dorier
8e2728902a
Merge pull request #1754 from btcpayserver/feat/prefs-generalization
...
Cookie Preferences Generalization, applying same style to ListInvoices and Payment Requests
2020-07-31 16:12:10 +09:00
rockstardev
77f5d0be35
Initializing BasePagingViewModels from cookie
2020-07-30 18:02:59 -05:00
nicolas.dorier
bce1345ccc
Add BTCPayServerEnvironment.Altcoins
2020-07-30 22:06:54 +09:00
nicolas.dorier
7974633bba
Fix EmbeddedCSS being ignored, stripped by sanitizer
2020-07-30 11:36:33 +09:00
nicolas.dorier
1fb75c908b
Remove the concept of unfiltered networks
2020-07-30 11:36:02 +09:00
nicolas.dorier
26112a1ed6
Use CsvHelper for generating CSV
2020-07-30 10:01:56 +09:00
Nicolas Dorier
3ce16dc9a3
Merge pull request #1782 from xpayserver/btc-only
...
Add Bitcoin Only Build
2020-07-29 21:58:28 +09:00
nicolas.dorier
77fff553d1
Activate runtime razor or all debug configs
2020-07-29 19:58:54 +09:00