nicolas.dorier
6894a224b6
Remove redundant doc info written in the doc
2020-07-31 10:56:17 +09:00
nicolas.dorier
bce1345ccc
Add BTCPayServerEnvironment.Altcoins
2020-07-30 22:06:54 +09:00
nicolas.dorier
2c26d55813
Missing files
2020-07-30 22:04:38 +09:00
nicolas.dorier
87f411e5f1
Exclude altcoins files from bitcoin only build
2020-07-30 22:04:13 +09:00
nicolas.dorier
4af3fa4eb2
Fix build
2020-07-30 22:00:25 +09:00
nicolas.dorier
7974633bba
Fix EmbeddedCSS being ignored, stripped by sanitizer
2020-07-30 11:36:33 +09:00
nicolas.dorier
1fb75c908b
Remove the concept of unfiltered networks
2020-07-30 11:36:02 +09:00
nicolas.dorier
26112a1ed6
Use CsvHelper for generating CSV
2020-07-30 10:01:56 +09:00
nicolas.dorier
17bcfe154c
Add coherence test on test time docker compose
2020-07-29 22:12:46 +09:00
Nicolas Dorier
3ce16dc9a3
Merge pull request #1782 from xpayserver/btc-only
...
Add Bitcoin Only Build
2020-07-29 21:58:28 +09:00
nicolas.dorier
f9342b1c92
Run tests on the altcoin build for maximum coverage
2020-07-29 20:49:46 +09:00
nicolas.dorier
39cc420415
Improve build time for dockerfiles
2020-07-29 20:13:35 +09:00
nicolas.dorier
9b7323f9fa
Move some altcoins tests
2020-07-29 20:01:51 +09:00
nicolas.dorier
77fff553d1
Activate runtime razor or all debug configs
2020-07-29 19:58:54 +09:00
nicolas.dorier
cfdd1af3a3
Make vscode open the browser automatically
2020-07-29 19:54:52 +09:00
nicolas.dorier
22da4182b1
Separate docker-compose and launch profiles
2020-07-29 19:38:58 +09:00
nicolas.dorier
002f6d3e87
Isolate altcoins tests in their own folder
2020-07-29 19:11:54 +09:00
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
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