Bjarke Berg
|
7532453dc5
|
Merge pull request #8093 from umbraco/netcore/feature/AB6455-migrate-surfacecontroller
Netcore: Migration of SurfaceController
|
2020-05-15 13:33:00 +02:00 |
|
Bjarke Berg
|
87a26f7b6f
|
AB6455 - Cleanup and added TODO to ensure we get this tested
|
2020-05-15 12:24:37 +02:00 |
|
Bjarke Berg
|
c7a9f56295
|
AB6455 - Moved SurfaceControllerTests to unit tests
|
2020-05-15 10:05:29 +02:00 |
|
Bjarke Berg
|
317edabf02
|
AB6455 - Fix issue with ITempDataDictionary
|
2020-05-12 21:04:55 +02:00 |
|
Bjarke Berg
|
cd48adc7af
|
AB6455 - Stub'ed WebSecurity, cleanup and fix issue with content root vs web root
|
2020-05-12 20:28:40 +02:00 |
|
Bjarke Berg
|
f586883da1
|
AB6455 Fix issue with ITempDataDictionary
|
2020-05-12 19:58:51 +02:00 |
|
Bjarke Berg
|
d3b15c4a41
|
AB6455 Fix missing umbracoContextAccessor in ctors
|
2020-05-12 19:12:57 +02:00 |
|
Elitsa Marinovska
|
86cef94566
|
Re-implementing SurfaceControllerTests
|
2020-05-12 16:11:11 +02:00 |
|
Elitsa Marinovska
|
6ddb103782
|
Merge remote-tracking branch 'origin/netcore/netcore' into netcore/feature/AB6455-migrate-surfacecontroller
|
2020-05-12 13:43:22 +02:00 |
|
Bjarke Berg
|
2e51b11f7c
|
Merge pull request #8095 from umbraco/netcore/feature/redirect-installer
Redirect to installer and ext method/startup cleanup
|
2020-05-12 10:58:49 +02:00 |
|
Bjarke Berg
|
cfcdcae64a
|
Cleanup and fixed issue with permanent redirect
|
2020-05-12 10:51:59 +02:00 |
|
Shannon
|
54769e2416
|
doh fix build
|
2020-05-12 17:25:30 +10:00 |
|
Shannon
|
42c347dc21
|
doh fix build
|
2020-05-12 17:19:19 +10:00 |
|
Shannon
|
1607045347
|
fix namespace
|
2020-05-12 17:16:42 +10:00 |
|
Shannon
|
a34d94845c
|
Fixes tests
|
2020-05-12 17:14:39 +10:00 |
|
Shannon
|
f427059d41
|
Fixes routing for installer to use an area, fixes URL generation
|
2020-05-12 17:10:02 +10:00 |
|
Elitsa Marinovska
|
cbf7f5ccc3
|
Merge remote-tracking branch 'origin/netcore/netcore' into netcore/feature/AB6455-migrate-surfacecontroller
|
2020-05-12 08:29:39 +02:00 |
|
Elitsa Marinovska
|
95dd55506a
|
Merge remote-tracking branch 'origin/netcore/feature/AB6352-migrate-action-results' into netcore/feature/AB6455-migrate-surfacecontroller
|
2020-05-12 08:17:02 +02:00 |
|
Elitsa Marinovska
|
3672e61104
|
Resolving service dependency
|
2020-05-12 08:10:32 +02:00 |
|
Shannon
|
8a7bc5d3d2
|
Removes null writer
|
2020-05-12 15:45:59 +10:00 |
|
Shannon
|
4464980b4a
|
Merge remote-tracking branch 'origin/netcore/netcore' into netcore/feature/redirect-installer
|
2020-05-12 15:44:56 +10:00 |
|
Shannon
|
1f25e28e08
|
Move install ext methods to it's own class, adds catch all redirect when we need to install
|
2020-05-12 15:44:14 +10:00 |
|
Bjarke Berg
|
9e6ed6fb6f
|
Merge pull request #8094 from umbraco/netcore/feature/mvc-application-model
Don't modify global MVC options (and more)
|
2020-05-12 07:38:19 +02:00 |
|
Elitsa Marinovska
|
33768e3806
|
Adding missing import
|
2020-05-12 07:26:03 +02:00 |
|
Shannon
|
bcaede22f1
|
Cleans up ext methods and where they are located and what they call to ensure dependencies are taken care of, cleans up Startup, moves routing appropriately
|
2020-05-12 15:18:55 +10:00 |
|
Shannon
|
4107ccdb12
|
cleanup unneeded code , adds notes
|
2020-05-12 14:20:43 +10:00 |
|
Shannon
|
3add4746fe
|
Gets body model binders working per controller and figures out how the application model works
|
2020-05-12 12:29:03 +10:00 |
|
Shannon
|
39fed867c1
|
Cleans up some routing, mvc base classes, gets controller specific model binding working, applies our own application model to our controllers
|
2020-05-12 10:21:40 +10:00 |
|
Elitsa Marinovska
|
8b047b55a0
|
Uncommenting testing implementation
|
2020-05-11 21:24:21 +02:00 |
|
Elitsa Marinovska
|
0eefbfd449
|
Migrating SurfaceController
|
2020-05-11 20:29:38 +02:00 |
|
Elitsa Marinovska
|
87ce202a1e
|
Marking actions in old BackOfficeController as migrated. Updating the netcore BackOfficeController after merge
|
2020-05-11 17:05:57 +02:00 |
|
Elitsa Marinovska
|
412067e11f
|
Merge remote-tracking branch 'origin/netcore/netcore' into netcore/feature/AB6455-migrate-surfacecontroller
# Conflicts:
# src/Umbraco.Web.UI.NetCore/Startup.cs
|
2020-05-11 16:50:36 +02:00 |
|
Elitsa Marinovska
|
0e47718d0c
|
Migrating 2 actions in relation to testing JsonNetResult action result
|
2020-05-11 16:44:08 +02:00 |
|
Elitsa Marinovska
|
d33aa6cdf5
|
Updating the way we get UmbracoContext in RedirectToUmbracoPageResult.cs; removing the flushing in JsonNetResult.cs and adding necessary configuration for allowing sync operations needed in JsonNetResult.cs
|
2020-05-11 16:23:33 +02:00 |
|
Elitsa Marinovska
|
00f4899d94
|
Merge branch 'netcore/dev' into netcore/feature/AB6352-migrate-action-results
|
2020-05-11 16:07:59 +02:00 |
|
Bjarke Berg
|
be81e927a9
|
Merge remote-tracking branch 'origin/netcore/dev' into netcore/netcore
|
2020-05-11 12:31:47 +02:00 |
|
Bjarke Berg
|
f8c4ac6623
|
Merge remote-tracking branch 'origin/v8/dev' into netcore/dev
|
2020-05-11 12:24:45 +02:00 |
|
Niels Lyngsø
|
945f4db4c3
|
8087 forEach utility method (#8088)
|
2020-05-11 12:04:07 +02:00 |
|
Bjarke Berg
|
3c622905ba
|
Merge remote-tracking branch 'origin/v8/dev' into netcore/dev
# Conflicts:
# src/Umbraco.Infrastructure/Models/Mapping/ContentTypeMapDefinition.cs
# src/Umbraco.Web/Editors/BackOfficeServerVariables.cs
|
2020-05-11 08:23:59 +02:00 |
|
Shannon Deminick
|
09a3c4afee
|
Merge pull request #8009 from umbraco/netcore/feature/AB6233-install-steps-in-dotnet-core
Netcore: Install steps in dotnet core executable
|
2020-05-11 15:59:42 +10:00 |
|
Shannon
|
aa25e29e7b
|
removes old machine key things
|
2020-05-08 17:53:24 +10:00 |
|
Shannon
|
1cc548a031
|
Adds notes
|
2020-05-08 17:47:21 +10:00 |
|
Shannon
|
7a185b6e87
|
reduce duplication
|
2020-05-08 17:36:59 +10:00 |
|
Shannon
|
12bb68100a
|
Remove ununsed and unneeded DbProviderFactory CreateFactory(); from IDbProviderFactoryCreator, ensure the app doesn't explode if exceptions are thrown and boot fails
|
2020-05-08 17:30:30 +10:00 |
|
Shannon
|
d899e050fe
|
resolves types from the assembly that was loaded, removes unused references, adds notes
|
2020-05-08 16:35:37 +10:00 |
|
Bjarke Berg
|
6a078ee09e
|
AB#6233 - reorderen routing
|
2020-05-07 15:24:46 +02:00 |
|
Bjarke Berg
|
e121ce136f
|
AB#6233 - Clean up
|
2020-05-07 10:21:32 +02:00 |
|
Bjarke Berg
|
e3f9b94fd0
|
AB#6233 - Added HttpPost to ensure only posts are possible
|
2020-05-07 10:13:54 +02:00 |
|
Bjarke Berg
|
e4dfdbb504
|
AB#6233 - renamed extensions namespace to Umbraco.Extensions
|
2020-05-07 10:08:23 +02:00 |
|
Bjarke Berg
|
fa3f52c6d3
|
AB#6233 - Clean up
|
2020-05-07 10:00:18 +02:00 |
|