This website requires JavaScript.
Explore
Help
Register
Sign In
yv01p
/
Umbraco-CMS
Watch
1
Star
0
Fork
0
You've already forked Umbraco-CMS
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
ddd0e8abb50ddb4b9fb14ab4590151e8f65b2ec6
Umbraco-CMS
/
src
/
Umbraco.Core
/
IO
History
Shannon
4db6ce4b22
Fixes various issues relating to File Repositories and Services: U4-4014 FileRepositories offer no way to create folders, U4-4013 The models that the FileService produces causes security exceptions, U4-3993 Replace system.io calls in umbraco.scriptTasks legacy task
...
updates to latest CDF
2014-01-09 18:08:13 +11:00
..
FileSecurityException.cs
…
FileSystemExtensions.cs
Fixes various issues relating to File Repositories and Services: U4-4014 FileRepositories offer no way to create folders, U4-4013 The models that the FileService produces causes security exceptions, U4-3993 Replace system.io calls in umbraco.scriptTasks legacy task
2014-01-09 18:08:13 +11:00
FileSystemProviderAttribute.cs
Fixes: #U4-1469, #U4-1156
2013-05-14 14:18:41 -10:00
FileSystemProviderConstants.cs
Fixes: #U4-1469, #U4-1156
2013-05-14 14:18:41 -10:00
FileSystemProviderManager.cs
Fixes: #U4-1469, #U4-1156
2013-05-14 14:18:41 -10:00
FileSystemWrapper.cs
…
IFileSystem.cs
Fixes various issues relating to File Repositories and Services: U4-4014 FileRepositories offer no way to create folders, U4-4013 The models that the FileService produces causes security exceptions, U4-3993 Replace system.io calls in umbraco.scriptTasks legacy task
2014-01-09 18:08:13 +11:00
IOHelper.cs
Remove previous fix, and move it to IsReservedPathOrUrl
2013-11-07 19:06:25 +02:00
MediaFileSystem.cs
…
PhysicalFileSystem.cs
…
ResizedImage.cs
Obsoletes UmbracoFile with new UmbracoMediaFile in the Core assembly and wraps the legacy class to use the new one. Improves performance of UmbracoMediaFile by ensuring any IO is lazy loaded and then saved to a local property so it doesn't need to re-read the file for things like length/size.
2013-07-23 17:59:44 +10:00
SystemDirectories.cs
…
SystemFiles.cs
…
UmbracoMediaFile.cs
Obsoletes UmbracoFile with new UmbracoMediaFile in the Core assembly and wraps the legacy class to use the new one. Improves performance of UmbracoMediaFile by ensuring any IO is lazy loaded and then saved to a local property so it doesn't need to re-read the file for things like length/size.
2013-07-23 17:59:44 +10:00