Commit Graph

40032 Commits

Author SHA1 Message Date
Bjarke Berg
2cfb099dea Merge pull request #11058 from umbraco/v9/bugfix/fix-email-handler-detection
Fixes email handler detection
2021-09-08 19:59:23 +02:00
Shannon
8ff78fb1de Fixes email handler detection 2021-09-08 11:19:52 -06:00
Bjarke Berg
1d55d50809 Merge pull request #11046 from umbraco/v9/feature/merge_v8.17-rc
Merge 8.17 RC into V9, cleanup/refactor property groups/tabs API
2021-09-08 19:17:02 +02:00
Bjarke Berg
42e27450d9 Merge pull request #11053 from umbraco/v9/bugfix/add_missing_action
V9: Fixed missing action
2021-09-08 19:16:47 +02:00
Bjarke Berg
3eb21d5bbd Merge pull request #11016 from umbraco/v9/feature/add_friendly_extension_method_to_replace_the_backofficeusermanager
Added SetBackOfficeUserManager extension method to IUmbracoBuilder
2021-09-08 19:11:52 +02:00
Bjarke Berg
a2bceb0697 Merge pull request #11002 from umbraco/v9/bugfix/fix_issues_when_changing_umbraco_path
Bugfix: Fixed issues when changing UmbracoPath in config
2021-09-08 19:08:11 +02:00
Bjarke Berg
e284e30df5 Fixed issues where we used the global setting UmbracoPath instead of the constant 2021-09-08 18:29:24 +02:00
Bjarke Berg
995595cce1 Merge remote-tracking branch 'origin/v9/dev' into v9/bugfix/fix_issues_when_changing_umbraco_path 2021-09-08 18:17:39 +02:00
Bjarke Berg
774a021ea5 Merge remote-tracking branch 'origin/v9/dev' into v9/dev 2021-09-08 17:50:20 +02:00
Bjarke Berg
6558ed9b0c Changes SchemeForBackOffice to just ensure it is prefixed with "Umbraco.".
https://github.com/umbraco/UmbracoDocs/pull/3438#discussion_r703981003
2021-09-08 17:49:56 +02:00
Bjarke Berg
e5ab0fc084 Merge pull request #10962 from umbraco/v9/task/examine-update
Updates to latest Examine version
2021-09-08 17:45:27 +02:00
Ronald Barendse
26c4fc339f Move extension method classes into separate files 2021-09-08 17:01:34 +02:00
Ronald Barendse
87709f7d35 Fix JS unit tests 2021-09-08 16:58:45 +02:00
Ronald Barendse
e2e9305513 Merge branch 'v8/8.17' into v9/feature/merge_v8.17-rc 2021-09-08 16:43:16 +02:00
Ronald Barendse
0aa545df75 Update parameter order of new AddPropertyGroup overload 2021-09-08 16:24:10 +02:00
Ronald Barendse
d4f3a55033 Merge pull request #11055 from umbraco/v8/bugfix/reorder-group-to-generic-tab-only-work-once
Fix move group to Generic tab only work once
2021-09-08 16:10:12 +02:00
Ronald Barendse
530e498132 Merge pull request #11042 from umbraco/v8/bugfix/set-correct-sort-order-on-converted-tab
Set correct sort order on converted tab
2021-09-08 16:09:31 +02:00
Ronald Barendse
3b994339d7 Updated directory casing for language files 2021-09-08 16:03:01 +02:00
Mads Rasmussen
05dc65ecf0 Fixes folder creation for doc, data, and media types (#11040)
* fixes folder creation for doctype and datatype

* add fix for media types

* remove umb-auto-focus we use focus-when instead
2021-09-08 15:58:54 +02:00
Mads Rasmussen
1fa816bd32 Show notification when a group can't be moved + reset requested tab 2021-09-08 15:14:12 +02:00
Bjarke Berg
f941e9caca Fixed issue because of missing overload of GetAncestors that takes an Guid as id. 2021-09-08 14:59:52 +02:00
Nikolaj Geisle
64e958217c Merge pull request #11041 from umbraco/v9/bugfix/10641-allow-unsafe-namespace-characters-in-package-template-name
Fixes a couple of issues with the Umbraco Package dotnet new template.
2021-09-08 12:22:58 +02:00
Elitsa Marinovska
6c56c298d6 Merge branch 'v9/dev' into v9/bugfix/fix_issues_when_changing_umbraco_path 2021-09-08 08:17:59 +02:00
Shannon Deminick
676b5c4198 Update Umbraco.Web.Common.csproj 2021-09-08 06:03:12 +10:00
Ronald Barendse
e2497d66a8 Refactor IContentTypeBase API to use property group aliases 2021-09-07 20:48:45 +02:00
Ronald Barendse
fc9c69d1fa Add 8.17.0 migration to plan 2021-09-07 16:32:24 +02:00
Ronald Barendse
02310cb3ec Change exposed PropertyGroupType enum from int to string values 2021-09-07 15:59:26 +02:00
Mads Rasmussen
f51e594929 sets sortOrder on the converted tab based on the exiting tabs 2021-09-07 14:45:44 +02:00
Ronald Barendse
8ce4993cdc Fix failing tests because of missing property group alias 2021-09-07 14:40:45 +02:00
Ronald Barendse
ee2da5b8ca Merge branch 'v8/8.17' into v9/feature/merge_v8.17-rc 2021-09-07 12:10:58 +02:00
Bjarke Berg
981982d87c Fixes https://github.com/umbraco/Umbraco-CMS/issues/10641 and a couple of other issues with the Umbraco Package dotnet new template.
- Fixed issues with invalid namespace, when using characters like "-"
- Fixed issues with invalid characters in MSBuilder property names, like "."
2021-09-07 10:58:33 +02:00
Nikolaj Geisle
06cf4c29b1 Merge pull request #11035 from umbraco/v9/feature/10965-allow-app-settings-configuration-of-the-Umbraco-file-sink
Added support for configuring the UmbraocFile "sink", using IConfiguration
2021-09-07 08:02:37 +02:00
Bjarke Berg
8e54946810 Apply suggestions from code review
Co-authored-by: Nikolaj Geisle <70372949+Zeegaan@users.noreply.github.com>
2021-09-06 15:24:04 +02:00
Bjarke Berg
9a9f61e4c4 Merge pull request #10968 from umbraco/v9/feature/composers-cleanup
Obsolete IUserComposer and rename Composers
2021-09-06 14:00:59 +02:00
Bjarke Berg
47f29e3b5c Merge pull request #11034 from umbraco/bugfix/IProfileLogger.TraceDuration_does_not_work
v9: Fixed Profilling logger to correctly send args in call
2021-09-06 13:56:12 +02:00
Bjarke Berg
e1ca6da8b7 https://github.com/umbraco/Umbraco-CMS/issues/10965 - Added support for appsettings configuration of the UmbracoFile "sink".
{
  "Serilog": {
    "WriteTo": [
      {
        "Name": "UmbracoFile",
        "Args": {
          "RestrictedToMinimumLevel": "Warning"
          "FileSizeLimitBytes": 1073741824,
          "RollingInterval" : "Day"
          "FlushToDiskInterval": null,
          "RollOnFileSizeLimit": false,
          "RetainedFileCountLimit": 31
        }
      }
    ]
  },
}
2021-09-06 12:46:09 +02:00
Mole
e31dad6552 Merge pull request #11032 from vsilvar/v9/bugfix/10827_incorrect_url_when_domain_not_set
Improvement for #10845 - Changed culture comparison of domain to be case insensitive
2021-09-06 12:29:42 +02:00
Zeegaan
41d6fd931a Fixed Profilling logger to correctly send args in call 2021-09-06 11:43:36 +02:00
Paul Johnson
d6d853326d Make ComposerGraph internal 2021-09-06 09:44:33 +01:00
Vitor Rodrigues
e45b7e090e Changed culture comparision to be case insensitive for consistency 2021-09-06 09:48:33 +02:00
Mole
baec56b2d7 Merge pull request #10845 from vsilvar/v9/bugfix/10827_incorrect_url_when_domain_not_set
Fixed incorrect node url being returned when no suitable domain exist…
2021-09-06 09:38:00 +02:00
Bjarke Berg
570b54342a Merge pull request #10997 from umbraco/v9/bugfix/grid-editor-manifest-fix
V9: Fix grid editor config values in package manifest
2021-09-06 08:05:21 +02:00
Vitor Rodrigues
03072ffcd8 Don't use only the current uri to determine the domain when an culture is specified 2021-09-03 15:45:59 +02:00
Vitor Rodrigues
8a4bf8c0b8 Added missing change removing required filter constraint 2021-09-03 15:37:33 +02:00
Sebastiaan Janssen
05d0a29e03 Merge branch 'v8/dev' into v8/8.17 2021-09-03 14:09:12 +02:00
Sebastiaan Janssen
5c3363de1e Merge branch 'v8/contrib' into v8/dev 2021-09-03 14:08:26 +02:00
Bjarke Berg
9787ea0cfa Apply suggestions from code review 2021-09-03 08:42:22 +02:00
Bjarke Berg
2254d475bd Apply suggestions from code review
Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
2021-09-03 08:35:13 +02:00
Philippe Guilmette
2de22b6394 Don't cache AuthenticationController calls including GetRemainingTimeoutSeconds (fix for 11011) 2021-09-03 04:33:50 +02:00
Mole
c090afe5b1 V8: Validate uploaded files based on the configuration of the FileUpload property configuration (#10987)
* Add validation to uploaded file based on the DataTypeConfiguration

* Update src/Umbraco.Web/PropertyEditors/UploadFileTypeValidator.cs

Co-authored-by: Elitsa Marinovska <21998037+elit0451@users.noreply.github.com>

Co-authored-by: Nikolaj <nel@umbraco.dk>
Co-authored-by: Elitsa Marinovska <elm@umbraco.dk>
Co-authored-by: Elitsa Marinovska <21998037+elit0451@users.noreply.github.com>
2021-09-02 15:39:31 +02:00