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
nicolas.dorier
a926a5eedf
Fix warning
2020-03-26 22:56:30 +09:00
nicolas.dorier
0df5e7d7a3
Fix clone button in edit payment request ( Fix #1414 )
2020-03-26 22:54:47 +09:00
nicolas.dorier
bf57701cf0
Passing ambient route parameters explicitely
2020-01-10 15:37:44 +09: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
a127b13db1
Add missing payment request page titles
2019-11-15 14:43:36 +01:00
Dennis Reimann
55de85d829
Casa theme color fixes
2019-11-14 18:42:52 +01: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
Dennis Reimann
fdc1aa25e4
Use variable based bootstrap and creativestart
...
fix
2019-11-14 18:42:40 +01:00
Umar Bolatov
9cd64bf81a
Inline "allow custom payment amount" checkbox with label
2019-11-08 19:12:52 -08: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
nicolas.dorier
cd009466b6
Make sure we don't have empty row if no StatusMessage
2019-06-06 18:47:31 +09:00
britttttk
698033b0cf
Selenium Chrome Tests
2019-05-12 18:49:28 +09:00
rockstardev
07cb6adb69
Extracting datetime flatpickr for use throught website
2019-05-12 14:56:13 +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
Andrew Camilleri
0936812df0
Fix date time issues on crowdfund.payment requests ( #808 )
...
* fix some conditional display bugs in crowdfund
* bump flatpickr
* make clear button show up even with flatpickt fake input ui
* update uis to specify date value in specific format and use custom format for flatpickr display and use moment to parse date instead
* fix remaining public ui date issues
2019-05-07 17:01:37 +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
9b95fa1f20
Add links for Payment Requests and Apps docs in UI
2019-03-12 21:50:55 +09: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
Andrew Camilleri
0c0809101d
Datetime picker and small edit UI changes ( #647 )
...
* do not allow negative amounts for crowdfund and payment requests
* remove currency placeholder in payment requests
* Improve date picker ui
Clear button only appears when a value is set. If no value is set, display a placeholder indicating it. closes #625
2019-03-07 14:29:29 +09:00
Andrew Camilleri
06406c0695
Clone Payment Requests ( #648 )
...
* Clone Payment Requests
closes #615
* Do not save clone instantly
2019-03-07 14:27:16 +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