Emma Garland
|
216d6349d9
|
Merge branch 'netcore/dev' into netcore/members-roles-save
|
2021-03-09 10:15:02 +00:00 |
|
Emma Garland
|
4873ecc0f9
|
Deleted unwanted extra method
|
2021-03-09 10:13:44 +00:00 |
|
Bjarke Berg
|
5fee73f50d
|
Merge pull request #9926 from umbraco/netcore/bugfix/10196-ambient-scope
Fixes ExecutionContext flowing to child threads (Ambient Scope issues)
|
2021-03-09 09:12:43 +01:00 |
|
Shannon
|
a40b754636
|
merge issue
|
2021-03-09 18:30:20 +11:00 |
|
Shannon
|
0b6d99c23a
|
oops, forgot commit
|
2021-03-09 17:50:43 +11:00 |
|
Shannon
|
a668e9aa07
|
Fixup package refs and nuspecs, remove IDisposeOnRequestEnd
|
2021-03-09 13:12:52 +11:00 |
|
Shannon
|
6dd5714923
|
Merge remote-tracking branch 'origin/netcore/dev' into netcore/bugfix/10196-ambient-scope
# Conflicts:
# src/Umbraco.Web.Common/UmbracoContext/UmbracoContext.cs
|
2021-03-09 12:52:15 +11:00 |
|
Shannon Deminick
|
32d75b16af
|
Merge pull request #9916 from umbraco/netcore/bugfix/AB10710_UmbracoContext_should_not_use_IBackOfficeSecurity
Netcore: Fix coupling between IBackOfficeSecurity and IUmbracoContext
|
2021-03-09 12:49:53 +11:00 |
|
Shannon Deminick
|
e8cc0fcac5
|
Update src/Umbraco.Web.Common/Cache/HttpContextRequestAppCache.cs
Co-authored-by: Bjarke Berg <mail@bergmania.dk>
|
2021-03-09 12:47:13 +11:00 |
|
Shannon
|
78f5b2f0d7
|
removes double httpcontextaccessor registration and updates test notes.
|
2021-03-09 12:45:51 +11:00 |
|
Bjarke Berg
|
6d293c6ffd
|
Fixed null ref exception
|
2021-03-08 21:37:31 +01:00 |
|
Bjarke Berg
|
49bb5ee4b7
|
Merge remote-tracking branch 'origin/netcore/dev' into netcore/bugfix/AB10710_UmbracoContext_should_not_use_IBackOfficeSecurity
|
2021-03-08 21:27:40 +01:00 |
|
Emma Garland
|
1a7bc6aa75
|
Corrected formatting and removed unwanted commented out code
|
2021-03-08 17:26:53 +00:00 |
|
Emma Garland
|
1df78c1321
|
Updates to unit store tests and managing null username in members user store
|
2021-03-08 17:12:30 +00:00 |
|
Shannon
|
a07728f8db
|
Starts removing usage of CallContext and some cleanup
|
2021-03-08 17:08:15 +11:00 |
|
Shannon
|
29901f9ecf
|
minor cleanup
|
2021-03-08 13:42:51 +11:00 |
|
Shannon
|
8c88c3e00f
|
Merge remote-tracking branch 'origin/netcore/dev' into netcore/bugfix/10196-ambient-scope
# Conflicts:
# src/Umbraco.Web.Common/DependencyInjection/UmbracoBuilderExtensions.cs
|
2021-03-08 13:33:07 +11:00 |
|
Shannon
|
455181dbb4
|
Fixing tests
|
2021-03-08 12:31:17 +11:00 |
|
Bjarke Berg
|
e7176164b1
|
Merge pull request #9934 from umbraco/netcore/unattended-user-create
Unattended Install - Automated User Creation
|
2021-03-07 20:25:40 +01:00 |
|
Bjarke Berg
|
24d4b4c9fb
|
Added validation and moved Unattended Settings into their own model. + Added DataAnnonation validation on all our settings
|
2021-03-07 19:20:16 +01:00 |
|
emmagarland
|
a53688c503
|
Fixed logic for groups.
|
2021-03-07 15:58:11 +00:00 |
|
emmagarland
|
401f713ca5
|
Updated logic in member group controller to ensure group is saved when new
|
2021-03-07 15:21:49 +00:00 |
|
Emma Garland
|
abd92baffd
|
Merge branch 'netcore/dev' into netcore/members-roles-save
|
2021-03-07 10:50:29 +00:00 |
|
emmagarland
|
5051f8160f
|
Remove unecessary check for int
|
2021-03-06 23:13:15 +00:00 |
|
emmagarland
|
4e9423687c
|
Changed controller to use role manager. Updated mapping. Don't commit test database.
|
2021-03-06 23:09:19 +00:00 |
|
emmagarland
|
fa684222e8
|
Updated unit tests
|
2021-03-06 18:57:54 +00:00 |
|
emmagarland
|
df25e6ea53
|
Fixed test
|
2021-03-06 13:53:09 +00:00 |
|
emmagarland
|
b1685905e3
|
Added delete tests
|
2021-03-06 13:51:41 +00:00 |
|
emmagarland
|
05ccb9e8bb
|
Extended and updated unit tests. Put store methods into try and catch where accessing a service. Added more identity results and try/catches where needed.
Updated memberuserstore. Ignore temporary test cached files.
|
2021-03-06 13:44:02 +00:00 |
|
Emma Garland
|
3d53690048
|
Add role store to service collection. Updated tests with new role methods.
|
2021-03-06 10:53:34 +00:00 |
|
Warren Buckley
|
c57a9b9d3b
|
Merge remote-tracking branch 'origin/netcore/dev' into netcore/unattended-user-create
|
2021-03-05 17:25:57 +00:00 |
|
Warren Buckley
|
820be3c063
|
Remove the extra whitespace I added
|
2021-03-05 17:18:32 +00:00 |
|
Warren Buckley
|
254d88e3c8
|
Update src/Umbraco.Web.Common/Install/CreateUnattendedUserNotificationHandler.cs
|
2021-03-05 17:16:05 +00:00 |
|
Warren Buckley
|
e11079c568
|
Update src/Umbraco.Web.Common/DependencyInjection/UmbracoBuilderExtensions.cs
|
2021-03-05 17:15:59 +00:00 |
|
Warren Buckley
|
86fff278c6
|
Update src/Umbraco.Web.BackOffice/DependencyInjection/UmbracoBuilderExtensions.cs
|
2021-03-05 17:15:53 +00:00 |
|
Warren Buckley
|
ea05685db6
|
Revert changes as not needed
|
2021-03-05 17:13:09 +00:00 |
|
Shannon
|
1094ae3723
|
fix test
|
2021-03-05 15:37:34 +11:00 |
|
Shannon
|
283130e349
|
fix build
|
2021-03-05 15:35:20 +11:00 |
|
Shannon
|
df333ec8cb
|
Updates scopes in execution context to use a Stack so we know which is the top Scope/Context. Fixes disposing things on end request, fixes ensuring orphaned scopes are disposed at end request.
|
2021-03-05 15:27:45 +11:00 |
|
Emma Garland
|
e124ee336a
|
Deleted MembersRoleProvider. Switched to role store. Made everything single not plural. Fixed formatting.
|
2021-03-04 17:29:11 +00:00 |
|
Emma Garland
|
4cb9923c24
|
Updated errors and unit tests
|
2021-03-04 13:46:12 +00:00 |
|
Shannon
|
7d45a585ee
|
adds tests
|
2021-03-04 23:59:41 +11:00 |
|
Shannon
|
e4115acae6
|
removes duplicate root namespace
|
2021-03-04 17:02:14 +11:00 |
|
Shannon
|
d72c11821f
|
Merge remote-tracking branch 'origin/netcore/dev' into netcore/bugfix/10196-ambient-scope
# Conflicts:
# src/Umbraco.Core/HybridAccessorBase.cs
# src/Umbraco.Core/Security/IBackOfficeSecurityFactory.cs
# src/Umbraco.Web.Common/DependencyInjection/UmbracoBuilderExtensions.cs
# src/Umbraco.Web.Common/Security/BackofficeSecurityFactory.cs
|
2021-03-04 16:57:32 +11:00 |
|
Shannon Deminick
|
0daad54d7f
|
Merge pull request #9915 from umbraco/netcore/task/9726-fixing-macros
Fixing macro rendering with forms
|
2021-03-04 16:48:24 +11:00 |
|
Shannon
|
1ef60a7c7d
|
removes unneeded ctor dependency on UmbracoContext
|
2021-03-04 16:44:09 +11:00 |
|
Shannon
|
a41323f389
|
Fixing build and weird protected fields in UmbracoIntegrationTest
|
2021-03-04 16:18:57 +11:00 |
|
Shannon
|
df9da835b3
|
fixing tests
|
2021-03-04 16:04:45 +11:00 |
|
Shannon
|
e0a224e0b0
|
Fixing tests
|
2021-03-04 15:54:51 +11:00 |
|
Shannon
|
d986311459
|
removes commented out code
|
2021-03-04 15:38:22 +11:00 |
|