Commit Graph

40251 Commits

Author SHA1 Message Date
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
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
Bjarke Berg
f2df363c77 Fix for issue while running .NET6 with runtime compiled views 2021-09-22 19:07:53 +02:00
Bjarke Berg
f52de653a4 Fixed more casing issues.. 2021-09-22 18:48:19 +02:00
Jeavon Leopold
a3ca09c82e Update SQL that contains isMaster 2021-09-22 17:41:18 +01:00
Jeavon Leopold
f18af9aaf4 Merge branch 'v9/dev' into task/migrateIsMaster 2021-09-22 17:36:42 +01:00
Andy Butland
fee3d0778a Serializes key for templates in package definition and imports if ava… (#11163) 2021-09-22 18:21:53 +02:00
Bjarke Berg
e5ce9deeb6 Merge pull request #11158 from umbraco/v9/bugfix/fixed-flaky-usergroup-test
v9: fixed flaky usergroup test
2021-09-22 17:37:57 +02:00
Jeavon Leopold
43d2eebaaa Add migration for isMaster column to isSchedulingPublisher 2021-09-22 16:27:37 +01:00
Bjarke Berg
5fab8f22c7 Bump Smidge to 4.0.0 final 2021-09-22 15:55:24 +02:00
Bjarke Berg
890fe589bf Merge remote-tracking branch 'origin/v8/8.17' into v9/dev
# Conflicts:
#	src/Umbraco.Web.UI.Client/src/views/components/content/umb-tabbed-content.html
#	src/Umbraco.Web.UI.Client/src/views/components/elementeditor/umb-element-editor-content.component.html
#	src/Umbraco.Web.UI.Client/src/views/media/apps/content/content.html
#	src/Umbraco.Web.UI.Client/src/views/member/apps/content/content.html
#	src/Umbraco.Web/PropertyEditors/NestedContentController.cs
2021-09-22 15:41:31 +02:00
Jan Skovgaard
e269d1bcd0 Grid: Add button styling fix (#10978)
* Add missing focus styling

* Ensure add button is perfectly rounded and remove unused / uneeded CSS.

* Remove redundant border-color property

* Revert removal of unused css

Co-authored-by: BatJan <jaskov@gmail.com>
Co-authored-by: Jan Skovgaard Olsen <jso@co3.dk>
(cherry picked from commit 31ecc146d1)
2021-09-22 14:26:55 +02:00
Bjarne Fyrstenborg
52f3350e76 Adjust icon in umb-checkbox and ensure icon is centered
(cherry picked from commit c49c5369e3)
2021-09-22 14:24:25 +02:00
Corné Strijkert
f776dbb616 Missing nl translation for blockEditor_addBlock
(cherry picked from commit 674edd3a97)
2021-09-22 14:22:02 +02:00
Bjarne Fyrstenborg
a09103dc82 Align sortable handle vertically in multivalues prevalue editor
(cherry picked from commit 46e6f050cb)
2021-09-22 14:19:36 +02:00
Bjarne Fyrstenborg
7548074fa3 Fix incorrect attribute
(cherry picked from commit 6c512107a4)
2021-09-22 14:10:31 +02:00
Elitsa Marinovska
e00038d6d0 Merge branch 'v9/dev' into v9/feature/language-keys-cleanup 2021-09-22 13:50:28 +02:00
Elitsa Marinovska
60a179c354 Fix references to wrong file names 2021-09-22 10:40:49 +02:00
Nikolaj Geisle
ef7fe700f4 Merge pull request #11157 from umbraco/v8/bugfix/11100-fix-multi-url-picker-in-block-list
Fix Multi URL Picker in Block List Editor
2021-09-22 10:39:29 +02:00
Elitsa Marinovska
02791141c4 Remove renaming toLower when copying the resource files in the gulp task 2021-09-22 10:39:02 +02:00
Zeegaan
46f55b8477 Updated cypress test 2021-09-22 09:57:03 +02:00
Mads Rasmussen
b6338cacb3 prevent tab properties to be rendered twice 2021-09-22 09:26:02 +02:00
Bjarke Berg
4edf29ee2d Merge pull request #11155 from umbraco/v9/bugfix/10730-route-hijacking-public-access
Fixes 10730 - Route hijacking with public access
2021-09-21 20:20:52 +02:00
Bjarke Berg
31034c76cb Merge pull request #11154 from umbraco/v9/bugfix/11150
Fixes #11150 V9: MediaPicker3 casing incorrect
2021-09-21 19:33:21 +02:00
Shannon
c4fdf808d3 Fixes 10730 - Route hijacking with public access 2021-09-21 10:49:45 -06:00
Bjarke Berg
8d2c1acb75 Merge pull request #11153 from umbraco/v9/bugfix/persist-isapproved
Fixes persisting the IsApproved for users
2021-09-21 18:37:19 +02:00
Sebastiaan Janssen
80386db368 Fixes #11150
V9: MediaPicker3 casing incorrect
2021-09-21 17:47:16 +02:00
Shannon
cbafef2f03 Adds user store test 2021-09-21 09:21:28 -06:00
Shannon
65cfc14cdb Fixes persisting the IsApproved for users 2021-09-21 08:56:10 -06:00
Bjarke Berg
1b0911fd06 Merge pull request #11151 from umbraco/v9/bugfix/fixed_tabs_test_on_every_resolution
v9: fixed tabs test on every resolution
2021-09-21 16:20:14 +02:00
Zeegaan
4a1dffcd24 Update tabs.ts 2021-09-21 15:37:46 +02:00
Bjarke Berg
ee132afa42 Merge pull request #11102 from umbraco/v9/bugfix/packagedatainstallation-macropartialviews
Use IFileService to save macro partial views in package migration
2021-09-21 14:18:36 +02:00
Bjarke Berg
241b303b79 Merge pull request #11149 from umbraco/v9/feature/examine-dependencies
Update Examine dependencies to 2.0.0
2021-09-21 14:17:00 +02:00
Bjarke Berg
e84f4b29e5 Merge pull request #11148 from umbraco/v9/bugfix/11083-nested_content_missing_properties_on_member_edit
V9/bugfix/11083 nested content missing properties on member edit
2021-09-21 14:14:57 +02:00
Nikolaj
6c1ced201f Merge branch 'v9/dev' of https://github.com/umbraco/Umbraco-CMS into v9/dev 2021-09-21 13:56:54 +02:00
Nikolaj
fd67e19bc8 Fix ambiguous reference in IPublishedContentQuery 2021-09-21 13:56:37 +02:00