Commit Graph

36606 Commits

Author SHA1 Message Date
Elitsa Marinovska
7ead4a47ff Specifying project path pattern 2020-11-24 15:20:32 +01:00
Elitsa Marinovska
8fa15b2561 Fixing indentation 2020-11-24 15:12:12 +01:00
Elitsa Marinovska
cb2631ce02 Removing hard-coded trigger 2020-11-24 15:07:42 +01:00
Elitsa Marinovska
f743cd7e4a Defining linux job 2020-11-24 14:51:07 +01:00
Elitsa Marinovska
ebf2a8cee9 Adding clearly defined tasks for restore and build 2020-11-24 14:06:54 +01:00
Paul Johnson
7e9a13a4ab Register instances instead of factory method with discard. 2020-11-24 12:20:05 +00:00
Paul Johnson
633c391f85 Merge branch 'netcore/netcore' into netcore/feature/msdi-remove-composition 2020-11-24 12:05:32 +00:00
Paul Johnson
61a4f3f6c6 Always boot for RelationRepository tests
If we don't boot tests can fail based on the point at which IPublishedSnapshotService is first resolved.

At runtime it is resolved by the NuCacheComponent as soon as CoreRuntime is resolved during UseUmbracoCore.

By doing this the integration tests match the real application lifecycle.
2020-11-24 12:03:10 +00:00
Elitsa Marinovska
f62ec9fd07 Adding yaml file for setting up CI with Azure Pipelines 2020-11-24 12:56:01 +01:00
Bjarke Berg
84237d4a57 Remove Security from UmbracoContext (#9392)
* Remove Security from UmbracoContext

Signed-off-by: Bjarke Berg <mail@bergmania.dk>

* Removing files reference from csproj

Co-authored-by: Elitsa Marinovska <elm@umbraco.dk>
2020-11-24 12:52:48 +01: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
Paul Johnson
5268f9d7f0 Resolve review comments 2020-11-24 09:37:52 +00:00
Nathan Woulfe
3f776c32f4 Update icon.prevalues.controller.js 2020-11-24 09:05:42 +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
Jan Skovgaard
8262f25e20 Listview: Fix icon-picker a11y (#9050)
* Add proper button and fix icon

* split value to avoid binding icon color in icon attribute

Co-authored-by: Nathan Woulfe <nathan@nathanw.com.au>
2020-11-24 17:19:23 +10:00
Bjarne Fyrstenborg
a9a4b0894a Use umb-icon in umb-node-preview (#9072)
* Use umb-icon in umb-node-preview

* Inherit icon size from umb-icon

Co-authored-by: Nathan Woulfe <nathan@nathanw.com.au>
2020-11-24 16:53:08 +10:00
BatJan
fd09d4f319 Convert divs with ng-click to button and wrap texts in paragraphs 2020-11-24 16:02:08 +10:00
Kenn Jacobsen
1076e58cc7 Hide properyt actions for culture invariant properties 2020-11-24 15:55:46 +10:00
Rachel Breeze
388123ff66 Follows the same pattern as create a relationship page title and clears the page title when creating a dictionary item (#9279) 2020-11-24 02:15:58 +01:00
Shannon
1f048f0599 some cleanup of handlers that check multiple query strings 2020-11-24 12:02:31 +11:00
Shannon
f313a4f583 some cleanup of handlers that check multiple query strings 2020-11-24 11:56:53 +11:00
Warren Buckley
604e6f9abb Merge pull request #9322 from umbraco/v8/feature/AB9079-use-tree-for-ElementType-pickers
V8/feature/ab9079 use tree for element type pickers
2020-11-23 15:32:13 +00:00
Shannon
5619b63ee4 delete file 2020-11-24 00:54:03 +11: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
Shannon
bde025f661 streamlines the naming of the content/media permissions handlers 2020-11-24 00:42:52 +11:00
Shannon
4dbfe5867b migrates the custom content persmission helper and media permissions helper checks to authz policies and cleans up that code/class/namespaces 2020-11-24 00:37:26 +11:00
Warren Buckley
9367c24738 Merge pull request #9275 from umbraco/v8/feature/8689-make-settings-and-layout-props-available-for-labels
Make index, settings and layout props available for labels
2020-11-23 12:42:55 +00:00
Paul Johnson
7abf9466c0 Merge branch 'netcore/netcore' into netcore/feature/msdi-remove-composition 2020-11-23 12:29:00 +00:00
Paul Johnson
8ca3f602e2 Further cleanup of AddUmbracoCore
IUmbracoBootPermissionChecker is irrelevant in .net core as there's no concept of full trust
Allow container to create DbProviderFactoryCreator with a factory method.
2020-11-23 12:22:34 +00:00
Bjarke Berg
ebe643e30b Merge pull request #9412 from AndyButland/feature/membership-helper-facade
NetCore: Creates abstraction for membership helper and migrates controllers now dependent on it.
2020-11-23 13:15:26 +01:00
Niels Lyngsø
e13b12a788 make index start at 1... 2020-11-23 13:13:04 +01:00
Shannon
c34540cb06 Migrates EnsureUserPermissionForContentAttribute to authz policies 2020-11-23 22:43:41 +11:00
Sebastiaan Janssen
930b1c1a75 Run analysis for bug fixes & features 2020-11-23 11:47:25 +01:00
Sebastiaan Janssen
2b6b9b8c06 Keep getting complaints that there's no on in codeql-config.yml 2020-11-23 11:35:52 +01:00
Niels Lyngsø
14747df4e7 run JS unit test in development script (#9014) 2020-11-23 11:31:31 +01:00
Paul Johnson
a62079d794 Use OptionsMonitorAdapter over AspNetCoreHostingEnvironmentWithoutOptionsMonitor
Rollback Serilog setup as I broke BASEDIR env var
2020-11-23 10:27:13 +00:00
Kenn Jacobsen
b7d37f2279 Replace obsolete usages with injected services in UmbracoHelper 2020-11-23 10:47:15 +01:00
Steve
39c4dcdaaa Track ng-repeat with id instead of label (#9340) 2020-11-23 10:40:18 +01:00
nzdev
32788a0a42 reduce array allocations 2020-11-23 10:36:46 +01:00
Niels Lyngsø
c578be52ae appended $index to label vars 2020-11-23 10:30:02 +01:00
Sebastiaan Janssen
b5546d074a Merge branch 'v8/contrib' into v8/dev 2020-11-23 10:19:14 +01:00
Bjarke Berg
94f73ef5d9 Merge pull request #9421 from umbraco/netcore/feature/property-editors-migration-from-infrastructure
Netcore: Migration of Property Editor classes from Umbraco.Infrastructure to Core
2020-11-23 10:06:43 +01:00
Bjarke Berg
a9eb5c3428 Fix issue found in test. Return IActionResult instead of HttpResponseMessage 2020-11-23 08:11:01 +01:00
Bjarke Berg
d2a57496e5 Fix issue found in test. Return IActionResult instead of HttpResponseMessage 2020-11-23 08:08:52 +01:00
Bjarke Berg
9a1b456949 Merge pull request #9408 from umbraco/v8/bugfix/task-scheduler-maindom-logging
Ensure that TaskScheduler.Default is used anywhere that ContinueWith is used, adds more debug logging to MainDom operations
2020-11-23 07:43:24 +01:00
BatJan
c8d837bb97 Change div with ng-click to button and add fallback for dictionary item 2020-11-23 16:42:17 +10:00
Laura Weatherhead
ceaf1699d8 Update umb-button directive parameter usage to reflect accurate implementation 2020-11-23 16:37:37 +10:00
Bjarne Fyrstenborg
7fc3ec82bd Help drawer adjustments (#9090)
* Format document

* Ensure help drawer can be closed using esc key

* Add rel="noopener" for security reasons

* Remove additional whitespace
2020-11-23 16:36:12 +10:00
John Kilmister
8b9585398e Issue 8353 - Fix of issue that caused small screens labels alignment (#9047)
* Issue 8353 - Fix of issue that caused on small screens labels to be right aligned dispite being on own line

* Issue 8353 Support smaller screens
2020-11-23 16:07:47 +10:00
Jan Skovgaard
8549d1ac7a ContextDialog: Accessibility improvements (#9045)
* Add role and aria attributes as well as a screen reader only description

* Add translations to language files
2020-11-23 09:59:43 +10:00