Commit Graph

10695 Commits

Author SHA1 Message Date
Bjarke Berg
cfc9450940 Do not show build information on Upgrade page 2021-08-10 19:31:27 +02:00
Shannon
ab84490535 Fixes email sending notifications so they are checked if they are handled. 2021-08-09 13:42:08 -06:00
Bjarke Berg
a159aa4790 Merge pull request #10808 from abjerner/v9/bugfix/typefinder-jetbrains-annotations
v9: Added "JetBrains.Annotations" to assembly exclusion list to fix #10801
2021-08-06 19:19:10 +02:00
Anders Bjerner
37a141a204 Added "JetBrains.Annotations" to assembly exclusion list
Fixes #10801
2021-08-06 15:18:17 +02:00
Bjarke Berg
a030506c6a Merge remote-tracking branch 'origin/v9/dev' into v9/update-all-the-things 2021-08-06 13:39:53 +02:00
Warren Buckley
139c2db3b3 Update MS Nuget Packages 2021-08-06 10:33:25 +01:00
Bjarke Berg
bbd935a0b8 Updates based on review feedback 2021-08-06 11:26:31 +02:00
Bjarke Berg
266af1de12 Update src/Umbraco.Core/Configuration/Models/BasicAuthSettings.cs
Co-authored-by: Andy Butland <abutland73@gmail.com>
2021-08-06 10:59:54 +02:00
Bjarke Berg
2d6b382ce7 Added support for Ip Ranges 2021-08-06 10:41:21 +02:00
Bjarke Berg
0e7f9d93ca Introduced IBasicAuthService 2021-08-06 09:51:08 +02:00
Bjarke Berg
4f2cb09939 Added POC of basic auth middleware 2021-08-05 21:42:47 +02:00
Bjarke Berg
f9b91cd272 Merge pull request #10661 from vsilvar/v9/feature/10648-umbracobuilder-extensions-chaining
Updated public IUmbracoBuilder extension methods to allow chaining
2021-08-04 12:45:33 +02:00
Bjarke Berg
d1a004078f Merge pull request #10781 from umbraco/v9/feature/merge_v8_dev_03082021
V9: Merge v8/dev 03082021
2021-08-04 10:40:34 +02:00
Nikolaj Geisle
c7dd3b2461 Merge pull request #10688 from adamhearn/temp-10665
Support member names using Down-Level Logon Name format
2021-08-04 09:12:57 +02:00
Bjarke Berg
e84fcd31a1 Moved namespaces 2021-08-03 09:58:41 +02:00
Bjarke Berg
4ab0b65238 post merge fix - Moved migration to infrastructure 2021-08-03 09:56:32 +02:00
Bjarke Berg
43ae1fa3e4 Merge remote-tracking branch 'origin/v8/dev' into v9/feature/merge_v8_dev_03082021
# Conflicts:
#	build/NuSpecs/UmbracoCms.Web.nuspec
#	src/SolutionInfo.cs
#	src/Umbraco.Core/ContentEditing/ContentTypesByKeys.cs
#	src/Umbraco.Core/Persistence/NPocoDatabaseExtensions-Bulk.cs
#	src/Umbraco.Core/PropertyEditors/IPropertyCacheCompression.cs
#	src/Umbraco.Core/PropertyEditors/IPropertyCacheCompressionOptions.cs
#	src/Umbraco.Core/PropertyEditors/NoopPropertyCacheCompressionOptions.cs
#	src/Umbraco.Core/Services/LocalizedTextServiceExtensions.cs
#	src/Umbraco.Infrastructure/Migrations/Upgrade/UmbracoPlan.cs
#	src/Umbraco.Infrastructure/Migrations/Upgrade/V_8_15_0/AddCmsContentNuByteColumn.cs
#	src/Umbraco.Web.BackOffice/Controllers/ContentController.cs
#	src/Umbraco.Web.UI/Umbraco.Web.UI.csproj
#	src/Umbraco.Web/PublishedCache/NuCache/DataSource/DatabaseDataSource.cs
#	src/Umbraco.Web/PublishedCache/NuCache/NuCacheComposer.cs
#	src/Umbraco.Web/PublishedCache/NuCache/NuCacheSerializerComponent.cs
#	src/Umbraco.Web/PublishedCache/NuCache/PublishedSnapshotService.cs
#	src/Umbraco.Web/Umbraco.Web.csproj
#	src/Umbraco.Web/UrlHelperRenderExtensions.cs
2021-08-03 09:48:34 +02:00
deMD
c1dcdfa634 Changed ConfigConnectionString to accept more valid connectionstrings (#10766)
* Added test cases for valid connectionstring configuration and updated code to pass tests

* Removed unneeded reference added by reverted changes

Co-authored-by: Dave de Moel <d.demoel@wearetriple.com>
Co-authored-by: Elitsa Marinovska <elm@umbraco.dk>
2021-08-03 10:04:49 +03:00
Zeegaan
1e20724882 Merge pull request #10676 from umbraco/v9/bugfix/image-upload
V9: Fix drag and drop image upload
2021-08-02 12:57:15 +02:00
Sebastiaan Janssen
05973ecae8 Merge branch 'v8/8.15' into v8/dev 2021-07-29 14:10:09 +02:00
Sebastiaan Janssen
7c336554db Fix: Issue when upgraded from 8.14 to 8.15 when inviting user into the backoffice. #10746 (#10767)
* Remove unusable method

* Fixes #10746 by removing the recursive call ending in an infinite loop

Also: the culture is already known, don't take the `CurrentUICulture`
(cherry picked from commit cb06442de4)
2021-07-29 14:06:29 +02:00
Warren Buckley
4df4b3eeaf Merge pull request #10603 from umbraco/v8/bugfix/creating-document-types-sqlce
Fix duplicate ID when creating document types with SQL CE
2021-07-21 12:11:22 +01:00
Sebastiaan Janssen
3feda1bc58 Merge branch 'v8/8.15' into v8/dev 2021-07-20 10:22:32 +02:00
Shannon Deminick
3757170043 Update src/Umbraco.Core/WebAssets/BundlingOptions.cs
Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
2021-07-17 02:13:56 +10:00
Shannon
c2d51f8d37 re-adds AppPluginsPath 2021-07-16 10:13:23 -06:00
Shannon
b16bf2f583 Adds BundlingOptions for better bundling support and moves all logic to the bundler (don't manually process urls). 2021-07-15 14:06:33 -06:00
Shannon
df9c4a0160 Adds bundle options to the package manifest
to more control over how bundling works for static file processing for app_plugins
2021-07-15 13:26:32 -06:00
Mole
a5ee8566b8 Merge pull request #10655 from umbraco/v9/task/supress-notifications
Remove raiseEvent method parameters and allow suppressing events at the scope level
2021-07-15 09:36:58 +02:00
Adam Hearn
f978ef15d0 Support member names using Down-Level Logon Name format 2021-07-15 01:28:24 +01:00
Shannon
2fc0fc6850 Removes CannotSuppressNotificationAttribute 2021-07-14 11:56:30 -06:00
Shannon Deminick
7e8e96aaa3 Merge pull request #10646 from umbraco/v9/bugfix/runtime-hash-calculation
Fixes runtime hash calculation
2021-07-15 03:46:51 +10:00
Shannon Deminick
994e67aeea Merge pull request #10657 from umbraco/v9/task/lazy-collections
Changes all collections from collection builders to resolve the concrete instances lazily.
2021-07-15 03:46:16 +10:00
Mole
96837a18a1 Correctly return false from TryGetMediaPath if the value is null 2021-07-14 11:03:09 +02:00
Mole
5dd57cf83b Merge pull request #10659 from umbraco/v9/bugfix/sync-date-time-content
Fixes issue that the update culture dates were not synced with the version date like they are for the published culture dates
2021-07-14 09:36:13 +02:00
Shannon Deminick
1fc4bf6dcd Update src/Umbraco.Core/Events/IScopedNotificationPublisher.cs
Co-authored-by: Andy Butland <abutland73@gmail.com>
2021-07-14 01:19:06 +10:00
Mole
3b611d6551 Convert string[] to dictionary vars 2021-07-13 15:20:50 +02:00
Vitor Rodrigues
4f9265240b #10648: Updated public IUmbracoBuilder extension methods to allow chaining 2021-07-13 01:47:26 +02:00
Shannon
c08b5173a2 Fixes issue that the update culture dates were not synced with the version date like they are for the published culture dates. 2021-07-12 16:26:19 -06:00
Shannon
bc84ffe260 Changes all collections from collection builders to resolve the concrete instances lazily.
This means we don't have to inject Lazy<T> all over the place when dealing with
colleciton builders and circular references since this will automatically just work OOTB.
This in theory should also allocate less instances during startup.
2021-07-12 15:28:46 -06:00
Shannon
461a199d15 Changes a couple of collection builders to not use the lazy (slightly more expensive ones) when not needed. 2021-07-12 13:34:14 -06:00
Shannon
dcae692407 Fix typo, adds [CannotSuppressNotification] 2021-07-12 11:54:38 -06:00
Shannon
a15eab1e6b cleanup 2021-07-12 10:43:50 -06:00
Shannon
b912f1361a changes parameter to path instead of name. 2021-07-12 10:08:54 -06:00
Shannon
e04d2a8405 adds debug logging 2021-07-12 09:58:19 -06:00
Shannon
113b6598ed removes raiseEvent params 2021-07-12 09:46:56 -06:00
Mole
a0f86f015e Merge remote-tracking branch 'origin/v9/dev' into v9/task/package-partial-views 2021-07-12 14:32:43 +02:00
Mole
11b0157047 Merge pull request #10620 from umbraco/v9/task/package-as-xml
Package format changed to zip
2021-07-12 14:18:05 +02:00
Sebastiaan Janssen
a37f6c604f Inconsistent formatting 2021-07-10 14:25:26 +02:00
Shannon
582fdec213 Adds null check and adds back orig ctor for ProfilingLogger 2021-07-09 16:37:37 -06:00
Shannon
f7b8a93a35 Fixes typefinder/loader dependency refs, allows config to specify additional entry assemblies 2021-07-09 16:15:37 -06:00