Commit Graph

40385 Commits

Author SHA1 Message Date
Bjarke Berg
02d89ce613 https://github.com/umbraco/Umbraco-CMS/issues/11263
Fixes issue where we used the current users email when sending invite emails. Now we use the one from SMTP settings like in v8
2021-10-04 19:40:32 +02:00
Andy Butland
f3f674437d Ensured order of Deploy artifact dependencies irrespective of ICU or NLS globalization settings. (#11265) 2021-10-04 18:52:31 +02:00
Andy Butland
eaa0f4618f Ensured order of Deploy artifact dependencies irrespective of ICU or NLS globalization settings. (#11265) 2021-10-04 18:44:14 +02:00
nikolajlauridsen
8330dec85f Make system information run locally on linux 2021-10-04 18:31:13 +02:00
nikolajlauridsen
9a04150897 Try and make input block more specific 2021-10-04 15:32:35 +02:00
nikolajlauridsen
92429942b8 Don't search in array 2021-10-04 14:54:38 +02:00
Bjarke Berg
2922871a73 https://github.com/umbraco/Umbraco-CMS/issues/11227
Set culture from domain when internal redirecting due to public access
2021-10-04 13:42:06 +02:00
Nikolaj Geisle
9214db8cde fixed cypress test
Signed-off-by: Nikolaj Geisle <niko737@edu.ucl.dk>
2021-10-04 13:06:04 +02:00
Nikolaj Geisle
9c39cc4583 Updated based on review
Signed-off-by: Nikolaj Geisle <niko737@edu.ucl.dk>
2021-10-04 12:56:55 +02:00
Bjarke Berg
fed6eaa03d Avoid breaking changes from merge. 2021-10-04 11:48:24 +02:00
Nikolaj Geisle
e4e1d7f873 Fixed folders
Signed-off-by: Nikolaj Geisle <niko737@edu.ucl.dk>
2021-10-04 11:37:03 +02:00
Nikolaj Geisle
45badbd36b Apply suggestions from code review
Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
2021-10-04 11:31:38 +02:00
Nikolaj Geisle
17e53e497c Fixed Folder structure
Signed-off-by: Nikolaj Geisle <niko737@edu.ucl.dk>
2021-10-04 11:29:14 +02:00
Bjarke Berg
779f3b7b36 Merge remote-tracking branch 'origin/v8/8.17' into v9/dev
# Conflicts:
#	src/SolutionInfo.cs
#	src/Umbraco.Core/Composing/CompositionExtensions/Services.cs
#	src/Umbraco.Infrastructure/Runtime/SqlMainDomLock.cs
#	src/Umbraco.Web/UmbracoApplication.cs
2021-10-04 11:23:05 +02:00
Bjarke Berg
5300d74cda Bump version to 9.0.1 2021-10-04 11:15:28 +02:00
Ronald Barendse
5a3efa72f9 Remove inherited property group id/key when local properties are added (#11231)
* Remove inherited property group id/key when local properties are added

* Rebind saved content type values

* Remove inherited from save group

(cherry picked from commit 20b9db87d0)
2021-10-04 11:14:24 +02:00
Ronald Barendse
213d8c00aa Remove inherited property group id/key when local properties are added (#11231)
* Remove inherited property group id/key when local properties are added

* Rebind saved content type values

* Remove inherited from save group

(cherry picked from commit 20b9db87d0)
2021-10-04 10:05:19 +02:00
Nikolaj Geisle
ef8a70580d Update help.controller.js 2021-10-01 11:20:57 +02:00
Nikolaj Geisle
d42b51d6f4 Created Cypress test and renamed folder 2021-10-01 10:56:34 +02:00
Bjarke Berg
82959816d8 Bump to 9.1.0 2021-10-01 09:17:45 +02:00
Bjarke Berg
a3e687026f fix js projects in sln 2021-10-01 09:15:49 +02:00
Nikolaj Geisle
22ca290884 Added Unit Tests 2021-09-30 15:51:21 +02:00
Nikolaj Geisle
c4e14d183d Updated to display default language 2021-09-30 14:21:14 +02:00
Nikolaj Geisle
95568b21af Updated to display framework 2021-09-30 13:36:54 +02:00
Nikolaj Geisle
4ea1f46f2b Implemented variable data instead of hardcoded 2021-09-30 13:09:04 +02:00
Sebastiaan Janssen
11ad3fc082 Bump version to 8.17.0 2021-09-30 10:16:33 +02:00
Sebastiaan Janssen
97ecb07be7 Fixes #11206 (#11225) 2021-09-30 10:07:05 +02:00
Shannon
5c0e42e1cb Allows replacing MainDom with alternate DB
There are some cases where there is a complex hosting strategy and folks want a readonly database and are hosting on Azure. In that case, it is not entirely possible to have a readonly Umbraco database because SqlMainDom is required and part of that requirement is to have read/write access to the umbraco key value table.
This PR allows for the default MainDom to be replaced and to allow for an SqlMainDomLock to use an alternate connection string so that a separate read/write database can be used.

(cherry picked from commit 9f48a9f940)
2021-09-30 09:20:08 +02:00
Paul Johnson
9c0de1970b Merge pull request #11216 from OzoneNZ/v9/bugfix/static-assets-copy
Copy static assets during BeforeBuild target to fix Visual Studio "rebuild" failures
2021-09-30 07:20:43 +01:00
Paul Johnson
bceebea158 V9 Move sln files to root (#11212)
* Move sln files to root

* Fix tests

* Misc cleanup - remove unused helper

* Document the esoteric nature of UmbracoWebApplicationFactory

* Avoid unnecessary change to TestHelper WorkingDirectory
2021-09-29 11:51:28 +01:00
Blake Irwin
74a232d989 Execute CopyUmbracoAssets @ BeforeBuild to prevent Rebuild failures 2021-09-29 23:44:40 +13:00
Nikolaj Geisle
61de77f6be Implemented debug dashboard with hardcoded data 2021-09-27 16:52:44 +02:00
Martin Humlund Clausen
649d7fd829 Added UmbracoBuilderExtensions.AddNotificationsFromAssembly to help all notifications from within an Assembly 2021-09-27 08:28:40 +02:00
Shannon Deminick
5bfab13dc5 Fixes #11189 - protected content not working (#11193)
* Fixes #11189

* Fixes #11183

* Fix test Null_When_No_Content_On_PublishedRequest.

Believe this is reasonable.

* Update src/Umbraco.Web.Website/Routing/PublicAccessRequestHandler.cs

Co-authored-by: Paul Johnson <pmj@umbraco.com>
Co-authored-by: Bjarke Berg <mail@bergmania.dk>
2021-09-26 12:42:27 +02:00
Paul Johnson
cf52b4648d Misc translation improvements for #11191 2021-09-24 16:58:16 +01:00
Bjarke Berg
452097d975 Fixed issue with Paths-integers being converted using local culture. (#11180)
* Fixed issue with Paths-integers being converted using local culture.

* Align with the old implementation

* Use int.TryParse insteaad of TryConvertTo when we do not want culture specific parsing

* More fixes for cultures and fixed wrong test. Users should be part of all groups to have access

* Fix casing for requested file

* Force tests to not use NLS

* try force tests to not use NLS

* try force tests to not use NLS

* Force tests on windows to run ICU

* More fixes for invariant int parsing

* Change key on actions/emptyRecycleBin, so the casing aligns with the view file, that is named emptyrecyclebin.html

* Fixed casing issue

* use Attempt to align with other code
2021-09-24 16:42:31 +01:00
Elitsa Marinovska
936757297e Reintroducing removed lang keys (#11178) 2021-09-24 14:03:25 +02:00
Bjarke Berg
9194eb9bd0 Merge branch 'v9/9.0-rc004' into v9/dev 2021-09-22 23:58:00 +02:00
Jason Elkin
dd72c18b19 add MaybeNull attribute to mixin properties (#11171) 2021-09-22 23:54:20 +02:00
Bjarke Berg
913e812f84 Add folderkeys to package xml. (#11172)
* Add folderkeys to package xml.

* Cleanup

* Use folderKeys to find child

* Fix potential issue with when no folder

* Fixed logic issue.

Co-authored-by: Andy Butland <abutland73@gmail.com>
2021-09-22 23:54:13 +02:00
Jason Elkin
a7495d529f add MaybeNull attribute to mixin properties (#11171) 2021-09-22 23:52:28 +02:00
Bjarke Berg
d007fa0012 Add folderkeys to package xml. (#11172)
* Add folderkeys to package xml.

* Cleanup

* Use folderKeys to find child

* Fix potential issue with when no folder

* Fixed logic issue.

Co-authored-by: Andy Butland <abutland73@gmail.com>
2021-09-22 23:52:09 +02:00
Bjarke Berg
c15c42eb83 Fixes for members 2021-09-22 23:49:16 +02:00
Jan Skovgaard
b6268e3650 Bump version to 8.17.0-rc2 2021-09-22 23:12:45 +02:00
Bjarke Berg
22546fd629 bump version to 9.0.0 2021-09-22 21:30:26 +02:00
Bjarke Berg
63448fb171 Merge pull request #11159 from umbraco/v9/bugfix/AB13851-correct-file-name-references
V9: Fix incorrect static filenames references
2021-09-22 20:35:29 +02:00
Bjarke Berg
9b357ab00e Merge pull request #11111 from umbraco/v9/feature/language-keys-cleanup
V9: Cleaning up unused or duplicated language keys
2021-09-22 20:35:15 +02:00
Bjarke Berg
10625b6aad Merge pull request #11167 from Jeavon/task/migrateIsMaster
Add migration for isMaster column to isSchedulingPublisher in UmbracoServer table
2021-09-22 20:34:55 +02:00
Bjarke Berg
69e47fc5e0 Merge pull request #11168 from umbraco/v9/hack/fix_for_dotnet6_preview1
Fix for dotnet6 preview1 when using runtime compiled views (default umbraco)
2021-09-22 19:44:07 +02:00
Bjarke Berg
0411d9410b Merge remote-tracking branch 'origin/v9/dev' into v9/feature/language-keys-cleanup
# Conflicts:
#	src/Umbraco.Web.UI/umbraco/config/lang/nl.xml
2021-09-22 19:24:35 +02:00