Shannon Deminick
7e36bf55b5
Merge pull request #9257 from umbraco/netcore/task/6973-migrating-authenticationcontroller-merge
...
Merges netcore/dev (from merge_umbraco_id_into_netcore_dev) into the 6973-migrating-authenticationcontroller branch
2020-11-18 15:58:35 +11:00
Tomas Foss Renaa
c88e2be2ac
remove bottom offset
2020-11-18 13:09:38 +10:00
Shannon
c2d9f5aa4e
Ensure that TaskScheduler.Default is used anywhere that ContinueWith is used, adds more debug logging to MainDom operations
2020-11-18 12:33:13 +11:00
Matt Darby
8a1e281158
Remove double editorService.close() ( #9301 )
2020-11-18 01:20:04 +01:00
Elitsa Marinovska
dd5f400cf3
Netcore: Migration of Model classes from Umbraco.Infrastructure to Core ( #9404 )
...
* Migrating more model, mapping and tree classes
* Migrating files from Mapping dir without Newtonsoft dependency
* Migrating files from PublishedContent and Editors dirs without Newtonsoft dependency + some more of the same kind
* Migrating DataType class without the usage of Newtonsoft.Json and making the corresponding changes to all classes affected
* Combining 3 ContentExtensions files into 1
* Refactoring from migrating ContentExtensions
* Migrating more classes
* Migrating ContentRepositoryExtensions - combining it with existing file in Umbraco.Core
* removing Newtonsoft json dependency & migrating file. Adding partial migration of ConfigurationEditor, so PropertyTagsExtensions can be migrated
* Migrating ContentTagsExtensions, and refactoring from changes in PropertyTagsExtensions
* Changes that should be reverted once ConfigurationEditor class is fully migrated
* VS couldn't find Composing, so build was failing. Removing the using solves the problem
* Handling a single case for deserializing a subset of an input
* Small changes and added tests to JsonNetSerializer
Signed-off-by: Bjarke Berg <mail@bergmania.dk >
* Migrated ConfigurationEditor
Signed-off-by: Bjarke Berg <mail@bergmania.dk >
Co-authored-by: Bjarke Berg <mail@bergmania.dk >
2020-11-17 20:27:10 +01:00
Paul Johnson
d498c1a2cd
Netcore: Turn container validation back on ( #9401 )
...
* Remove RuntimeLevelAttribute & disable filtering
* Remove RuntimeLevelAttribute usage on Composers
* Fix broken tests
* Resolve UserManager registration issues.
* Turn container validation back on.
* Resolve lifetime issue post install backoffice.
* Remove final TODO: MSDI
2020-11-17 08:56:04 +01:00
Kenn Jacobsen
8de2f4920a
Do not show cryptic confirm dialog when editing group
2020-11-17 09:29:31 +10:00
Bjarne Fyrstenborg
bb7e53434d
Allow to close overlay via esc shortcut
2020-11-17 09:00:50 +10:00
Rachel Breeze
ee08542add
Added missing documentation for content menu ( #9201 )
2020-11-17 08:50:07 +10:00
Laura Weatherhead
cc74be5a27
Fix mis-spelt "occurred"
2020-11-17 08:49:01 +10:00
BatJan
e783af3d19
Change comments to use allowed and disallowed
2020-11-17 08:47:36 +10:00
Callum Whyte
b8859f6cac
Styling all code elements in backoffice UI docs
2020-11-17 08:03:43 +10:00
Adam Werner
ede9a18894
Documentation link updated - umbdrawer
2020-11-17 07:51:57 +10:00
Mücahit GENÇ
68997cd219
Turkish language has been arranged according to v8 ( #9400 )
...
* Update tr.xml
* Update tr.xml
* Updated "tr.xml"
* Update tr.xml
2020-11-17 07:49:52 +10:00
Bjarke Berg
76aada2aef
Merge pull request #9380 from rustybox/feature/netcore/msdi-refactor-use-DefaultControllerActivator
...
Netcore: Use DefaultControllerActivator
2020-11-16 13:16:31 +01:00
Bjarke Berg
13964d398b
Merge remote-tracking branch 'origin/netcore/netcore' into feature/netcore/msdi-refactor-use-DefaultControllerActivator
...
# Conflicts:
# src/Umbraco.Web.Website/Extensions/UmbracoWebstiteServiceCollectionExtensions.cs
# src/Umbraco.Web.Website/Runtime/WebsiteComposer.cs
2020-11-16 10:35:51 +01:00
Rachel Breeze
a9f09308cf
This PR sets the page title when editing and maintaining languages ( #9312 )
...
* Added support for setting the page title when maintaining languages
* Edit language is now part of the vm.labels grouping
2020-11-16 02:32:38 +01:00
Jan Skovgaard
1bf49b6ba3
umb-control-group directive: Fix styling issue ( #9069 )
...
* Fix issue where label is offset 10px
* Undo change made by code editor
2020-11-16 09:54:58 +10:00
Matt Darby
fc7f7295bf
Change icon to check if selected
2020-11-16 09:24:46 +10:00
Anders Bjerner
8c7fa8159c
Updated editor.service.js for consistency
2020-11-16 09:21:20 +10:00
Elitsa Marinovska
a1f9bc9b17
NetCore: Install page db checks ( #9388 )
...
* Making more explicit checks for the db type
* Fixed confusion with both ints and strings
Co-authored-by: Bjarke Berg <mail@bergmania.dk >
2020-11-13 08:50:35 +01:00
Bjarke Berg
e46a248832
Merge remote-tracking branch 'origin/netcore/netcore' into netcore/task/6973-migrating-authenticationcontroller-merge
...
# Conflicts:
# src/Umbraco.Infrastructure/HostedServices/ScheduledPublishing.cs
# src/Umbraco.Infrastructure/Runtime/CoreInitialComposer.cs
# src/Umbraco.Infrastructure/Scheduling/SchedulerComponent.cs
# src/Umbraco.Infrastructure/Scheduling/SchedulerComposer.cs
# src/Umbraco.Tests.Integration/Testing/UmbracoIntegrationTest.cs
# src/Umbraco.Tests/Testing/UmbracoTestBase.cs
# src/Umbraco.Web.BackOffice/Extensions/BackOfficeApplicationBuilderExtensions.cs
# src/Umbraco.Web.BackOffice/Runtime/BackOfficeComposer.cs
# src/Umbraco.Web.Common/Runtime/AspNetCoreComposer.cs
# src/Umbraco.Web.Common/UmbracoContext/UmbracoContext.cs
# src/Umbraco.Web.UI.NetCore/appsettings.json
# src/Umbraco.Web/Editors/BackOfficeController.cs
# src/Umbraco.Web/Runtime/WebInitialComponent.cs
2020-11-12 13:10:19 +01:00
Bjarke Berg
d756248c7c
Merge remote-tracking branch 'origin/netcore/dev' into netcore/task/6973-migrating-authenticationcontroller-merge
...
# Conflicts:
# src/Umbraco.Examine.Lucene/UmbracoContentIndex.cs
# src/Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/MediaServiceTests.cs
# src/Umbraco.Tests/Services/MemberServiceTests.cs
# src/Umbraco.Web.BackOffice/Controllers/PreviewController.cs
# src/Umbraco.Web.BackOffice/Services/IconService.cs
# src/Umbraco.Web.UI.NetCore/umbraco/UmbracoBackOffice/Preview.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/config/umbracoSettings.config
2020-11-12 12:57:03 +01:00
Warren Buckley
c413079159
Merge pull request #9383 from umbraco/v8/fix/codeql-scanning
...
Get CodeQL to only scan the relevant directories
2020-11-12 11:26:42 +00:00
Sebastiaan Janssen
333aaec1e3
Might fix running out of memory?
2020-11-12 11:52:45 +01:00
Sebastiaan Janssen
9c6b7a6578
Run analysis on pushes AND PRs to the contrib and dev branches
2020-11-12 11:42:37 +01:00
Sebastiaan Janssen
f295b539a1
Adding a config file maybe?
2020-11-12 11:14:34 +01:00
Bjarke Berg
bb1b04be15
Netcore: Cleanup and migrate few classes from Umbraco.Web ( #9375 )
...
* Migrated a few classes, and cleaned up by removing some old classs too in the Umbraco.Web Project
Signed-off-by: Bjarke Berg <mail@bergmania.dk >
* Migrated a few classes, and cleaned up by removing some old classs too in the Umbraco.Web Project
Signed-off-by: Bjarke Berg <mail@bergmania.dk >
* Moved SurfaceControllerTypeCollection + Builder
Signed-off-by: Bjarke Berg <mail@bergmania.dk >
* Moved Extension methods
Signed-off-by: Bjarke Berg <mail@bergmania.dk >
* Removed Wrap methods.. People should use their own TagBuilder
Signed-off-by: Bjarke Berg <mail@bergmania.dk >
2020-11-12 11:01:19 +01:00
Sebastiaan Janssen
285e51dd37
Should it be here then?
2020-11-12 10:55:50 +01:00
Sebastiaan Janssen
49c9330e28
Get CodeQL to only scan the relevant directories
2020-11-12 10:49:21 +01:00
Bjarke Berg
eaf6543f99
post merge
2020-11-12 09:50:55 +01:00
Bjarke Berg
b2bcdb898e
Merge remote-tracking branch 'origin/v8/dev' into netcore/dev
...
# Conflicts:
# src/SolutionInfo.cs
# src/Umbraco.Web.UI/Umbraco/Views/Preview/Index.cshtml
# src/Umbraco.Web.UI/config/umbracoSettings.config
# src/Umbraco.Web/Services/IconService.cs
2020-11-12 09:13:53 +01:00
Paul Johnson
7561bb5244
No need to register controllers into container, DefaultControllerActivator works fine.
2020-11-11 19:15:30 +00:00
Paul Johnson
8775770d76
Remove BuildServiceProvider call from UmbracoWebServiceCollectionExtensions ( #9372 )
2020-11-10 20:04:29 +01:00
Andy Butland
b4ce2873cc
NetCore: Migrated database server registrar and messenger tasks into hosted services ( #9353 )
...
* Migrated database server registrar and messenger tasks into hosted services.
Moved DatabaseServerRegistrar Options into injectable configuration.
* Added further cases for unit tests on hosted services checking execution based on runtime level.
* Migrated DatabaseServerMessengerOptions into configuration.
2020-11-10 20:02:09 +01:00
Paul Johnson
3f5f85880e
NetCore: MSDI refactor split CoreRuntime & Remove Current ( #9356 )
...
* Split Bootstrap code from CoreRuntime
* Make ContentService method signatures match interface
prevents need to hide the concrete class in tests
* Remove Current
Only bit that bugs me is TreeNode for IconFilePath
I get the feeling it's dead code, but can just use a setter in cs or work out path in js if required.
* Fix tests, remember to terminate IRuntime
2020-11-10 09:50:47 +01:00
Callum Whyte
1654bea562
Casting tree controllers to TreeControllerBase to support manually registered trees without attributes
2020-11-09 19:45:16 +00:00
Sebastiaan Janssen
05ef43d732
Disable CodeQL for now while we figure out why it doesn't work
2020-11-09 11:30:33 +01:00
Claus
7701a0f745
Merge pull request #9361 from umbraco/v8/bug/logviewer-access
...
Limit access to logviewer endpoints to people with access to the settings section
2020-11-09 11:26:20 +01:00
Sebastiaan Janssen
bd4c2cde61
D'oh.. don't push commented out code as used for testing..
2020-11-09 10:30:45 +01:00
Sebastiaan Janssen
efd9f71897
Limit access to logviewer endpoints to people with access to the settings section
2020-11-09 10:16:01 +01:00
Bjarke Berg
190ff2ae6d
Merge pull request #8747 from AndyButland/feature/avoid-sync-io-exception-on-image-render
...
Resolves issue with rendering back-office media selections when synchronous IO is not allowed.
2020-11-09 06:35:11 +01:00
Callum Whyte
620c11c38c
Returning request response from downloadFile promise
2020-11-08 16:45:18 +00:00
Andy Butland
0351a3eed4
Merge branch 'netcore/netcore' into feature/avoid-sync-io-exception-on-image-render
...
# Conflicts:
# src/Umbraco.Web.BackOffice/Extensions/BackOfficeServiceCollectionExtensions.cs
2020-11-06 15:16:51 +01:00
Bjarke Berg
27fd71225e
Merge pull request #9287 from umbraco/netcore/feature/AB9042-migrate-from-infrastructure
...
Netcore: Migration of classes from Umbraco.Infrastructure
2020-11-05 13:02:49 +01:00
Bjarke Berg
ffd28b1fb8
More enums as string in UI
...
Signed-off-by: Bjarke Berg <mail@bergmania.dk >
2020-11-04 19:50:01 +01:00
Bjarke Berg
09e5e68e77
Fix enum to string issue for HealthCheck StatusResultType
...
Signed-off-by: Bjarke Berg <mail@bergmania.dk >
2020-11-04 14:47:00 +01:00
Bjarke Berg
52550efc03
Fix language to a language that exists in .net core
...
Signed-off-by: Bjarke Berg <mail@bergmania.dk >
2020-11-04 13:56:44 +01:00
Bjarke Berg
595b64c6f0
Handle UI issues now enums always are strings
...
Signed-off-by: Bjarke Berg <mail@bergmania.dk >
2020-11-04 13:17:20 +01:00
Sebastiaan Janssen
f88144ae48
Merge branch 'v8/dev' into v8/contrib
...
# Conflicts:
# src/Umbraco.Examine/ContentIndexPopulator.cs
2020-11-04 11:34:27 +01:00