Stephan
|
2a9072609d
|
Update AutoMapper to v6
|
2017-07-19 18:23:23 +02:00 |
|
Shannon
|
8f984c8dc8
|
Merge branch 'user-group-permissions' of https://github.com/umbraco/Umbraco-CMS into user-group-permissions
# Conflicts:
# src/Umbraco.Web/Models/Mapping/UserModelMapper.cs
|
2017-07-19 19:26:26 +10:00 |
|
Shannon
|
8df00d5525
|
Fixes U4-10111 Changing email on a user doesn't show the username field
|
2017-07-19 19:22:43 +10:00 |
|
Shannon
|
38cd3dcf94
|
Removes the AllStartNodeIds properties from IUser, updates all unit tests to work with the new methods, ensures the calculation is cached to the user object
|
2017-07-19 16:15:16 +10:00 |
|
Shannon
|
0008afb455
|
Merge branch 'dev-v7.7' into user-group-permissions
# Conflicts:
# src/Umbraco.Core/Umbraco.Core.csproj
# src/Umbraco.Web/Cache/CacheRefresherEventHandler.cs
|
2017-07-18 13:31:04 +10:00 |
|
Shannon
|
6f74fcf24a
|
Merge remote-tracking branch 'origin/dev-v7' into dev-v7.7
# Conflicts:
# build/UmbracoVersion.txt
# src/SolutionInfo.cs
# src/Umbraco.Core/Configuration/UmbracoVersion.cs
# src/Umbraco.Web.UI/Umbraco.Web.UI.csproj
# src/Umbraco.Web/Umbraco.Web.csproj
|
2017-07-18 13:27:03 +10:00 |
|
Shannon Deminick
|
bd848b00ff
|
Merge pull request #2046 from umbraco/temp-U4-10075
U4-10075 Inherited permissions for content nodes
|
2017-07-18 11:56:08 +10:00 |
|
Sebastiaan Janssen
|
95b0c342bb
|
Merge branch 'dev-v7' of https://github.com/umbraco/Umbraco-CMS into dev-v7
|
2017-07-17 17:51:39 +02:00 |
|
Sebastiaan Janssen
|
3a5584a1c1
|
Some updates to description and code style
|
2017-07-17 17:50:38 +02:00 |
|
Sebastiaan Janssen
|
b403283368
|
Merge branch 'U4-10088' of https://github.com/srmooney/Umbraco-CMS into srmooney-U4-10088
|
2017-07-17 17:30:32 +02:00 |
|
Shannon
|
193682cd4c
|
Ability to select the root node for the users start node
|
2017-07-17 20:09:00 +10:00 |
|
Shannon
|
d99f7b6ff6
|
Ability to select the root node for the users start node
|
2017-07-17 19:51:51 +10:00 |
|
Shannon
|
d1d74203ea
|
Ability to select root node in user group picker so the user group can explicitly allow root access or not.
|
2017-07-17 19:40:45 +10:00 |
|
Shannon
|
e135291980
|
Fixes issue with user group start nodes, they are allowed to have null and by default this will be the case but we couldn't remove them and the ROOT node wasn't being mapped.
|
2017-07-17 18:23:20 +10:00 |
|
Sebastiaan Janssen
|
e1957b895f
|
U4-5672 Properties and Tabs moving/incorrect when Enable list view selected
|
2017-07-17 09:46:30 +02:00 |
|
Shannon
|
1643eec62c
|
Fixes cache refreshing for user groups since user cache need to be cleared for that too. Updates cache refreshers to use json.net for serializing which is way faster. adds better support for querying multiple user groups and entity ids for permissions, updates tests
|
2017-07-13 18:47:10 +10:00 |
|
Shannon
|
6e89202002
|
Fixes usages of IUserService.GetPermission since before it was doing a FirstOrDefault() since that's just how the old APIs worked, now we need to get all permissions based on groups. Also updated the usages of ToString for char for the permissions to be culture invariant everywhere.
|
2017-07-13 14:32:43 +10:00 |
|
Claus
|
0acb0d48a1
|
Merge pull request #1858 from Jeavon/RelatedLinks-Tweaks
Tweaks to RelatedLinks
|
2017-07-12 15:26:53 +02:00 |
|
Claus
|
ad886efa62
|
cleanup and lineendings.
|
2017-07-10 15:20:17 +02:00 |
|
srmooney
|
1e6d50a86b
|
Add option for Listview to change the tab name
|
2017-07-06 10:50:19 -04:00 |
|
Claus
|
7540f49a5e
|
fixing a bunch of mismatching mappings.
aligning property names with what they actually are.
|
2017-07-06 14:41:05 +02:00 |
|
Claus
|
2e29d112e5
|
reformatting.
|
2017-07-06 13:14:24 +02:00 |
|
Claus
|
271056f997
|
mapping media start nodes instead of mapping content twice.
|
2017-07-06 12:48:47 +02:00 |
|
Shannon
|
403a210c1c
|
Fixes issue with assigning default permissions for a new user group
|
2017-07-05 19:25:48 +10:00 |
|
Shannon
|
03c7429653
|
FIxes SQL statement when upgrading with SQLCE and fixes GetAll when passing in an array of ints to ensure that we check if the int array is empty or not
|
2017-07-05 18:23:51 +10:00 |
|
Shannon
|
1d9e33dadf
|
Granular permissions in group editor are all working, we could do with an edit button but for now it's ok, selecting the same node will perform an 'edit'
|
2017-07-04 15:40:33 +10:00 |
|
Shannon
|
316ec5d20f
|
gets granular permissions showing correctly in group editor
|
2017-07-04 15:07:11 +10:00 |
|
Shannon
|
ff02b28d26
|
Fixes tree for single tree sections, fixes creating a user group so you can select default permissions
|
2017-07-03 16:31:47 +10:00 |
|
Shannon
|
804c60653e
|
Merge branch 'dev-v7.7' into user-group-permissions
# Conflicts:
# src/Umbraco.Core/Services/UserService.cs
# src/Umbraco.Tests/Services/ContentServiceTests.cs
# src/Umbraco.Web.UI/umbraco/config/lang/en.xml
# src/Umbraco.Web.UI/umbraco/config/lang/nl.xml
|
2017-06-30 16:57:22 +10:00 |
|
Shannon
|
29c6d547db
|
Merge remote-tracking branch 'origin/dev-v7' into dev-v7.7
|
2017-06-30 16:55:04 +10:00 |
|
Shannon
|
0da75f4e78
|
Updates content permissions dialog to show the explicit permissions assigned and removing them will reset them.
|
2017-06-30 16:32:01 +10:00 |
|
Claus
|
ef53db52f7
|
Merge pull request #1850 from pijemcolu/temp-U4-9710
U4-9710 ImageCropDataSet.HasImage returns wrong value
|
2017-06-29 14:07:59 +02:00 |
|
Shannon
|
4f28cb1917
|
Gets content permissions saving per user group
|
2017-06-29 19:15:04 +10:00 |
|
Shannon
|
5dec4a4a94
|
Moves logic to separate UserGroupsController from the user controller, refactors a few model mappings to reduce a few lines of code, default permissions on user groups now save
|
2017-06-29 14:39:11 +10:00 |
|
Shannon
|
454684e108
|
updates user models to not return so much info when not needed
|
2017-06-29 13:13:32 +10:00 |
|
Shannon
|
4fc5279a78
|
ok, tests fixed now?
|
2017-06-29 12:38:33 +10:00 |
|
Shannon
|
85d988e75e
|
Adds GetDetailedPermissions to the content controller which is used in the permissions dialog
|
2017-06-29 01:00:52 +10:00 |
|
Shannon
|
8023a89b10
|
Returns the default permissions as a model as part of the UserGroupDisplay and wires this up in the user group editor
|
2017-06-28 23:38:42 +10:00 |
|
Shannon
|
ab71fa3101
|
adds the IsCurrentUser flag to the UserDisplay model
|
2017-06-27 15:44:55 +10:00 |
|
Claus
|
2fdf148610
|
localizing text https://github.com/umbraco/Umbraco-CMS/pull/1250
|
2017-06-26 15:41:17 +02:00 |
|
Stephan
|
e87be7ad9d
|
Fixing tests - and all sorts of issues
|
2017-06-23 18:58:08 +02:00 |
|
Shannon
|
3eba5e5c19
|
Merge branch 'dev-v7.7' into user-group-permissions
# Conflicts:
# src/Umbraco.Core/Persistence/Migrations/Initial/BaseDataCreation.cs
# src/Umbraco.Tests/Services/UserServiceTests.cs
# src/Umbraco.Web.UI.Client/src/common/services/util.service.js
# src/Umbraco.Web.UI/config/trees.config
# src/Umbraco.Web/Umbraco.Web.csproj
|
2017-06-23 16:37:56 +10:00 |
|
Shannon
|
754dbc9621
|
Merge remote-tracking branch 'origin/dev-v7' into dev-v7.7
# Conflicts:
# src/Umbraco.Web.UI/umbraco/config/lang/en.xml
|
2017-06-23 15:15:55 +10:00 |
|
Shannon
|
ea2f808c1e
|
fixes tests
|
2017-06-23 14:58:00 +10:00 |
|
Shannon
|
692dc66684
|
You can now change the user password in the user editor
|
2017-06-23 14:08:58 +10:00 |
|
Shannon
|
b43ca64ac7
|
Ensures that the auth cookie data contains all of the user's start nodes, fixes persisting the user group icon
|
2017-06-22 16:32:44 +10:00 |
|
Stephan
|
4cdb30fed0
|
Merge branch dev-v7 into dev-v7.7
|
2017-06-20 14:27:25 +02:00 |
|
Stephan
|
ddd89fa6e8
|
Remove legacy refs from Umbraco.Web
|
2017-06-20 11:00:09 +02:00 |
|
Shannon
|
d7e65dd088
|
User groups can now be created/saved
|
2017-06-20 15:10:42 +10:00 |
|
Shannon
|
7689ee73d4
|
Wires up saving the user group
|
2017-06-20 14:33:24 +10:00 |
|