Don Buddhi
e4ac7c9752
Added git submodule update --init command to the documentation
2024-06-03 09:44:58 +01:00
Shannon Deminick
f9a6712403
Fixes a bug where the ValueSetValidator is null which will cause a NullReferenceException.
...
Fixes a bug where the ValueSetValidator is null which will cause a NullReferenceException.
2024-06-01 13:03:47 +01:00
Sebastiaan Janssen
41dddee620
Merge branch 'v14/dev' into contrib
...
# Conflicts:
# src/Umbraco.Web.UI.Login/package-lock.json
# src/Umbraco.Web.UI.Login/package.json
2024-05-30 08:41:49 +02:00
Zeegaan
48c8ffcbc5
Merge branch 'release/14.0' into v14/dev
...
# Conflicts:
# src/Umbraco.Web.UI.Client
2024-05-30 08:14:30 +02:00
Jacob Overgaard
0c38eea6f7
update backoffice submodule
2024-05-29 10:20:47 +02:00
Jacob Overgaard
48c4d75886
update backoffice submodule
2024-05-29 10:18:47 +02:00
Jacob Overgaard
8685c7d64a
fix: edit blocks in areas
2024-05-29 09:56:34 +02:00
Bjarke Berg
926a077374
Merge remote-tracking branch 'origin/release/14.0' into release/14.0
2024-05-29 07:47:37 +02:00
Bjarke Berg
e39c600415
Bump version
2024-05-29 07:47:30 +02:00
Bjarke Berg
23461b3698
Handle the case where the editorvalue is from the db and just is a path. ( #16429 )
2024-05-28 15:27:23 +02:00
Jacob Overgaard
2a9808c776
update backoffice submodule
2024-05-28 15:01:32 +02:00
Jacob Overgaard
4046d13c29
update backoffice submodule
2024-05-28 15:00:45 +02:00
Jacob Overgaard
d38421286f
update backoffice submodule
2024-05-28 09:48:05 +02:00
Jacob Overgaard
17e1b823de
update backoffice submodule
2024-05-28 09:45:23 +02:00
Jacob Overgaard
799e0dcca8
update backoffice submodule
2024-05-28 09:43:11 +02:00
Andreas Zerbst
0ad177a522
V14 QA Fix E2E tests ( #16427 )
...
* Moved group
* Fixed button name
* Bumped version of testHelpers
2024-05-28 09:16:03 +02:00
Nikolaj Geisle
5a966ec3e7
Merge branch 'v14/dev' into release/14.0
2024-05-28 08:55:05 +02:00
Jacob Overgaard
64dbfd0bc9
update backoffice submodule
2024-05-28 00:10:58 +02:00
Nikolaj Geisle
7bfe3eda56
bumb version.json
2024-05-27 22:11:46 +02:00
Nikolaj Geisle
7eaaa8e2e6
Merge branch 'v14/dev' into release/14.0
2024-05-27 22:11:24 +02:00
Kenn Jacobsen
5296013d89
Enrich the datatype references output with content type data ( #16417 )
2024-05-27 19:38:57 +02:00
Kenn Jacobsen
ce8e258d6d
Make sure listviews are initialized correctly in a new DB ( #16418 )
2024-05-27 18:35:43 +02:00
Jacob Overgaard
57cca63d81
update backoffice submodule
2024-05-27 17:38:14 +02:00
Andreas Zerbst
b6be3c50f1
V14 QA Decreased retry amount ( #16423 )
...
* Decreased retry once again
* Changed fallback value to 1
2024-05-27 16:17:03 +02:00
Kenn Jacobsen
1f7b7043b3
The "item" endpoints should be accessible for all users ( #16422 )
2024-05-27 15:25:17 +02:00
Mole
806fce8ed9
Add editor ui alias to package xml ( #16420 )
...
* Add editor ui alias to package xml
* Update src/Umbraco.Infrastructure/Packaging/PackageDataInstallation.cs
* Add AllowAtRoot and AllowInAreas
---------
Co-authored-by: Nikolaj Geisle <70372949+Zeegaan@users.noreply.github.com >
2024-05-27 14:10:19 +02:00
Jacob Overgaard
f4a77ce217
update backoffice submodule
2024-05-27 13:35:58 +02:00
Kenn Jacobsen
e7780265fa
Use runtime mode to determine cache TTL for manifest files ( #16393 )
...
* Use runtime mode to determine cache TTL for manifest files
* Remove unused manifest settings
2024-05-27 10:33:49 +02:00
Jacob Overgaard
53ca2910fa
update backoffice submodule
2024-05-27 09:49:31 +02:00
Sven Geusens
e5e87c96db
[v14] Fix multiple upgrader issues ( #16339 )
...
* Made previewhubupdater work with full cache refreshes
* Make signout_Async available on coreSignInManager
* Allow Migrations to signout the logged in user
* Adding a guid to a user requires resignin
* Added a token revoke mechanism during migrations
* Revert "Make signout_Async available on coreSignInManager"
This reverts commit b103cf119a505e61de659dc206f6c85c2a27f2d5.
* Revert add allRefreshed on preview hub
Clarified with a comment
* Updated failing test setups
---------
Co-authored-by: Sven Geusens <sge@umbraco.dk >
2024-05-27 07:17:45 +02:00
Jacob Overgaard
c083b3bc8a
fix: correct the validation localization constants to match the client ( #16401 )
2024-05-27 06:44:55 +02:00
Kenn Jacobsen
d927146855
Fix issues with initial creation of external users ( #16363 )
...
* Use constant instead of "sub"
* Re-assign the newly created user key as well as its ID
2024-05-24 14:55:56 +02:00
Sebastiaan Janssen
729016e429
Update README.md
2024-05-24 14:29:06 +02:00
Sebastiaan Janssen
5545051cb1
Task/update readme ( #16403 )
...
* Update readme
2024-05-24 14:18:03 +02:00
Kenn Jacobsen
07711aac28
Expose and manage system media types ( #16343 )
...
* Expose and manage system media types
* Removed license :D
2024-05-24 08:59:47 +02:00
Mole
8383532fd5
Fix use cache issue when deleting ( #16284 )
2024-05-23 15:35:08 +02:00
Jacob Overgaard
7582b9bcea
V14: Login updates ( #16359 )
...
* switch logos around to support new login image
* add new login image
* update npm dependencies
* chore: compress the image further
2024-05-23 15:14:23 +02:00
Kenn Jacobsen
2b79d24afa
Add endpoint for retrieving "folder" media types. ( #16345 )
...
* Add endpoint for retrieving "folder" media types.
* The system Folder media type should always be considered a "folder"
2024-05-23 14:43:00 +02:00
Jacob Overgaard
8f4f23938d
Merge remote-tracking branch 'origin/v14/dev' into contrib
2024-05-23 14:32:53 +02:00
Jacob Overgaard
228aab1154
remove temp database
2024-05-23 14:13:02 +02:00
Andreas Zerbst
cff1dd5219
V14 QA Added document type acceptance test ( #16211 )
...
* Added tests
* Added the rest of the tests
* Few changes to failing test
* Added tests for folders
* More cleanup
* Updates
* Fixed tests
* More documentType fixes
* Fixed test
* Cleaned up
* Cleaned
* Bumped version of testHelpers
* Added @smoke in the define to test all our tests
* Updated version
* Added smoke tags
* Remove reload
* Added clean
* Updates from comments, not done
* Added smoke tag
* Uncommented test.describe
* Bumped version
* Added semicolon
* Split documentType tests into more files
* Bumped version
* Removed test describe and fixed indentation
2024-05-23 12:00:01 +02:00
Andreas Zerbst
876e91d41d
V14 QA media type tests ( #16282 )
...
* Added mediaType and mediaTypeFolder
* Added more tests
* More tests!
* Even more tests
* More fixes
* Clean up
* Added smoke tags
* Bumped version
* Added wait after clicking login
* Added remaining tests
* Bumped version of testHelpers
* Skipped failing test
* Fixed to comments
* Fixed comments and added missing test
* Bumped version
* Split mediaType tests into different files
* Removed test.describe and fixed indentation
2024-05-23 11:59:43 +02:00
Jacob Overgaard
380c5bbbe2
feat: add autofocus to the email/username field ( #16350 )
...
this field will be automatically focused when the user sees the login screen, and it should be valid according to a11y best practices as this is the first and main element on the page
fixes #16276
2024-05-23 11:17:57 +02:00
Bjarke Berg
aabb5b7c48
Updated nuget packages ( #16349 )
2024-05-23 10:41:28 +02:00
Jacob Overgaard
0c5d7b2627
Merge branch 'refs/heads/v14/dev' into release/14.0
2024-05-23 09:13:33 +02:00
Jacob Overgaard
fcf82240d0
update backoffice submodule
2024-05-23 09:13:15 +02:00
Sebastiaan Janssen
9dd5e706b1
Merge branch 'v14/dev' into contrib
2024-05-22 15:29:46 +02:00
Jacob Overgaard
3f20abf767
Merge branch 'v14/dev' into release/14.0
2024-05-22 14:32:10 +02:00
Jacob Overgaard
b1f012f85f
update backoffice submodule
2024-05-22 14:31:55 +02:00
Bjarke Berg
dd537f8ae8
Update path ( #16346 )
2024-05-22 14:24:19 +02:00