Sean
6967fadf3d
pass in parameters needed to member service ( #13020 )
2022-09-17 12:00:06 +01:00
Bjarne Fyrstenborg
eddf0ad61e
Only show table when any filtered result ( #12993 )
...
* Only show table when any filtered result
* Show table when any filtered dictionary items
2022-09-16 02:45:10 +02:00
patrickdemooij9
6d27454ed2
Added nullable helper for IfNullOrWhiteSpace ( #12979 )
...
* Added nullable helper for IfNullOrWhiteSpace
* Remove for str as that one could be an empty string
2022-09-16 01:14:23 +02:00
Erik-Jan Westendorp
b84ccea96f
Add label-key to prevent cleanup button ( #12990 )
...
* Add label-key
* Translate 'historyCleanupEnableCleanup' to Dutch
* Add 'historyCleanupEnableCleanup' to en_us.xml
2022-09-14 13:36:36 +02:00
Anders Bjerner
902f126e6b
Added support for virtual backoffice icons ( #12833 )
2022-09-09 12:50:21 +02:00
CyberReiter
4df012e8e9
Skip move logic if the parent is staying the same ( #12937 )
...
* v10/feature/skip-move-logic: add logic to skip move logic when parentId would be the same as before
* v10/feature/skip-move-logic: remove unnecessary checks
* remove check for mediaservice as there is already one in place
* remove unnecessary using
* added parent checks for dictionary items
* changing behaviour for contenttypes, datatypes and mediatypes to show errors on move
2022-09-09 03:06:50 +02:00
Matthew Care
1bd0a1f86d
Set the first app to active if no active apps
...
Add support for a block list item which only contains settings
2022-09-09 02:13:30 +02:00
Chad
fdc1b02b4f
Fix Nucache rebuilding more type caches than necessary ( #12785 )
2022-09-08 13:17:54 +02:00
Sebastiaan Janssen
5f42cf0cf7
Revert "Replace uppercase chars to make behaviour consistent"
...
This reverts commit 68cf801689 .
2022-09-08 09:47:00 +02:00
Erik-Jan Westendorp
a0d673262c
Translate content apps to spanish ( #12950 )
...
* Add apps area to Spanish language file
* Translate apps
2022-09-06 16:10:09 +02:00
Mayur D
1f5d58b1a9
Fix: Media Picker creates duplicated folders ( #12918 ) ( #12948 )
...
* fix: Media Picker creates duplicated folders (#12918 )
* Fix: Media section multiple content creation (#12918 )
2022-09-05 02:17:46 +02:00
Alex
df3777f976
Update add-issues-to-review-project.yml
...
Signed-off-by: sashashura <93376818+sashashura@users.noreply.github.com >
2022-09-05 01:45:07 +02:00
Erik-Jan Westendorp
7bb5fbf268
Translate languages area
2022-09-04 04:33:08 +02:00
Bjarne Fyrstenborg
8f4d8d60b0
Use SVG logo in installer/upgrader ( #12922 )
...
* Use SVG logo in upgrader
* Adjust logo in app header and boot failed as well
* Remove width and height from CSS
* Update sizes
* Set image size
* Disable draggable of logo
2022-09-02 15:28:39 +02:00
Sebastiaan Janssen
17d72f9436
Update 01_bug_report.yml
2022-09-02 09:33:09 +02:00
Erik-Jan Westendorp
5f4f16957f
Translate 'settingsGroup' treeHeader to Spanish
2022-08-30 19:09:56 +02:00
neilnaveen
fcd1c22bf8
chore: Set permissions for GitHub actions
...
Restrict the GitHub token permissions only to the required ones; this way, even if the attackers will succeed in compromising your workflow, they won’t be able to do much.
- Included permissions for the action. https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions
https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs
[Keeping your GitHub Actions and workflows secure Part 1: Preventing pwn requests](https://securitylab.github.com/research/github-actions-preventing-pwn-requests/ )
Signed-off-by: neilnaveen <42328488+neilnaveen@users.noreply.github.com >
2022-08-30 18:52:08 +02:00
Sebastiaan Janssen
07fba1eb84
Revert "Break word for limited width content"
...
This reverts commit 448836ee2d .
2022-08-30 13:23:15 +02:00
Bjarne Fyrstenborg
68cf801689
Replace uppercase chars to make behaviour consistent
2022-08-27 02:23:26 +02:00
Anders Bjerner
47f77b60a6
Added support for disabling tabs in <umbTabsNav /> elements
2022-08-26 03:26:23 +02:00
Erik-Jan Westendorp
b55f50c34a
Translate TreeHeaders to Spanish ( #12902 )
...
* Translate 'logViewer' to Spanish
* Translate 'relationTypes' to Spanish
2022-08-26 02:30:34 +02:00
Daniël Knippers
62423143bd
Update appsettings-schema: remove {Member,User}Password from Umbraco:CMS
...
They are located in Umbraco:CMS:Security and are read from that location.
Setting any values in Umbraco:CMS does not actually work but
intellisense shows up so the user thinks it will work.
2022-08-25 01:19:43 +02:00
Mikael Lindemann
0f3feb1773
#12802 Fix partial view model type replacements ( #12831 )
2022-08-25 00:47:43 +02:00
Mads Rasmussen
2431a21de1
V10/bugfix/variant permissions segments ( #12890 )
...
* Remove null check from MapperContext.SetCulture and .SetSegment
We need to be able to set these to null, since null = invariant / default segment
* show segment label on property
* Add ContentVariation to ContentPropertyDisplay
* Add ContentVariation to DocumentTypeDisplay
* Change variations to be on ContentTypeBasic.cs
* don't cache value
* show correct label and unlock text for culture and segment variations
* make lock overlay take up less space
Co-authored-by: nikolajlauridsen <nikolajlauridsen@protonmail.ch >
Co-authored-by: Zeegaan <nge@umbraco.dk >
2022-08-24 16:17:56 +02:00
Sebastiaan Janssen
38f144fa08
Merge branch 'v10/dev' into v10/contrib
2022-08-23 16:44:12 +02:00
Warren Buckley
523aa6c12e
V10 Fixup GitHub CodeSpaces / VSCode Remote Container ( #12882 )
...
* Remove SQL Server part of the CodeSpace - we have SQLite to use
* Update to use .NET 6 and simplified docker stuff
https://github.com/microsoft/vscode-dev-containers/
* Need to set the SQLite Connection string env variable
* Path to SLN has changed to the root of the repo
* Fix up launch and VSCode tasks
2022-08-23 14:12:45 +02:00
Mole
f3a1c89066
Add ClaimsPrincipalFactory and ensure that claims are flowed from the MemberIdentityUser ( #12877 )
2022-08-23 14:12:05 +02:00
Nikolaj Geisle
7e7658314c
Content modal heading fix ( #12797 ) ( #12880 )
...
* Fixes to modal and group headings
* updated modal headings for h1 and h2
* Updated line-height
Changed line-height: 0 to line-height: 1.3 and added margin: 0
Co-authored-by: Tiffany Prosser <tiffany.prosser1@gmail.com >
2022-08-23 10:51:45 +02:00
Mayur D
fa8bb3f1da
Fix #12770 ( #12865 )
...
* change "umbraco" to "Umbraco" in translation files.
* Replace "<i>" and "<b>" tag with "<em>" and "<strong>"
2022-08-23 00:31:49 +02:00
Bjarke Berg
d96c9a77cf
Better exception message when using ALTER TABLE and SQLite ( #12848 )
...
* Added NotSupportedException when using Alter Table and SQLite. This is considered better than the underlying sql error.
* use Environment.NewLine
2022-08-22 15:48:17 +02:00
Mole
f8e20a9db9
V10: Fix foreign key constraints when using external login provider for members ( #12872 )
...
* Move role saving out of UpdateMemberProperties
* Add missing delete clauses
* Fix token for users too
* Fix deleting user
2022-08-22 15:18:12 +02:00
Bjarke Berg
d63e7277cb
Merge pull request #12871 from umbraco/v10/bugfix/fix-assertion-in-tabs-acceptance-tests
...
Fix assertion in tabs acceptance tests
2022-08-22 10:16:59 +02:00
Zeegaan
73a56d2fe5
Fix up assertions
2022-08-22 09:45:55 +02:00
Kenn Jacobsen
264a1565ca
Make the error message friendlier when attempting to use unsupported sorting in listviews ( #12846 )
...
* Make the error message friendlier when attempting to use unsupported sorting in listviews
* Revert automatic code formatting
* Review changes
2022-08-22 09:29:24 +02:00
Bjarke Berg
610059919c
Merge remote-tracking branch 'origin/v10/dev' into v10/dev
2022-08-22 08:14:20 +02:00
Bjarke Berg
72d3e6f17e
Fix version of nightly builds
2022-08-22 08:14:11 +02:00
Ronald Barendse
1ac68f8e4c
Merge pull request #12863 from umbraco/feature/codeqlv2
...
Upgrade CodeQL from v1 to v2
2022-08-19 15:16:04 +02:00
Bjarne Fyrstenborg
753cf35d6b
Use umb-icon component in tracked references to support custom SVG icons ( #12766 )
2022-08-19 15:07:55 +02:00
Bjarne Fyrstenborg
1024b26cec
Fix umb-range-slider merging overlapping tooltips ( #12777 )
...
* Formatting CSS using Less syntax
* Fix merging overlapping tooltips from noUiSlider v15.5.0+
2022-08-19 15:03:56 +02:00
Jacob Overgaard
173c231859
upgrade setup-dotnet to v2
2022-08-19 14:36:19 +02:00
Jacob Overgaard
c7813aa354
upgrade codeql tasks to v2
2022-08-19 14:35:43 +02:00
Jacob Overgaard
c4c27ec72b
add GITHUB_TOKEN restrictive permissions
2022-08-19 14:35:21 +02:00
Jacob Overgaard
65c828390c
CodeQL should not scan compiled assets ( #12861 )
...
* add the Umbraco.Cms.StaticAssets folder to ignored paths for the codeql scanner
* exclude only the 'wwwroot' folder since other assets could be valid to scan
2022-08-19 11:10:45 +02:00
patrickdemooij9
56e282946f
Added copy functionality for data types ( #11867 )
...
* Added copy functionality for data types
* Fix errors
* Add logic to default interface
* PR Feedback
* PR feedback
* Fix error
2022-08-19 10:19:36 +02:00
Tiffany Prosser
f33b724c8e
Content modal heading fix ( #12797 )
...
* Fixes to modal and group headings
* updated modal headings for h1 and h2
* Updated line-height
Changed line-height: 0 to line-height: 1.3 and added margin: 0
2022-08-19 01:56:56 +02:00
Bjarke Berg
ac4fb6acf1
Revert breaking changes
2022-08-18 12:41:06 +02:00
Sebastiaan Janssen
26d83381f2
Merge branch 'v10/contrib' into v10/dev
...
# Conflicts:
# src/Umbraco.Web.UI.Client/src/installer/steps/user.html
# src/Umbraco.Web.UI.Client/src/less/installer.less
2022-08-18 11:23:08 +02:00
Sebastiaan Janssen
ee3ad8bdfb
Revert "Issue 12709: fixed issue with reloading of dashboard tabs. ( #12730 )"
...
This reverts commit 21e5de462d .
2022-08-18 10:23:09 +02:00
Tobias Mønster
c8522b9b81
Makes active pip text darker to contrast with non-active pips ( #12807 )
...
* Makes active pip text darker to contrast with non-active pips
* Adds active class to slider component and updates functionality to accommodate multiple pips
* Update umbrangeslider.directive.js
* Adds click handler,accommodates decimal values and moves styles to single file
2022-08-18 09:06:04 +02:00
Bjarke Berg
e956efa7f9
Merge pull request #12856 from umbraco/v10/bugfix/external_login_token_table
...
V10: Fix external login token table
2022-08-17 16:53:17 +02:00