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 |
|
rockstardev
|
ca234838a3
|
Tweaks for close button, recommended fee
|
2020-03-26 19:48:48 -05:00 |
|
rockstardev
|
d54d340bef
|
Adjusting new color scheme on invoice
|
2020-03-26 19:48:42 -05:00 |
|
pavlenex
|
034fb4ec80
|
Rename Paid summary to Invoice Summary
|
2020-03-26 12:50:08 +01:00 |
|
Kukks
|
f0f05acdfd
|
Let 0 amount invoices pass through and allow email to be set when required but paid
@ketominer @Askuwheteau @IAskuwheteau
|
2020-03-24 23:43:19 -05:00 |
|
rockstardev
|
f8520201ce
|
Using tuple for payments partial model
|
2020-03-01 19:46:05 -06:00 |
|
rockstardev
|
2934c27ee5
|
Commenting decision to leave partial
|
2020-02-28 17:04:56 -06:00 |
|
rockstardev
|
44d4673981
|
Removing reference to InvoicePaymentsPartial.cshtml from Invoice.cshtml
|
2020-02-28 16:58:09 -06:00 |
|
rockstardev
|
fca6b39681
|
Revert "Remove the next address to pay to from Invoice details page (Fix #1056) (#1283)"
This reverts commit 6848482999 .
|
2020-02-28 16:30:57 -06:00 |
|
hannes
|
f097ecdc80
|
fix: remove ipn via email #1241 (#1337)
* fix: remove ipn via email #1241
* fix: remove ipn via email #1241
|
2020-02-24 21:21:03 +09:00 |
|
Andrew Camilleri
|
6d0896084f
|
Add JS Modal test (#1342)
|
2020-02-19 17:39:14 +09:00 |
|
Nicolas Dorier
|
6848482999
|
Remove the next address to pay to from Invoice details page (Fix #1056) (#1283)
|
2020-01-21 16:53:24 +09:00 |
|
Umar Bolatov
|
0387306918
|
Adjust invoice listing pagination display
|
2020-01-09 20:04:55 -08:00 |
|
Umar Bolatov
|
4cf6f8e753
|
Rename ListInvoices function to ListInvoicesPage to avoid ambiguity
|
2019-12-26 15:08:43 -08:00 |
|
Umar Bolatov
|
dc59c4ca47
|
Adjust invoice pagination behavior
fix #1236
|
2019-12-26 14:53:09 -08:00 |
|
Matt Pazar
|
eb85b1a7b4
|
Fixing sats exchange rate display
Fixed #1147
|
2019-12-04 14:21:33 -06:00 |
|
Dennis Reimann
|
205fd3c9ce
|
Use grid consistently
|
2019-11-14 18:42:49 +01:00 |
|
Dennis Reimann
|
50bf55cbdf
|
Unify section headings
|
2019-11-14 18:42:48 +01:00 |
|
Nicolas Dorier
|
5394e0a4a0
|
Merge pull request #1143 from Kukks/bugfix/ln-sats
Display proper rate for ln sats feature
|
2019-11-12 14:01:13 +09:00 |
|
Kukks
|
621a7d998d
|
Display proper rate for ln sats feature
fixes #1128
|
2019-11-10 18:49:24 +01:00 |
|
Umar Bolatov
|
0f7458254e
|
Retain store ids when filtering invoices
|
2019-11-07 18:14:38 -08:00 |
|
nicolas.dorier
|
2d80dbfa8f
|
Custom logo and custom url for checkout page should accept any string (relative path) (Fix #1124)
|
2019-11-06 12:02:13 +09:00 |
|
nicolas.dorier
|
aad586232c
|
Refactor StatusMessage and remove ExternalLogin
|
2019-10-31 14:11:33 +09:00 |
|
Kukks
|
3e5ab70583
|
Fix: Close button for modal is broken
closes #1093
|
2019-10-27 08:13:30 +01:00 |
|