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 |
|
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 |
|
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 |
|
Shannon
|
73b107ee2a
|
Fixing U4-10138 Cannot upgrade to 7.7 due to user groups and U4-7907 With non OAuth external login providers we should have an 'auto-link' / 'auto-create' callback option
|
2017-07-18 19:53:34 +10:00 |
|
Stephan
|
945050858e
|
Cleanup
|
2017-07-18 09:11:12 +02:00 |
|
Shannon
|
32dc9bd275
|
wires up the skip button
|
2017-07-18 14:48:19 +10:00 |
|
Shannon
|
f87245f73d
|
Fixes UI for U4-9914 UserController method to upload an avatar and set password when receiving invite
|
2017-07-18 14:45:09 +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
|
a0d3c18acc
|
Fixes build script to work with VS 2017 (only) and fixes BuildBelle since it didn't work and is missing tools
|
2017-07-18 13:10:17 +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 |
|
Bjarne Fyrstenborg
|
50d7114209
|
Update localization of email
|
2017-07-18 00:07:22 +02:00 |
|
Sebastiaan Janssen
|
91fa583f62
|
Merge branch 'dev-v7' of https://github.com/umbraco/Umbraco-CMS into dev-v7
|
2017-07-17 22:15:24 +02:00 |
|
Sebastiaan Janssen
|
23d91fd350
|
Adds removed method back in case someone is using it (would be breaking otherwise)
|
2017-07-17 22:14:59 +02:00 |
|
Sebastiaan Janssen
|
d4714e1580
|
Merge pull request #2052 from umbraco/dev-v7.6
Oops was targeting old branch :)
|
2017-07-17 22:12:47 +02:00 |
|
Sebastiaan Janssen
|
2b22e6a784
|
Merge pull request #1940 from AndyButland/u4-9892
U4-9892 - ordered media types when returned for create dialog
|
2017-07-17 22:09:00 +02:00 |
|
Sebastiaan Janssen
|
59840926c8
|
Merge pull request #1952 from callumbwhyte/U4-9934
U4 9934: Fixes deleting members in list view using custom membership provider
|
2017-07-17 22:01:33 +02:00 |
|
Sebastiaan Janssen
|
77850aea18
|
Merge branch 'U4-9934' of https://github.com/callumbwhyte/Umbraco-CMS into callumbwhyte-U4-9934
|
2017-07-17 21:31:25 +02:00 |
|
Sebastiaan Janssen
|
895f0a9dfe
|
Merge pull request #1982 from AndyButland/u4-9987
Extended HttpsCheck healthcheck to check for expiring SSL certificate
|
2017-07-17 21:26:03 +02:00 |
|
Sebastiaan Janssen
|
ec03a3dc42
|
Merge pull request #1989 from HarveyWilliams/patch-2
Fix for `IsDocumentTypeRecursive` - U4-9997
|
2017-07-17 21:23:18 +02:00 |
|
Sebastiaan Janssen
|
5a4dbba21b
|
Merge pull request #1998 from Jeavon/temp-U4-10013
U4-10013 Umbraco.MediaPicker value converter does not understand ints
|
2017-07-17 20:40:24 +02:00 |
|
Sebastiaan Janssen
|
04546dd827
|
Merge pull request #2035 from bjarnef/dev-v7-U4-9945
U4-9945 - Fix vertical separator color and height of icon in custom section
|
2017-07-17 20:22:43 +02:00 |
|
Sebastiaan Janssen
|
4ecf1f919e
|
Merge pull request #2038 from bjarnef/dev-v7-U4-4079
U4-4079 - Open context menu in member section, when clicking "do something else" button
|
2017-07-17 20:18:37 +02:00 |
|
Sebastiaan Janssen
|
bdc4e1ae6a
|
Merge pull request #2041 from blueboxes/dev-v7
U4-10143 - Improved error messages when we retrieve current xml node
|
2017-07-17 19:51:49 +02:00 |
|