Shannon
6f7e1cac3e
Merge branch 'temp8' into temp8-contexts
2019-02-15 12:55:17 +11:00
Stephan
186e8fc58b
Introduce IUmbracoContextFactory
2019-02-14 12:11:06 +01:00
Stephan
7660e9fb25
Reorganize composition code
2019-02-14 09:15:47 +01:00
Aaron Powell
c50daf87a5
Moving to using IOHelper.IsHosted
2019-02-14 13:44:24 +11:00
Aaron Powell
88a2878cf2
Removing ClientDependency setup for non-web runtimes
2019-02-12 14:48:49 +11:00
Warren Buckley
69f7a1b7b9
Finish up remaining AppSetting keys as Constants
2019-01-31 12:05:56 +00:00
Shannon
eef86689c8
Removes booting.aspx and creates embedded html pages for booting and failed (if those are ever seen ), renames some classes and namespaces, removes old cdf bundle classes
2019-01-29 23:05:59 +11:00
Chris Houston
0b6ba5aa52
Temp8 - Fixing spelling / typos etc in Umbraco.Web ( #4148 )
2019-01-26 16:52:19 +01:00
Shannon
355ac09d90
WIP - moved out the tree and section service from Core, these are web only things, removes their xml parsing, fixes base controller ctor params with UmbracoContext, need to implement tree/section collections taking into account controllers and not scanning so much
2019-01-17 13:20:19 +11:00
Shannon
44ab0991ce
Package installing is working
2019-01-15 22:08:08 +11:00
Stephan
84f6239c98
Components Initialize and Terminate
2019-01-07 09:46:11 +01:00
Stephan
f6cd13488e
Refactor collection builders to be nicer with DI
2019-01-04 09:34:08 +01:00
Stephan
1bd4cba9ac
Fix component constructors
2019-01-04 08:36:38 +01:00
Stephan
816ed84a2f
Refactor components
2019-01-03 21:00:28 +01:00
Stephan
adced099be
Move UmbracoConfig singleton to Current
2018-12-12 23:31:16 +01:00
Stephan
3e082f1a94
Restructure registration of essential services, validate
2018-12-12 14:28:57 +01:00
Stephan
7f8eeeab83
Merge branch temp8 into temp8-di2690
2018-12-07 16:12:08 +01:00
Stephan
1eee6dfb2f
Cleanup
2018-12-07 14:05:47 +01:00
Stephan
6dad124d5b
Merge branch 'temp8' into temp8-manifest
2018-12-07 13:53:28 +01:00
Stephan
710ec704b3
Merge branch temp8 into temp8-di2690
2018-12-07 09:52:46 +01:00
Bjarke Berg
aee6156a09
Refactored the ManifestContentAppDefinition to have a factory and a seperate data class.
2018-12-06 10:02:23 +01:00
Stephan
c6a9701e53
Merge branch temp8 into temp8-di2690
2018-12-05 09:05:47 +01:00
Stephan
e5d12117d5
Composition can set default renderMvc controller
2018-12-05 08:19:21 +01:00
Shannon
d549cb8e3d
Merge remote-tracking branch 'origin/temp8' into temp8-3527-indexes-via-code
2018-12-05 17:36:50 +11:00
Stephan
73f31dd800
Refactor manifest dashboards, security
2018-12-04 11:37:07 +01:00
Shannon
f8d203abff
Updates latest examine + api updates + fixes tests, gets different validation working (valid, failed, filtered)
2018-12-03 22:10:56 +11:00
Shannon
a5b331f6d7
Gets site running with dashboards
2018-12-03 16:40:28 +11:00
Shannon
162b90194d
Gets sln building, removes old legacy settings, removes ascx dashboard support
2018-12-03 16:14:49 +11:00
Stephan
146bbcec4b
Merge branch temp8 into temp8-di2690
2018-11-29 12:38:44 +01:00
Stephan
c6891c6c70
RegisterUnique
2018-11-29 10:35:16 +01:00
Stephan
e9de6c1fc9
Naming is hard
2018-11-28 17:35:12 +01:00
Stephan
49a0b68b28
IContainer is IRegister+IFactory
2018-11-28 11:05:41 +01:00
Stephan
c23c7749b4
Composition fixes
2018-11-27 14:04:08 +01:00
Warren Buckley
7c5f5e873d
Merge pull request #3621 from umbraco/temp8-controllers
...
Refactor/fix registering controllers
2018-11-27 10:18:28 +00:00
Stephan
5b111f9629
More composition simplification
2018-11-27 10:37:33 +01:00
Stephan
b8608f1b2e
Refactor runtimes, injection and composition
2018-11-26 16:54:32 +01:00
Stephan
27c2b3ba5e
Cleanup
2018-11-26 14:43:19 +01:00
Stephan
6ffc340725
Merge branch temp8 into temp8-di2690
2018-11-23 14:58:08 +01:00
Stephan
aa621f687e
Refactor/fix registering controllers
2018-11-13 10:07:30 +01:00
Shannon
bae9bb6108
Initial cleanup of IActions, menu items, etc...
2018-10-29 17:27:33 +11:00
Stephan
d7adf63a62
Cleanup UmbracoContext registration
2018-10-26 16:06:45 +02:00
Lars-Erik Aabech
8664f90167
Merge remote-tracking branch 'fork/temp8-u4-11427-remove-propertyinjection' into castle-compatibility-cleanup
...
# Conflicts:
# src/Umbraco.Tests/Models/MediaXmlTest.cs
2018-10-16 19:44:48 +02:00
Stephan
66d931490e
Merge branch temp8 into temp8-di2690
2018-10-08 19:22:20 +02:00
Stephan
d6775aa79a
Implement content apps code config and manifest
2018-09-21 08:09:53 +02:00
Lars-Erik Aabech
236a755f78
Registration changes for LI when registereing transients.
...
Can now boot backoffice and can log in when using LightInject.
Before this, the automapper profiles weren't there on the container even if registered.
These changes seem to have solved it.
No real proof or testing back and forth, but it makes LI work...
# Conflicts:
# src/Umbraco.Web/Runtime/WebRuntimeComponent.cs
2018-09-09 22:55:00 +02:00
Stephan
865d3f6e30
Cleanup and Fix DI
2018-07-30 16:16:10 +02:00
Stephan
5836cd05cb
Abstract container (in progress)
2018-07-20 15:45:01 +02:00
Stephan
9e9a0d301f
Cleanup and Refactor
2018-07-20 09:49:05 +02:00
Stephan
fded7db542
Merge branch temp8 into temp8-di
2018-07-18 10:46:42 +02:00
Shannon
ec1d013004
Manually merges the IgnorePublishedContentCollisions change, removes more service locator pattern, removes ContextMapper with UmbracoContext and instead uses IUmbracoContextAccessor and adjusts some DI.
2018-07-18 14:34:32 +10:00