Bjarke Berg
a4a074e22c
More content model binding
...
Signed-off-by: Bjarke Berg <mail@bergmania.dk >
2020-06-12 13:35:37 +02:00
Bjarke Berg
989c83b452
Merge remote-tracking branch 'origin/netcore/feature/migrate-remaining-trees' into netcore/feature/contentcontroller_and_related
2020-06-12 10:03:37 +02:00
Bjarke Berg
609c1ffc5b
Migrated content controller + related
...
Signed-off-by: Bjarke Berg <mail@bergmania.dk >
2020-06-12 08:27:22 +02:00
Bjarke Berg
f1257ef717
Inject specific IFileSystem into FilesTreeController
2020-06-11 15:38:12 +02:00
Bjarke Berg
e8c0a08ea8
Merge remote-tracking branch 'origin/netcore/netcore' into netcore/feature/migrate-remaining-trees
2020-06-11 15:21:51 +02:00
Bjarke Berg
16038e4232
Merge remote-tracking branch 'origin/netcore/netcore' into netcore/feature/get-remaining-seconds
2020-06-11 13:48:20 +02:00
Bjarke Berg
c2b2b5010d
Review + build fix
2020-06-11 13:04:01 +02:00
Bjarke Berg
27fee12230
Merge remote-tracking branch 'origin/netcore/netcore' into netcore/feature/migrate-remaining-trees
2020-06-11 12:40:17 +02:00
Bjarke Berg
57b8ab201d
Clean up and fixed second ctor in PhysicalFileSystem
2020-06-11 11:07:21 +02:00
Bjarke Berg
835b04273f
Migrated remaining *TreeController's
...
Signed-off-by: Bjarke Berg <mail@bergmania.dk >
2020-06-10 19:22:25 +02:00
Bjarke Berg
45dcf62878
remove unused code
...
Signed-off-by: Bjarke Berg <mail@bergmania.dk >
2020-06-10 13:58:25 +02:00
Bjarke Berg
6d701f17c3
remove unused code
...
Signed-off-by: Bjarke Berg <mail@bergmania.dk >
2020-06-10 13:57:28 +02:00
Bjarke Berg
c726054e5d
Fix csproj
...
Signed-off-by: Bjarke Berg <mail@bergmania.dk >
2020-06-10 13:49:30 +02:00
Bjarke Berg
96fee753b4
Merge remote-tracking branch 'origin/netcore/netcore' into netcore/feature/macros
...
Signed-off-by: Bjarke Berg <mail@bergmania.dk >
# Conflicts:
# src/Umbraco.Web.BackOffice/Extensions/UmbracoBackOfficeServiceCollectionExtensions.cs
2020-06-10 12:17:37 +02:00
Bjarke Berg
9f17049582
Merge remote-tracking branch 'origin/netcore/netcore' into netcore/feature/websecurity
...
Signed-off-by: Bjarke Berg <mail@bergmania.dk >
# Conflicts:
# src/Umbraco.Web/Editors/AuthenticationController.cs
2020-06-10 11:13:32 +02:00
Bjarke Berg
9aea7039d2
Merge remote-tracking branch 'origin/netcore/netcore' into netcore/feature/macros
...
# Conflicts:
# src/Umbraco.Web.BackOffice/Controllers/BackOfficeServerVariables.cs
# src/Umbraco.Web.Common/Runtime/AspNetCoreComposer.cs
# src/Umbraco.Web/Editors/BackOfficeServerVariables.cs
2020-06-10 10:55:56 +02:00
Shannon
9b991f3882
Fixes back office check, adds more tests, changes area to be a constant
2020-06-09 13:01:05 +10:00
Shannon
433a7c8908
Merge remote-tracking branch 'origin/netcore/netcore' into netcore/feature/get-remaining-seconds
...
# Conflicts:
# src/Umbraco.Web/Editors/AuthenticationController.cs
2020-06-09 10:41:57 +10:00
Bjarke Berg
af382e5e71
Migrated section controller + LanguageTreeController, ApplciationTreeController.
...
Updated AngularJsonOnlyConfigurationAttribute to be a TypeFilterAttribute, to allow injeciton into the filter.
Note: Left TODO about checking authorization of proxied trees..
2020-06-08 13:14:23 +02:00
Bjarke Berg
b5f0a7348d
Avoid using Current.IOHelper
2020-06-08 08:51:50 +02:00
Andy Butland
458de2b0be
Migrated tree related classes to .NET core
2020-06-07 09:34:32 +02:00
Bjarke Berg
8694498583
Fix for model in templates
2020-06-05 13:31:08 +02:00
Bjarke Berg
1d543d1dfd
Migrated MacroRenderingController + Related UmbracoComponentRenderer => TemplateRenderer + ParitalViewMacroEngine
2020-06-05 06:31:42 +02:00
Elitsa Marinovska
e32d5bb9b9
Injecting IWebSecurity directly instead of getting it through UmbracoContext.Security
2020-06-04 13:40:33 +02:00
Bjarke Berg
b2b0291386
Netcore: Migration of more controllers ( #8220 )
...
* https://dev.azure.com/umbraco/D-Team%20Tracker/_workitems/edit/6587 - Migrated DictionaryController, TinyMceController and UpdateCheckController
* Removing connection string and changing to use the right variable
Co-authored-by: Elitsa Marinovska <elm@umbraco.dk >
2020-06-03 17:17:30 +02:00
Shannon
6004a0fb44
wip starts migrating get remaining seconds, removes a bunch of code from netframework thats already been moved.
2020-06-03 17:47:32 +10:00
Shannon
7ac01fc02f
Merge branch 'netcore/netcore' into netcore/feature/websecurity
...
# Conflicts:
# src/Umbraco.Web.BackOffice/Filters/OnlyLocalRequestsAttribute.cs
2020-06-03 13:26:40 +10:00
Shannon Deminick
a7a463c7d4
Merge pull request #8183 from umbraco/netcore/feature/identity
...
Back office identity changes and cookie authentication
2020-06-03 12:55:57 +10:00
Shannon
c6481bdabb
Migrates another methods of authentication controller over along with calculating the ticket's remaining seconds
2020-06-03 12:47:40 +10:00
Shannon
670d62a2dc
Gets cookie authentication actually working along with session validation
2020-06-02 17:48:08 +10:00
Shannon
4afaade436
Gets WebSecurity implemented
2020-06-02 14:46:58 +10:00
Shannon
ea58dce644
implements logic to log the user in on install
2020-06-02 13:47:58 +10:00
Shannon
b75fba71f5
Cleaning up websecurity and implementing it, migrates security stamp and session id validation for cookie auth
2020-06-02 13:28:30 +10:00
Bjarke Berg
58c70c3a90
Merge remote-tracking branch 'origin/netcore/dev' into netcore/netcore
...
# Conflicts:
# src/Umbraco.Web.UI.NetCore/Umbraco/config/lang/da.xml
# src/Umbraco.Web.UI.NetCore/Umbraco/config/lang/en_us.xml
2020-05-29 13:02:27 +02:00
Bjarke Berg
dca04b3dd7
Merge remote-tracking branch 'origin/v8/dev' into netcore/dev
...
# Conflicts:
# src/Umbraco.Infrastructure/Runtime/SqlMainDomLock.cs
# src/Umbraco.PublishedCache.NuCache/PublishedSnapshotService.cs
# src/Umbraco.Web.UI.Client/src/views/users/user.controller.js
# src/Umbraco.Web/Models/Trees/MenuItemList.cs
# src/Umbraco.Web/Runtime/WebInitialComposer.cs
# src/Umbraco.Web/Trees/RelationTypeTreeController.cs
# src/Umbraco.Web/UmbracoApplication.cs
2020-05-29 12:59:42 +02:00
Bjarke Berg
c3606b31ce
https://dev.azure.com/umbraco/D-Team%20Tracker/_workitems/edit/6587 - Clean up and fixed issue with Ambiguous actions
2020-05-28 15:20:02 +02:00
Bjarke Berg
31dc9b079b
https://dev.azure.com/umbraco/D-Team%20Tracker/_workitems/edit/6587 - Moved PackageController and added VersionConverter on AngularJsonMediaTypeFormatter, instead of having single attribute only used for PackageController
2020-05-27 08:30:00 +02:00
Bjarke Berg
71a8cb6d35
https://dev.azure.com/umbraco/D-Team%20Tracker/_workitems/edit/6587 - Migrated DataTypeController + Fixed injection of services to UmbracoApplicationAuthorizeAttribute
2020-05-26 14:42:19 +02:00
Bjarke Berg
e879c5c7d9
https://dev.azure.com/umbraco/D-Team%20Tracker/_workitems/edit/6587 - Migrated CodeFileController
2020-05-26 13:08:20 +02:00
Shannon
9dcad544a9
Implements more BackOfficeController and AuthenticationController, some web security and more, gets the back office UI almost rendering
2020-05-25 23:15:32 +10:00
Shannon
0730867d74
Gets default.cshtml rendering what should work, had to update quite a few things to get to this point, now need to figure out why it doesn't start booting angular.
2020-05-25 19:37:16 +10:00
Shannon
cf58782093
Merge remote-tracking branch 'origin/netcore/netcore' into netcore/feature/identity
...
# Conflicts:
# src/Umbraco.Web.BackOffice/Controllers/BackOfficeController.cs
# src/Umbraco.Web/Editors/BackOfficeController.cs
2020-05-21 15:46:43 +10:00
Shannon
f47ceb8bbe
Implements more of identity and makes it more specific to the back office (less intrusive), starts adding cookie auth
2020-05-21 15:43:33 +10:00
Bjarke Berg
ea300f61ce
Merge remote-tracking branch 'origin/netcore/netcore' into netcore/feature/AB6586-migrate_controllers
2020-05-20 13:30:02 +02:00
Bjarke Berg
bff9477c31
https://dev.azure.com/umbraco/D-Team%20Tracker/_workitems/edit/6586 - Migrated ExamineManagementController
2020-05-19 14:02:12 +02:00
Bjarke Berg
35680bba46
https://dev.azure.com/umbraco/D-Team%20Tracker/_workitems/edit/6586 - Migrated DashboardController and BackOfficeAssetsController
2020-05-19 09:52:58 +02:00
Bjarke Berg
e7354c9b45
Merge pull request #8124 from umbraco/netcore/feature/boot-failed-exception
...
boot failed exception handling
2020-05-19 07:50:06 +02:00
Shannon
95d695594a
Ensure we capture boot failed exception earlier and ensure that composers registered to run on boot failed are executed
2020-05-19 14:51:05 +10:00
Bjarke Berg
4ca6868553
https://dev.azure.com/umbraco/D-Team%20Tracker/_workitems/edit/6586 - Migrated TourController
2020-05-18 15:19:52 +02:00
Bjarke Berg
287f379c1b
Merge remote-tracking branch 'origin/netcore/dev' into netcore/netcore
2020-05-18 12:01:18 +02:00