Umar Bolatov
c9c4453660
Fix-up links which ignore custom root path ( #2059 )
...
address #2057
2020-11-08 09:39:10 +01:00
Andrew Camilleri
748cb778e0
Fix redirect when in modal ( #2015 )
...
fixes #2012
2020-10-24 23:47:05 +09:00
rockstardev
ef99eeb300
Adding selenium test for store hints
2020-10-18 03:11:17 -05:00
Andrew Camilleri
e3a0fe88c1
Fix LN invoices ( #1955 )
...
* Fix LN invoices
This commit adds more to the previous LN fix in the case of a partial payment to an invoice. While it generated a new LN invoice after 1 partial payment was made, there were some new issues uncovered:
* Any other subsequent partial payments was not listened to and did not generate an invoice ( fixed by listeneing to received payment event and makng sure that the status was already set `to partialPaid`)
* Any other subsequent partial payments caused a DbConcurrency error and did not generate an invoice ( Fixed in `MarkUnassigned`)
2020-10-17 08:57:21 +02:00
Dennis Reimann
9dcd8b6edf
Checkout: Overlay improvement and markup fixes ( #1968 )
...
* Checkout: Markup fixes
* Checkout: Less translucent overlay
More focus, as discussed in #1930 : https://github.com/btcpayserver/btcpayserver/pull/1930#issuecomment-701298441
2020-10-12 17:52:21 +02:00
Kukks
8cb3757f5c
Decouple payment type icon from UI
...
We should put an effort to not couple payment methods/types together after spending so much time decoupling things.
2020-10-08 09:19:50 +02:00
Nicolas Dorier
684177ee44
Merge pull request #1963 from btcpayserver/invoice-ui-status-show
...
fix invoice exception status not displaying in list
2020-10-08 15:55:48 +09:00
Kukks
b2052ca308
fix invoice exception status not displaying in list
...
fixes #1960
2020-10-08 08:42:45 +02:00
Andrew Camilleri
4174fa648d
Revert "Payment redesign" ( #1962 )
2020-10-08 08:37:18 +02:00
Dennis Reimann
8a4834dd2b
Checkout UI: Decrease overlay opacity
2020-10-01 21:23:43 +02:00
Dennis Reimann
6d49093620
Checkout UI: HTML fixes
2020-10-01 21:23:42 +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
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
cf7c5102fc
Merge pull request #1760 from btcpayserver/api/invoice
...
GreenField: Invoice API
2020-08-27 19:50:14 +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
41bebfedc4
add swagger docs
2020-08-26 21:36:31 +09:00
Andrew Camilleri
81bba8c829
Fix invoice action responsiveness ( #1854 )
2020-08-26 15:19:40 +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
Andrew Camilleri
3024ace641
Merge branch 'master' into bitcoin-only-fixes
2020-08-14 17:50:36 +02:00
nicolas.dorier
5c9d0fd40a
Use razor component to encapsulate UI logic
2020-08-12 16:48:14 +09: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
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
rockstardev
466a0c6049
Adding support for dynamic, special meaning date strings
2020-07-28 10:28:32 -05:00
rockstardev
f47ffd7ed0
Using proper class for 0 left padding
...
Co-authored-by: Dennis Reimann <mail@dennisreimann.de>
2020-07-28 10:28:32 -05:00
rockstardev
0b115c3228
Using pull-right class instead of direct float style
2020-07-28 10:28:32 -05:00
rockstardev
8f293db29b
Extracting grid paging to partial
2020-07-28 10:28:32 -05:00
rockstardev
7bcc559ec7
Generalizing TimezoneOffset field init
2020-07-28 10:28:32 -05:00
rockstardev
9fb83f268b
Fixing Unfiltered link to leverage empty string for clear
2020-07-17 04:32:33 -05:00
nicolas.dorier
f3700c39e3
Save the latest search on invoices
2020-07-17 13:24:41 +09:00
Umar Bolatov
94e8bf4a72
Allow mass-archiving of invoices
...
closes #1709
2020-07-14 19:58:52 -07:00
nicolas.dorier
5e8b379c50
Add invoice refund
2020-06-25 15:31:46 +09:00
Dennis Reimann
b066cfd904
Update and fix documentation links
2020-06-11 16:09:33 +02:00
nicolas.dorier
1bbdaa1251
Make sure replaced transactions have linethrough in the invoice list
2020-05-21 01:50:39 +09:00
Kukks
bb322d6bf3
add e2e test
2020-05-09 15:05:52 +02:00
Kukks
e5a3ef3e22
Archive Invoice
2020-05-07 12:50:07 +02:00
rockstardev
59bdb943dd
Reverting invoice row display so AM/PM is not cut off
2020-05-04 01:42:02 -05:00
Dennis Reimann
8658cb5f29
Re-add versioning for btcpay.js ( #1489 )
2020-04-22 08:24:29 +02:00
Kukks
426fe793e6
remove versioning for btcpay.js
...
fixes #1483
2020-04-19 09:29:20 +02:00
Dennis Reimann
8420c74b31
Improve static asset caching
...
Cache static assets for one year and set the correct cache control header. Adds the cache busting version based on file content to asset references to invalidate the cache on change. ([further details on the approach](https://andrewlock.net/adding-cache-control-headers-to-static-files-in-asp-net-core/ ) and [why one year](https://ashton.codes/set-cache-control-max-age-1-year/ ))
Most of the changes are the additions of the `asp-append-version="true"` attribute, the main configuration change is in `Startup.cs`.
2020-04-18 17:56:05 +02:00
Dennis Reimann
5e34efc9f4
Improve invoice table details display
2020-04-10 09:18:08 +02:00
Kukks
5503132ffc
Fix vue-i18n var substitution error in checkout
...
fixes #1438
2020-04-06 13:38:58 +02:00
rockstardev
c86370c25a
Extracting css class for Powered by BtcPayServer
2020-04-04 17:28:00 -05:00
Nicolas Dorier
1ba25448cc
Merge pull request #1423 from btcpayserver/feat/new-invoice
...
New invoice design
2020-03-31 17:33:10 +09:00
rockstardev
ee0ef2881a
Removing extra setting, depending on Custom CSS for bundled themes
2020-03-28 14:10:18 -06:00
rockstardev
fdad5a47d5
Reformating file according to project standards
2020-03-27 18:04:30 -05:00
rockstardev
e32f3cbf80
Preserving legacy margin for previous CustomLogoLinks
2020-03-27 18:04:05 -05:00
rockstardev
b7afcb90a2
Tweaking checkout logo to be set from css
2020-03-26 19:49:04 -05:00
rockstardev
a6ac67963e
Adding setting to CheckoutExperience to pick checkout theme
2020-03-26 19:49:00 -05:00
rockstardev
bde8ed7aa2
Extracting checkout theme css as separate link
2020-03-26 19:48:54 -05:00