Riccardo Masutti
|
3e717ecdbc
|
Set noindex, nofollow to ViewPaymentRequest.cshtml (#1701)
|
2020-06-27 11:58:55 +02:00 |
|
Kukks
|
8fa65408ed
|
Archive Payment reqeusts
closes #1588
|
2020-05-08 12:33:47 +02:00 |
|
Dennis Reimann
|
8658cb5f29
|
Re-add versioning for btcpay.js (#1489)
|
2020-04-22 08:24:29 +02:00 |
|
Umar Bolatov
|
e508b22d34
|
Make both sides of payment request table look same
fix #1488
|
2020-04-20 20:45:59 -07: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
|
0be6f3ca70
|
UI: Remove superfluous spaces when description is empty
|
2019-11-16 23:28:53 +01:00 |
|
Dennis Reimann
|
7af80611b6
|
UI: Better payment request amounts display
Uses a table instead of list group items, so that the columns properly align (rows use the same grid). Also aligns the values on the right.
|
2019-11-16 22:59:51 +01:00 |
|
Dennis Reimann
|
55de85d829
|
Casa theme color fixes
|
2019-11-14 18:42:52 +01:00 |
|
Dennis Reimann
|
fdc1aa25e4
|
Use variable based bootstrap and creativestart
fix
|
2019-11-14 18:42:40 +01:00 |
|
Kukks
|
749146ad3c
|
fix Payment request "Cancel invoice" button always showing
The Cancel current invoice button always showed even when there was active invoice
|
2019-11-02 08:49:19 +01:00 |
|
nicolas.dorier
|
aad586232c
|
Refactor StatusMessage and remove ExternalLogin
|
2019-10-31 14:11:33 +09:00 |
|
Umar Bolatov
|
3d00611ddf
|
Remove stray semicolon from payment request view (#980)
fix #979
|
2019-08-21 23:04:25 +09:00 |
|
nicolas.dorier
|
63df6ac5eb
|
Make sure EmbeddedCSS is CSS
|
2019-08-10 14:53:24 +09:00 |
|
Nicolas Dorier
|
be5597085b
|
Use Safe.Raw and Safe.Json instead of Html.Raw and the JsonHelper, move sanitization at the View level (#960)
|
2019-08-10 14:05:11 +09:00 |
|
Andrew Camilleri
|
be844978c1
|
Allow cancelling a non paid pending invoice in payment requests (#815)
* allow cancel on un paid new invoices in payment requests
* start work on cancel pr payment
* finish up cancel action
* final touch and add tests
|
2019-05-07 17:26:40 +09:00 |
|
rockstardev
|
0578a692db
|
Updating bundler to new version that will also support .NET Core 2.2
|
2019-03-23 19:10:16 -05:00 |
|
nicolas.dorier
|
c67aa14a87
|
Fix payment requests and crowdfund app not working if ROOTPATH is specified (fix #659)
|
2019-03-12 15:48:24 +09:00 |
|
rockstardev
|
3fdfd0adfd
|
Removed exponentiation on invoice request amount
Fixes #620
|
2019-03-03 17:44:28 -06:00 |
|
Kukks
|
c134277514
|
remove creating state from payment requests
|
2019-02-25 17:56:29 +09:00 |
|
Kukks
|
f5d366cf7f
|
Fix final bugs
|
2019-02-25 17:56:29 +09:00 |
|
Kukks
|
ad25a2ed08
|
Add payment requests
|
2019-02-25 17:56:28 +09:00 |
|