Commit Graph

28 Commits

Author SHA1 Message Date
Sipke Schoorstra
6c24f4a57f #19453: Correcting implementation of AzureFileSystem.FolderExists
Work Item: 19453

--HG--
branch : 1.x
2013-03-05 15:17:21 +01:00
Sipke Schoorstra
d6ba9830b3 #19453 Implementing FolderExists for IStorageProvider.
Work Item: 19453

--HG--
branch : 1.x
2013-03-05 15:11:10 +01:00
Sebastien Ros
739c3a6bd5 #19030: Fixing Azure unit test
Work Item: 19030

--HG--
branch : 1.x
2012-09-19 18:21:51 -07:00
Sebastien Ros
b224aa0ed1 #18705: Reading mimetype information from web.config when saving blobs in Azure
These mimetypse settings are originally used by IIS itself to get the mimetype
of specific files on the file system. We also then use it in AzureFileSystem to
assign a mime type to the blob to make it comprehensive.

<system.webServer>
        <staticContent>
            <remove fileExtension=".ogg" />
            <mimeMap fileExtension=".ogg" mimeType="audio/ogg" />
     </staticContent>
</system.webServer>

Work Item: 18705

--HG--
branch : 1.x
2012-06-30 09:43:02 -07:00
Sebastien Ros
4398c259e6 #18643: Fixing ListFolders call to CreateFolder
Work Item: 18643

--HG--
branch : 1.x
2012-04-27 12:40:14 -07:00
Sebastien Ros
307937b3ec #17572: Setting mime-type of Azure blobs
Work Item: 17572

--HG--
branch : 1.x
2011-12-05 11:04:39 -08:00
Sebastien Ros
b0ab1f5dec #18257: Fixing HttpContent encapsulation while enumerating files
Work Item: 18257

--HG--
branch : 1.x
2011-12-02 12:54:39 -08:00
Sebastien Ros
687cdff569 Fixing storage client issue for Azure
--HG--
branch : 1.x
2011-09-22 13:04:53 -07:00
Sebastien Ros
ac9d37de3f Fixing Azure file system bugs
--HG--
branch : 1.x
2011-04-08 17:14:07 -07:00
Sebastien Ros
7353fe5f58 Adding CreateFile on IStorageFile
--HG--
branch : 1.x
2011-04-08 14:53:26 -07:00
Sebastien Ros
5ef0ec23e1 Fixing Azure unit tests
--HG--
branch : 1.x
2011-03-29 14:09:35 -07:00
Sebastien Ros
d65eda0f02 #17347: Fix AzureFileSystem implementation
--HG--
branch : 1.x
2011-03-29 13:39:17 -07:00
Suha Can
24002d77f5 Fixing bug #17506 Deleting Media in Azure throws (Contribution by Travis Pettijohn)
--HG--
branch : contributions
2011-03-21 15:14:12 -07:00
Renaud Paquay
ec36d17cf8 Temporary fix for compilation errors
--HG--
branch : dev
2011-02-14 12:34:05 -08:00
Sebastien Ros
39d7442014 Fixing folder creation on Azure
--HG--
branch : 1.x
2010-12-18 22:30:28 +01:00
Sebastien Ros
c151fefa93 Fixing folder names resolution in Azure
--HG--
branch : dev
2010-12-13 16:24:10 -08:00
Sebastien Ros
e375077f04 Using AzureFileSystem in AzureShellSettingsManager
--HG--
branch : dev
2010-12-10 12:53:02 -08:00
Sebastien Ros
42a8e39478 Updating Azure IStorageProvider to reflect new method
--HG--
branch : dev
2010-12-08 17:24:07 -08:00
Sebastien Ros
2f35839887 Fixing trailing slash issue on Azure media folders
--HG--
branch : dev
extra : transplant_source : %D2%A0%A7%8DG%09%B6f%F5%AE%A2w%7D%AD%5E%02%DEa%9D%AB
2010-11-23 13:28:40 -08:00
Sebastien Ros
2fd235d818 Fixing folder renaming in AzureFileSystem
New Combine in IStorageProvider

--HG--
branch : dev
2010-11-22 18:03:49 -08:00
Sebastien Ros
63e25ef1a8 Correcting Azure blob storage returned values
- Paths should be relative for Orchard.Media

--HG--
branch : dev
2010-10-21 12:47:40 -07:00
Sebastien Ros
b7f6e70d29 Handle Azure folder creation
- Azure Blobs don't handle folders, have to create a fake "hidden" file entry to simulate the folder exists

--HG--
branch : dev
2010-10-20 17:30:30 -07:00
Renaud Paquay
c4bc2a1375 Remove IAppDataFolder implementation for Azure
We don't need this. Azure supports writing tp ~/App_Data. There is no
guarantee that the content will persist, but that's exactly the assumption
of the IAppDataFolder abstraction: it's a local cache, which persists
for _some_ time accross app restarts.

--HG--
branch : dev
2010-06-16 15:44:53 -07:00
Sebastien Ros
c34812c78b Added HttpContextWeaver class
--HG--
branch : dev
2010-06-15 17:27:43 -07:00
Sebastien Ros
8096a4234e Prepared Azure projects for .NET 4.0
Changed Azure references to SDK 1.2
Added a hack for the ASP.NET 4 bug in HttpEncoder
Converted projects to VS10

--HG--
branch : dev
2010-06-11 14:46:18 -07:00
Louis DeJardin
04a53cb2d1 Moving media, appdata, and vpp services into Orchard.FileSystems namespace
--HG--
branch : dev
2010-05-16 13:35:35 -07:00
Sebastien Ros
13657ebb1a Handle tenants config on Azure
--HG--
branch : dev
2010-05-11 09:53:30 -07:00
Sebastien Ros
7248fb6fd7 Azure packaging
Executing ClickToBuild.cmd generates the package for Azure including all modules available in Orchard.Web automatically
AzureSDK in requiered for this tasks. If not present, the package won't succeed, but Orchard.Web will still be built
The Orchard.Azure solution contains the required environment for implementing Azure specific providers, and unit testing
The Orchard.Azure.CloudService solution contains the CloudService enrironment to simulate Azure platform locally

--HG--
branch : dev
2010-05-07 12:41:37 -07:00