Bjarke Berg
|
90c2381c86
|
Renamed Umbraco.Abstractions to Umbraco.Core
|
2020-02-24 08:21:53 +01:00 |
|
Bjarke Berg
|
816baa5eaf
|
Moved SystemFiles to abstractions
|
2019-12-05 10:43:45 +01:00 |
|
Bjarke Berg
|
204bbd5c46
|
Moved IOHelper to abstractions
|
2019-12-05 10:41:58 +01:00 |
|
Bjarke Berg
|
28ecb355dd
|
Let IOHelper use IHostingEnvironment
|
2019-12-04 21:30:18 +01:00 |
|
Bjarke Berg
|
969832310e
|
Merge remote-tracking branch 'origin/netcore/dev' into netcore/feature/core-cannot-use-system-web
|
2019-11-26 08:47:33 +01:00 |
|
Bjarke Berg
|
323a60fa76
|
Removed IOHelper.Default, to prepare for injecting
|
2019-11-26 08:15:00 +01:00 |
|
Bjarke Berg
|
3e360abf15
|
Removed static ApplicationUrlHelper and introduced IBackOfficeInfo and AspNetBackOfficeInfo
|
2019-11-21 14:19:56 +01:00 |
|
Bjarke Berg
|
fc22282a59
|
Injecting IHostingEnvironment
|
2019-11-20 15:21:09 +01:00 |
|
Bjarke Berg
|
bec4205ef5
|
Introduced a IHostingEnvironment and one implemtation for AspNetHostingEnvironment
|
2019-11-20 13:38:41 +01:00 |
|
Bjarke Berg
|
969d8fbedd
|
Introduced a IIpResolver
|
2019-11-20 11:27:19 +01:00 |
|
Bjarke Berg
|
ca77c519e9
|
Merge remote-tracking branch 'origin/netcore/dev' into netcore/feature/remove_current_iohelper
# Conflicts:
# src/Umbraco.Abstractions/Configuration/ConfigsExtensions.cs
# src/Umbraco.Configuration/GlobalSettings.cs
# src/Umbraco.Tests/Persistence/Repositories/ScriptRepositoryTest.cs
# src/Umbraco.Tests/Persistence/Repositories/StylesheetRepositoryTest.cs
# src/Umbraco.Tests/PublishedContent/NuCacheChildrenTests.cs
# src/Umbraco.Tests/PublishedContent/NuCacheTests.cs
# src/Umbraco.Tests/TestHelpers/TestHelper.cs
|
2019-11-19 08:13:35 +01:00 |
|
Bjarke Berg
|
541e7a3cb5
|
AB3734 - Post merge fixes
|
2019-11-19 08:04:24 +01:00 |
|
Bjarke Berg
|
c9c4d3acdf
|
Merge remote-tracking branch 'origin/netcore/dev' into netcore/feature/AB3734-move-io-stuff
# Conflicts:
# src/Umbraco.Tests/Persistence/Repositories/ScriptRepositoryTest.cs
# src/Umbraco.Tests/Persistence/Repositories/StylesheetRepositoryTest.cs
|
2019-11-19 07:55:05 +01:00 |
|
Bjarke Berg
|
4f204543e6
|
AB3734 - Moved alot of stuff from Umbraco.Core.IO into abstractions
|
2019-11-19 07:53:40 +01:00 |
|
Søren Gregersen
|
be7c1f6eb1
|
fixed (almost all) tests
|
2019-11-18 20:43:38 +01:00 |
|
Søren Gregersen
|
0bdf0ec122
|
merged
|
2019-11-18 19:51:42 +01:00 |
|
Søren Gregersen
|
b99f2ca25f
|
merged
|
2019-11-18 19:46:32 +01:00 |
|
Søren Gregersen
|
c1ecfbefd5
|
fix: reverted a few placed, passing tests
|
2019-11-18 17:40:15 +01:00 |
|
Bjarke Berg
|
603ec0ccfb
|
AB3594 - Moved the composition root out to UmbracoApplicationBase, and injecting the needed parts from there. Also remove usages of ConfigurationManager from Umbraco.Core
|
2019-11-15 11:41:13 +01:00 |
|
Shannon Deminick
|
d0f534e2f4
|
Merge pull request #7120 from umbraco/netcore/feature/AB3649-move-manifest-stuff
Netcore: Move manifest code
|
2019-11-14 12:10:25 +11:00 |
|
Søren Gregersen
|
7b19ab005b
|
first round of refactoring
|
2019-11-13 21:12:02 +01:00 |
|
Bjarke Berg
|
2e200779f9
|
Merge branch 'netcore/feature/abstract-systemdirectories' into netcore/feature/AB3594_move_exsiting_configuration_to_own_project
|
2019-11-13 14:20:21 +01:00 |
|
Bjarke Berg
|
c9a99f52aa
|
Can't have the path info on IOHelper, because that leads to a cycle between config and IOHelper. Now you need to go directly to config, if you need a path
|
2019-11-13 14:15:50 +01:00 |
|
Bjarke Berg
|
5edac2a476
|
Merge branch 'netcore/feature/abstract-systemdirectories' into netcore/feature/AB3594_move_exsiting_configuration_to_own_project
# Conflicts:
# src/Umbraco.Abstractions/IO/IIOHelper.cs
# src/Umbraco.Core/IO/IOHelper.cs
|
2019-11-13 13:26:44 +01:00 |
|
Bjarke Berg
|
b721e75cd2
|
Move the config usage out of IOHelper
|
2019-11-13 13:22:28 +01:00 |
|
Bjarke Berg
|
e7683b7a39
|
Cleanup and moved some methods from the interface
|
2019-11-13 12:56:22 +01:00 |
|
Bjarke Berg
|
0be396c4fd
|
Post merge fixes
|
2019-11-13 12:53:01 +01:00 |
|
Bjarke Berg
|
9889967b83
|
Merge branch 'netcore/feature/abstract-systemdirectories' into netcore/feature/AB3594_move_exsiting_configuration_to_own_project
# Conflicts:
# src/Umbraco.Abstractions/Configuration/GlobalSettingsExtensions.cs
# src/Umbraco.Core/ConfigsExtensions.cs
# src/Umbraco.Core/Configuration/GlobalSettings.cs
# src/Umbraco.Tests/Configurations/GlobalSettingsTests.cs
|
2019-11-13 12:38:56 +01:00 |
|
Bjarke Berg
|
683c0da468
|
Moved stuff from SystemDirectories into constants and IOHelper to avoid a circular dependency
|
2019-11-13 11:56:32 +01:00 |
|
Bjarke Berg
|
424260ac2b
|
Merge branch 'netcore/feature/abstract-systemdirectories' into netcore/feature/AB3594_move_exsiting_configuration_to_own_project
# Conflicts:
# src/Umbraco.Core/ConfigsExtensions.cs
|
2019-11-12 15:32:45 +01:00 |
|
Bjarke Berg
|
0fcf8325e3
|
Changed SystemDirectories from static to instance, Added interface in abstractions and create a static property on current.
|
2019-11-12 15:25:21 +01:00 |
|
Bjarke Berg
|
b64b0758e1
|
Merge remote-tracking branch 'origin/netcore/dev' into netcore/feature/AB3649-move-manifest-stuff
|
2019-11-12 10:42:48 +01:00 |
|
Shannon
|
f154d9c333
|
Moves TypeLoader to abstractions
|
2019-11-11 18:56:14 +11:00 |
|
Bjarke Berg
|
ed82bd05c6
|
AB3649 - Abstracted IPropertyType, IProperty and IPropertyValue
|
2019-11-08 14:27:27 +01:00 |
|
Bjarke Berg
|
0b7422c0d7
|
AB3653 - Moved IIOHelper interface to abstractions
|
2019-11-08 08:52:44 +01:00 |
|
Bjarke Berg
|
13507c0e13
|
AB3653 - Static IOHelper -> IIOHelper (Moved into Current as a first step 😭)
|
2019-11-08 07:51:14 +01:00 |
|
Bjarke Berg
|
fc2fc18a26
|
Moved filesytem abstractions + removed resharper warnings
|
2019-11-04 19:22:17 +01:00 |
|
Warren Buckley
|
7d2c92b651
|
A new temp location for RTE uploads
|
2019-09-09 15:54:03 +01:00 |
|
Stephan
|
e167388e74
|
Make UniqueMediaPathScheme deterministic
|
2019-02-22 09:44:25 +01:00 |
|
Stephan
|
9ecd63eaed
|
Move to UniqueMediaPathScheme
|
2019-02-21 12:20:10 +01:00 |
|
Stephan
|
5edd61107f
|
Combined Guids media path scheme
|
2019-02-21 11:28:51 +01:00 |
|
Stephan
|
3dfe653ef4
|
Better throwing on long path in filesystems
|
2019-02-20 17:04:29 +01:00 |
|
Stephan
|
db4dc9006a
|
Shorten filepaths
|
2019-02-20 17:04:29 +01:00 |
|
Stephan
|
db4d88b2dc
|
Shorten shadow filesystems identifiers
|
2019-02-20 14:10:15 +01:00 |
|
Stephan
|
64154da4e4
|
Get LocalTempPath in GlobalSettings
|
2019-02-15 09:45:51 +01:00 |
|
Warren Buckley
|
69f7a1b7b9
|
Finish up remaining AppSetting keys as Constants
|
2019-01-31 12:05:56 +00:00 |
|
Callum Whyte
|
2036da5e84
|
V8: kill usercontrol support, cleanup macros (#4329)
|
2019-01-30 18:37:07 +01:00 |
|
Shannon
|
fccfa4f412
|
Removes umbraco settings: ImageTagAllowedAttributes, UploadAllowDirectories, ensureUniqueNaming, ImageTagAllowedAttributes, ScriptEditorDisable, ScriptFolderPath, UploadAllowDirectories
|
2019-01-30 23:42:25 +11:00 |
|
Shannon
|
febc788c20
|
Merge remote-tracking branch 'origin/temp8' into temp8-remove-legacy-controls
# Conflicts:
# src/Umbraco.Web/UI/Pages/UmbracoEnsuredPage.cs
|
2019-01-30 14:36:40 +11:00 |
|
Callum Whyte
|
1340a5ce4b
|
Removing support for legacy webservices
|
2019-01-29 20:23:20 +01:00 |
|