cyberdot
01362d0dd0
NetCore: Abstract ConfigurationManager references
2020-03-03 11:18:54 +00:00
Andy Butland
e6a55a215a
Replaced nonodes.aspx with MVC controller and view, with configurable view location.
2020-02-29 14:26:35 +01:00
Bjarke Berg
765f50a301
Merge branch 'netcore/feature/move-more-install-stuff' into netcore/feature/executable-backoffice
2020-02-27 10:04:30 +01:00
Bjarke Berg
ba97598044
- Moved dashboards to Core
...
- Introduced IUserAgentProvider, instead of using HttpContext directly
- Introduced IUmbracoApplicationLifetime, instead of using UmbracoApplication directly
- Introduced IMachineKeyConfig instead of using WebConfigurationManager directly
- Move information about dbProvider to the SqlSyntax
- Moved install steps
2020-02-26 13:52:06 +01:00
Bjarke Berg
4aac898e08
Worked on AspNetCoreHostingEnvironment.cs
2020-02-25 10:18:07 +01:00
Bjarke Berg
c975162e14
Merge remote-tracking branch 'origin/netcore/dev' into netcore/feature/executable-backoffice
2020-02-24 09:57:27 +01:00
Bjarke Berg
683c0b8732
Merge branch 'netcore/dev' into netcore/feature/move-mappings-after-httpcontext
2020-02-24 08:24:19 +01:00
Bjarke Berg
90c2381c86
Renamed Umbraco.Abstractions to Umbraco.Core
2020-02-24 08:21:53 +01:00
Bjarke Berg
bec4205ef5
Introduced a IHostingEnvironment and one implemtation for AspNetHostingEnvironment
2019-11-20 13:38:41 +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
Bjarke Berg
126380dcee
AB3594 - Removed references from core to configuration
2019-11-14 12:49:56 +01:00
Bjarke Berg
b50ffb11bd
post merge
2019-11-13 15:52:18 +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
0be396c4fd
Post merge fixes
2019-11-13 12:53:01 +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
ad91b2d9fc
More movement
2019-11-13 10:48:51 +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
3a9686d56b
AB3594 - Moved more config stuff
2019-11-12 14:42:57 +01:00
Bjarke Berg
80b17e388f
Using IIOHelper in ManifestParser
2019-11-08 08:24:34 +01:00
Bjarke Berg
2ce67dcf9a
Merge branch 'netcore/feature/non-static-iohelper' into netcore/feature/AB3594_move_exsiting_configuration_to_own_project
...
# Conflicts:
# src/Umbraco.Core/Manifest/ManifestParser.cs
# src/Umbraco.Tests/Composing/CompositionTests.cs
2019-11-08 07:55:23 +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
a3e73b59bf
More config movement
2019-11-07 13:02:30 +01:00
Bjarke Berg
c77d910e95
Move some of the config to Umbraco.Configuration
2019-11-07 13:02:29 +01:00
Bjarke Berg
c6ca955d5a
Move some of the config to Umbraco.Configuration
2019-11-07 13:02:29 +01:00
Bjarke Berg
48437adb47
Move Configs to abstractions
2019-11-07 13:02:27 +01:00
Bjarke Berg
4f5a5a09b4
Move events
2019-11-07 13:02:26 +01:00
Bjarke Berg
eade92e803
Merge remote-tracking branch 'origin/v8/dev' into vx/feature/unicore
...
# Conflicts:
# src/Umbraco.Core/ObjectExtensions.cs
# src/Umbraco.Core/Persistence/Repositories/Implement/ContentTypeRepositoryBase.cs
# src/Umbraco.Core/StringExtensions.cs
# src/Umbraco.Web.UI.Client/package-lock.json
2019-10-30 13:35:48 +01:00
Søren Kottal
56f33e1006
Adds nametemplates for grid editors ( #6634 )
...
* Adds nametemplates for grid editors
2019-10-25 12:35:15 +02:00
Søren Kottal
131273bb5c
V8 style preview badge ( #6585 )
...
* V8 style preview badge
* updates the preview badges in other places
* Removes umbraco logo
* changes the "click to end" icon
* Set flex-shrink to 0 on the badge end element
* adds width:1em to the svg
2019-10-25 11:37:58 +02:00
Bjarke Berg
2b8805b69d
Merge branch 'v8/dev' into vx/feature/unicore
...
# Conflicts:
# src/Umbraco.Web.UI.Client/package-lock.json
2019-10-09 11:09:10 +02:00
Shannon
942c6c75c5
fixes tests
2019-09-11 23:01:11 +10:00
Shannon
0a12f86108
Moves the reserved path detection to RoutableDocumentFilter, adds caching to MVC route detection
2019-09-10 16:09:09 +10:00
Bjarke Berg
9a2d309dbe
Merge remote-tracking branch 'origin/v8/dev' into vx/feature/unicore
...
# Conflicts:
# src/Umbraco.Abstractions/EnumerableExtensions.cs
# src/Umbraco.Abstractions/Models/Entities/EntityBase.cs
# src/Umbraco.Core/Models/Member.cs
2019-07-03 15:05:34 +02:00
Stephan
44e567aa34
Prepare MB future
...
- implement manifest filters to tweak manifests after they have been parsed
- make IEditorValidator public
- stop relying on InternalsVisibleTo Umbraco.ModelsBuilder
2019-06-27 12:42:40 +02:00
Lars-Erik Aabech
dccee475f2
Moved several configuration abstractions including IUmbracoSettingsSection.
2019-05-20 18:39:41 +02:00
Shannon
57ff36452e
Moves Strings and extensions to abstractions (where possible)
2019-05-20 17:57:28 +02:00
Stephan
aa75fcfdb3
Fix bad local temp path
2019-04-12 17:40:10 +02:00
Stephan
fbfa7e8566
Cleanup temp path in global config
2019-03-11 14:40:18 +01:00
Shannon
02f8c4a106
Adds TODO note
2019-02-19 16:55:57 +11:00
Stephan
6f0ba2236f
Fix IGlobalSettings.LocalTempPath in tests
2019-02-15 10:52:30 +01:00
Stephan
64154da4e4
Get LocalTempPath in GlobalSettings
2019-02-15 09:45:51 +01:00
Shannon
5b3f21c541
fixes tests
2019-02-06 22:12:00 +11:00
Shannon
4b9a13c3a1
Updates mini profiler
2019-02-06 19:04:52 +11:00
Warren Buckley
69f7a1b7b9
Finish up remaining AppSetting keys as Constants
2019-01-31 12:05:56 +00:00
Warren Buckley
34be548aec
Start work on adding AppSettings keys into a constants class & use new prefix of Umbraco.Core.
2019-01-31 10:56:09 +00:00
Shannon
f8fd255239
Last cleanup of unused umbraco settings
2019-01-31 01:37:38 +11:00