Commit Graph
14 Commits
Author SHA1 Message Date
Sebastien Ros 02b889a925 Merge branch '1.8.x' into 1.x 2015-05-05 21:42:52 -07:00
Kegan Maher 6baf308b1f avoid null exception in AzureBlobStorageProvider.GetStoragePath, fixes #4402 2015-04-24 15:06:01 -07:00
Lombiq ef10c6902b #20498: Exposing the StorageAccount object from AzureFileSystem
Work Item: 20498
2015-01-15 23:31:07 +01:00
Stanley Goldman e90001605d #20453: Adding Clone Button to Media Library
#20453: Fixing Formatting Issues

#20453: Adding Clone Button to Media Library

Work Item: 20453

Conflicts:
	src/Orchard.Web/Modules/Orchard.MediaLibrary/Controllers/AdminController.cs
	src/Orchard.Web/Modules/Orchard.MediaLibrary/Scripts/media-library.js
2014-10-12 16:17:01 -04:00
Sebastien Ros 5033927da7 Changing default access level for azure containers 2014-07-31 11:35:23 -07:00
Lombiq 584981efe3 #20384: Reconstructing Uri using UriBuilder when there's an available public host name for Azure storage (Orchard.Azure) 2014-03-08 00:09:49 +01:00
Lombiq bf07c5e2d4 #20384: Public host name for Azure storage can be defined with a setting, based on the previous changes (Orchard.Azure)
Work Item: 20384
2014-03-07 17:56:18 +01:00
Sebastien Ros 178dc94555 Fixing LastUpdatedTime fetch on azure 2014-03-03 15:45:53 -08:00
Lombiq d5b68e2c9a #20420: Fixing Internal server error on the Azure Storage emulator when multiple concurrent requests try to access Blob storage.
Work Item: 20420
2014-01-15 22:40:22 +01:00
Sebastien Ros 9bc2d6dfd5 Fixing Azure unit tests 2013-09-06 15:45:21 -07:00
Sebastien Ros d1d51e6f92 Fixing Azure features 2013-09-06 13:44:27 -07:00
Sebastien Ros bde2006dc7 Code cleanup 2013-08-30 12:50:39 -07:00
Daniel Stolt ca34a462b6 Enabled caching by default in Orchard.Azure.Web cloud service role.
Enabled session state cache provider by default in Orchard.Azure.Wew.
Moved all string constants into Constants class.
Got rid of unused implicit module feature of Orchard.Azure.
Added missing settings banner.
Split Orchard.StorageConnectionString role configuration setting up into two separate settings for Media and Settings respectively.
Renamed startup task.
Removed hard coded connection string and container name from AzureFileSystem, making it truly reusable.
2013-08-30 12:13:28 -07:00
Daniel Stolt 92f8d0df80 Added module Orchard.Azure. Added Azure Cache providers to it.
Deleted old module Orchard.AzureBlobStorage.
Moved all Azure code into Orchard.Azure module, deleting the old Orchard.Azure project.
Cleaned up Web.config and Config\* files in Orchard.Web and Orchard.Azure.Web.
2013-08-30 12:13:17 -07:00