Commit Graph

34702 Commits

Author SHA1 Message Date
Mole
70a582d1f0 Add new cypress tests 2021-03-24 15:04:34 +01:00
Bjarke Berg
b723b4d377 Merge pull request #10045 from umbraco/v8/feature/update-cypress-and-fix-tests
Update cypress and fix tests
2021-03-24 14:26:06 +01:00
Mole
f0b39ce890 Align 'Add language' test to netcore 2021-03-24 10:57:02 +01:00
Martin Bentancour
9ac4eacdbd Anchor noopener (#10009)
* Set rel="noopener" for anchors with target="_blank"

* Reverted unwanted changes to Default.cshtml
2021-03-24 02:43:20 +01:00
Bjarne Fyrstenborg
11f123e7c4 Listview config icons (#10036)
* Update icons to use <umb-icon> component

* Simplify markup and use disabled button

* Use move cursor style on sortable handle

* Add class for action column

* Update setting auto focus

* Increase font size of umb-panel-header-icon
2021-03-24 08:04:33 +10:00
Mole
14c2bb4aa2 Update cypress and fix tests 2021-03-23 13:03:01 +01:00
Bjarne Fyrstenborg
ebd504e8c1 Replace icon in date picker with umb-icon component (#10040)
* Replace icon in date picker with <umb-icon> component

* Adjust height of clear button
2021-03-23 03:06:44 +01:00
Nathan Woulfe
95bf10e11b Unbind listener
Listening for splitViewRequest was only unbound if the split view editor was opened. Not cleaning up the listener caused a memory leak when changing between nodes as the spit view editor was detached but not garbage-collected
2021-03-23 02:46:39 +01:00
Michael Latouche
88611f30b5 9097 add contextual password helper (#9256)
* update back-office forms

* Display tip on reset password page as well

* add directive for password tip

* integrate directove in login screen

* forgot the ng-keyup :-)

* adapt tooltip directive to potential different Members and Users password settings

* remove watcher

Co-authored-by: Nathan Woulfe <nathan@nathanw.com.au>
2021-03-23 08:07:50 +10:00
Bjarne Fyrstenborg
3d05bd6917 Update casing of listview layout name 2021-03-23 07:56:51 +10:00
Shannon Deminick
f8f2029637 Improve performance, readability and handling of FollowInternalRedirects (#9889)
* Improve performance, readability and handling of FollowInternalRedirects

* Logger didn't like string param

Passing string param to _logger.Debug<PublishedRouter, int> wasn't happy. Changed to pass existing internalRedirectAsInt variable.

Co-authored-by: Nathan Woulfe <nathan@nathanw.com.au>
2021-03-23 07:53:21 +10:00
Bjarne Fyrstenborg
fe8cd239d2 Null check on scope and options to ensure backward compatibility 2021-03-22 10:20:40 +10:00
Bjarne Fyrstenborg
046d6351d2 Copy member type (#10020)
* Add copy dialog for member type

* Implement copy action for member type

* Create specific localization for content type, media type and member type

* Handle "foldersonly" querystring

* Add button type attribute

* Add a few missing changes of anchor to button element
2021-03-21 03:09:20 +01:00
Jesper Löfgren
691c5d38a2 Fix swedish translation for somethingElse. 2021-03-19 19:03:53 +01:00
Bjarke Berg
3c9fb71894 Merge pull request #9979 from umbraco/v8/feature/10613-distributed-locks
Scope locking rework
2021-03-19 13:51:05 +01:00
Mole
507c821f66 Create method for generating log message
And remove forgotten comments.
2021-03-19 13:19:39 +01:00
Warren Buckley
44c955cccc Rename variable to groupId as opposed to tabId as this is what it actually is 2021-03-19 11:52:38 +00:00
Warren Buckley
0e356b8b93 More DB schema stuff 2021-03-19 11:52:00 +00:00
Warren Buckley
886de83a7c DTOs and Migration Plan to add new table 2021-03-19 11:17:13 +00:00
Mads Rasmussen
88c39ad630 add tabs to save model 2021-03-19 11:50:21 +01:00
Mole
95f42487d4 Wrap dumping dictionaries in a method. 2021-03-19 08:37:23 +01:00
Benjamin Carleski
7f1d5fe7cc 8539: Allow alias in image cropper (#9266)
Co-authored-by: Owain Williams <owaingdwilliams@gmail.com>
2021-03-18 22:04:03 +00:00
Mads Rasmussen
386d5e2c4f remove list style when sorting + add placeholder styling for tabs 2021-03-18 13:48:48 +01:00
Sebastiaan Janssen
73439d4cba Fixes #9983 - Getting kicked, if document type has a Umbraco.UserPicker property (#10002)
* Fixes #9983

Temporary fix for this issue. using the entityservice like before.

* Needed to remove the call to usersResource here as well for displaying the picked items

* Don't need usersResource for now

(cherry picked from commit 45de0a101e)
2021-03-18 13:08:33 +01:00
Sebastiaan Janssen
45de0a101e Fixes #9983 - Getting kicked, if document type has a Umbraco.UserPicker property (#10002)
* Fixes #9983

Temporary fix for this issue. using the entityservice like before.

* Needed to remove the call to usersResource here as well for displaying the picked items

* Don't need usersResource for now
2021-03-18 13:01:46 +01:00
Mole
8f50bdbef4 Apply suggestions from review 2021-03-18 11:24:14 +01:00
Mads Rasmussen
35c672530c Merge branch 'v8/dev' into v8/prototype/doctype-tabs 2021-03-18 11:21:26 +01:00
Bjarke Berg
e17bf386a4 Merge pull request #9994 from umbraco/v8/bugfix/9993
Fixes #9993 - Cannot save empty image in Grid

(cherry picked from commit 0ecc933921)
2021-03-18 10:59:36 +01:00
Bjarke Berg
0ecc933921 Merge pull request #9994 from umbraco/v8/bugfix/9993
Fixes #9993 - Cannot save empty image in Grid
2021-03-18 09:28:58 +01:00
Jeavon Leopold
2b9eaeee8a Fix for #9950 - HttpsCheck will now retry using the login background image if inital request returns 301/302. Excessvie Headers check will now check the root url instead of the backoffice 2021-03-18 02:54:07 +01:00
Markus Johansson
3004e00b4f #9964 Removed unneeded check for HttpContext 2021-03-18 02:16:08 +01:00
Sebastiaan Janssen
548435dcc3 Bump version to 8.12.2 2021-03-17 17:40:47 +01:00
Nathan Woulfe
e7a1db5604 Add images in grid - fixes 9982 (#9987)
Co-authored-by: Sebastiaan Janssen <sebastiaan@umbraco.com>
(cherry picked from commit e2019777fb)
2021-03-17 17:38:55 +01:00
Mads Rasmussen
3a4f72ed91 add auto-resize back to locked field 2021-03-17 16:09:07 +01:00
Mads Rasmussen
dc08183796 add missing data-elements 2021-03-17 16:03:37 +01:00
Mads Rasmussen
c803f64fe3 update create document type in "getting started"-tour 2021-03-17 15:51:28 +01:00
Mads Rasmussen
d4f2edfaf5 add correct data-elements 2021-03-17 15:36:18 +01:00
Mads Rasmussen
f7f9f1cd99 add support for updating the sort order input value 2021-03-17 14:17:24 +01:00
Elitsa Marinovska
3393ac8d03 Adds additional params indicating whether user is admin 2021-03-17 14:05:47 +01:00
Elitsa Marinovska
ab16a408a8 Adds a config for configuring the access rules on the content dashboard - by default it granted for all user groups 2021-03-17 14:04:48 +01:00
Mole
c504e3ab7e Clean 2021-03-17 13:40:14 +01:00
Mole
9bd1b06eaf Only create the dicts and hashset when a lock is requested 2021-03-17 13:09:45 +01:00
Nathan Woulfe
e2019777fb Add images in grid - fixes 9982 (#9987)
Co-authored-by: Sebastiaan Janssen <sebastiaan@umbraco.com>
2021-03-17 12:54:38 +01:00
Mole
54a4a76efb Use a hashset to keep track of acquired locks
This simplifies disposing/checking for locks greatly.
2021-03-17 11:10:34 +01:00
Michael Latouche
156c1c9416 Revert "The Value() method for IPublishedContent was not working with the defaultValue parameter" (#9989) 2021-03-17 10:29:31 +01:00
Mole
3b83b7409e Clean 2021-03-17 10:08:08 +01:00
Sebastiaan Janssen
cf4c163131 Fixes #9993 - Cannot save empty image in Grid 2021-03-17 09:58:17 +01:00
Mole
aa6d046efe Remove scope from method that calls another method that has a scope 2021-03-17 09:43:36 +01:00
Mads Rasmussen
f67d52a0ef align icons and sort order inputs 2021-03-17 09:33:39 +01:00
Bjarne Fyrstenborg
1570d49d05 Remove unnecessary aria-hidden attribute from <umb-icon> 2021-03-17 07:21:39 +10:00