Bjarke Berg
97e6d76ec9
Merge remote-tracking branch 'origin/netcore/netcore' into feature/8651-config-options-patten
2020-09-02 10:03:53 +02:00
Bjarke Berg
90d14158ee
Clean up - Removed duplicate ctor in UmbracoVersion
2020-09-02 09:05:55 +02:00
Andy Butland
f1bda37a64
Updates following PR review.
2020-09-01 18:10:12 +02:00
Dirk Seefeld
7791fdcafa
ensure the the install api url ends with / to respect umbraco.installer.js method
2020-08-28 16:07:21 +02:00
Bjarke Berg
162861d0c4
Merge pull request #8731 from umbraco/netcore/feature/FileNameTests
...
NetCore: Add file name tests
2020-08-28 09:50:13 +02:00
Andy Butland
4e222f103e
Reintroduced legacy config into CoreRuntime to support remaining use of Current.Configs (e.g. in UserInvite)
2020-08-26 18:21:09 +02:00
Andy Butland
8666547cf1
Updated configuration models used within Umbraco.ModelsBuilder.Embedded project.
2020-08-25 14:19:33 +02:00
Andy Butland
8241643183
Resolved various failing tests.
2020-08-25 12:30:43 +02:00
Andy Butland
b4e01392d9
Removed registration of old-style configuration in Netcore executable.
2020-08-25 11:00:11 +02:00
Andy Butland
967f0be705
Aligned property names in code with those in configuration.
2020-08-25 10:45:54 +02:00
Andy Butland
c3c8d79720
Merge branch 'netcore/netcore' into feature/8651-config-options-patten
2020-08-24 09:45:25 +02:00
Andy Butland
7884e4ca17
Resolved issues such that application boots and back-office is navigable.
2020-08-24 09:29:40 +02:00
Andy Butland
2cd91a5a54
Converted to IOptions over IOptionsSnapshot due to the latter only working in scoped services.
...
Further amends to return to booting application.
2020-08-23 23:36:48 +02:00
Andy Butland
2f22313ceb
Restored Umbraco.Web and added temporary methods for converstion between legacy and new configuration models to maintain build.
2020-08-23 15:58:37 +02:00
Andy Butland
52a65caf88
Temporarily removed test and non netcore executable projects.
2020-08-21 15:27:06 +01:00
Andy Butland
510bd92e78
Amended injection of further settings to use IOptionsSnapshot.
2020-08-21 14:52:47 +01:00
Mole
16db36eecd
Start working on tests
2020-08-21 13:53:27 +02:00
Andy Butland
e3a44c6717
Moved configuration setting POCOs into Umbraco.Core and adjusted references.
...
Amended injection of some settings to use IOptionsSnapshot.
2020-08-20 22:18:50 +01:00
Bjarke Berg
bcfc9414d3
Update user on successfully login
2020-08-20 13:19:27 +02:00
Andy Butland
0f6e18023f
Amended most configuration settings classes to public POCOs without interfaces, and loaded into services collection via loading the configuration section.
2020-08-20 08:24:23 +01:00
Andy Butland
a3e84ea3a8
(WIP) migrated TourSettings to use IOptions pattern for configuration.
2020-08-19 14:14:01 +01:00
Bjarke Berg
0a2ebcd1f1
Use SqlMainDomLock if not windows
2020-08-19 09:39:11 +02:00
Bjarke Berg
6371fdbf4d
post merge
2020-08-17 11:43:04 +02:00
Bjarke Berg
1123b8bea5
Merge remote-tracking branch 'origin/netcore/netcore' into netcore/feature/better-linux-support
...
# Conflicts:
# src/Umbraco.Web.UI.NetCore/umbraco/config/lang/en.xml
2020-08-11 08:33:11 +02:00
Bjarke Berg
94e1056dd9
Merge pull request #8603 from umbraco/netcore/feature/6976-migrate-preview-middleware
...
Migrates preview auth Middleware
2020-08-11 08:24:57 +02:00
Bjarke Berg
d98d1d8373
Merge remote-tracking branch 'origin/netcore/netcore' into netcore/feature/6976-migrate-preview-middleware
2020-08-11 07:30:50 +02:00
Bjarke Berg
a02b5e93a5
Merge pull request #8598 from umbraco/netcore/feature/6972-migrate-non-oauth-auth-controller
...
Migrates remaining non-oauth AuthenticationController actions to netcore
2020-08-11 07:30:23 +02:00
Shannon Deminick
2aae974281
Merge pull request #8394 from umbraco/netcore/feature/fix-integration-tests
...
Netcore: More tests migrated..
2020-08-11 11:54:37 +10:00
Bjarke Berg
6d51dc4afa
Merge remote-tracking branch 'origin/netcore/netcore' into netcore/feature/6976-migrate-preview-middleware
2020-08-10 14:30:25 +02:00
Shannon
cfc4933170
Merge branch 'netcore/netcore' into netcore/feature/fix-integration-tests
2020-08-10 15:50:05 +10:00
Bjarke Berg
499ffdfe97
Merge pull request #8584 from umbraco/netcore/feature/request-localization-from-user
...
Netcore: Added request localization from the current user.
2020-08-10 07:04:20 +02:00
Shannon
cca7303abd
Migrates preview auth Middleware
...
Migrates UriExtensionsTests to netcore, fixes preview controller bits, adds tests for preview path for back office route check, fixes virtual paths for views,
2020-08-07 00:48:32 +10:00
Shannon
1239975b07
Ensures all back office controllers have the thread culture set, we do this with a new application model targeting all back office controllers.
2020-08-06 22:08:27 +10:00
Shannon
b9a4a75656
Migrates remaining non-oauth AuthenticationController actions to netcore
2020-08-06 19:09:05 +10:00
Bjarke Berg
53d8cfcfe4
Updated rc version of ImageSharp.Web
2020-08-05 08:48:18 +02:00
Bjarke Berg
23a6de30ec
Merge pull request #8458 from umbraco/netcore/feature/AB7479-macro-templates-migration
...
NetCore: Migrating Macro Templates
2020-08-04 15:05:25 +02:00
Bjarke Berg
38ee3c322d
Moved needed extension methods for the Gallery snippet..
2020-08-04 14:12:22 +02:00
Bjarke Berg
1dac8779c2
https://dev.azure.com/umbraco/D-Team%20Tracker/_workitems/edit/7619 - Added request localization from the current user
2020-08-04 12:54:54 +02:00
Bjarke Berg
7490f0cd92
Updated Smidge to 3.1.1
2020-08-04 08:29:45 +02:00
Bjarke Berg
03bb780c16
Added missing registration
...
Signed-off-by: Bjarke Berg <mail@bergmania.dk >
2020-07-10 14:40:44 +02:00
Bjarke Berg
5f47e75231
Merge remote-tracking branch 'origin/netcore/feature/fix-integration-tests' into netcore/feature/better-linux-support
...
Signed-off-by: Bjarke Berg <mail@bergmania.dk >
2020-07-10 14:15:38 +02:00
Bjarke Berg
add44c4139
Merge remote-tracking branch 'origin/netcore/netcore' into netcore/feature/fix-integration-tests
2020-07-10 13:50:44 +02:00
Bjarke Berg
3daad871ce
Merge pull request #8396 from umbraco/netcore/feature/AB4827-sqlce-nuget
...
NuGet package specifications for SQL CE
2020-07-10 13:49:42 +02:00
Bjarke Berg
66a549c89b
Merge remote-tracking branch 'origin/netcore/netcore' into netcore/feature/AB4822-nuget-packages-basis
2020-07-09 18:03:15 +02:00
Bjarke Berg
1dcacda036
Moved umbraco cshtml files into the umbraco folder
...
Signed-off-by: Bjarke Berg <mail@bergmania.dk >
2020-07-08 11:18:23 +02:00
Elitsa Marinovska
6282ac4a5b
Merged changes from base branch
2020-07-08 09:07:54 +02:00
Bjarke Berg
6bb33c865f
Small fixes to build.ps1 and added xml doc generation to projects
...
Signed-off-by: Bjarke Berg <mail@bergmania.dk >
2020-07-07 20:40:44 +02:00
Bjarke Berg
6e5dfbf8da
fixed issue with formatting, by changing order of attributes
...
Signed-off-by: Bjarke Berg <mail@bergmania.dk >
2020-07-07 15:03:31 +02:00
Bjarke Berg
351fa02df2
Merge remote-tracking branch 'origin/netcore/feature/fix-integration-tests' into netcore/feature/better-linux-support
2020-07-07 14:10:21 +02:00
Bjarke Berg
2372e5307c
Merge remote-tracking branch 'origin/netcore/feature/remaining-backoffice-controllers' into netcore/feature/fix-integration-tests
2020-07-07 14:02:48 +02:00