Nikolaj Geisle
8865c5d486
Merge remote-tracking branch 'origin/v10/dev' into v10/feature/nullable-reference-types-in-Umbraco.Web.Backoffice
2022-04-05 11:25:52 +02:00
Paul Johnson
d036c6a118
Fix tests when running filtered set (SQL Server)
...
Without InstallDefaultDataSettings DatabaseSchemaCreator makes use of
static service locator which isn't wired up in time.
2022-04-05 10:18:04 +01:00
Nathan Woulfe
6423529dd0
ensure proper cleanup to avoid lingering scopes causing memory leaks
2022-04-05 11:14:54 +02:00
Nikolaj Geisle
76c525b611
Merge remote-tracking branch 'origin/v10/dev' into v10/feature/nullable-reference-types-in-Umbraco.Web.Backoffice
2022-04-05 11:11:44 +02:00
Paul Johnson
c34479c2bb
Fix tests when running filtered set.
...
Without InstallDefaultDataSettings DatabaseSchemaCreator makes use of
static service locator which isn't wired up in time.
2022-04-05 10:04:39 +01:00
Nikolaj Geisle
b6402c4cc8
Fix build errors after merge
2022-04-05 09:46:47 +02:00
Nikolaj Geisle
a6128bfe8e
Merge branch 'v10/dev' into v10/feature/nullable-reference-types-in-Umbraco.Web.Backoffice
...
# Conflicts:
# src/Umbraco.Core/Cache/MacroCacheRefresher.cs
# src/Umbraco.Core/Services/MacroService.cs
# src/Umbraco.Core/StaticApplicationLogging.cs
# src/Umbraco.Infrastructure/Migrations/Install/DatabaseDataCreator.cs
# src/Umbraco.Infrastructure/Persistence/Repositories/Implement/MacroRepository.cs
# src/Umbraco.Infrastructure/Persistence/Repositories/Implement/TrackedReferencesRepository.cs
# src/Umbraco.Infrastructure/PropertyEditors/GridPropertyEditor.cs
# src/Umbraco.Infrastructure/Security/UmbracoPasswordHasher.cs
# src/Umbraco.Web.BackOffice/Controllers/ImagesController.cs
2022-04-05 08:51:08 +02:00
Nathan Woulfe
45e7c10cb8
busfy => busy
2022-04-05 01:35:25 +02:00
Johannes Lantz
057b304a5a
Added "move" action for dictionaries ( #12193 )
...
* Added "move" action for dictionaries
* Replaced DictionaryMove with MoveOrCopy for PostMove
* Removed int parse for dictionary postmove id & parentId, changed paramtype for move in dictionary.resource
* Added localizedText for new dictionary validationProblems & adjusted nullcheck for move.ParentId
* Fixed logic for move dictionary parent
2022-04-04 17:14:03 +02:00
Nikolaj Geisle
acf60ce84c
Update csproj to nullable
2022-04-04 15:02:53 +02:00
Nikolaj Geisle
7994f5c326
Add nullability to Web.Website, Sqlite & SqlServer
2022-04-04 14:47:54 +02:00
Nikolaj Geisle
4710951185
fix build errors
2022-04-04 12:45:06 +02:00
Nikolaj Geisle
57190fc676
Fix BackOfficeServerVariables
2022-04-04 09:50:32 +02:00
Nikolaj Geisle
0a7e698883
Fix non-nullable array to nullable
2022-04-04 09:21:52 +02:00
Bjarne Fyrstenborg
534ca928b4
Use icon component for icons
2022-04-04 08:47:58 +10:00
dependabot[bot]
ddddaeb113
Bump minimist from 1.2.5 to 1.2.6 in /tests/Umbraco.Tests.AcceptanceTest
...
Bumps [minimist](https://github.com/substack/minimist ) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases )
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6 )
---
updated-dependencies:
- dependency-name: minimist
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-04-04 08:46:29 +10:00
Nikolaj Geisle
c6e7e139e9
Fix up build errors
2022-04-01 14:49:39 +02:00
Nikolaj Geisle
70a00901b4
Finish up Web.Backoffice
2022-04-01 14:35:18 +02:00
nikolajlauridsen
146f938051
Do a full save on first member login
2022-04-01 13:30:32 +02:00
Paul Johnson
d12602ec90
v10 - SQLite database creation enhancements ( #12166 )
...
* Resolve issues creating database file for new install on app services.
* Prevent accidental create of SQLite database when testing connections
* Fix e2e tests against sqlite db
2022-04-01 11:15:04 +02:00
Nikolaj Geisle
1a6f0e4d7b
Start work on controllers
2022-04-01 11:09:51 +02:00
Kevin Jump
e64f051f8b
Make the user defined languages also use the FileProvider.
2022-04-01 09:55:28 +01:00
Reiter
6eebd96605
add null check to multiurlpickervalueconverter IsValue() function umbraco#12186
2022-04-01 04:20:02 +02:00
Kevin Jump
a7ed20918b
Move SupplemenataryLocalizedTextSources to Backoffice and use File provider.
2022-03-31 22:36:34 +01:00
Corné Hoskam
c218c068bd
Update nl.xml
2022-03-31 17:38:47 +02:00
Nikolaj Geisle
0fc310cc4e
start work on controllers
2022-03-31 15:57:23 +02:00
Nikolaj Geisle
0993f7b073
Add so only controllers are left
2022-03-31 14:39:44 +02:00
Nikolaj Geisle
e3a21823b4
Add nullability to filters
2022-03-31 14:39:02 +02:00
Nikolaj Geisle
4571ecb0e3
More work on nullable reference types
2022-03-31 14:35:23 +02:00
Nikolaj Geisle
2460c82e02
Fix trees
2022-03-31 12:52:26 +02:00
Bjarke Berg
fe1c2f5d4f
Merge remote-tracking branch 'origin/v9/dev' into v10/dev
...
# Conflicts:
# build/templates/UmbracoPackage/.template.config/template.json
# build/templates/UmbracoProject/.template.config/template.json
# src/Directory.Build.props
# src/Umbraco.Core/DependencyInjection/UmbracoBuilder.Configuration.cs
# src/Umbraco.Infrastructure/DependencyInjection/UmbracoBuilder.Repositories.cs
# src/Umbraco.Infrastructure/DependencyInjection/UmbracoBuilder.Services.cs
# src/Umbraco.Infrastructure/HostedServices/HealthCheckNotifier.cs
# src/Umbraco.Infrastructure/HostedServices/RecurringHostedServiceBase.cs
# src/Umbraco.Infrastructure/HostedServices/ServerRegistration/TouchServerTask.cs
# src/Umbraco.Infrastructure/Migrations/Install/DatabaseSchemaCreator.cs
# src/Umbraco.Infrastructure/Persistence/Repositories/Implement/TrackedReferencesRepository.cs
# src/Umbraco.Web.Common/Middleware/UmbracoRequestMiddleware.cs
# tests/Umbraco.Tests.Integration.SqlCe/Umbraco.Infrastructure/Persistence/DatabaseBuilderTests.cs
# tests/Umbraco.Tests.Integration/Testing/BaseTestDatabase.cs
# tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Migrations/AdvancedMigrationTests.cs
# tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Persistence/SchemaValidationTest.cs
# tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Persistence/SqlServerTableByTableTest.cs
# tests/Umbraco.Tests.UnitTests/Umbraco.Core/Components/ComponentTests.cs
2022-03-31 12:51:55 +02:00
Bjarke Berg
ad51832b5d
Merge remote-tracking branch 'origin/v9/9.4' into v9/dev
...
# Conflicts:
# build/templates/UmbracoPackage/.template.config/template.json
# build/templates/UmbracoProject/.template.config/template.json
# src/Directory.Build.props
2022-03-31 11:54:33 +02:00
Bjarke Berg
93badabcb1
Added extra (unnessasary) WHERE-clause to help sql server generate a smarter query plan ( #12198 )
2022-03-31 11:52:02 +02:00
Marc Goodson
db12594332
Making an update for appearances sake ( #12199 )
...
* Update spelling of appearance
in 'Editor appearance' key was incorrectly apperance
* Update spelling of appearance
in 'headlineEditorAppearance' key was incorrectly apperance
2022-03-30 18:48:31 +02:00
Nikolaj Geisle
57ed0b7b4d
start work on the backoffice project
2022-03-30 15:58:46 +02:00
Nikolaj Geisle
05a08bef63
Add nullability to nucache & lucene projects
2022-03-30 13:34:56 +02:00
Ji Pattison-Smith
9203cffd27
Pass culture code into GetAtRoot method in Siblings extensions to ensure the passed culture code is respected
2022-03-30 03:32:25 +02:00
Nikolaj Geisle
b52c4e50cf
Add nullability to web.common
2022-03-29 13:44:21 +02:00
Bjarke Berg
181a7cb27d
Bump versions to 9.4.2
2022-03-29 09:33:37 +02:00
Andy Butland
0418be4318
Corrected the base URL to use when retrieving and setting public access details. ( #12178 )
...
* Corrected the base URL to use when retrieving and setting public access details.
* Fixed original issue from a merge conflict.. Now using the correct v9+ resource
Co-authored-by: Bjarke Berg <mail@bergmania.dk >
2022-03-29 09:19:59 +02:00
Andy Butland
1ff6a953bb
Corrected the base URL to use when retrieving and setting public access details. ( #12178 )
...
* Corrected the base URL to use when retrieving and setting public access details.
* Fixed original issue from a merge conflict.. Now using the correct v9+ resource
Co-authored-by: Bjarke Berg <mail@bergmania.dk >
2022-03-29 09:05:40 +02:00
Nikolaj Geisle
7d18914ae6
v9: fix cannot map mvc route to client side request ( #12088 )
...
* Implement UmbracoRequestOptions and check in UmbracoRequestMiddleware.cs
* Fix breaking change
* Add suggestion from Marc
* Amend names
Co-authored-by: Nikolaj Geisle <niko737@edu.ucl.dk >
2022-03-29 08:32:02 +02:00
Reiter
76c1bce7d7
only show groups user has access to
2022-03-28 01:03:00 +02:00
Corné Hoskam
b594936463
Update UmbracoProject.csproj ( #12164 )
...
* Update UmbracoProject.csproj
Changing the comment would make the intent of the comment more clear, as you cannot use InMemoryAuto on compiled Razor views, but you're still allowed to keep it as false if you're using a different ModelsBuilder mode.
* Update UmbracoProject.csproj
Hoping this kicks off the PR checks...
2022-03-28 07:32:23 +10:00
Andy Butland
02e76c8227
Configuration to control the creation of default data ( #12122 )
...
* Added configuration and checks for creation of default Umbraco data.
* Fixed configuration binding issues.
* Updated comments.
* Added DefaultDataCreationSettings to the JSON schema.
* Removed option to not install default relation types as Umbraco relies on (and will recreate) them if they aren't there.
* Renamed configuration class used for install of default data and converted to named optios.
* Fix to failing unit tests.
* Fixes for integration tests.
* Apply suggestions from code review
Co-authored-by: Elitsa Marinovska <21998037+elit0451@users.noreply.github.com >
* Further fix from code review.
* Updated naming as per PR review suggestions.
* Update src/Umbraco.Infrastructure/Migrations/Install/DatabaseDataCreator.cs
Co-authored-by: Elitsa Marinovska <21998037+elit0451@users.noreply.github.com >
Co-authored-by: Elitsa Marinovska <21998037+elit0451@users.noreply.github.com >
2022-03-25 08:58:07 +01:00
Ronald Barendse
c511f19cc8
Merge branch 'v9/feature/move-templates-to-root' into v9/feature/projecttemplate-cleanup
2022-03-24 13:57:38 +01:00
Ronald Barendse
f5d0abc28b
Move templates to root
2022-03-24 13:48:43 +01:00
Nikolaj Geisle
86ae730b1e
fix string.Empty back to null
2022-03-24 12:59:40 +01:00
Ronald Barendse
037580b305
Fix obsolete constructor in RecurringHostedServiceBase ( #12172 )
...
* Use NullLogger in obsoleted constructor
* Create missing logger during execution instead
(cherry picked from commit d0823d4236 )
2022-03-24 10:37:52 +00:00
Ronald Barendse
d0823d4236
Fix obsolete constructor in RecurringHostedServiceBase ( #12172 )
...
* Use NullLogger in obsoleted constructor
* Create missing logger during execution instead
2022-03-24 10:34:29 +00:00