Mads Rasmussen
|
5ade95d797
|
fixes: U4-10155 Prompt the user before deleting user groups in the user group list
|
2017-07-24 15:22:22 +02:00 |
|
Mads Rasmussen
|
f043a2e4ee
|
fixes: U4-10109 Need to indicate that granular permission entries can be edited
|
2017-07-24 14:18:36 +02:00 |
|
Stephan
|
c5e7e1e39e
|
U4-10144 - dont break again
|
2017-07-24 14:05:04 +02:00 |
|
Shannon
|
db2a35dbce
|
fixes a localized key that doesn't exist
|
2017-07-24 20:23:54 +10:00 |
|
Sebastiaan Janssen
|
3d006f1e08
|
Merge pull request #2065 from akierczynska/patch-2
Update pl.xml to match en.xml
|
2017-07-24 09:30:33 +02:00 |
|
akierczynska
|
e0c891719f
|
Update pl.xml to match en.xml
Updating pl.xml with new keys to match en.xml
|
2017-07-24 00:04:11 +01:00 |
|
Sebastiaan Janssen
|
89a14c13e5
|
Merge pull request #2060 from soreng/patch-4
Changed name of argument in validation
|
2017-07-21 15:14:33 +02:00 |
|
Sebastiaan Janssen
|
ca9aa21c7b
|
Merge pull request #2064 from pijemcolu/temp-U4-10187
U4-10187 - Fix link to training in Backoffice -> Settings->Dashboard
|
2017-07-21 14:42:49 +02:00 |
|
Stephan
|
c0eaeb3168
|
Fix tests with issues
|
2017-07-21 13:06:23 +02:00 |
|
pijemcolu
|
74e16c0f8d
|
fix link to training in Settings->Dashboard
|
2017-07-21 10:14:07 +02:00 |
|
Stephan
|
fedd9e2897
|
Fix User deep-cloning
|
2017-07-20 16:52:13 +02:00 |
|
Shannon
|
c456c0a396
|
Changes the result of SearchableTreeResolver to be readonly
|
2017-07-20 23:02:58 +10:00 |
|
Shannon
|
525254efd4
|
Merge branch 'dev-v7.7' into temp-isearchabletree
# Conflicts:
# src/Umbraco.Web.UI/umbraco/config/lang/en.xml
# src/Umbraco.Web.UI/umbraco/config/lang/en_us.xml
# src/Umbraco.Web/Trees/ContentTreeController.cs
|
2017-07-20 22:21:59 +10:00 |
|
Shannon
|
a92288cd61
|
Fixes implementation of the role store on the BackOfficeUserStore
|
2017-07-20 22:12:13 +10:00 |
|
Shannon
|
97471f667d
|
Updates the BackOfficeIdentityUser to property support ASP.NET Identity Roles
|
2017-07-20 22:02:32 +10:00 |
|
Shannon
|
7aca656919
|
Merge branch 'user-group-permissions' into temp-U4-10138
# Conflicts:
# src/Umbraco.Core/Models/Identity/BackOfficeIdentityUser.cs
# src/Umbraco.Core/Models/Identity/IdentityModelMappings.cs
|
2017-07-20 20:00:05 +10:00 |
|
Shannon
|
c309e5edaf
|
Removes even more
|
2017-07-20 19:23:46 +10:00 |
|
Shannon
|
e76ad837b9
|
Fixes script and partial views trees
|
2017-07-20 19:16:28 +10:00 |
|
Shannon
|
0b6ed42201
|
Removes a bunch more files
|
2017-07-20 19:15:45 +10:00 |
|
Shannon
|
a875ede3da
|
Removes a ton of old unused legacy files
|
2017-07-20 18:55:38 +10:00 |
|
Stephan
|
f8fac9f84e
|
U4-9430 - fix
|
2017-07-20 10:21:21 +02:00 |
|
Stephan
|
83ce359234
|
Merge pull request #1992 from Bitmapped/U4-9430
U4-9430 Fix
|
2017-07-20 10:20:06 +02:00 |
|
Shannon
|
69fc7c4b7c
|
reverts removing cook computing dll and ensures we still ship with it, removes publish.aspx
|
2017-07-20 16:44:28 +10:00 |
|
Shannon
|
e9e2a86e2e
|
U4-5546 Remove user 'channels', weblog api, and all code / db tables relevant to those
|
2017-07-20 15:47:26 +10:00 |
|
Shannon
|
540c338967
|
ensure the password config values are saved when the user is created/updated
|
2017-07-20 14:09:51 +10:00 |
|
Shannon
|
b58799eb3d
|
Gets everything implemented and it all works - still uses the old hashing mechanism but everything is ready to be plugged in to support any new types of hashing.
|
2017-07-20 13:58:42 +10:00 |
|
Shannon
|
85e5b023b7
|
Gets UserAwareMembershipProviderPasswordHasher there, updates defaults for MembershipProvider, updates default web.config so the new hashing can be used
|
2017-07-20 13:44:37 +10:00 |
|
Shannon
|
63befa55d5
|
Updates password changing for users to use ASP.NET Identity, there's still some more work here to do to implement the IUserAwarePasswordHashing and to result some of the TODOs. Also moved all password changing logic to PasswordChanger even for legacy membership providers.
|
2017-07-20 12:53:09 +10:00 |
|
Søren Gregersen
|
2c64f91b25
|
Changed name of argument in validation
Minor change... :)
|
2017-07-19 22:23:22 +02:00 |
|
Stephan
|
964f3bae60
|
Optimize start nodes calc
|
2017-07-19 19:26:25 +02:00 |
|
Sebastiaan Janssen
|
e702fe2877
|
Merge pull request #2055 from dawoe/patch-2
Fix value converter work for legacy media picker
|
2017-07-19 12:31:46 +02:00 |
|
Sebastiaan Janssen
|
9d55656ae9
|
Merge pull request #2058 from umbraco/temp-u4-10128
U4-10128 - GetKey unwraps
|
2017-07-19 12:26:12 +02:00 |
|
Stephan
|
d57de05453
|
U4-10128 - super improve
|
2017-07-19 12:24:00 +02:00 |
|
Stephan
|
11e4bf5de8
|
U4-10128 - improve
|
2017-07-19 12:08:31 +02:00 |
|
Shannon
|
5c75285543
|
U4-8643 Usermanagement - Store password algorithm in Usertable
|
2017-07-19 20:05:47 +10:00 |
|
Stephan
|
82661d9af4
|
U4-10128 - GetKey unwraps
|
2017-07-19 11:51:46 +02:00 |
|
Shannon
|
ee3f977565
|
Fixes issue that when we re-update the user ticket we also need to refresh the CSRF tokens
|
2017-07-19 19:42:12 +10: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 Deminick
|
05d9eca904
|
Merge pull request #2056 from umbraco/temp-u4-10173
u4-10173
|
2017-07-19 19:11:12 +10:00 |
|
Stephan
|
2851216b88
|
U4-10173 - fix
|
2017-07-19 10:49:10 +02:00 |
|
Stephan
|
92dc70fc0c
|
Merge branch temp-u4-10173
|
2017-07-19 10:47:05 +02: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
|
ba46430ad1
|
Adds notes for ActiveDirectoryBackOfficeUserPasswordChecker and throws an exception since it doesn't support auto-linking yet
|
2017-07-19 14:24:57 +10:00 |
|
Shannon
|
db957c8eaa
|
removes unused method
|
2017-07-19 14:15:30 +10:00 |
|
Shannon
|
b32325bbaa
|
Adds all change tracking to the BackOfficeIdentityUser ensures values are not persisted that are not changed, adds required null checks, removes internal method GetOrCreateBackOfficeUser
|
2017-07-19 14:13:42 +10:00 |
|
Dave Woestenborghs
|
56cff6bba8
|
implemented suggestions from @jeavon
|
2017-07-18 17:11:49 +02:00 |
|
Stephan
|
f28136de91
|
U4-10173 - fix
|
2017-07-18 15:54:22 +02:00 |
|
Stephan
|
8c3f6dfc25
|
U4-10173 - refactor start nodes
|
2017-07-18 15:09:34 +02:00 |
|
Dave Woestenborghs
|
6b289e1a7d
|
Fix value converter work for legacy media picker
Fix for issue http://issues.umbraco.org/issue/U4-10178
|
2017-07-18 14:44:57 +02:00 |
|