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
5eb22b0fd9
report added/removed users from groups
2018-02-13 15:30:58 +01:00
Stephan
29690df567
U4-10795 - misc fixes
2018-02-09 09:33:24 +01:00
Stephan
7c34255abe
Merge branch origin/dev-v7.9 into temp-u4-10795
2018-02-07 15:55:41 +01:00
Stephan
02397fd90c
U4-10795 - granular logging
2018-02-06 19:07:54 +01:00
Sebastiaan Jansssen
647492fbfb
Merge branch 'dev-v7.9' into temp-u4-10794
2018-02-01 12:55:53 +01:00
Stephan
971d7cf933
U4-10794 - refactor
2018-01-31 15:20:03 +01:00
Sebastiaan Jansssen
1f6dea7177
Adds migration to create constent table
2018-01-31 12:47:41 +01:00
Shannon
995f644501
Adds upgrade logic, fixes tests, fixes model mappings to not do so much AfterMap
2018-01-26 17:27:35 -07:00
Stephan
a16ac1f0ba
U4-10794 - implement basic consent service
2018-01-26 10:57:12 +01:00
Shannon
b49db0e941
Initial commit for member type sensitive data, this adds the db and model requirements and updates the normal property editor for a member type which saves the isSensitive data to the db.
2018-01-23 13:01:31 -07:00
Shannon
e25f6e82ed
Merge branch 'dev-v7' into dev-v7.8
...
# Conflicts:
# src/SolutionInfo.cs
# src/Umbraco.Core/Configuration/UmbracoVersion.cs
# src/Umbraco.Web/Models/Mapping/UserModelMapper.cs
2018-01-23 11:42:14 -07:00
Shannon
d104525a50
Updates core to use latest CDF version
2018-01-23 11:15:37 -07:00
Stephan
363c8fab2c
Cleanup
2018-01-21 10:03:17 +01:00
Stephan
8d4fd9d1cf
Merge branch 'perf-tryconvertto' of https://github.com/JimBobSquarePants/Umbraco-CMS into perf-tryconvertto
2018-01-21 10:01:12 +01:00
James Jackson-South
24071eb3b1
Faster TryConvertTo
2018-01-20 14:54:52 +11:00
Sebastiaan Jansssen
cad913b7a1
U4-10857 Update to ClientDependency 1.9.5
2018-01-19 08:26:34 +01:00
Shannon
b3cbcebf5b
Merge remote-tracking branch 'origin/dev-v7' into dev-v7.8
...
# Conflicts:
# src/Umbraco.Web.UI.Client/src/views/common/overlays/contenttypeeditor/editorpicker/editorpicker.html
# src/Umbraco.Web.UI.Client/src/views/components/application/umb-navigation.html
2018-01-15 16:27:29 +11:00
Shannon Deminick
069594c3ac
Merge pull request #2380 from umbraco/U4-10815
...
U4-10815 Make DisposableObjectSlim
2018-01-12 12:43:47 +11:00
Stephan
774f333c70
U4-10789 - cleanup + beta003
2018-01-10 15:24:58 +01:00
Robert
bba58ea0c0
Replaced all usages of DisposableObject with DisposableObjectSlim
2018-01-10 13:48:55 +01:00
Shannon
df553140e8
Updates to latest 1.9.4 of CDF and updates Nuspec
2018-01-10 12:25:24 +11:00
Shannon
bc828fc6f3
U4-10810 Update CDF to support storing TEMP files in environment %temp% location
2018-01-09 13:52:52 +11:00
Shannon
8053cea92d
Merge branch 'dev-v7' into dev-v7.8
...
# Conflicts:
# src/SolutionInfo.cs
# src/Umbraco.Core/Configuration/UmbracoVersion.cs
# src/Umbraco.Core/UdiEntityType.cs
# src/Umbraco.Core/Umbraco.Core.csproj
# src/Umbraco.Web.UI/Umbraco.Web.UI.csproj
# src/umbraco.cms/umbraco.cms.csproj
2017-12-14 16:24:25 +11:00
Shannon
131fea3ba4
updates some proj refs
2017-12-06 15:38:00 +01:00
mikkelhm
b9cbdbd9a7
Add rename of Appender to csproj
2017-11-17 12:01:32 +01:00
Robert
5982a868ea
Added custom RollingFileAppender and changed rollingStyle to "size"
...
OpenFile method has been overiden, this means that everytime a log will be opened, it will check the last access time of all existing logs, and delete the ones that haven't been accessed in more than 1 month.
Changing the rollingStyle to "size" will make sure that logs will roll once the maximumFileSize reaches its set limit.
2017-11-14 12:01:11 +01:00
Shannon
b9b1fc3a70
Adds a global config switch to enable/disable tours entirely
2017-11-09 00:57:05 +11:00
Shannon
0f3a76809b
Merge branch 'dev-v7.8' into temp-U4-10305
...
# Conflicts:
# src/Umbraco.Core/Umbraco.Core.csproj
# src/Umbraco.Web.UI.Client/src/common/directives/components/tree/umbtreeitem.directive.js
2017-11-08 14:52:21 +11:00
Robert
9b7a9fc988
Merge remote-tracking branch 'origin/temp-U4-5896-2' into dev-v7.8
2017-11-03 15:38:08 +01:00
Claus
49356b31a1
Merge branch 'dev-v7.8' into temp-U4-10286
...
# Conflicts:
# src/Umbraco.Core/Umbraco.Core.csproj
2017-11-03 14:08:46 +01:00
Shannon
782d6100f0
Gets user session management tracking via the database including detecting stale sessions, generating and removing them along with cleaning them up. This takes into account legacy code too. The session is revalidated on a one minute threshold per user so that it's not hammering the databse on every request.
2017-11-03 17:27:23 +11:00
Shannon
5b19d5e0d8
WIP on login ids
2017-11-02 15:04:54 +11:00
Shannon
408ec17201
Merge branch 'temp-U4-10305' into temp-U4-10601
2017-11-01 15:25:50 +11:00
Shannon
8208f8de51
Updates codebase to store tour data for a user in the user table, adds new column to store json and adds migration to create the column
2017-11-01 15:11:13 +11:00
Shannon
6462329494
U4-9120 Add instruction count column on the db instructions table
2017-10-31 11:54:08 +11:00
Shannon
f71577f86e
Adds data migrations for media path table
2017-10-31 11:20:01 +11:00
Shannon
5dc993890d
New cmsMedia database table to track media by media paths for fast lookups
2017-10-31 11:20:01 +11:00
Shannon
a2025c14b1
Merge branch 'dev-v7' into dev-v7.8
...
# Conflicts:
# src/Umbraco.Core/Umbraco.Core.csproj
2017-10-31 11:18:52 +11:00
Claus
1c883be16b
Merge remote-tracking branch 'origin/temp-u4-8409' into dev-v7.8
2017-10-25 12:27:34 +02:00
Claus
73d681d674
Merge remote-tracking branch 'origin/dev-v7' into dev-v7.8
...
# Conflicts:
# src/Umbraco.Web/Models/Mapping/ContentModelMapper.cs
2017-10-25 11:52:30 +02:00
Sebastiaan Janssen
18e377f159
U4-10564 - Update ImageProcessor dependencies
2017-10-24 13:20:33 +02:00
Stephan
8a114a105e
U4-8409 - reduce sharpZipLib dependencies
2017-10-16 19:03:05 +02:00
Shannon
7b3f7f4ad4
U4-10503 Umbraco plugins cache files should be stored in the same local temp location as the umbraco xml cache file
2017-10-06 11:47:25 +11:00
Mads Rasmussen
0da8644e77
Merge branch 'dev-v7' into temp-U4-10309
2017-09-29 09:55:32 +02:00
Sebastiaan Janssen
bb88eb155f
Merge remote-tracking branch 'origin/dev-v7' into dev-v7.7
...
# Conflicts:
# src/Umbraco.Core/Security/BackOfficeSignInManager.cs
# src/Umbraco.Core/Security/BackOfficeUserManager.cs
# src/Umbraco.Web/Editors/AuthenticationController.cs
# src/Umbraco.Web/Security/MembershipHelper.cs
# src/Umbraco.Web/umbraco.presentation/umbraco/users/EditUser.aspx.cs
2017-09-15 16:34:51 +02:00
Sebastiaan Janssen
b6dbc245e2
Merge branch 'dev-v7' into temp-U4-8634
2017-09-15 13:57:46 +02:00
Mads Rasmussen
5330830362
Merge branch 'dev-v7.7' into temp-U4-10309
...
# Conflicts:
# src/Umbraco.Web.UI.Client/bower.json
# src/Umbraco.Web.UI.Client/gruntFile.js
2017-09-14 15:28:21 +02:00
Sebastiaan Janssen
6cd2a15964
Merge remote-tracking branch 'origin/dev-v7' into dev-v7.7
...
# Conflicts:
# src/Umbraco.Core/UdiEntityType.cs
2017-09-13 17:34:35 +02:00
Stephan
ef91e152b4
U4-10409 - udi parsing and assembly scanning
2017-09-13 12:00:56 +02:00