Shannon
29908dee44
Removes the remaining bits of membership providers stuff from being used in the back office, simplifies how properties are mapped and removes the legacy weirdness of mapping membership provider properties
2019-12-04 12:50:05 +11:00
Bjarke Berg
e7c85daa2e
Merge remote-tracking branch 'origin/netcore/dev' into netcore/feature/AB3970-membership-providers
...
# Conflicts:
# src/Umbraco.Web/Editors/Filters/MemberSaveModelValidator.cs
# src/Umbraco.Web/Editors/Filters/MemberSaveValidationAttribute.cs
2019-12-03 08:58:49 +01:00
Shannon
97ad7a0239
removes more membership provider and System.Web.Security from being used in the back office
2019-12-03 16:16:33 +11:00
Shannon
d7fa5f0b66
Removes membership providers stuff from back office, removes all old legacy rules for passwords and membership providers.
2019-12-03 15:28:55 +11:00
Shannon
6410a83ca8
Fixes issue with empty connection string on startup
2019-12-03 14:16:05 +11:00
Bjarke Berg
1da4429177
Merge remote-tracking branch 'origin/v8/dev' into netcore/dev
...
# Conflicts:
# src/Umbraco.Abstractions/Exceptions/ConnectionException.cs
# src/Umbraco.Abstractions/Exceptions/DataOperationException.cs
# src/Umbraco.Abstractions/Exceptions/InvalidCompositionException.cs
# src/Umbraco.Abstractions/IO/MediaFileSystem.cs
# src/Umbraco.Abstractions/IO/PhysicalFileSystem.cs
# src/Umbraco.Abstractions/Migrations/DataLossException.cs
# src/Umbraco.Abstractions/Models/Entities/EntitySlim.cs
# src/Umbraco.Abstractions/Xml/UmbracoXPathPathSyntaxParser.cs
# src/Umbraco.Abstractions/Xml/XmlHelper.cs
# src/Umbraco.Core/Manifest/ManifestParser.cs
# src/Umbraco.Core/Models/ContentRepositoryExtensions.cs
# src/Umbraco.Core/Models/PropertyType.cs
# src/Umbraco.Core/Persistence/UmbracoDatabaseFactory.cs
# src/Umbraco.Core/PropertyEditors/Validators/RegexValidator.cs
# src/Umbraco.Core/PropertyEditors/Validators/RequiredValidator.cs
# src/Umbraco.Core/StringExtensions.cs
# src/Umbraco.Web/Editors/Filters/ContentModelValidator.cs
# src/Umbraco.Web/Mvc/AreaRegistrationExtensions.cs
2019-12-02 13:51:07 +01:00
Bjarke Berg
6aa23dc371
Simply moved stuff to abstractions without any modifications
2019-12-02 13:26:49 +01:00
Niels Lyngsø
938d5d207d
NC PropertyAction Delete-All, do not test length if value is nu… ( #7242 )
2019-11-28 10:35:07 +01:00
Kenn Jacobsen
771fa3028a
V8: Fix Nested Content configuration overflow on smaller screens ( #7006 )
2019-11-28 09:09:50 +01:00
Kenn Jacobsen
9ae05b5b15
V8: Update the descriptions of the Nested Content configuration… ( #7224 )
...
* Update the descriptions of the Nested Content configuration options
* Reduced the amount of words for further readability
2019-11-27 13:40:25 +01:00
Jan Skovgaard
c20416a374
Nested Content: Fix controls to be more accessible ( #6998 )
...
* Change a to button
* Added localization for copy
* Correcting lost parts from merge.
2019-11-27 13:38:02 +01:00
Kenn Jacobsen
880d65bb42
V8: Add indicators to required properties within nested content ( #7217 )
2019-11-27 12:32:16 +01:00
Shannon Deminick
cb012d372f
Merge pull request #6693 from PerplexDaniel/pr/6691_vary-by-culture-set-unset-culture-flag-only
...
Properly set / unset Culture flag when "vary by Culture" is changed
2019-11-27 11:40:12 +11:00
Shannon
f8e613320b
REmoves the term 'Encrypt' from PasswordSecurity
2019-11-27 11:34:32 +11:00
Shannon
67946b4af3
don't allocate empty dictionary when rendering macro and deal with null vals
2019-11-27 10:47:20 +11:00
Shannon Deminick
14a90e5026
Merge pull request #6627 from stevemegson/v8/pr/macro-preview
...
Unpublished content appearing in macro results
2019-11-27 10:28:59 +11:00
Shannon Deminick
8f7615bc61
Merge pull request #7221 from stevemegson/v8/pr/ensure-application-url
...
Thread safety in RuntimeState.EnsureApplicationUrl
2019-11-27 10:10:44 +11:00
Niels Lyngsø
4b8ea94991
Property-Action for Remove All Entries in Nested Content ( #7036 )
...
* Property-Action for remove all entries from Nested Content
* Add "delete all items" confirmation and rephrase action link a bit
* Enforce "delete" confirmation type in overlayService.confirmDelete
* rename to controller for easier to solve merge conflicts
* update removeAllEntriesAction.isDisabled when content changes
* minor correction
2019-11-26 13:59:37 +01:00
Niels Lyngsø
37c668b4a8
ensure history line only goes between entries of the list.
2019-11-26 11:02:56 +01:00
Steve Megson
311e2afde0
Use ConcurrentHashSet
2019-11-26 08:51:48 +00:00
Bjarke Berg
fd22afd387
AB3917 - Removes unused variable..
2019-11-26 09:38:24 +01:00
Niels Lyngsø
4be096af0f
Merge remote-tracking branch 'origin/v8/8.4' into v8/dev
2019-11-26 08:24:26 +01:00
Shannon
3b67731cbc
fixes new installation password reset
2019-11-26 17:19:53 +11:00
Shannon
488f6925b8
Fixes tests, removes some magic strings
2019-11-26 12:49:57 +11:00
Shannon
ba625e6181
fix up minor inconsistency
2019-11-26 12:20:49 +11:00
Niels Lyngsø
ea8f1c3ae3
make umbProperty optional, since its not present in DocumentTypeEditor
2019-11-25 15:47:45 +01:00
Niels Lyngsø
b4ae7ebe2c
refactored how communication is done between propertyEditorController and umbPropertyDirective
2019-11-25 15:38:11 +01:00
Niels Lyngsø
b0b67ca957
removed PropertyEditorService as its not needed anymore
2019-11-25 15:36:56 +01:00
Shannon
a6707cd367
Cleans up some usings with System.Web
2019-11-26 00:13:37 +11:00
Shannon
4fe20bb7c8
Removes references to password question/answer/ProviderUserKey
2019-11-26 00:03:45 +11:00
Shannon
a458df360f
Removes references to password question/answer
2019-11-25 23:53:12 +11:00
Shannon
76b413e527
Removes all references of System.Web.Security from core project
2019-11-25 23:37:30 +11:00
Niels Lyngsø
503fd1887e
Change NestedContent property editor controller into a component
2019-11-25 13:16:04 +01:00
Shannon
73bb9e3279
Moves culture dictionary implementation to Core instead of web since it has nothing to do with Web really, fixes tests
2019-11-25 23:10:54 +11:00
Shannon
763b090b4d
Fixes up issues with members, now it still works in the UI
2019-11-25 22:08:08 +11:00
Shannon
1136e15a27
kill user membership provider, adds some passwords api abstractions, moves membership provider logic out of Core/services, removes membership scenario and other membership code we don't want anymore.
2019-11-25 21:20:00 +11:00
Warren Buckley
f9d59f9270
Merge pull request #7211 from umbraco/v8/bugfix/3909-Rename-reference-to-info
...
Rename reference to info
2019-11-25 10:46:01 +01:00
Steve Megson
051b105fea
Removed breaking change
2019-11-25 09:01:14 +00:00
Steve Megson
7ed6c0c1a2
Thread safety in EnsureApplicationUrl
2019-11-24 13:44:09 +00:00
Niels Lyngsø
b9104dfaf8
moved info properties to the into tab.
2019-11-22 14:53:15 +01:00
Niels Lyngsø
e83589a024
rename reference tab to info tab
2019-11-22 09:59:11 +01:00
Daniël Knippers
06074ead44
Merge branch 'v8/dev' of https://github.com/umbraco/Umbraco-CMS into pr/6691_vary-by-culture-set-unset-culture-flag-only
...
# Conflicts:
# src/Umbraco.Web/Models/Mapping/ContentTypeMapDefinition.cs
2019-11-22 09:08:27 +01:00
Niels Lyngsø
3402f36de3
check if template tree exists, to avoid error if its not present.
2019-11-22 09:02:28 +01:00
Shannon
6c5c256e62
... and down the rabbit hole we go
2019-11-22 13:38:07 +11:00
Shannon
15db9ecbbf
start the process of removing membership providers
2019-11-22 13:32:37 +11:00
Shannon
310597ce27
fix build
2019-11-22 13:25:37 +11:00
Shannon
251f1c1f84
Moves ContentTypeChange
2019-11-22 13:15:41 +11:00
Shannon
3dbebfb153
Refactors the usage of ICultureDictionary so its injectable, removes more uses of Current, removes unused methods relying on System.Web
2019-11-22 13:13:19 +11:00
Shannon
e51a3efe15
Moves more services and friends, removes more usages of Current
2019-11-22 12:17:26 +11:00
Shannon
719c23c7a2
Fixes build
2019-11-22 11:57:37 +11:00