Niels Lyngsø
3a06195e3d
ensure fallback value is defined on value updates
2020-10-05 11:02:07 +02:00
Claus
978d245f00
Merge remote-tracking branch 'origin/v8/8.8' into v8/8.9
2020-10-01 12:37:56 +02:00
Claus
19e2c8fa6e
Fix JS errors when creating folders in the settings section
...
(cherry picked from commit 4ecbb7abe6 )
2020-10-01 09:31:39 +02:00
Claus
b48145c87f
Fix JS error preventing newly created dictionary items from opening automatically
...
(cherry picked from commit 59f90bd08b )
2020-10-01 09:31:23 +02:00
Claus
94d4fef088
Merge remote-tracking branch 'origin/v8/8.6' into v8/8.8
...
# Conflicts:
# src/SolutionInfo.cs
# src/Umbraco.Web/Logging/WebProfilerComponent.cs
2020-10-01 08:55:28 +02:00
Claus
a167becff5
bump version to 8.9.0-rc.
2020-10-01 08:46:51 +02:00
Claus
d5cc4ed914
Merge commit 'refs/tags/release-8.8.0^{}' into v8/8.9
...
# Conflicts:
# src/SolutionInfo.cs
2020-10-01 08:34:59 +02:00
Bjarne Fyrstenborg
811f27cb01
Adjust condition to hide edit button if media is trashed, but otherwise show the button
...
(cherry picked from commit 1d5afae0f6 )
2020-09-30 21:15:19 +02:00
Sebastiaan Janssen
c50a168a20
Don't remove focal point - reverts a potential breaking change
...
(cherry picked from commit df0222b09e )
2020-09-29 10:50:45 +02:00
Sebastiaan Janssen
d9506d30b3
Fix cropper / preview not showing
...
(cherry picked from commit e1ef5f4e6b )
2020-09-28 21:26:42 +02:00
Sebastiaan Janssen
0f2283e078
Bump version to 8.8.0
2020-09-28 20:05:08 +02:00
Niels Lyngsø
b1179ff6f1
adjust default size of umb-button-ellipsis and its apperance in umb-tree
...
(cherry picked from commit 5d9389b37c )
2020-09-28 20:03:27 +02:00
Niels Lyngsø
1ec9e24ae5
8.8 Revert icon styling, to ensure backwards compatibility ( #8941 )
...
(cherry picked from commit 956c81ff32 )
2020-09-28 20:03:18 +02:00
Claus
f24c54acad
bump version to 8.6.5
2020-09-24 11:38:08 +02:00
Shannon
5ed94065a7
Fixes issue with exceptions in logs because we are trying to unbind from httpapplication events but you cannot do that.
2020-09-24 18:45:26 +10:00
Shannon
0e44acc45e
Merge remote-tracking branch 'origin/v8/8.8' into v8/8.9
...
# Conflicts:
# src/SolutionInfo.cs
# src/Umbraco.Web.UI/Umbraco/Views/Default.cshtml
2020-09-24 14:19:58 +10:00
Sebastiaan Janssen
fe3f604122
Move the IIconService and IconModel to the Umbraco.Core project
...
See issue #8919
(cherry picked from commit 0531fce9e2 )
2020-09-23 16:21:34 +02:00
Sebastiaan Janssen
75830e1d3e
Merge branch 'v8/8.7' into v8/8.8
...
# Conflicts:
# src/Umbraco.Web/Security/MembershipHelper.cs
2020-09-23 11:24:32 +02:00
Shannon
7fc4364b52
Fixes issue with deleting external logins, fixes issue with saving new user logins when creating a new user, fixes issue of not checking if the linked login is already linked.
2020-09-23 15:45:58 +10:00
Claus
a2cb264f27
Merge remote-tracking branch 'origin/v8/bugfix/8433-member-login-sql-locks' into v8/8.6
...
(cherry picked from commit 6122bffa24 )
2020-09-22 14:49:28 +02:00
Claus
041d0469b6
Merge remote-tracking branch 'origin/v8/bugfix/examine-reindex' into v8/8.6
...
(cherry picked from commit 8fddb52f9a )
2020-09-22 14:44:29 +02:00
Claus
6122bffa24
Merge remote-tracking branch 'origin/v8/bugfix/8433-member-login-sql-locks' into v8/8.6
2020-09-22 13:14:03 +02:00
Claus
8fddb52f9a
Merge remote-tracking branch 'origin/v8/bugfix/examine-reindex' into v8/8.6
2020-09-22 11:42:44 +02:00
Claus
ab4d830626
Merge pull request #8930 from umbraco/v8/bug/8919-cache-icons-used-in-login-screen
...
Inject icons used in login screen to the runtime icon cache
2020-09-22 10:33:56 +02:00
Bjarke Berg
1badb69481
#8919 - Clean up obsolete ctor
2020-09-22 10:14:34 +02:00
Bjarke Berg
164fa24ef3
#8919 - Fix issue with wrong casing of variable name
2020-09-22 10:04:55 +02:00
Bjarke Berg
5df3e051d3
Merge remote-tracking branch 'origin/v8/bug/8919-cache-icons-used-in-login-screen' into v8/bug/8919-cache-icons-used-in-login-screen
...
# Conflicts:
# src/Umbraco.Web/Editors/BackOfficeController.cs
# src/Umbraco.Web/Editors/BackOfficeModel.cs
# src/Umbraco.Web/Editors/IconController.cs
# src/Umbraco.Web/Services/IIconService.cs
# src/Umbraco.Web/Services/IconService.cs
2020-09-22 09:21:45 +02:00
Bjarke Berg
ccc0e82579
#8919 - Avoid having fat controller and do not new up a controller in a model
2020-09-22 08:58:16 +02:00
Claus
6e56b16342
adding IconService
2020-09-22 08:57:48 +02:00
Claus
b327399cd2
adding icon svg data from IconController.
2020-09-22 08:11:58 +02:00
Shannon
e6e7917b0c
fixes create button
2020-09-22 11:34:59 +10:00
Shannon
ac9dedf327
Ensure we don't swallow exceptions in angular when logging in, fixes a null ref in angular preventing login in authorize screen, fixes login screen to use an explicit ng-form instance.
2020-09-22 11:05:37 +10:00
Warren Buckley
3950f3286e
Merge pull request #8815 from umbraco/v8/bugfix/events-unsubscribe
...
Ensure event handlers are unsubscribed in Core Components
(cherry picked from commit e7f98a5690 )
2020-09-21 15:23:02 +02:00
Warren Buckley
e7f98a5690
Merge pull request #8815 from umbraco/v8/bugfix/events-unsubscribe
...
Ensure event handlers are unsubscribed in Core Components
2020-09-21 11:27:47 +01:00
Shannon
bc6952d77c
Ensures the user service returns the real error when the current user fails, ensures we add the standard header to all ajax requests so they can be detected
2020-09-18 14:55:33 +10:00
Niels Lyngsø
d3db24e705
Merge remote-tracking branch 'origin/v8/8.8' into v8/bug/8919-cache-icons-used-in-login-screen
2020-09-17 15:00:02 +02:00
Niels Lyngsø
e2957bb715
inject icons to iconHelper to avoid making requests to the icon controller
2020-09-17 14:59:49 +02:00
Niels Lyngsø
0506c8c555
defineIcon method
2020-09-17 14:59:12 +02:00
Sebastiaan Janssen
6b0539fefc
Set version to RC
2020-09-17 12:19:07 +02:00
Lars-Erik Aabech
6d15a2fce3
Eliminates error/no-preview when grid media picker have no crop set ( #8620 )
...
(cherry picked from commit deb03e4d82 )
2020-09-17 11:35:17 +02:00
Niels Swimberghe
6d2135edd5
Change wrong URL in KeepAlive XML Comments
...
The XML comments for KeepAlive mention the URL for the KeepAlive.Ping action but incorrectly omits 'umbraco' from the path.
The change adds the 'umbraco' section to the path.
(cherry picked from commit 312dc1d9a7 )
2020-09-17 09:19:09 +02:00
Warren Buckley
5a37854dd5
Merge pull request #7599 from umbraco/v8/feature/ui-media-create-button-style
...
UI: corrected button style to match new style
(cherry picked from commit 2e055ca146 )
2020-09-17 09:18:55 +02:00
Shannon
9c5ad79a1f
bumps version
2020-09-17 16:16:08 +10:00
Shannon
75dc416ed9
Merge remote-tracking branch 'origin/v8/8.8' into v8/feature/no-local-login
...
# Conflicts:
# src/Umbraco.Core/Migrations/Upgrade/UmbracoPlan.cs
# src/Umbraco.Web.UI.Client/src/common/directives/components/application/umblogin.directive.js
# src/Umbraco.Web.UI.Client/src/common/directives/components/buttons/umbbutton.directive.js
# src/Umbraco.Web.UI.Client/src/views/common/overlays/user/user.html
# src/Umbraco.Web.UI.Client/src/views/components/buttons/umb-button-group.html
# src/Umbraco.Web.UI.Client/src/views/components/buttons/umb-button.html
# src/Umbraco.Web.UI/Umbraco/config/lang/en.xml
2020-09-17 15:38:04 +10:00
Shannon
559a4b00ad
Allows custom view for external login provider to manage it's own form, updates umbLogin component to allow 3rd party interaction
2020-09-16 18:45:14 +10:00
Shannon
bc3f27d550
Ensures the OnAutoLinking event fires when the user exists, adds try/catches around the event so the event can bubble up errors to the UI
2020-09-16 12:36:39 +10:00
Shannon
8b89c73873
Ensure the user's name is locked when deny local login
2020-09-15 00:23:55 +10:00
Shannon
be00934425
reverts the umb-button change
2020-09-14 22:53:26 +10:00
Shannon
003d52bd87
Makes ChallengeResult public, adds more functionality to umb-button
2020-09-14 18:03:23 +10:00
Bjarne Fyrstenborg
600ae926d4
Remove local function to create guid and use String.CreateGuid() extension function instead ( #8886 )
2020-09-13 22:21:30 +02:00