Bjarke Berg
c73cb30c58
Added allowedLanguagesIds to UserDetail
2022-08-01 14:57:25 +02:00
Nikolaj Geisle
38c42c2479
Update media picker to support readonly
2022-07-11 14:02:20 +02:00
Nikolaj Geisle
5bbb546780
Fix up UserGroup to map new property properly
2022-07-11 13:38:30 +02:00
Nikolaj Geisle
bba403cf3e
add hasAccessToAllLanguagus to AppendByGroup method
2022-07-11 10:44:25 +02:00
Nikolaj Geisle
0967505178
Fix up GetActions mapping
2022-07-11 10:37:25 +02:00
Nikolaj Geisle
a7f04924a0
Fix up frontend to send hasAccessToAllLanguages
2022-07-11 09:37:00 +02:00
Nikolaj Geisle
fccae2604f
Fix unit test
2022-07-11 09:26:28 +02:00
Nikolaj Geisle
5ff31cf966
Add hasAccessToAllLanguages to user groups and map
2022-07-11 09:15:26 +02:00
Mads Rasmussen
d3dc2bae69
remove forgotten parenthesis
2022-07-08 09:07:14 +02:00
Mads Rasmussen
87d552bebb
Set form to dirty when updating user group permissions
2022-07-07 11:00:16 +02:00
Mads Rasmussen
4a1bccc58c
always set readonly attr if a property can not be updated
2022-07-07 10:22:15 +02:00
Mads Rasmussen
a63840a34e
Merge pull request #12664 from umbraco/v10/feature/variant-permissions-unlock-dialog
...
show unlock dialog on all variants as long as there is more than one …
2022-07-07 10:12:36 +02:00
Mads Rasmussen
11a670bbe4
add toggle to allow access to all languages
2022-07-07 09:36:34 +02:00
Niels Lyngsø
6fcb02c602
Merge remote-tracking branch 'origin/v10/feature/variant-permissions' into v10/feature/variant-permissions-unlock-dialog
...
# Conflicts:
# src/Umbraco.Web.UI.Client/src/less/components/umb-property-editor.less
plus some extra
2022-07-06 16:16:36 +02:00
Niels Lyngsø
51c537c2c2
show property actions
2022-07-06 15:44:27 +02:00
Zeegaan
7d6d826a4a
Catch exception of UserGroup2Language database call
2022-07-06 15:24:41 +02:00
Zeegaan
b2f87f66fd
Fix up User repository
2022-07-06 15:08:37 +02:00
Niels Lyngsø
0daffd737e
unlock overlay styling
2022-07-06 15:05:45 +02:00
Niels Lyngsø
957042d117
show unlock dialog on all variants as long as there is more than one created variant
2022-07-06 15:05:31 +02:00
Zeegaan
7e5fc48a67
Add new hasAccessToAllLanguages migration
2022-07-06 14:26:10 +02:00
Zeegaan
49dd2b44e3
Add hasAccessToAllLanguages column to usergroup table
2022-07-06 14:11:19 +02:00
Zeegaan
91974a69f5
Update IReadOnlyUserGroup.cs
2022-07-06 13:49:42 +02:00
Zeegaan
ce6307c79a
Fix up DatabaseDataCreator.cs to not give sensitive data group permission to all languages
2022-07-06 13:46:54 +02:00
Zeegaan
9e849b1635
Add HasAccessToAllLanguages property to User Groups
2022-07-06 13:45:05 +02:00
Zeegaan
93654de9c2
Update GetLanguagePermissions to pull out proper backofficeUser if possible
2022-07-06 13:33:12 +02:00
Zeegaan
35845b25e5
Obsolete ctor
2022-07-06 13:17:19 +02:00
Zeegaan
696182bf6e
Update GetLanguagePermissions method
2022-07-06 13:02:33 +02:00
Zeegaan
aa870a2302
Remove duplicate Contains() check
2022-07-06 12:58:00 +02:00
Zeegaan
ed44c76fa0
Obsolete trycreate method
2022-07-06 12:56:29 +02:00
Zeegaan
ffcda46654
insert using new namespace
2022-07-06 12:54:41 +02:00
Nikolaj Geisle
f56ebbd7a1
Apply suggestions from code review
...
Co-authored-by: Bjarke Berg <mail@bergmania.dk >
2022-07-06 12:54:08 +02:00
Zeegaan
5770e48cc4
Make hardcoded string into const
2022-07-06 12:52:27 +02:00
Zeegaan
50e06ca596
Rename CultureImpactService.cs to CultureImpactFactory.cs
2022-07-06 12:50:52 +02:00
Zeegaan
99486339d9
Merge remote-tracking branch 'origin/v10/feature/variant-permissions' into v10/feature/variant-permissions
2022-07-06 12:48:52 +02:00
Zeegaan
49cc2bce79
Move extension method to actual interface with default implementation
2022-07-06 12:47:58 +02:00
Mads Rasmussen
c1abcaabc1
add preview layer to prevent interaction with high z-index elements
2022-07-06 12:28:10 +02:00
Zeegaan
c94ee7c1ec
Fix up wierd formatting
2022-07-05 12:40:33 +02:00
Zeegaan
ac6666e627
Fix breaking changes
2022-07-05 11:27:49 +02:00
Zeegaan
fa1be5c55d
Fix wrong resolve of merge-conflict
2022-07-05 08:48:07 +02:00
Zeegaan
a3bcc99ed0
Fix up so manifestParser can deserialize new property "supportsReadOnly"
2022-07-05 08:41:55 +02:00
Zeegaan
a572044f9e
Map allowedactions
2022-07-04 15:07:59 +02:00
Zeegaan
1993424264
Merge branch 'v10/dev' into v10/feature/variant-permissions
2022-07-04 14:43:09 +02:00
Bjarke Berg
af3e9bf892
Merge pull request #12645 from umbraco/v10/bugfix/language-cultureName-is-null
...
languageCultureName null makes umbraco explode
2022-07-04 10:23:20 +02:00
Zeegaan
56ef2d56eb
Merge branch 'v10/dev' into v10/bugfix/language-cultureName-is-null
2022-07-04 08:43:08 +02:00
Ronald Barendse
dca4d0f167
Add runtime mode (BackofficeDevelopment, Development and Production) ( #12631 )
...
* Add runtime mode setting
* Only enable Razor runtime compilation in development modes
* Only enable ModelsBuilder generation in development modes
* Fix disabling ModelsBuilder controllers
* Add IRuntimeModeValidationService and IRuntimeModeValidator
* Add JITOptimizerValidator
* Add UmbracoApplicationUrlValidator
* Add UseHttpsValidator
* Add RuntimeMinificationValidator
* Add ModelsBuilderModeValidator
* Remove .NET 6 preview 1 fix for Razor runtime compilation
* Only allow InMemoryAuto in backoffice development mode
* Make runtime mode validators public, so they can be easily removed if required
* Add comment to highlight removing RazorCompileOnBuild, RazorCompileOnPublish and CopyRazorGenerateFilesToPublishDirectory when using ModelsMode InMemoryAuto
* Add documentation
* Update src/Umbraco.Web.Common/ModelsBuilder/NoopModelsBuilderDashboardProvider.cs
Co-authored-by: Ronald Barendse <ronald@barend.se >
Co-authored-by: Nikolaj Geisle <70372949+Zeegaan@users.noreply.github.com >
2022-07-01 08:48:05 +02:00
Ronald Barendse
7d545a7dfc
Fix test after Sqlite casing change
2022-06-30 22:52:59 +02:00
Bjarke Berg
8de95acec6
Fixed casing
2022-06-30 15:30:42 +02:00
Zeegaan
30c5068f83
Get cultureName from culture info if null
2022-06-30 15:28:06 +02:00
Bjarke Berg
be1fddb9be
Added configuration to allow RTL cultures to opt-in to reverse the url hierarchy ( #12635 )
...
* Added configuration to allow RTL cultures to opt-in to reverse the url hierarchy.
https://github.com/umbraco/Umbraco-CMS/issues/12621
* Fixed bug.. There is difference between array.Reverse (Linq) and list.Reverse (native)
* formatting
2022-06-30 14:08:13 +02:00
Zeegaan
5eb5cb7e2b
Fix up after merge
2022-06-30 09:57:45 +02:00