Andy Butland
622127c19f
Removed some commented out code.
2021-03-15 17:19:18 +01:00
Andy Butland
b52f437c4f
Removed unused variable.
2021-03-15 17:16:03 +01:00
Bjarke Berg
d8c7193eef
Fixed issue with multiple threads reading the appSettings file at the same time, by locking (Found when site has to upgrade)
2021-03-15 15:00:58 +01:00
Bjarke Berg
b82ea437b7
Merge remote-tracking branch 'origin/netcore/dev' into netcore/feature/remove-backofficeusermanager-static-events
2021-03-15 14:35:46 +01:00
Bjarke Berg
64131f3de4
Merge remote-tracking branch 'origin/netcore/dev' into netcore/dev
2021-03-15 11:17:46 +01:00
Bjarke Berg
4ad48321b9
Remove debugger break/launch
2021-03-15 11:17:23 +01:00
Emma Garland
b863e3f21d
Merge branch 'netcore/dev' into netcore/members-roles-save
2021-03-15 10:12:28 +00:00
Emma Garland
4ae086bf20
Merge branch 'netcore/dev' into netcore/members-passwordchange-temp
2021-03-15 10:12:08 +00:00
Andy Butland
5fc9b2e259
Made recurring hosted service base class PerformExecuteAsync method public to support use of this class by packages nad custom solutions.
2021-03-15 07:49:33 +01:00
Shannon Deminick
ada5599a83
Merge pull request #9839 from kjac/netcore/feature/minify-js-resources
...
Do not apply runtime optimization to core scripts and script libraries
2021-03-15 15:08:35 +11:00
emmagarland
dccce92cb3
Updated the user and roles to throw exceptions instead of being caught, as per PR feedback
2021-03-14 15:14:53 +00:00
Bjarke Berg
86eb87a885
Clean up
2021-03-12 22:09:51 +01:00
Bjarke Berg
06a202e30e
Migrated CacheRefresher events to IEventAggregator pattern.
2021-03-12 21:49:42 +01:00
Emma Garland
8535a2915c
Changed wording, PR feedback
2021-03-12 15:21:56 +00:00
Emma Garland
9e867eeeef
Changes as per PR comments from Scott Brady
2021-03-12 15:05:50 +00: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
e20f73ba71
post merge fix
2021-03-12 13:10:55 +01: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
Shannon
141af1fd4f
Adds logic to remove duplicates before adding the unique indexes.
2021-03-12 13:24:35 +11:00
Bjarke Berg
d777d7dded
Merge remote-tracking branch 'origin/netcore/dev' into netcore/feature/individual-nuget-pr-assembly
2021-03-11 13:48:14 +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
Bjarke Berg
8d743cbe2c
Merge remote-tracking branch 'origin/netcore/dev' into netcore/feature/individual-nuget-pr-assembly
2021-03-11 10:33:48 +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
Shannon
87749b5078
Ensures claims continue to flow even after the security stamp validator executes.
2021-03-10 14:46:51 +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
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
Emma Garland
4873ecc0f9
Deleted unwanted extra method
2021-03-09 10:13:44 +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
5bca41a51c
Merge branch 'netcore/feature/content-and-media-services-without-static-events' into netcore/temp/member-publicaccess-user-services-without-static-events
2021-03-09 07:59:05 +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
Kenn Jacobsen
eb74f74c91
Replace static events with notifications in MemberService, PublicAccessService and UserService, and clean up unused components etc.
2021-03-09 07:52:32 +01:00
Shannon
0b6d99c23a
oops, forgot commit
2021-03-09 17:50:43 +11: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
Andy Butland
a8ff1952c3
Added integration tests for CacheInstructionService.
2021-03-08 17:23:01 +01:00
Kenn Jacobsen
78bb319c79
Re-introduce state in notifications and utilize it in content and media service
2021-03-08 11:01:14 +01:00
Bjarke Berg
cf5d000d90
Raise UmbracoApplicationStarting after unattended upgrade
2021-03-08 10:19:17 +01:00
Bjarke Berg
72411aa1a1
Add nice error page for boot, like in v8
2021-03-08 10:03:36 +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
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
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
Andy Butland
6db390e1d5
Broke out SQL calls in DatabaseServerMessenger and BatchedDatabaseServerMessenger into a service and repository layer.
2021-03-07 12:30:40 +01: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