Commit Graph

33763 Commits

Author SHA1 Message Date
Shannon
ac6f691208 Adds tests for all routes and fixes up some of the issues 2020-05-14 20:59:29 +10:00
Shannon
18a1a72349 writes tests for endpoint routes 2020-05-14 18:08:59 +10:00
Shannon
e3591923c3 Gets auto-routing back office api controllers working, lots of notes 2020-05-14 17:04:16 +10:00
Shannon
64b78676da fix namespace 2020-05-14 14:47:59 +10:00
Shannon
3bacba3ecd Streamlines, simplifies and makes all routing consistent, fixes catch all route by installer 2020-05-13 17:14:09 +10:00
Shannon
768d95588f Moves the PreviewController to netcore, ports the UmbracoAuthorizeAttribute to netcore, routes the minimal back office controllers and dynamically routes based on runtime. 2020-05-13 16:09:54 +10:00
Shannon
4d6df1405f Moves routing into IAreaRoutes, ensures back office is redirected if installed 2020-05-13 14:49:00 +10: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
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
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
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
Bjarke Berg
1499e4538f AB#6233 - Clear other formatters in AngularJsonOnlyConfigurationAttribute and changed to inject dependencies and use TypeFilter 2020-05-07 09:46:42 +02:00
Bjarke Berg
525df22239 AB#6233 - Clear other formatters in AngularJsonOnlyConfigurationAttribute 2020-05-07 09:39:46 +02:00
Bjarke Berg
8f7c022f2d AB#6233 - Handle ApplicationUrl 2020-05-07 09:34:16 +02:00
Shannon Deminick
aff41762ac Merge pull request #8061 from umbraco/v8/bugfix/5716-section-check-when-no-dashboards
Preventive check that will enable sections load for users with no dashboards
2020-05-07 15:46:16 +10:00
Bjarke Berg
269c75e26b AB¤6233 - Reverted changes to typefinder and implemented check for if SqlCE is available in the install process 2020-05-06 20:37:03 +02:00
Bjarne Fyrstenborg
88c842ccda Add utility function equivalent to angular.fromJson (#8014) 2020-05-06 16:41:00 +02:00
Warren Buckley
fff23095a6 Merge pull request #5677 from umbraco/v8/feature/5656-ux-doctype-property-creation-journey
New user journey for the DataType Picker in the DocumentType Editor
2020-05-06 15:03:07 +01:00
Niels Lyngsø
ff54543adf align button style for languages 2020-05-06 15:58:39 +02:00
Niels Lyngsø
0d412598dd add control-group to message for proper spacing 2020-05-06 15:24:14 +02:00
Niels Lyngsø
9e9270cc70 added missing slash 2020-05-06 15:19:45 +02:00
Niels Lyngsø
45ba811a96 simplified umbCmsTitleCase 2020-05-06 15:11:16 +02:00
Niels Lyngsø
addb21b832 Update src/Umbraco.Web.UI.Client/src/less/components/umb-group-builder.less
Co-authored-by: Warren Buckley <warren@umbraco.com>
2020-05-06 15:02:20 +02:00
Niels Lyngsø
46a91f62a5 Update src/Umbraco.Web.UI.Client/src/less/components/umb-group-builder.less
Co-authored-by: Warren Buckley <warren@umbraco.com>
2020-05-06 15:02:00 +02:00