nicolas.dorier
4ce0cb4b35
Remove useless code in storage providers
2019-04-22 16:57:22 +09:00
nicolas.dorier
5100c36c06
Uncomment google/amazon code, just disable it in the service registration
2019-04-22 16:45:50 +09:00
Andrew Camilleri
b184360eb7
Abstracted cloud storage - Amazon/Google/Azure/Local ( #708 )
...
* wip
* add in storage system
* ui fixes
* fix settings ui
* Add Files Crud UI
* add titles
* link files to users
* add migration
* set blob to public
* remove base 64 read code
* fix file query model init
* move view model to own file
* fix local root path
* use datadir for local storage
* move to services
* add direct file url
* try fix tests
* remove magic string
* remove other magic strings
* show error message on unsupported provider
* fix asp net version
* redirect to storage settings if provider is not supported
* start writing tests
* fix tests
* fix test again
* add some more to the tests
* more tests
* try making local provider work on tests
* fix formfile
* fix small issue with returning deleted file
* check if returned data is null for deleted file
* validate azure Container name
* more state fixes
* change azure test trait
* add tmp file url generator
* fix tests
* small clean
* disable amazon and google
comment out unused code for now
comment out google/amazon
2019-04-22 16:41:20 +09:00
Nicolas Dorier
02d79de17c
Merge pull request #773 from pavlenex/readme
...
Add TOC, Intro Video, Getting Started to readme
2019-04-22 14:16:53 +09:00
Pavle
cf27c66132
wordiness
2019-04-19 15:59:56 +02:00
Pavle
53d9ed5adb
add proper video and img size
2019-04-19 13:23:35 +02:00
pavle
3fe5051098
Update README.md
...
- Add Table of Contents
- Add Getting Started Section
- Add Intro video
2019-04-19 13:17:51 +02:00
nicolas.dorier
f7c8a989b6
bump lnd
2019-04-17 13:51:43 +09:00
nicolas.dorier
65dcfd3549
bump
2019-04-15 15:28:05 +09:00
Nicolas Dorier
6976fc54ca
Merge pull request #765 from Kukks/bugfix/crowdfund
...
Fix dynamic crowdfund labelling
2019-04-15 15:26:58 +09:00
Nicolas Dorier
0e077ff5c4
Merge pull request #768 from Kukks/feature/invoicesearchsession
...
Make invoice list search term persistent for session
2019-04-15 15:26:05 +09:00
Nicolas Dorier
c2f171a729
Merge pull request #766 from Kukks/bugfix/crowdfund_orderid
...
fix redirect uri for crowdfund invoices
2019-04-15 15:24:53 +09:00
Nicolas Dorier
fea38758e4
Merge pull request #767 from Kukks/bugfix/unusual-filter
...
fix unusual filter
2019-04-15 15:24:41 +09:00
Rockstar Developer
444733565b
Updating altcoins section
2019-04-13 22:24:46 -05:00
Kukks
96d28f00cc
Make invoice list search term persistent for session
2019-04-13 14:00:48 +02:00
Kukks
70cc79a77f
fix unusual filter
...
closes #763
2019-04-13 13:50:14 +02:00
Kukks
8d10186fdf
fix redirect uri for crowdfund invoices
...
closes #759
2019-04-13 13:43:47 +02:00
Kukks
6f7e0205f8
Fix dynamic crowdfund labelling
...
closes #760
2019-04-13 13:22:19 +02:00
nicolas.dorier
7ef11817c1
Add britt and rockstar video in readme
2019-04-12 18:03:05 +09:00
nicolas.dorier
c387c84861
bump
2019-04-12 15:02:28 +09:00
nicolas.dorier
ae7ad9f667
Filter the apps by the user id
2019-04-12 14:54:59 +09:00
nicolas.dorier
c55f1185e6
Revert "Do not show all apps in Server settings policy"
...
This reverts commit 1619666bef
.
2019-04-12 14:43:07 +09:00
nicolas.dorier
1619666bef
Do not show all apps in Server settings policy
2019-04-12 14:29:56 +09:00
Nicolas Dorier
bf784f6fd7
Merge pull request #758 from rockstardev/dynamicroot
...
Allowing for displaying of app directly on website root
2019-04-12 14:19:19 +09:00
rockstardev
13e330fa65
Better UI for selection of app to be displayed on root
2019-04-12 00:13:14 -05:00
rockstardev
827b133534
Allowing for displaying of app directly on website root
2019-04-11 16:30:23 -05:00
nicolas.dorier
4067d4b00f
Remove the Facade concept
2019-04-11 23:55:20 +09:00
Nicolas Dorier
359d8c5c6a
Merge pull request #745 from Kukks/feature/invoicepaymentdata
...
Add payment data to crypto info in invoice api model
2019-04-11 19:10:52 +09:00
Nicolas Dorier
265b7364e8
Merge pull request #756 from Kukks/invoice-auto-redirect
...
Allow POS to redirect invoices automatically after paid
2019-04-11 19:10:21 +09:00
Kukks
dc2b8c9e4c
bump to nbitpay and use for payments
2019-04-11 12:00:10 +02:00
Kukks
37869fd049
Add payment data to crypto info in invoice api model
...
Depends on https://github.com/MetacoSA/NBitpayClient/pull/22
2019-04-11 11:54:56 +02:00
Kukks
d7ada4d493
add redirect automatically to checkout experience/ store settings
2019-04-11 11:53:31 +02:00
Nicolas Dorier
f093f85dbf
Merge pull request #753 from britttttk/fix/defaultText
...
Improve default payment method dropdown
2019-04-11 18:11:46 +09:00
Kukks
1cf17872ab
Allow POS to redirect invoices automatically after paid
...
closes #730
2019-04-11 11:08:42 +02:00
Nicolas Dorier
c79751829b
Merge pull request #754 from Kukks/fix-pos-notif
...
fix pos settings savings for notifications
2019-04-11 17:34:42 +09:00
Kukks
7a21c03896
fix pos settings savings for notifications
...
closes #751
2019-04-11 09:14:39 +02:00
britttttk
54f07139db
Improve default payment method dropdown text
2019-04-11 00:41:30 -06:00
nicolas.dorier
d78990fbd5
Changing queries: Using FirstOrDefaultAsync result in suboptimal queries
2019-04-11 15:05:30 +09:00
nicolas.dorier
9ed7dbc838
Remove Quadrigacx (bankrupt)
2019-04-11 14:57:31 +09:00
nicolas.dorier
9b12c7bc57
Add missing file
2019-04-11 12:41:38 +09:00
nicolas.dorier
8973c75bbc
fix build
2019-04-11 10:06:36 +09:00
Pavle
f425df7b6d
Add Contributing section
2019-04-10 16:05:07 -05:00
Rockstar Developer
a44b600c5e
Improving documentation and altcoins sections
2019-04-10 12:48:02 -05:00
Rockstar Developer
7f0a42c2d5
Updating altcoins section
2019-04-10 12:30:54 -05:00
nicolas.dorier
60cd864226
Inject HttpClient inside lightning client instances
2019-04-11 01:10:46 +09:00
Nicolas Dorier
71cf02915e
Merge pull request #740 from rockstardev/uifixes
...
Button to switch between time formats, width fix
2019-04-09 18:05:18 +09:00
Nicolas Dorier
327d2298fb
Merge pull request #746 from Kukks/tag-pos-invoices
...
tag pos invoices too
2019-04-09 18:04:14 +09:00
nicolas.dorier
2ca11ed692
Fix PoS decimal issue ( Fix #747 )
2019-04-09 11:10:27 +09:00
Kukks
0224815a60
workaround tight coupling of crowdfund to apps mechanics
2019-04-08 16:02:53 +02:00
Kukks
df824c36d2
tag pos invoices too
2019-04-08 15:46:24 +02:00