Sebastiaan Jansssen
|
a7756afae6
|
Bump version to 7.8.2
|
2018-02-24 11:50:39 +01:00 |
|
Sebastiaan Jansssen
|
849cd4d315
|
Merge remote-tracking branch 'origin/dev-v7.8' into dev-v7.9
|
2018-02-23 13:49:57 +01:00 |
|
Sebastiaan Jansssen
|
10141bf4f6
|
Merge remote-tracking branch 'origin/dev-v7' into dev-v7.8
# Conflicts:
# src/Umbraco.Web/Mvc/RenderRouteHandler.cs
|
2018-02-23 13:49:20 +01:00 |
|
Sebastiaan Jansssen
|
95aaf40281
|
Some more code cleanup and making sure we pass in the current user so that we can't avoid the sensitivedata check easily
|
2018-02-23 13:38:21 +01:00 |
|
Robert
|
4850b01097
|
Added checks in place to stop users that has no access to sensitive data to export member data, removed some unused usings
|
2018-02-23 12:23:23 +01:00 |
|
Sebastiaan Jansssen
|
b9c9a232cd
|
Style updates, and removes unused usings
|
2018-02-23 10:26:11 +01:00 |
|
Sebastiaan Jansssen
|
b565513052
|
Merge branch 'dev-v7.9' into temp-U4-10900
|
2018-02-23 09:46:06 +01:00 |
|
Sebastiaan Janssen
|
413e70db7d
|
Merge pull request #2450 from richarth/patch-1
Grammar improvement
|
2018-02-22 17:31:29 +01:00 |
|
Robert
|
97607bc83b
|
Added front and back end logic to export member data
|
2018-02-22 15:32:33 +01:00 |
|
ChristophNZ
|
5b41262f41
|
rewrote if/else to remove code duplication
|
2018-02-22 16:35:18 +10:00 |
|
ChristophNZ
|
1e17d6a527
|
continue loop after logging warning when null
|
2018-02-22 16:19:21 +10:00 |
|
ChristophNZ
|
0d05d0bf34
|
Import Document Type: use ContentTypeService to search for allowed child nodes if they are not part of the imported type(s)
|
2018-02-22 15:53:11 +10:00 |
|
Sebastiaan Jansssen
|
e433daf5ff
|
Bump version to 7.9.0
|
2018-02-21 16:06:59 +01:00 |
|
Shannon
|
1788682af9
|
U4-10915 Umbraco automapper configuration is not valid
|
2018-02-20 19:16:53 +11:00 |
|
Sebastiaan Jansssen
|
2f31175db5
|
Bump version to 7.7.12
|
2018-02-19 14:20:47 +01:00 |
|
Richard Thompson
|
c2722d8120
|
Grammar improvement
Improved the grammar of an error message
|
2018-02-16 15:19:16 +00:00 |
|
Stephan
|
47d7677948
|
Refactor editing, all tests green
|
2018-02-16 12:00:45 +01:00 |
|
Sebastiaan Jansssen
|
48c0b95707
|
Only do a length check if performingIp not null
|
2018-02-15 16:03:12 +01:00 |
|
Sebastiaan Jansssen
|
a5caf361e0
|
Update DateTime.Now usages to be UtcNow to be independent of local datetime
|
2018-02-15 15:55:40 +01:00 |
|
Sebastiaan Jansssen
|
74c3aaade5
|
Merge branch 'dev-v7.9' into temp-u4-10795
|
2018-02-15 15:50:15 +01:00 |
|
Stephan
|
cfd2ba3b5a
|
Refactor editing
|
2018-02-15 14:53:29 +01:00 |
|
Stephan
|
cf94da2b8f
|
refactor user and group logging
|
2018-02-15 14:01:04 +01:00 |
|
Stephan
|
d30842e1bf
|
Cleanup editing
|
2018-02-14 16:55:42 +01:00 |
|
Sebastiaan Jansssen
|
826d6d5b15
|
Merge remote-tracking branch 'origin/dev-v7.8' into dev-v7.9
|
2018-02-14 12:15:56 +01:00 |
|
Sebastiaan Jansssen
|
56f4904fc0
|
Merge remote-tracking branch 'origin/dev-v7' into dev-v7.8
|
2018-02-14 12:15:18 +01:00 |
|
Sebastiaan Jansssen
|
9178e7afcf
|
Whoops, no need to introduce a new method here, old method was still available
|
2018-02-14 12:13:01 +01:00 |
|
Stephan
|
7f3733d4b5
|
cleanup
|
2018-02-14 11:27:43 +01:00 |
|
Sebastiaan Jansssen
|
3df23c3a34
|
Merge remote-tracking branch 'origin/dev-v7.8' into dev-v7.9
# Conflicts:
# src/SolutionInfo.cs
# src/Umbraco.Core/Configuration/UmbracoVersion.cs
|
2018-02-14 10:34:26 +01:00 |
|
Sebastiaan Jansssen
|
7746c4a014
|
Merge remote-tracking branch 'origin/dev-v7' into dev-v7.8
# Conflicts:
# src/Umbraco.Web/PropertyEditors/ValueConverters/MultiNodeTreePickerPropertyConverter.cs
|
2018-02-14 10:28:51 +01:00 |
|
Sebastiaan Jansssen
|
4640cf56d1
|
Make change non-breaking
|
2018-02-14 10:23:58 +01:00 |
|
Shannon
|
e900711180
|
Updates the CDF version changer to to use a hash of the current version and the date time so that it's not constantly updated if it's not changed.
|
2018-02-14 11:53:49 +11:00 |
|
Shannon
|
9f4875c8a7
|
removes SaveUserGroupWithUsersEventArgs and replaces with SaveEventArgs<UserGroupWithUsers> and changes the SavedUserGroupWithUsers to SavingUserGroup2 and SavedUserGroup2
|
2018-02-14 11:13:24 +11:00 |
|
Stephan
|
46902d4335
|
Merge branch 'temp-u4-10795' of https://github.com/umbraco/Umbraco-CMS into temp-u4-10795
|
2018-02-13 15:35:57 +01:00 |
|
Stephan
|
5eb22b0fd9
|
report added/removed users from groups
|
2018-02-13 15:30:58 +01:00 |
|
Stephan
|
6a18965946
|
Don't throw, DRY
|
2018-02-13 12:00:14 +01:00 |
|
Stephan
|
be1ec05072
|
Use constants for field lengths
|
2018-02-13 11:32:21 +01:00 |
|
Stephan
|
bb2caf85cb
|
fix namespace
|
2018-02-13 09:47:23 +01:00 |
|
Shannon
|
8ee8bda953
|
fixes tests
|
2018-02-13 19:46:34 +11:00 |
|
Shannon
|
caa3a3319f
|
Fixes issue with user groups being dirty and resetting dirty events
|
2018-02-13 18:54:13 +11:00 |
|
Shannon
|
5caf95331a
|
Fixes PerformingUser for login/logout and actually logs the affected user
|
2018-02-13 18:29:39 +11:00 |
|
Shannon
|
c4fa3aa649
|
Fixes issue with AffectedUser vs PerformingUser, updates the log formatting and uses the affectedDetails better, fixes the double event calling for auth stuff, fixes the change password event raising, fixes reporting the changed property values for members
|
2018-02-13 00:15:04 +11:00 |
|
Shannon
|
3cdd8a0c43
|
removes methods from the interface we don't want to support
|
2018-02-12 20:48:42 +11:00 |
|
Shannon
|
bf130584a6
|
updates docs
|
2018-02-12 18:28:51 +11:00 |
|
Shannon
|
c3e67705ba
|
updated some naming conventions for eventType
|
2018-02-12 18:24:07 +11:00 |
|
Shannon
|
7a80d689aa
|
Fixes invalid login attempts being logged against the admin user, updates the audit handler to log unique keys for the eventType
|
2018-02-12 18:12:16 +11:00 |
|
Shannon
|
eabc009f0c
|
Adds validation to IAuditService.Write
|
2018-02-12 17:37:52 +11:00 |
|
Stephan
|
af7df0c6b5
|
Cleanup
|
2018-02-09 18:22:59 +01:00 |
|
Stephan
|
aa614f1e20
|
Cleanup
|
2018-02-09 15:33:44 +01:00 |
|
Stephan
|
15d7fa76a8
|
Cleanup
|
2018-02-09 14:59:41 +01:00 |
|
Stephan
|
fcb6dfdfdf
|
Cleanup
|
2018-02-09 14:34:28 +01:00 |
|