Mole
52e31435cd
Use notifications for saving and saved template
...
This was was a bit more interesting.
2021-03-30 14:01:37 +02:00
Mole
5c4a6b8f6e
Use notifications instead of events.
2021-03-30 13:10:43 +02:00
Mole
3029a85bc2
Merge remote-tracking branch 'origin/netcore/dev' into netcore/feature/membergroupservice-without-static-events
...
# Conflicts:
# src/Umbraco.Infrastructure/Cache/DistributedCacheBinder_Handlers.cs
# src/Umbraco.Tests.Integration/Cache/DistributedCacheBinderTests.cs
# src/Umbraco.Tests.Integration/Umbraco.Infrastructure/Scoping/ScopedRepositoryTests.cs
2021-03-29 13:46:06 +02:00
Mole
ed2e79fa28
Merge branch 'netcore/dev' into netcore/feature/membergroupservice-without-static-events
2021-03-29 13:38:56 +02:00
Mole
e72c98928a
Merge pull request #9981 from kjac/netcore/feature/member-publicaccess-user-services-without-static-events
...
Remove static events from MemberService, UserService and PublicAccessService
2021-03-29 13:07:07 +02:00
Mole
b4cbf0cf5d
Remove obsolete static events
2021-03-29 11:39:04 +02:00
Shannon Deminick
705b3bf775
Merge pull request #9946 from emmagarland/netcore/members-roles-save
...
Member group (identity role) and store
2021-03-29 15:40:03 +11:00
Kenn Jacobsen
3f0539cf83
Remove static events from MemberGroupService
2021-03-26 18:47:06 +01:00
Mole
6a81b31d84
Tentative fix for ScopedRepositoryTests
...
Caches are getting cleared because we can't unbind from events :(
2021-03-25 15:54:43 +01:00
Mole
c8471b096c
Switch to INotificationHandler
2021-03-25 14:51:00 +01:00
Bjarke Berg
48eff10696
Merge pull request #9990 from umbraco/netcore/feature/in-memory-runtime-minifier
...
Ability to have an in-memory runtime minifier cache and configurable cache busters
2021-03-18 11:36:28 +01:00
Mole
4b244686b0
Merge pull request #9951 from umbraco/netcore/feature/database-server-messenger-service-repo
...
Netcore: create service/repo and remove SQL calls from DatabaseServerMessenger
2021-03-18 08:41:06 +01:00
Bjarke Berg
6ce3a5f2a9
Merge remote-tracking branch 'origin/netcore/dev' into netcore/members-roles-save
...
# Conflicts:
# src/Umbraco.Infrastructure/Security/MemberUserStore.cs
# src/Umbraco.Tests.UnitTests/Umbraco.Web.BackOffice/Controllers/MemberControllerUnitTests.cs
# src/Umbraco.Web.BackOffice/Controllers/MemberController.cs
2021-03-18 08:27:17 +01:00
Shannon Deminick
8c66470d65
Merge pull request #9902 from emmagarland/netcore/members-passwordchange-temp
...
Update to enable members to use the same password change as users
2021-03-18 17:40:19 +11:00
Andy Butland
0c4b2604ff
Revert "Updated "messaging" repositories (NotificationsRepository and CacheInstructionRepository) to use scopes provided as method parameters."
...
This reverts commit b69b4ad7b8 .
2021-03-17 15:56:22 +01:00
Shannon Deminick
cb3ea50a37
Merge branch 'netcore/dev' into netcore/feature/in-memory-runtime-minifier
2021-03-17 18:00:26 +11:00
Emma Garland
fa1499333f
Merge branch 'netcore/dev' into netcore/members-roles-save
...
# Conflicts:
# .gitignore
# src/Umbraco.Tests.UnitTests/Umbraco.Infrastructure/Security/MemberIdentityUserManagerTests.cs
# src/Umbraco.Web.BackOffice/DependencyInjection/UmbracoBuilderExtensions.cs
# src/Umbraco.Web.Common/Security/MemberManager.cs
2021-03-16 17:48:40 +00:00
Emma Garland
b1a955f444
Merge branch 'netcore/dev' into netcore/members-passwordchange-temp
...
# Conflicts:
# src/Umbraco.Web.BackOffice/DependencyInjection/UmbracoBuilderExtensions.cs
2021-03-16 17:46:04 +00:00
Andy Butland
b69b4ad7b8
Updated "messaging" repositories (NotificationsRepository and CacheInstructionRepository) to use scopes provided as method parameters.
2021-03-16 17:30:00 +01:00
Bjarke Berg
1a573fcb75
Review fixes https://github.com/umbraco/Umbraco-CMS/pull/9968
2021-03-16 10:44:55 +01:00
Shannon
ecbd6d1c81
Adds better support for app_plugins loading assets in a safer way and without having to pass refs
2021-03-16 19:19:03 +11:00
Bjarke Berg
a356584eb6
Merge remote-tracking branch 'origin/netcore/dev' into netcore/feature/9623-external-login-token-store
...
# Conflicts:
# src/Umbraco.Infrastructure/Configuration/JsonConfigManipulator.cs
2021-03-16 09:14:05 +01:00
Bjarke Berg
c30f5084d7
Merge pull request #9937 from kjac/netcore/feature/content-and-media-services-without-static-events
...
Remove static events from ContentService and MediaService
2021-03-16 07:48:57 +01:00
Shannon
bd08adf2c7
Merge branch 'netcore/dev' of https://github.com/umbraco/Umbraco-CMS into netcore/dev
2021-03-16 17:23:55 +11:00
Shannon
e993410d2c
Merge branch 'netcore/bug/minify-plugins' of https://github.com/kjac/Umbraco-CMS into kjac-netcore/bug/minify-plugins
...
# Conflicts:
# src/Umbraco.Web.BackOffice/DependencyInjection/UmbracoBuilderExtensions.cs
2021-03-16 17:22:25 +11:00
Kenn Jacobsen
7593ddfaa8
Explicitly typed notifications instead of generic ones
2021-03-16 06:55:55 +01:00
Bjarke Berg
06a202e30e
Migrated CacheRefresher events to IEventAggregator pattern.
2021-03-12 21:49:42 +01:00
Emma Garland
8ed67aa14a
Merge branch 'netcore/members-passwordchange-temp' into netcore/members-roles-save
2021-03-12 14:39:24 +00:00
Emma Garland
aa4947913e
Merge branch 'netcore/dev' into netcore/members-passwordchange-temp
...
# Conflicts:
# src/Umbraco.Web.BackOffice/Security/PasswordChanger.cs
2021-03-12 14:29:35 +00:00
Bjarke Berg
b94cc517fc
Merge remote-tracking branch 'origin/netcore/dev' into netcore/feature/9623-external-login-token-store
...
# Conflicts:
# src/Umbraco.Infrastructure/Migrations/Upgrade/UmbracoPlan.cs
2021-03-12 13:04:46 +01:00
Bjarke Berg
2b89839724
Netcore: Get rid of default files in config folder ( #9966 )
...
* TourController now uses the core tours from embedded resources
* Moved tinyMceConfig.*.config to IOptions
* Embedded the default grid.editors.config.js
* Fixed issue when saving grid with an empty media cell
* Logviewer now uses sql as database instead of file.
* Remove config folder from build script and nuget pacakges.
* Removing auto-generated Id added to appsettings.json
* Update src/Umbraco.Web.BackOffice/Controllers/TourController.cs
Co-authored-by: Elitsa Marinovska <elm@umbraco.dk >
Co-authored-by: Elitsa Marinovska <21998037+elit0451@users.noreply.github.com >
2021-03-11 13:20:46 +01:00
Kenn Jacobsen
98c1fedcd9
Merged with netcore/dev
2021-03-11 10:12:22 +01:00
Shannon
e4807c2430
New table and service to store auth tokens
...
Implements the auth token retrieval and storage for the identity implementation. This is now automatically done for providers and the back office user manager can be used to retreive and store all tokens.
Fixes locking on the config writer.
Removes the abstract NodeObjectTypeId from the base repo since it shouldn't be there.
2021-03-11 19:35:43 +11:00
Andy Butland
3767ba41e9
Reworked initialization to keep all file read/write within the lock.
2021-03-09 18:00:31 +01:00
Bjarke Berg
d5fb31b3a2
Reintroduce tests
2021-03-09 11:32:23 +01:00
Bjarke Berg
9153715432
Post merge fixes
2021-03-09 11:15:55 +01:00
Emma Garland
216d6349d9
Merge branch 'netcore/dev' into netcore/members-roles-save
2021-03-09 10:15:02 +00:00
Bjarke Berg
d81874aee3
Merge remote-tracking branch 'origin/netcore/dev' into netcore/feature/merge-v8-05032021
...
# Conflicts:
# src/Umbraco.Infrastructure/Persistence/SqlSyntax/SqlServerSyntaxProvider.cs
# src/Umbraco.Infrastructure/Search/ExamineComponent.cs
2021-03-09 09:31:55 +01:00
Kenn Jacobsen
5a12255a4a
Merge branch 'netcore/dev' into netcore/feature/content-and-media-services-without-static-events
2021-03-09 07:54:30 +01:00
Shannon
0b6d99c23a
oops, forgot commit
2021-03-09 17:50:43 +11:00
Shannon
78f5b2f0d7
removes double httpcontextaccessor registration and updates test notes.
2021-03-09 12:45:51 +11:00
Andy Butland
6422a9a58c
Further integration tests for CacheInstructionService.
2021-03-08 17:39:41 +01:00
Andy Butland
a8ff1952c3
Added integration tests for CacheInstructionService.
2021-03-08 17:23:01 +01:00
Shannon
a07728f8db
Starts removing usage of CallContext and some cleanup
2021-03-08 17:08:15 +11:00
Bjarke Berg
a86054e487
Merge remote-tracking branch 'origin/netcore/dev' into netcore/feature/merge-v8-05032021
2021-03-08 07:01:19 +01: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
Andy Butland
dc21e9ee8a
Added integration tests for CacheInstructionRepository.
2021-03-07 19:35:36 +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
Emma Garland
abd92baffd
Merge branch 'netcore/dev' into netcore/members-roles-save
2021-03-07 10:50:29 +00:00