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
Andy Butland
458de2b0be
Migrated tree related classes to .NET core
2020-06-07 09:34:32 +02:00
Bjarke Berg
354225452a
Merge remote-tracking branch 'origin/netcore/dev' into netcore/netcore
2020-06-05 08:14:23 +02:00
Bjarke Berg
58d7fc1817
Merge remote-tracking branch 'origin/v8/dev' into netcore/dev
...
# Conflicts:
# src/Umbraco.Web.UI.Client/gulp/tasks/watchTask.js
2020-06-05 08:05:50 +02:00
Bjarke Berg
1231ef78db
Merge pull request #8230 from umbraco/netcore/feature/AB6961-IWebSecurity-injection
...
Netcore: Removing UmbracoContext.Security usages
2020-06-05 07:47:19 +02:00
Bjarke Berg
10fe1ec47b
Fixed tests by registering IWebSecurity in the container in the base test class
2020-06-05 07:17:19 +02:00
Bjarke Berg
6a560d6340
Fixed tests
2020-06-05 06:36:42 +02:00
Elitsa Marinovska
582903b597
Null check
2020-06-04 15:16:34 +02:00
Elitsa Marinovska
7b93130690
Changing to the specific property
2020-06-04 13:55:48 +02:00
Elitsa Marinovska
68488eb5a7
Another round of injecting webSecurity directly
2020-06-04 13:55:07 +02:00
Elitsa Marinovska
42fba97af9
Removing the need of requesting umbracoContext to get the web security service
2020-06-04 13:53:06 +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 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
95ed6d01a2
removes uneeded file
2020-06-03 10:52:11 +10:00
Claus
c22f6f51d1
Merge pull request #8218 from umbraco/v8/bugfix/clipboard-typofix
...
Fix up typo for clipboardService.registrerClearPropertyResolver & mark incorrect as deprecated
2020-06-02 13:28:58 +02:00
Sebastiaan Janssen
9829d4abef
Merge branch 'v8/dev' into v8/contrib
2020-06-02 11:41:09 +02:00
Chad
a4274ba767
Shorter JSON property names for nucache ( #8204 )
2020-06-02 11:35:19 +02:00
Warren Buckley
4d497053a3
Fix up typos & mark incorrect as deprecated
2020-06-02 09:08:43 +01:00
Shannon
d85fc0d353
fixes last tests
2020-06-01 18:15:57 +10:00
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
793bbbab5b
Merge remote-tracking branch 'origin/netcore/netcore' into netcore/feature/identity-temp
2020-06-01 15:51:56 +10:00
Shannon
1d11b78c32
fixing tests
2020-06-01 15:42:57 +10:00
Lee Kelleher
717bbf1e2e
umb-notifications.html - refactored switch logic ( #8207 )
...
* umb-notifications.html - refactored switch logic
I couldn't get the `url` property to render, so I've swapped out
the `ng-switch` statement with a couple of `ng-if` conditions.
* umb-notifications.html - changed quotes from single to double
For consistency.
2020-05-30 22:02:26 +02:00
Warren Buckley
49c438b55f
Merge pull request #7166 from umbraco/v8/feature/7133-do-not-paste-keys-in-nested-content
...
NC keys: Do not copy keys for Nested Content (Fix for #7133 )
2020-05-29 15:18:46 +00:00
Warren Buckley
9713da5e92
Merge pull request #8177 from umbraco/v8/bugfix/nested-content-keys
...
Adds in NC Property Component to deal with keys that were duplicated
2020-05-29 14:45:34 +00:00
rbottema
f7cbac30b1
Fix HTML markup of umb-list-view-settings.html
...
I've noticed this file was missing a closing div tag, so I added it.
2020-05-29 14:43:23 +02:00
rbottema
c23b813036
Fix HTML markup of includeproperties.prevalues.html
...
I've noticed this span was missing a closing >, so I added it.
2020-05-29 14:42:20 +02:00
Jan Skovgaard
74a4d76983
umb-lightbox improvements ( #8191 )
2020-05-29 14:41:20 +02:00
BatJan
208df92fe0
Hide icons and add missing screen reader friendly texts
2020-05-29 14:40:18 +02:00
Steve Megson
33850b13d0
If GetControllerTypeInternal falls back to creating an instance, it should also release it ( #8196 )
2020-05-29 14:39:14 +02:00
Niels Lyngsø
180b858ff5
V8/bugfix/gulp update inline views on watch ( #8200 )
2020-05-29 14:09:20 +02: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
Warren Buckley
b1d0cbf1d0
Remove the CSProj reference to missing test file in repo - until we get a chance to add it back in #8199
2020-05-29 09:30:34 +01:00
Bjarke Berg
441b83dae8
Merge pull request #8184 from umbraco/netcore/feature/move-more-controllers
...
Netcore: Move more controllers
2020-05-29 09:10:32 +02:00
Sebastiaan Janssen
71fbf2769a
Merge branch 'v8/dev' into v8/contrib
2020-05-29 09:03:35 +02:00
Bjarke Berg
95e2262eb1
https://dev.azure.com/umbraco/D-Team%20Tracker/_workitems/edit/6587 - Bugfix for ModelState.AddValidationError. Now using correct extension method
2020-05-29 08:29:39 +02:00
Bjarke Berg
878e5056b5
https://dev.azure.com/umbraco/D-Team%20Tracker/_workitems/edit/6587 - Cleanup when using typefilters
2020-05-29 08:05:45 +02:00
Shannon
90e6dc0ad0
Merge branch 'netcore/feature/identity-temp' into netcore/feature/identity
2020-05-29 15:25:00 +10:00
Shannon
2565a626cb
Fixes NC key replacement and adds tests
2020-05-29 13:01:56 +10:00
Warren Buckley
732d574ec2
Tidy up & better checking for NC JSON with JSONPath & SelectTokens()
...
Less code duplication.
No need for Publishing event as Saving event is called before publishing
2020-05-28 21:35:39 +01:00
Bjarke Berg
a7a9b8204e
https://dev.azure.com/umbraco/D-Team%20Tracker/_workitems/edit/6587 - Build fix
2020-05-28 20:01:18 +02: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
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