Shannon
|
4a8b0f06d1
|
Merge branch 'netcore/task/9727-published-request' into netcore/task/9733-routabledocumentfilter
|
2021-01-11 16:44:01 +11:00 |
|
Shannon
|
c2c42ada3b
|
Fixes review notes
|
2021-01-11 13:55:44 +11:00 |
|
Shannon
|
2feebe7a2c
|
Ensures the routable doc filter is used, adds notes about a small mem leak.
|
2021-01-08 17:54:21 +11:00 |
|
Shannon
|
0ce90cf359
|
Moves UrlExtensions methods to new service and reduce the huge amount of allocated strings during routing
|
2021-01-08 17:21:35 +11:00 |
|
Shannon
|
e1e3200313
|
Merge branch 'netcore/task/9727-published-request' into netcore/task/9733-routabledocumentfilter
|
2021-01-08 15:31:20 +11:00 |
|
Shannon
|
b801199e7c
|
missing commit
|
2021-01-08 15:30:35 +11:00 |
|
Shannon
|
f8033c5281
|
Moves RoutableDocumentFilter along with tests
|
2021-01-08 15:27:07 +11:00 |
|
Shannon
|
b4922d2685
|
re-enables the weird IgnorePublishedContentCollisions, simplifies IPublishedRouter interface (more flexible with request options),
|
2021-01-08 10:42:57 +11:00 |
|
Shannon
|
b017ed0b1b
|
Gets the UpdateRequestToNotFound thing working
|
2021-01-08 02:36:55 +11:00 |
|
Shannon
|
bc6768101e
|
Splits up UmbracoRouteValueTransformer and trying to figure out this hijacked route conundrum with no template :(
|
2021-01-08 02:10:13 +11:00 |
|
Shannon
|
504837054e
|
puts back in events but uses event aggregator, changes IPublishedRouter to async
|
2021-01-08 00:25:09 +11:00 |
|
Shannon
|
333479666c
|
removes ResponseStatusDescription and others that aren't used, ports the not found handler, ports redirects, headers, etc...
|
2021-01-06 20:03:49 +11:00 |
|
Shannon
|
f5bd53b223
|
removes the weird IsInitialPublishedContent
|
2021-01-06 17:31:46 +11:00 |
|
Shannon
|
295ab504cd
|
Splits PublishedRequest into a builder and a immutable object
|
2021-01-06 17:04:35 +11:00 |
|
Shannon
|
a126977a4e
|
Simplifies how view locations are determined
AB#9720
|
2021-01-04 15:43:30 +11:00 |
|
Shannon
|
34427b0104
|
Moves AddDistributed cache back to being called implicitly, ensures notification handlers are not added twice
|
2021-01-04 13:22:29 +11:00 |
|
Shannon
|
d46545faa0
|
For now, we explicitly require AddDistributedCache in Startup so it's not called twice.
|
2021-01-04 13:01:49 +11:00 |
|
Shannon
|
1a0d961e42
|
removes WebsiteComposer, BackOfficeComposer
|
2020-12-24 18:11:16 +11:00 |
|
Shannon
|
e785ac28a3
|
Moves more services and registrations "up", removes AspNetCoreComposer logic and moves to AddWebComponents
|
2020-12-24 14:29:26 +11:00 |
|
Shannon
|
b20ce5a92e
|
A bunch of cleanup for DI namespaces, ext methods and dist cache classes
|
2020-12-24 09:50:05 +11:00 |
|
Shannon
|
d5a19530f3
|
Fixing tests, more DependencyInjection namespace
|
2020-12-23 13:06:22 +11:00 |
|
Shannon
|
696dd0b8dc
|
removes partial keyword
|
2020-12-23 12:11:38 +11:00 |
|
Shannon
|
e62edc7bef
|
missing file
|
2020-12-23 12:02:23 +11:00 |
|
Shannon
|
7115e0a11e
|
shuffles code with DependencyInjection namespace, forgot to commit changes to Startup
|
2020-12-23 12:02:01 +11:00 |
|
Shannon
|
f5e9441e9f
|
renames umb builder ext class to be more explicit, no more AddAllBackOfficeComponents, just AddBackOffice, removes NuCacheComposer
|
2020-12-22 12:16:37 +11:00 |
|
Shannon
|
868c9d02df
|
Fixes routing when installer needs to run
|
2020-12-16 16:39:06 +11:00 |
|
Shannon
|
4bb1535786
|
allows the back office to route
|
2020-12-14 17:43:00 +11:00 |
|
Shannon
|
776df77dfe
|
Notes and cleanup
|
2020-12-11 15:29:27 +11:00 |
|
Shannon
|
63ab8ec52c
|
Lots of notes, removes data tokens,
|
2020-12-10 18:09:32 +11:00 |
|
Shannon
|
4b85f8eb20
|
Big refactor or PublishedSnapshotService to split up so that there's a service and repository responsible for the data querying and persistence
|
2020-12-09 22:43:49 +11:00 |
|
Shannon
|
e3be4009c0
|
Getting front end routing poc going
|
2020-12-08 16:33:50 +11:00 |
|
James Jackson-South
|
0369375d8e
|
Merge branch 'netcore/netcore' into netcore/feature/9397
|
2020-12-01 12:44:10 +00:00 |
|
James Jackson-South
|
748cbb1f7b
|
Normalize builder namespace
|
2020-12-01 12:42:14 +00:00 |
|
Bjarke Berg
|
85c01d9905
|
Merge remote-tracking branch 'origin/netcore/dev' into netcore/netcore
# Conflicts:
# src/Umbraco.Configuration/Legacy/GlobalSettings.cs
# src/Umbraco.Core/Configuration/IGlobalSettings.cs
# src/Umbraco.Core/Models/ContentBaseExtensions.cs
# src/Umbraco.Core/Routing/ContentFinderByRedirectUrl.cs
# src/Umbraco.Core/Routing/DefaultUrlProvider.cs
# src/Umbraco.Core/Runtime/MainDom.cs
# src/Umbraco.Core/Services/IRuntimeState.cs
# src/Umbraco.Infrastructure/Compose/NotificationsComponent.cs
# src/Umbraco.Infrastructure/PropertyEditors/ValueConverters/ImageCropperValueConverter.cs
# src/Umbraco.Infrastructure/RuntimeState.cs
# src/Umbraco.Tests/Routing/UrlsWithNestedDomains.cs
# src/Umbraco.Tests/Runtimes/StandaloneTests.cs
# src/Umbraco.Tests/TestHelpers/TestObjects.cs
# src/Umbraco.Web.BackOffice/Controllers/LogViewerController.cs
# src/Umbraco.Web.BackOffice/Controllers/UsersController.cs
# src/Umbraco.Web.BackOffice/Mapping/ContentMapDefinition.cs
# src/Umbraco.Web.BackOffice/PropertyEditors/RteEmbedController.cs
# src/Umbraco.Web.BackOffice/Trees/DictionaryTreeController.cs
# src/Umbraco.Web.UI.NetCore/umbraco/UmbracoBackOffice/Default.cshtml
# src/Umbraco.Web.UI.NetCore/umbraco/config/lang/da.xml
# src/Umbraco.Web.UI.NetCore/umbraco/config/lang/en.xml
# src/Umbraco.Web.UI.NetCore/umbraco/config/lang/en_us.xml
# src/Umbraco.Web.UI/Umbraco/config/lang/cs.xml
# src/Umbraco.Web.UI/Views/Partials/Grid/Editors/Rte.cshtml
# src/Umbraco.Web/Controllers/UmbLoginController.cs
# src/Umbraco.Web/Install/Controllers/InstallController.cs
# src/Umbraco.Web/PublishedElementExtensions.cs
# src/Umbraco.Web/Runtime/WebInitialComposer.cs
# src/Umbraco.Web/UmbracoHelper.cs
# src/Umbraco.Web/UmbracoInjectedModule.cs
# src/Umbraco.Web/UrlHelperExtensions.cs
# src/Umbraco.Web/UrlHelperRenderExtensions.cs
# src/Umbraco.Web/WebApi/UmbracoApiControllerBase.cs
|
2020-12-01 11:34:13 +01:00 |
|
Bjarke Berg
|
81bbfe93ce
|
Merge remote-tracking branch 'origin/netcore/netcore' into netcore/task/6666-auth-policies
|
2020-11-26 11:59:36 +01:00 |
|
Shannon
|
e53ab2e3c1
|
removes old controller
|
2020-11-26 17:28:12 +11:00 |
|
Bjarke Berg
|
87b6c4852f
|
Merge pull request #9448 from AndyButland/feature/membership-helper-facade-2
NetCore: Migrated member related partial views
|
2020-11-26 06:38:11 +01:00 |
|
Shannon
|
e0665973e3
|
Merge remote-tracking branch 'origin/netcore/netcore' into netcore/task/6666-auth-policies
# Conflicts:
# src/Umbraco.Infrastructure/Runtime/CoreInitialComposer.cs
# src/Umbraco.Web.BackOffice/Extensions/BackOfficeServiceCollectionExtensions.cs
# src/Umbraco.Web.Common/Filters/UmbracoBackOfficeAuthorizeFilter.cs
# src/Umbraco.Web.Common/Runtime/AspNetCoreComposer.cs
|
2020-11-25 11:55:16 +11:00 |
|
Paul Johnson
|
633c391f85
|
Merge branch 'netcore/netcore' into netcore/feature/msdi-remove-composition
|
2020-11-24 12:05:32 +00:00 |
|
Andy Butland
|
b331d683ec
|
Migrated member related partial views along with necessary methods from MembershipHelper into IUmbracoWebsiteSecurity.
|
2020-11-24 11:33:46 +01:00 |
|
Bjarke Berg
|
4a7f6d3cc1
|
Migrated partial views (#9420)
Signed-off-by: Bjarke Berg <mail@bergmania.dk>
|
2020-11-24 09:05:16 +01:00 |
|
Shannon
|
40d75f88f3
|
Merge remote-tracking branch 'origin/netcore/netcore' into netcore/task/6666-auth-policies
# Conflicts:
# src/Umbraco.Web.BackOffice/Controllers/AuthenticationController.cs
# src/Umbraco.Web.Common/Filters/UmbracoMemberAuthorizeFilter.cs
|
2020-11-24 00:46:38 +11:00 |
|
Paul Johnson
|
7abf9466c0
|
Merge branch 'netcore/netcore' into netcore/feature/msdi-remove-composition
|
2020-11-23 12:29:00 +00:00 |
|
Andy Butland
|
09cfe5f055
|
Fixed typo in class name.
|
2020-11-22 09:51:57 +01:00 |
|
Shannon
|
7757447244
|
Migrates UmbracoBackOfficeAuthorizeAttribute to authz policies and adds notes/questions
|
2020-11-20 15:32:36 +11:00 |
|
Paul Johnson
|
48b61ec4c4
|
Simplify UmbracoBuilder setup
|
2020-11-19 09:12:39 +00:00 |
|
Paul Johnson
|
aec25d5007
|
Replace Composition with UmbracoBuilder
|
2020-11-18 17:41:57 +00:00 |
|
Andy Butland
|
c971a2d23d
|
Introduced website security accessor to ensure members aren't shared between sessions.
|
2020-11-18 17:37:31 +01:00 |
|
Andy Butland
|
d8ef341854
|
Refactored to async where appropriate.
Added call to new abstraction in member authorize attribute.
|
2020-11-18 16:52:40 +01:00 |
|
Andy Butland
|
0fbe01cd22
|
Created new abstraction IUmbracoWebsiteSecurity and migrated controller's using it (replacing MembershipHelper) to Umbraco.Web.Website.
|
2020-11-18 16:12:42 +01:00 |
|