nicolas.dorier
02998fff49
Add Altcoins-Release and Altcoins-Debug configurations
2020-07-29 18:55:28 +09:00
Nicolas Dorier
8156fce81a
Merge pull request #1784 from Kukks/paymentlink
...
Generate Payment link from PaymentType
2020-07-29 17:27:12 +09:00
Nicolas Dorier
2d3b0717f8
Merge pull request #1783 from Kukks/numeric-json-converter
...
Make Decimal json converter work for other number types
2020-07-29 16:44:51 +09:00
Kukks
e33200058d
Generate Payment link from PaymentType
2020-07-29 09:31:47 +02:00
Kukks
7230a91b4f
Make Decimal json converter work for other number types
2020-07-29 08:44:52 +02:00
nicolas.dorier
c06c5d4104
bump NBX
2020-07-29 13:27:04 +09:00
XPayServer
92ae1109d0
Add Bitcoin Only Build
2020-07-28 22:48:51 +02:00
rockstardev
19ffd031ec
Refactoring query extraction from cookie into extender methods
2020-07-28 10:28:32 -05:00
rockstardev
466a0c6049
Adding support for dynamic, special meaning date strings
2020-07-28 10:28:32 -05:00
rockstardev
97e5f2e656
Ignoring prefs cookie deserialization errors
2020-07-28 10:28:32 -05:00
rockstardev
bce386bc7a
Blobbifying user preferences cookie, to contain all prefs
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
a22c12adc9
Applying paging footer to Payment Requests
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
e3a8e1a187
Applying conventions from ListInvoice on PaymentRequests
2020-07-28 10:28:32 -05:00
rockstardev
9d9d0461ad
Generalizing saving of search, applying it to PaymentRequests grid
2020-07-28 10:28:32 -05:00
rockstardev
6bacddc159
Refactoring ListInvoicePreferences
2020-07-28 10:28:32 -05:00
Nicolas Dorier
b7d66efb20
Merge pull request #1753 from bolatovumar/feat/1568
...
Allow sorting apps by store, name or app type
2020-07-28 15:18:30 +09:00
Nicolas Dorier
26480dc602
Merge pull request #1776 from btcpayserver/invoicequeryperf
...
Improve query performance for invoice listing
2020-07-28 10:36:08 +09:00
nicolas.dorier
ba316d02ca
Improve query performance for invoice listing
2020-07-27 13:31:04 +09:00
Nicolas Dorier
82582d24ea
Merge pull request #1764 from dennisreimann/pull-payment-ui
...
Improve Pull Payment view
2020-07-27 12:34:45 +09:00
Nicolas Dorier
aeaaa2f7d5
Merge pull request #1769 from msafi/check-in-vscode-debug-configurations
...
Check in VS Code debug configurations
2020-07-27 11:30:46 +09:00
Nicolas Dorier
89c39d15de
Merge pull request #1773 from bolatovumar/fix/1770
...
Add margin to "Delete this store" button
2020-07-27 11:30:01 +09:00
Nicolas Dorier
2cabc63752
Merge pull request #1774 from Eskyee/patch-10
...
Update .gitignore all the .DS_Store files
2020-07-27 11:29:39 +09:00
Umar Bolatov
e03311e5ec
Add margin to "Delete this store" button
...
fix #1770
2020-07-25 19:15:46 -07:00
Esky33
810e12f474
Update .gitignore all the .DS_Store files
...
.gitignore all the .DS_Store files in every folder and subfolder - improves UX
If you are using macOS, visual studio, visual code, rider, your system appends the .DS_Store file in your directories. It’s not a big issue, but often you need to exclude these files explicitly in your .gitignore file, to prevent any unnecessary files in your commit.
notice for btcpay Mac dev users..
This will never allow the .DS_Store file to sneak in your git.
But, if it's already there, you can write in your project terminal:
find . -name .DS_Store -print0 | xargs -0 git rm -f --ignore-unmatch
then commit and push the changes to remove the .DS_Store from your remote repo:
git commit -m "Remove .DS_Store from everywhere"
git push origin master
2020-07-26 00:30:34 +01:00
M.K. Safi
60157eb70c
Remove .NET Core Attach debug configurations
2020-07-25 10:11:30 -07:00
M.K. Safi
1f3f456123
Fix JSON indentations
2020-07-25 10:07:47 -07:00
M.K. Safi
97b7d920cb
Check-in .vscode/extensions.json
2020-07-25 10:07:03 -07:00
Nicolas Dorier
3ffd79c279
Merge pull request #1762 from dennisreimann/readmes
...
Minor README improvements
2020-07-25 14:36:55 +09:00
Nicolas Dorier
09c7b2a5e4
Merge pull request #1772 from bolatovumar/feat/1771
...
Add pagination to wallet transactions page
2020-07-25 14:03:56 +09:00
Umar Bolatov
df1447b917
Add pagination to wallet transactions page
...
close #1771
2020-07-24 21:39:30 -07:00
M.K. Safi
22f22c0fa0
Set logging.moduleLoad
to false
2020-07-24 12:53:36 -07:00
M.K. Safi
272de60f9f
Edit .gitignore
2020-07-24 10:15:31 -07:00
M.K. Safi
b40dd46871
Check-in VS Code debug config files
2020-07-24 10:13:34 -07:00
Andrew Camilleri
310f6a385c
fix null instance on invoice when using paymentCurrencies ( #1766 )
...
fixes #1765
2020-07-24 08:16:41 +02:00
Dennis Reimann
6245684801
Improve Pull Payment view
2020-07-23 17:15:08 +02:00
Dennis Reimann
79f0e5768b
README: Use two rows for supporters
2020-07-23 09:47:05 +02:00
Dennis Reimann
967f28542f
Minor README improvements
2020-07-23 09:47:04 +02:00
Nicolas Dorier
df413d1af0
Merge pull request #1761 from dennisreimann/store-ui
...
UI updates: Manage store
2020-07-23 16:28:11 +09:00
Dennis Reimann
a3b4ceba50
Improve update store view
2020-07-22 15:31:09 +02:00
Dennis Reimann
2496ec73bf
Improve checkout experience view
2020-07-22 15:30:58 +02:00
Dennis Reimann
f84fe82f9b
Improve list API tokens view
2020-07-22 15:29:58 +02:00
Dennis Reimann
c5a073cee8
Improve enable paybutton view
2020-07-22 15:29:24 +02:00
Dennis Reimann
ed81a17039
Code formatting
2020-07-22 15:29:03 +02:00
Dennis Reimann
22f8c4b88b
Render messages only when present
2020-07-22 15:28:31 +02:00
Nicolas Dorier
27d7d03d4c
Merge pull request #1745 from dennisreimann/recovery-seed
...
Recovery seed
2020-07-22 20:55:20 +09:00
Nicolas Dorier
ca8d83099f
Merge pull request #1752 from dennisreimann/login
...
Login/register view improvements
2020-07-22 20:53:01 +09:00