Anders Bjerner
a6aaf4b0b1
Introduced new "large" overlay size ( #11945 )
...
* Introduced new "large" overlay size (1/2)
* Introduced new "large" overlay size (2/2)
* #H5IS
Co-authored-by: Owain <owilliams@spindogs.com >
2022-03-03 12:53:58 +00:00
dependabot[bot]
59b0224eff
Bump karma from 6.3.14 to 6.3.16 in /src/Umbraco.Web.UI.Client ( #12090 )
...
Bumps [karma](https://github.com/karma-runner/karma ) from 6.3.14 to 6.3.16.
- [Release notes](https://github.com/karma-runner/karma/releases )
- [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md )
- [Commits](https://github.com/karma-runner/karma/compare/v6.3.14...v6.3.16 )
---
updated-dependencies:
- dependency-name: karma
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-02 15:06:45 +01:00
Chad Currie
6b3a589aa0
Check Debug logs are enabled for hot path
2022-03-02 02:06:52 +01:00
Bjarne Fyrstenborg
a72698e1a9
Transition of lazy loaded image
2022-03-01 17:16:32 +10:00
Martin Bentancour
c905fdd9b5
Validate that imageUrl param is a relative path ( #11606 )
...
* Validate that imageUrl param is a relative path
To prevent open redirects, the imagePath should point to a relative path (i.e. not point to a different domain).
* LocalRedirectResult instead of RedirectResult
Uri.Relative does not prevent paths like //google.com/test.jpg
Checking for both relative and local seems to cover all the cases.
2022-02-28 23:59:18 +01:00
Anders Bjerner
34bfd3a8f3
Fixes issue with OrderByDescending generating invalid SQL ( #11673 )
...
* Fixes issue with OrderByDescending generating invalid SQL
* Update OrderByDexcending with single field for consistecy
Co-authored-by: Michael <michael@crossingpaths.be >
2022-02-28 23:06:59 +01:00
Corné Hoskam
aba4f02bad
(umbraCollab) Check media Parent for permissions when setting correct MediaType ( #11858 )
2022-02-28 16:29:23 +01:00
patrickdemooij9
a27da0fced
Content app for dictionary items ( #11553 )
2022-02-28 15:01:18 +01:00
Mehmet
e6d6dce3a8
Fix mssing image caption in RTE ( #11807 )
2022-02-28 13:17:17 +01:00
Blake Irwin
24d2dcf363
Fix JsonConfigManipulator causing upgrades to fail when appsettings.json files are not present ( #11222 )
2022-02-28 10:52:03 +01:00
Scott Brady
25ea5cdb1b
Prevent non-backoffice auth schemes being overridden ( #11630 )
2022-02-28 10:40:51 +01:00
Bjarne Fyrstenborg
cf3d697bc5
Update RemoveTreeController to use TController ( #11795 )
2022-02-28 09:36:35 +01:00
Bjarne Fyrstenborg
6fd45f653c
Media entry editor listview children ( #12061 )
2022-02-27 17:46:40 +01:00
Bjarne Fyrstenborg
d97d0040c2
Remove unused variable
2022-02-27 16:57:57 +01:00
Bjarne Fyrstenborg
aa62417916
Update mapping so we know if it is blueprint on first save before content has been created
2022-02-27 16:57:57 +01:00
Bjarne Fyrstenborg
62e3286c71
Vary localization based on content or blueprint
2022-02-27 16:57:57 +01:00
dependabot[bot]
d433991b61
Bump karma from 4.4.1 to 6.3.14 in /src/Umbraco.Web.UI.Client
...
Bumps [karma](https://github.com/karma-runner/karma ) from 4.4.1 to 6.3.14.
- [Release notes](https://github.com/karma-runner/karma/releases )
- [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md )
- [Commits](https://github.com/karma-runner/karma/compare/v4.4.1...v6.3.14 )
---
updated-dependencies:
- dependency-name: karma
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-27 12:29:42 +01:00
dependabot[bot]
bc24efa812
Bump url-parse from 1.5.7 to 1.5.10 in /src/Umbraco.Web.UI.Client
...
Bumps [url-parse](https://github.com/unshiftio/url-parse ) from 1.5.7 to 1.5.10.
- [Release notes](https://github.com/unshiftio/url-parse/releases )
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.7...1.5.10 )
---
updated-dependencies:
- dependency-name: url-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-27 11:58:35 +01:00
Bjarne Fyrstenborg
6d52a2f3da
Babel adjustments ( #12044 )
2022-02-27 11:56:10 +01:00
Chad
66961d18dc
Prevent DatabaseServerMessenger handle leak ( #12013 )
2022-02-27 11:43:35 +01:00
patrickdemooij9
fa0027d4f1
Added property way of seeing composition ( #11811 )
2022-02-27 10:09:35 +01:00
Blake Irwin
a24b099831
V9: Fix Umbraco:CMS:Global:SqlWriteLockTimeOut setting value ignored ( #11492 )
2022-02-27 09:52:07 +01:00
Bjarne Fyrstenborg
6860d0b27d
Filter block cards and show empty message ( #11729 )
2022-02-27 09:36:43 +01:00
AndyBoot
dad1c190fc
Settings Dashboard Umbraco.tv References ( #12034 )
2022-02-27 09:31:22 +01:00
Arkadiusz Biel
36faff6917
add null check for case when index is not implementing LuceneDirectoryIndexOptions
2022-02-27 09:19:23 +01:00
Chad
7ddddb7500
Support async in TreeController ( #12016 )
2022-02-27 09:16:33 +01:00
Jason Elkin
b56f0f7062
Make views compatible with Nullable Reference Types ( #11370 )
2022-02-27 09:10:08 +01:00
Bartlomiej Komendarczuk
9121879e1a
11921: Update CultureName after language change
2022-02-26 03:53:52 +01:00
Bjarne Fyrstenborg
69132faffa
Set current selected master template in tree ( #12042 )
...
* Set current selected master template in tree
* Adjust styling for tree icon
* Code adjustment
2022-02-26 02:48:02 +01:00
vsilvar
1b56a260b8
Allow configuring TinyMCE scripting sanitization
2022-02-25 01:38:54 +01:00
Patrick de Mooij
15bedfbc76
11777: Remove sorting because we need the correct order
2022-02-24 07:46:58 +10:00
Chad Currie
fe0ec420eb
Add using statements for IDisposables
2022-02-24 06:46:11 +10:00
Sebastiaan Janssen
860792ff3f
Revert "UmbEditorHeaders hide-icon on "true"" #11661
...
This reverts commit ff6a8d781d .
2022-02-23 14:38:47 +01:00
Bjarne Fyrstenborg
169d07b0cc
Grant access to get all content types so content templates can be moved to content section
2022-02-23 14:13:07 +01:00
dependabot[bot]
8c5a5af41b
Bump follow-redirects in /src/Umbraco.Web.UI.Client
...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.14.7 to 1.14.8.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.7...v1.14.8 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-23 10:17:39 +01:00
Sebastiaan Janssen
411fb0c120
Update CODE_OF_CONDUCT.md
2022-02-23 09:56:21 +01:00
Sebastiaan Janssen
27c60277f2
Update CODE_OF_CONDUCT.md
2022-02-23 09:25:40 +01:00
dependabot[bot]
864fd2a45a
Bump url-parse from 1.5.3 to 1.5.7 in /src/Umbraco.Web.UI.Client
...
Bumps [url-parse](https://github.com/unshiftio/url-parse ) from 1.5.3 to 1.5.7.
- [Release notes](https://github.com/unshiftio/url-parse/releases )
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.3...1.5.7 )
---
updated-dependencies:
- dependency-name: url-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-21 11:32:51 +01:00
Daniël Knippers
8877c9c73d
Fix Empty Recycle Bin view not found on Linux
2022-02-21 11:32:02 +01:00
Sebastiaan Janssen
ab870347ed
Merge branch 'v9/dev' into v9/contrib
...
# Conflicts:
# src/Umbraco.Web.UI.Client/src/less/pages/login.less
2022-02-21 10:06:08 +01:00
Robert Foster
06f2408ebc
Fix for #11977 - Content Name auto-numbering correction ( #11996 )
2022-02-21 10:20:08 +10:00
Mark Drake
a53d28310f
new stick top position for rte toolbar if tabs are present, issue #11870
2022-02-21 10:19:10 +10:00
Lantzify
9568d0cd6d
Added name & color description for umbAvatar
2022-02-21 10:02:41 +10:00
Anders Bjerner
aba5edce02
Fixed issue in umbeditorheader.directive.js examples
2022-02-21 08:25:04 +10:00
Paul Johnson
791e4f92a1
Quick fix for PrefixLocalCallsWithThis
2022-02-18 11:41:27 +00:00
Mole
a13e66d559
Merge branch 'v9/9.3' into v9/dev
...
# Conflicts:
# build/templates/UmbracoPackage/.template.config/template.json
# build/templates/UmbracoProject/.template.config/template.json
# src/Directory.Build.props
2022-02-17 15:09:55 +01:00
Bjarke Berg
3a269ed329
Fix issue with migration from 8 and added support for 8.18 migration ( #12020 )
...
* Fixed issue with migration from 8, because the external login table is changed in 9.3, but added in 9.0. we need to use the legacy models when running 9.0 migrations
* Support migration from 8.18 (final state)
2022-02-17 15:06:25 +01:00
Ronald Barendse
7f762df952
Fix DataValueEditor incorrectly serializing JSON value ( #12015 )
...
* Remove JSON serialization
* Skip JSON serialization of strings
2022-02-17 13:34:48 +01:00
Ronald Barendse
27a3431e76
Fix DataValueEditor incorrectly serializing JSON value ( #12015 )
...
* Remove JSON serialization
* Skip JSON serialization of strings
2022-02-17 13:33:45 +01:00
Mole
7cc495dc65
Bump version to 9.3.1
2022-02-17 13:20:53 +01:00