btcpayserver/BTCPayServer/Data
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
..
AddressInvoiceData.cs Fix bug making it impossible to remove LTC xpub 2018-03-14 19:32:24 +09:00
APIKeyData.cs Can delete stores 2018-07-19 19:31:17 +09:00
AppData.cs Apps can tag invoices 2019-02-19 12:48:08 +09:00
ApplicationDbContext.cs Abstracted cloud storage - Amazon/Google/Azure/Local (#708) 2019-04-22 16:41:20 +09:00
ApplicationDbContextFactory.cs Remove HangFire dependency 2019-01-16 19:15:09 +09:00
HistoricalAddressInvoiceData.cs Can delete stores 2018-07-19 19:31:17 +09:00
InvoiceData.cs Use enum for invoice status and invoice exception 2018-12-10 21:48:28 +09:00
InvoiceEventData.cs Can delete stores 2018-07-19 19:31:17 +09:00
PairedSINData.cs Remove the Facade concept 2019-04-11 23:55:20 +09:00
PairingCodeData.cs Remove the Facade concept 2019-04-11 23:55:20 +09:00
PaymentData.cs Correctly handle RBF 2017-11-06 00:31:02 -08:00
PendingInvoiceData.cs Can delete stores 2018-07-19 19:31:17 +09:00
RefundData.cs Adopt dotnet core editorconfig, big reformating 2017-10-27 17:53:04 +09:00
SettingData.cs Adopt dotnet core editorconfig, big reformating 2017-10-27 17:53:04 +09:00
StoreData.cs add redirect automatically to checkout experience/ store settings 2019-04-11 11:53:31 +02:00
UserStore.cs Adopt dotnet core editorconfig, big reformating 2017-10-27 17:53:04 +09:00