Kenn Jacobsen
7d9e07ff7c
Don't show DB details on install screen when using a pre-configured connection string ( #13809 )
2023-02-10 10:45:19 +01:00
Jacob Overgaard
c90a0ecfdc
add check for editorState.getCurrent to find the current editor (relevant in infinite editors), and throw a warning if an editor completely misses the current node context ( #13778 )
...
disable drag&drop entirely if the property editor did not get a node through bindings or editorState
2023-02-03 10:24:27 +01:00
Nikolaj Geisle
03365f55c4
Update label when updating color ( #13720 )
...
Co-authored-by: Zeegaan <nge@umbraco.dk >
2023-01-27 09:52:37 +01:00
Jacob Overgaard
435b6f0650
V11: Prevalues as toggles have problems in datatype settings view ( #13709 )
...
* format preValues with DataTypeHelper.createPreValuesProps before rendering so they have the 'alias' prop used for input-id to umb-toggle
* preValues are now formatted on fetch so we do not need to do it again
(cherry picked from commit 7aee15d6d1 )
2023-01-20 08:16:25 +01:00
Kenn Jacobsen
9d522ea9a0
Make it possible to drag multiple properties to other tabs in succession ( #13579 )
2023-01-12 10:53:57 +01:00
Kenn Jacobsen
6f2016d6da
Only save selected variant for new content ( #13649 )
2023-01-12 10:53:14 +01:00
Kenn Jacobsen
4e7f663596
Use element type icon colors in block list catalogue, unless a specific color has been defined for catalogue appearance ( #13651 )
2023-01-12 10:51:23 +01:00
Kenn Jacobsen
2ec05431ba
Fix the content picker XPATH scope in infinite editing ( #13657 )
2023-01-12 10:49:30 +01:00
Kenn Jacobsen
75a85bab0f
Make sure the expand icon is never faded in mini list views ( #13661 )
2023-01-12 10:48:28 +01:00
Kenn Jacobsen
0c694c4b9d
Fix broken buttons for properties with alias "navigation" ( #13663 )
2023-01-12 10:47:27 +01:00
Nikolaj Geisle
d62e2d731b
V10: Dont disable invited users ( #13600 )
...
* Dont allow disable user when invited
* Use data instead of selection
* return succesfully disabled users
* Disable disable button when invited
* Add integration tests
* Remove unused usings
* Update src/Umbraco.Web.BackOffice/Controllers/UsersController.cs
Co-authored-by: Kenn Jacobsen <kja@umbraco.dk >
* Create DisabledUsersModel
* use data.disabledUsers
* Return OK if no users to be saved
* User disabledUsersModel
Co-authored-by: Zeegaan <nge@umbraco.dk >
Co-authored-by: Kenn Jacobsen <kja@umbraco.dk >
2022-12-20 09:53:54 +01:00
Kenn Jacobsen
9c21951d02
Support space (and more) in tag groups ( #13589 )
2022-12-16 14:23:31 +01:00
Elitsa Marinovska
dabc7bed9b
Enabling an Umbraco admin user to disable 2FA for a member ( #13369 )
...
* Fix Invalid authentication code bug
* Add translation keys for 2fa
* Display toggle for 2FA on member
* Add TwoFactorEnabled prop when saving member
* Handle disabling of 2FA
* Fix tests
* Changing obsolete msg
(cherry picked from commit af6b8fc5cb )
2022-12-14 13:50:16 +01:00
Jacob Overgaard
d6d4421a37
Tree picker support for selecting containers ( #13507 )
...
Fixes https://github.com/umbraco/Umbraco-CMS/issues/13463
(cherry picked from commit 63e4adca92 )
2022-12-14 13:48:51 +01:00
Bjarne Fyrstenborg
aaababca9b
UserController should use getLocalDate from dateHelper ( #13469 )
...
* Use `getLocalDate` from dateHelper
* Remove duplicate import
* Keep function getLocalDate but use dateHelper
* Mark function as deprecated
(cherry picked from commit 30a7bca0ef )
2022-12-14 13:45:01 +01:00
Anders Bjerner
fb881d568b
Added "loading" parameter to "umbEditorHeader" directive
...
(cherry picked from commit 33668a5d95 )
2022-12-14 13:43:36 +01:00
Sebastiaan Janssen
2265d0a928
Changed Logo button behavior to be more consistent with the rest of the header
...
(cherry picked from commit 7d9ee69fbc )
2022-12-14 13:37:38 +01:00
Tobias Mønster
67d6e9f3df
Renames Installer form from "myForm" to "installerForm" ( #12806 )
...
Co-authored-by: Joe Glombek <joe@glombek.com >
(cherry picked from commit 6cad4013e4 )
2022-12-14 13:36:53 +01:00
Anders Bjerner
8ff1d0769e
Added shortcut="esc" to RTE HTML editor close button
...
(cherry picked from commit 4922144528 )
2022-12-14 13:35:01 +01:00
Tiffany
4dbd7de0d6
Tree Roots are H1
...
(cherry picked from commit 105670dcc1 )
2022-12-14 13:34:17 +01:00
ustadstar
faf69e4349
Fix check for existing userStatesFilter
...
(cherry picked from commit f7e73fbff5 )
2022-12-14 13:26:28 +01:00
Paul Seal
5db507cb96
created an add current domain button to the cultures and hostnames sc… ( #13436 )
...
* created an add current domain button to the cultures and hostnames screen
* removed unwanted space
(cherry picked from commit d86d29807d )
2022-12-14 13:23:34 +01:00
Justin Neville
5f4dc7a994
Added aria label to time period on log dashboard
...
(cherry picked from commit 8bf6a9246f )
2022-12-14 13:17:00 +01:00
Markus Johansson
3bd9da00cc
LogViewe: Adding support for destructed properties
...
(cherry picked from commit d2ab80534a )
2022-12-14 13:15:01 +01:00
Lotte Pitcher
a0e8049916
Remove reference to installing a local package via backoffice ( #13330 )
...
(cherry picked from commit da9eae1252 )
2022-12-14 13:14:19 +01:00
Marc Goodson
b87b9bebe2
Adjust the wording of some of the helper text around the new Block Grid editor ( #13484 )
...
(cherry picked from commit 2461b7d805 )
# Conflicts:
# src/Umbraco.Core/EmbeddedResources/Lang/en.xml
# src/Umbraco.Core/EmbeddedResources/Lang/en_us.xml
2022-12-14 11:03:45 +01:00
Bjarne Fyrstenborg
2f1ef29690
Adjust sorting of block grid editor groups to y-axis only ( #13225 )
...
fixes https://github.com/umbraco/Umbraco-CMS/issues/13180
(cherry picked from commit d4c5f5017f )
# Conflicts:
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/blockgrid/prevalue/blockgrid.blockconfiguration.controller.js
2022-12-14 10:53:35 +01:00
Karl Butler
303abaea28
Accessibility Fixes for Users and Packages pages ( #13087 )
...
(cherry picked from commit 2d560e9766 )
2022-12-14 10:41:49 +01:00
bkclerke
ae31c2f5e4
add aria-labelledby attribute to tags input
...
(cherry picked from commit 1009238f32 )
2022-12-14 10:36:09 +01:00
Jan Skovgaard
39e59efd22
Accessibility: Fix - Missing table description: A data table is present with no description associated to it ( #13117 )
...
(cherry picked from commit 97fa4d76dc )
2022-12-14 10:33:22 +01:00
Bjarne Fyrstenborg
3c89b5271c
Add input id to args in toggleValue event ( #13108 )
...
(cherry picked from commit a7368542d8 )
2022-12-14 10:25:58 +01:00
Jesse
a3c259482c
added fix for ncNodeName filter in list view ( #13086 )
...
(cherry picked from commit e87701c482 )
2022-12-14 10:24:22 +01:00
bakersbakebread
ded4424b98
add setDirty() logic to remove actions on mediaPicker3 property editor
...
(cherry picked from commit 3377a7c96b )
2022-12-14 10:22:52 +01:00
Tiffany
1c12e96c65
Fixed user invited badge color
...
(cherry picked from commit 5209840597 )
2022-12-14 10:18:19 +01:00
Tiffany
90fdd8c5a8
Added h2 for the package details heading
...
(cherry picked from commit 96da638236 )
# Conflicts:
# src/Umbraco.Web.UI.Client/src/views/packages/views/repo.html
2022-12-13 13:21:54 +01:00
Rachel Breeze
5d0d245f69
A11Y added missing iframe title to installer and preview controller.
...
(cherry picked from commit d32b93349d )
2022-12-13 13:19:29 +01:00
Michael Latouche
0b9e90821e
Update datepicker.controller.js
...
Don't set dirty if date actually not changed
(cherry picked from commit 92ac072559 )
2022-12-13 13:17:07 +01:00
Niels Lyngsø
e4d1c65081
Make our default layout stylesheet handle area as flexbox, similar to backoffice styling. ( #13534 )
2022-12-13 09:35:34 +01:00
Niels Lyngsø
f017c27db8
fix the broken responsiveness css calculation ( #13535 )
2022-12-13 09:34:18 +01:00
sofietoft
151708c4b5
Updated docs links to point to new platform ( #13426 )
...
* Updated docs links to point to new platform
* Update settingsdashboardintro.html
Co-authored-by: nikolajlauridsen <nikolajlauridsen@protonmail.ch >
2022-12-08 14:50:41 +01:00
Jacob Overgaard
793272bda1
V10: Umbraco Marketplace ( #13511 )
...
* v11: Umbraco Marketplace replaces packages repo (#13371 )
* add lang keys for marketplace
* remove old 'repo' page and deprecate related services
* add new view for Umbraco Marketplace
* optimise margin/padding for other tabs
* mark Our Repository constants as obsolete
* improve css path to iframe slightly with more aliases and classnames
* remove style qs
* update URL of Marketplace
* add ng-controller with utitlities for future PostMessage API
* rename marketplace loaded function
* remove iframe postmessage logic for time being
* add handling of dynamic querystring params
* assume url does not change
* Added support for additional parameters for marketplace
* Update src/JsonSchema/AppSettings.cs
Fix styling issue
Co-authored-by: Ronald Barendse <ronald@barend.se >
* Update src/Umbraco.Core/Configuration/Models/MarketplaceSettings.cs
Fix styling issue
Co-authored-by: Ronald Barendse <ronald@barend.se >
* Update src/Umbraco.Core/Configuration/Models/MarketplaceSettings.cs
Make comment more descriptive
Co-authored-by: Ronald Barendse <ronald@barend.se >
* Update src/Umbraco.Core/Constants-Marketplace.cs
Fix styling issue
Co-authored-by: Ronald Barendse <ronald@barend.se >
Co-authored-by: Bjarke Berg <mail@bergmania.dk >
Co-authored-by: Ronald Barendse <ronald@barend.se >
* Info panes not loading prerequisites (#13486 )
* load relations immediately on init and remove call to non-existing function `appTabChange` on destroy
* load relations immediately on init and remove now not-used eventsService
* update marketplace url to its final, live url
* re-add files to prevent breaking change
Co-authored-by: Bjarke Berg <mail@bergmania.dk >
Co-authored-by: Ronald Barendse <ronald@barend.se >
2022-12-07 10:44:34 +01:00
Jan Skovgaard
0d76ecbec8
Accessibility - Fix Packages - Modal - Empty buttons ( #13114 )
2022-11-30 15:55:26 +01:00
Niels Lyngsø
f4c4c9008b
do not set layout gaps ( #13496 )
2022-11-29 13:36:06 +01:00
Niels Lyngsø
877f52aec8
Make sure contexbar fits within the available space ( #13467 )
...
* Make sure contexbar fits within the available space
* Ensuring context bar moves above, no matter size of it.
* Fixing apperance of connection-fixers
2022-11-29 09:58:59 +01:00
Rasmus John Pedersen
c88ac85861
Add support for tags in block editors and nested content ( #13412 )
...
* feat: add tags extension points and remove hardcoded tags handling
* feat: allow tags editor in nested content and block editors
* Update src/Umbraco.Infrastructure/PropertyEditors/TagsPropertyEditor.cs
Co-authored-by: Nikolaj Geisle <70372949+Zeegaan@users.noreply.github.com >
* Update src/Umbraco.Web.BackOffice/Controllers/ContentControllerBase.cs
Co-authored-by: Nikolaj Geisle <70372949+Zeegaan@users.noreply.github.com >
Co-authored-by: Nikolaj Geisle <70372949+Zeegaan@users.noreply.github.com >
2022-11-28 11:20:46 +01:00
Kenn Jacobsen
63fa6f392c
Rollback improvements ( #13452 )
...
* Rollback improvements - hide draft version, allow rolling back to last published version
* UX improvements to rollback, revert some overly complex logic in favor of better UX
* Ensure title update when changing rollback version
* Clean up
* Fix rollback playwright text
2022-11-23 10:04:21 +01:00
Kenn Jacobsen
bce29f44f8
Fix preview issue for new (empty) variants ( #13455 )
...
* Fix save and preview for new (unsaved) variants
* Rework & simplify
2022-11-23 08:34:39 +01:00
Niels Lyngsø
f13a9d419d
remove the hidding of catelouge appearance as its not located under advance ( #13456 )
2022-11-22 10:54:43 +01:00
dependabot[bot]
bc7e9267d8
Bump engine.io and socket.io in /src/Umbraco.Web.UI.Client
...
Bumps [engine.io](https://github.com/socketio/engine.io ) and [socket.io](https://github.com/socketio/socket.io ). These dependencies needed to be updated together.
Updates `engine.io` from 6.1.3 to 6.2.1
- [Release notes](https://github.com/socketio/engine.io/releases )
- [Changelog](https://github.com/socketio/engine.io/blob/main/CHANGELOG.md )
- [Commits](https://github.com/socketio/engine.io/compare/6.1.3...6.2.1 )
Updates `socket.io` from 4.4.1 to 4.5.3
- [Release notes](https://github.com/socketio/socket.io/releases )
- [Changelog](https://github.com/socketio/socket.io/blob/main/CHANGELOG.md )
- [Commits](https://github.com/socketio/socket.io/compare/4.4.1...4.5.3 )
---
updated-dependencies:
- dependency-name: engine.io
dependency-type: indirect
- dependency-name: socket.io
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-11-22 09:11:47 +01:00
Niels Lyngsø
d2c8ecf9ab
use custom prop for calculated width ( #13451 )
2022-11-21 20:08:12 +01:00