Shannon
|
3ead22a46a
|
fixes remaining tests and updates views
|
2020-06-01 17:07:19 +10:00 |
|
Shannon
|
39eebe82cd
|
set the response correctly
|
2020-06-01 16:42:44 +10:00 |
|
Shannon
|
914e261d86
|
fix ContentSaveValidationAttribute which does not actually do the permissions check
|
2020-06-01 16:40:34 +10:00 |
|
Shannon
|
f92f34934f
|
fix remaining tests
|
2020-06-01 16:40:04 +10:00 |
|
Shannon
|
1d11b78c32
|
fixing tests
|
2020-06-01 15:42:57 +10:00 |
|
Shannon
|
90e6dc0ad0
|
Merge branch 'netcore/feature/identity-temp' into netcore/feature/identity
|
2020-05-29 15:25:00 +10:00 |
|
Shannon
|
be84969ad7
|
removes comments/notes
|
2020-05-28 23:35:09 +10:00 |
|
Shannon
|
a9bf0572eb
|
remove unneeded file
|
2020-05-28 23:31:48 +10:00 |
|
Shannon
|
0ed9d1bd91
|
renames to LegacyPasswordSecurity
|
2020-05-28 23:24:32 +10:00 |
|
Shannon
|
c1e891400d
|
adds antiforgery tests
|
2020-05-28 23:19:31 +10:00 |
|
Shannon
|
b456ed08f1
|
Fixes tests
|
2020-05-28 18:45:52 +10:00 |
|
Shannon
|
9904dc6cc2
|
Merge commit '6dcaa986cda8c8bbca06df8030299d5901d31ceb' into netcore/feature/identity-temp
|
2020-05-28 17:29:35 +10:00 |
|
Shannon
|
f323c67dff
|
remove note
|
2020-05-27 18:51:47 +10:00 |
|
Shannon
|
1cfc490751
|
More signinmanager, signin now works and we set the user principal in the correct place on login
|
2020-05-27 18:27:49 +10:00 |
|
Shannon
|
e47f81efdc
|
Gettting password formats and hashing sorted, ensuring the password format on the user is used
|
2020-05-27 13:48:26 +10:00 |
|
Shannon
|
ac57aeb066
|
clean up antiforgery
|
2020-05-27 11:28:25 +10:00 |
|
Shannon
|
ef02571c8d
|
changes port number/non ssl
|
2020-05-27 10:27:41 +10:00 |
|
Shannon
|
6a4c277fdc
|
gets anti-forgery working (needs more testing)
|
2020-05-26 22:21:22 +10:00 |
|
Shannon
|
7f47540341
|
ensure bg image is set in config so it shows up
|
2020-05-26 18:21:00 +10:00 |
|
Shannon
|
3c23561f00
|
moves image files to where they're supposed to be
|
2020-05-26 18:20:34 +10:00 |
|
Shannon
|
d726ca4e36
|
fixes build, introduce more back office server vars
|
2020-05-26 17:42:51 +10:00 |
|
Shannon
|
eedef91749
|
commits sln file that keeps changing because of acceptance tests
|
2020-05-26 17:42:31 +10:00 |
|
Shannon
|
ab6a967a4e
|
Merge remote-tracking branch 'origin/netcore/netcore' into netcore/feature/identity
# Conflicts:
# src/Umbraco.Infrastructure/Composing/CompositionExtensions/CoreMappingProfiles.cs
|
2020-05-26 17:37:07 +10:00 |
|
Shannon Deminick
|
dc6113ffdb
|
Merge pull request #8168 from umbraco/netcore/feature/move-more-controllers
Netcore: Move/Migrate more controllers
|
2020-05-26 17:14:21 +10: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 |
|
Bjarke Berg
|
2c2d70c500
|
https://dev.azure.com/umbraco/D-Team%20Tracker/_workitems/edit/6587 - Moved controllers: HealthCheckController + All localization files + fixed issues with MapPath from wwwroot to content root
|
2020-05-25 14:50:51 +02:00 |
|
Bjarke Berg
|
ee3615e36d
|
https://dev.azure.com/umbraco/D-Team%20Tracker/_workitems/edit/6587 - Moved controllers: TagsDataController, RteEmbedController, RichTextPreValueController, NestedContentController, WebProfilingController + Moved compose of MapDefinitionCollectionBuilder into core, and uncommented missing map definitions
|
2020-05-25 13:41:05 +02: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 |
|
Bjarke Berg
|
e4c8e2009c
|
Moved BackOfficeNotificationsController to netcore
|
2020-05-22 07:26:46 +02:00 |
|
Shannon
|
d89337e3d5
|
Cleans up IdentityAuditEventArgs and handling of the current user since we cannot resolve it from the thread.
|
2020-05-21 16:33:24 +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 |
|
Shannon Deminick
|
b5df81fca2
|
Merge pull request #8135 from umbraco/netcore/feature/AB6586-migrate_controllers
Netcore: Migrate Controllers
|
2020-05-21 15:00:54 +10:00 |
|
Bjarke Berg
|
28c4f87236
|
https://dev.azure.com/umbraco/D-Team%20Tracker/_workitems/edit/6586 - Migrated ImageUrlGeneratorController + Made usage some strings into the enums in the ImageUrlGenerationOptions
|
2020-05-20 17:39:07 +02:00 |
|
Bjarke Berg
|
0d65fccd52
|
https://dev.azure.com/umbraco/D-Team%20Tracker/_workitems/edit/6586 - Migrated ImagesController
|
2020-05-20 13:51:21 +02:00 |
|
Bjarke Berg
|
a94af8db03
|
https://dev.azure.com/umbraco/D-Team%20Tracker/_workitems/edit/6586 - Migrated HelpController
|
2020-05-20 13:35:55 +02: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
|
aa63ce5ed9
|
Merge branch 'netcore/dev' into netcore/netcore
# Conflicts:
# src/Umbraco.Tests/Web/Controllers/AuthenticationControllerTests.cs
# src/Umbraco.Tests/Web/Controllers/UsersControllerTests.cs
# src/Umbraco.Web.UI.NetCore/appsettings.json
# src/Umbraco.Web/Editors/AuthenticationController.cs
# src/Umbraco.Web/Editors/UsersController.cs
|
2020-05-20 12:43:13 +02:00 |
|
Bjarke Berg
|
490ae37b28
|
#8142 - Added smtp authentication if username or password provided
|
2020-05-20 12:38:21 +02:00 |
|
Bjarke Berg
|
a120b9cffb
|
Merge pull request #8142 from umbraco/netcore/feature/AB6507-reimplement-email-service
Netcore: Re-implementing Email Service
|
2020-05-20 12:29:21 +02:00 |
|
Bjarke Berg
|
2b4dfbca9d
|
#8142 - Small cleanup, and bugfix
|
2020-05-20 11:42:23 +02:00 |
|
Bjarke Berg
|
1c220b4925
|
https://dev.azure.com/umbraco/D-Team%20Tracker/_workitems/edit/6586 - Removed uncommented code, that was removed due to the container needs only a single valid constructor
|
2020-05-20 08:44:02 +02:00 |
|
Shannon
|
558bde8596
|
Migrates back office variables and a couple methods for the BackOfficeController
|
2020-05-20 16:43:06 +10:00 |
|
Bjarke Berg
|
a8f5d21eeb
|
https://dev.azure.com/umbraco/D-Team%20Tracker/_workitems/edit/6586 - removed old OutgoingEditorModelEventAttribute and EditorModelEventManager
|
2020-05-20 08:39:27 +02:00 |
|
Bjarke Berg
|
ca399c7e89
|
https://dev.azure.com/umbraco/D-Team%20Tracker/_workitems/edit/6586 - removed old tourcontroller
|
2020-05-20 08:33:00 +02:00 |
|
Shannon
|
9818b4a14b
|
Moves what is possible for identity back office to Core, configures backoffice identity with IOptions and our password settings
|
2020-05-20 15:25:42 +10:00 |
|
Shannon
|
4e62573fce
|
Merge remote-tracking branch 'origin/netcore/netcore' into netcore/feature/identity
|
2020-05-20 15:09:40 +10:00 |
|
Shannon
|
057aa9bc66
|
Move more models: template, macro, ObjectTypes
|
2020-05-20 12:10:17 +10:00 |
|
Shannon
|
8134a35fe0
|
Moves ContentType, MemberType, MediaType, etc... less casting, less internals
|
2020-05-20 11:59:41 +10:00 |
|
Shannon
|
d444dfd441
|
Moves ContentTypeBase, Member, ContentTypeComposition, etc... removes the casting
|
2020-05-20 11:33:10 +10:00 |
|