Karl Butler
bdbf9122c9
Fixes umbraco/Umbraco-CMS.Accessibility.Issues #63 and #61
2022-10-03 02:53:48 +02:00
Patrick de Mooij
97ac1ae629
Added nullability attribute to IsNullOrWhitespace
2022-10-03 00:05:18 +02:00
Bjarne Fyrstenborg
aa9a7e415e
Don't use legacy icon for action delete
2022-10-02 23:18:02 +02:00
bakersbakebread
d6a1b69ead
Refactor event handler away from keyup to ng-change
2022-10-02 22:09:17 +02:00
patrickdemooij9
ae5a8496bb
Use char instead of string for DetectJson ( #13019 )
...
* Use char instead of string for DetectJson
* Use faster method
* Change DetectIsJon method
2022-09-30 01:39:54 +02:00
Bjarne Fyrstenborg
826dbe7d62
Fix comment of view property in ConfigurationFieldAttribute ( #13077 )
...
* Fix comment of view property in `ConfigurationFieldAttribute`
* Update description of key property as well
2022-09-29 11:07:56 +02:00
Justin Neville
3d88ed7ab2
Fix issue 13023 - Cannot read properties of undefined (reading 'allowedActions')
2022-09-29 01:51:33 +02:00
Justin Neville
48269143d5
Redirect to a return URL if one is present on the querystring when logging into the back office
2022-09-29 01:09:41 +02:00
Austin Gilbert
696475ebf2
Removing X-XSS-Protection healthcheck
2022-09-28 23:55:41 +02:00
Jeavon Leopold
17101da620
Bump Smidge up to v4.1.1
2022-09-28 22:43:51 +02:00
Bjarne Fyrstenborg
0e25d06698
Use pattern matching to check if items is not JArray
2022-09-28 21:54:54 +02:00
Justin Neville
90cabb5e2b
Fix issue toggling boolean between true/false after Save without refreshing
2022-09-27 02:01:16 +02:00
Busra Sengul
24b338a7a3
Fixes #12972 for validating legacy member passwords ( #12973 )
...
* Fixes #12972 for validating legacy member passwords
* Removed unused variable
* removed unused variable
2022-09-27 00:37:59 +02:00
Lucas Bach Bisgaard
4b39cfe913
Bug fix for datepicker with offset time ( #12847 )
...
* https://github.com/umbraco/Umbraco-CMS/issues/12844
* remove "X" from ng-attr
Doing the test I killed the ng-if attr. But forgot it was there doing the commit
Co-authored-by: Lucas Bach Bisgaard <lom@novicell.dk >
2022-09-23 14:36:02 +02:00
Andy Butland
68f9a1e68c
Updated project references for Forms and Deploy in the JsonSchema project. ( #13047 )
2022-09-22 07:53:37 +02:00
Erik-Jan Westendorp
a95f4504eb
Translate "User permissions for languages" feature to español ( #12975 )
...
* Translate 'selectLanguages' to Español
* Translate 'languagesHelp' to español
* Translate 'allowAccessToAllLanguages' to spanish
2022-09-22 01:22:34 +02:00
Erik-Jan Westendorp
2f84d3071a
Translate "User permissions for languages" feature to dutch ( #12971 )
...
* Translate 'sectionsHelp' to Dutch
* Translate 'selectLanguages' to Dutch
* Transkate 'allowAccessToAllLanguages' to Dutch
2022-09-22 01:10:17 +02:00
Bjarne Fyrstenborg
88bfef9e0d
Ensure consistent margin on headings in tree root ( #12992 )
2022-09-21 16:10:40 +02:00
Mads Rasmussen
92cde25a3e
Only contain style instead of full layout ( #13033 )
2022-09-20 13:54:06 +02:00
Sebastiaan Janssen
732373b694
Merge branch 'v10/dev' into v10/contrib
2022-09-20 10:51:14 +02:00
Jacob Overgaard
954d3ecc86
v10: add Umbraco UI Library to the backoffice ( #13031 )
...
Co-authored-by: Warren Buckley <warren@umbraco.com >
2022-09-20 09:58:59 +02:00
Bjarke Berg
48954bb36a
New Backoffice - Exposing hardcoded Open API contract ( #12953 )
...
* Only expose swagger ui when in development
* Only expose swagger ui when in development + Test confirming the contract is respected + contract
* Rollback test code
* Fix up formatting
* Add reference to managementapi in integration tests.
* Revert "Add reference to managementapi in integration tests."
This reverts commit 67e2bf827758767e9031d40d146d6f27fd6c031e.
* Fix integration tests
* Add reference to management api in integration tests
* Fix up schema
* Fixed tests
* Fix test.. do not execute that composer twice
* Revert "Updated dependencies and fixed new NRT issues"
This reverts commit b2b2903a6e .
* Added debug info to test, to debug on azure pipeline
* Try and fix OpenApi test
* Only run test in release
* Try fixing OpenApi.json
Co-authored-by: Nikolaj <nikolajlauridsen@protonmail.ch >
2022-09-20 09:50:34 +02:00
Sebastiaan Janssen
b72a2c7fdc
Merge branch 'v10/dev' into v10/contrib
2022-09-20 09:11:54 +02:00
Sebastiaan Janssen
8d5fb41ab7
Revert "Updated dependencies and fixed new NRT issues"
...
This reverts commit b2b2903a6e .
2022-09-20 09:08:28 +02:00
Sebastiaan Janssen
85e31bd12d
Merge branch 'v10/dev' into v10/contrib
...
# Conflicts:
# src/Umbraco.Core/EmbeddedResources/Lang/en.xml
# src/Umbraco.Core/EmbeddedResources/Lang/en_us.xml
2022-09-19 16:48:36 +02:00
Bjarke Berg
b2b2903a6e
Updated dependencies and fixed new NRT issues
...
(cherry picked from commit 803c044b60 )
2022-09-19 16:21:50 +02:00
Jacob Overgaard
1fe4c5169c
V10: Fix to allow dragged images in the rich text editor to be correctly uploaded ( #13016 )
...
* update string extensions IsFullPath to support more filepaths with new built-in Path.IsPathFullyQualified
* resolve TODO to switch to Path.IsPathFullyQualified supported from .NET Standard 2.1
* Use content root instead of web root for uploaded images
* Un-break a breaking change
* handle special parsing of AngularJS json response
* change htmlId selector to support html id's with numbers
* remove bad test case
* test IsFullPath without tricky UNC paths that are not useful
Co-authored-by: Bjarke Berg <mail@bergmania.dk >
(cherry picked from commit d18dc92137 )
2022-09-19 16:21:20 +02:00
Jacob Overgaard
963d0018c2
update npm packages
...
@microsoft/signalr: 6.0.9
ace editor: 1.10.1
clipboard: 2.0.11
jquery: 3.6.1
jquery-ui: 1.13.2
moment.js: 2.29.4
nouislider: 15.6.1
underscore: 13.13.4
wicg-inert: 3.1.2
dev updates: karma, jasmine, less and postcss
(cherry picked from commit ad1c945bb1 )
2022-09-19 16:20:55 +02:00
Kenn Jacobsen
07b7ef200a
Add custom PrependBasePathFileProvider to handle media files with special characters ( #12936 )
...
(cherry picked from commit e9883ea063 )
2022-09-19 16:20:44 +02:00
Mole
22576edd70
Backoffice api: Refactor controllers ( #12934 )
...
* Refactor install controller
* Removed unused InstallationTypeTarget
* Add ApiVersion to controllers
* Refactor upgrade controller
* Add missing RequireRuntimeLevelAttribute
(cherry picked from commit a356cf4f40 )
2022-09-19 16:20:23 +02:00
Nikolaj Geisle
352da6c529
V10: Update examine dependency ( #12982 )
...
* Update Examine.Lucene to newest version
* Update other projects
(cherry picked from commit 09e2b04f91 )
2022-09-19 16:19:44 +02:00
nikolajlauridsen
79c67338e7
Ensure new projects use the correct apssettings key for AllowEditInvariantFromNonDefault
...
(cherry picked from commit ae516b28db )
2022-09-19 16:19:23 +02:00
Nikolaj
788f8c6ab3
Undo breaking change
...
(cherry picked from commit 5bb38b39c9 )
2022-09-19 16:19:02 +02:00
Nikolaj Geisle
0c84b1a051
Extend error message with possible solution ( #12962 )
...
Co-authored-by: Zeegaan <nge@umbraco.dk >
(cherry picked from commit 82934838cc )
2022-09-19 16:18:52 +02:00
Mole
48c981d31f
Hotfix: Move allow edit invariant from non default setting to content settings ( #12960 )
...
* Use ContentSettings instead of SecuritySettings for AllowEditInvariantFromNonDefault
* Make it backwards compatible
(cherry picked from commit 3846c75cc6 )
2022-09-19 16:18:41 +02:00
Sebastiaan Janssen
aa7a7c4691
Fix tree root font being larger than it used to be
...
(cherry picked from commit 2ad6633d47 )
2022-09-19 16:18:32 +02:00
Bjarke Berg
0a77775bb1
Fixed InstallAuthorizeAttribute and simplified other things
...
(cherry picked from commit da24ae9180 )
2022-09-19 16:18:19 +02:00
Nikolaj
3ab57ce691
Bump version
...
(cherry picked from commit d038f860bd )
2022-09-19 16:18:07 +02:00
Nikolaj Geisle
7d0be19199
Add PagedViewModel ( #12955 )
...
Co-authored-by: Zeegaan <nge@umbraco.dk >
(cherry picked from commit 9a2ead4381 )
2022-09-19 16:17:47 +02:00
Bjarke Berg
5500f87223
Limit what API does when not in used in Install level
...
(cherry picked from commit 7b00c0d3e9 )
2022-09-19 16:17:39 +02:00
Nikolaj Geisle
7852220827
Use staticserviceprovider to provide service ( #12939 )
...
Co-authored-by: Zeegaan <nge@umbraco.dk >
(cherry picked from commit 89d1d7cd9c )
2022-09-19 16:16:45 +02:00
Mole
669f8ff5ba
Backoffice Api: Server Controller ( #12932 )
...
* Add initial implementation using 1 controller pr. action
* Add OpenApiTag attribute
Otherwise the endpoints won't be grouped correctly
* Use correct response type
* Move ApiVersion to endpoint controllers
* Add ServerController suffix to endpoint controllers
(cherry picked from commit 9cf7e965a9 )
2022-09-19 16:16:32 +02:00
Jacob Overgaard
126a2593ee
remove styling from installer ( #12923 )
...
This styling is now being imported from components/umb-range-slider.less and is no longer needed here
Previously fixed in 52672d2c2ba046f1da431388ec95b21b30965f08
Ref 52672d2c2b (r957799952)
(cherry picked from commit 87ced87ddd )
2022-09-19 16:16:22 +02:00
Nikolaj Geisle
6b967a9693
Add virtual SetUpTestConfiguration method ( #12928 )
...
(cherry picked from commit 2cef243056 )
2022-09-19 16:16:12 +02:00
Kenn Jacobsen
147c60f04b
Performance improvement: Reusable data editors ( #12921 )
...
* Introduce opt-in option for reusable data editors
* Verified RTE as reusable
* Make attribute property naming more explicit + update comments
* Test file upload and image cropper
* Add unit tests
(cherry picked from commit 44122c6509 )
2022-09-19 16:16:03 +02:00
Sebastiaan Janssen
6302630d39
Revert "Break word for limited width content"
...
This reverts commit 448836ee2d .
(cherry picked from commit 07fba1eb84 )
(cherry picked from commit 5fc6fa58c0 )
2022-09-19 16:15:52 +02:00
Mayur D
31dc7fa458
Fix #12770 ( #12865 )
...
* change "umbraco" to "Umbraco" in translation files.
* Replace "<i>" and "<b>" tag with "<em>" and "<strong>"
(cherry picked from commit fa8bb3f1da )
(cherry picked from commit de0294d163 )
2022-09-19 16:15:43 +02:00
Sebastiaan Janssen
48bd4a5f27
Grammar (do -> does) and some extra text
...
(cherry picked from commit 9bd6500bc7 )
2022-09-19 16:15:32 +02:00
Sebastiaan Janssen
87c06f5f98
Back to 10.2.0-ish
2022-09-19 16:14:16 +02:00
Jacob Overgaard
8de26c6098
Revert "Merge remote-tracking branch 'origin/v11/dev' into v11/dev"
...
This reverts commit 40df989c9f , reversing
changes made to 803c044b60 .
2022-09-19 12:41:26 +02:00