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 |
|
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 |
|
Shannon
|
a458df360f
|
Removes references to password question/answer
|
2019-11-25 23:53:12 +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 |
|
Shannon
|
15db9ecbbf
|
start the process of removing membership providers
|
2019-11-22 13:32:37 +11:00 |
|
Ronald Barendse
|
34008edd34
|
Fix issues with added PanicException
|
2019-11-15 09:15:12 +01:00 |
|
Shannon
|
f3aca158fb
|
Lots of the repo interfaces moved
|
2019-11-12 14:16:50 +11:00 |
|
Bjarke Berg
|
563f58afa6
|
Merge remote-tracking branch 'origin/v8/dev' into netcore/dev
# Conflicts:
# src/SolutionInfo.cs
|
2019-11-07 14:34:45 +01:00 |
|
Bjarke Berg
|
63bfc4c2c0
|
Move constants
|
2019-11-05 14:55:42 +01:00 |
|
Poornima Nayar
|
b2e5d64d6e
|
Better exception handling for templates when they exceed 255 ch… (#6649)
|
2019-10-31 15:54:14 +01:00 |
|
Ronald Barendse
|
ed90e71f76
|
Removed usage of obsoleted ArgumentNullOrEmptyException
|
2019-10-07 22:10:21 +02:00 |
|
Stephan
|
90feb463aa
|
Cleanup
|
2019-02-21 14:13:37 +01:00 |
|
Shannon
|
aa90e61a97
|
Forgot to remove the ContentService, MediaService and MemberService Created events - these should have been removed a very long time ago!
|
2019-02-18 16:38:55 +11:00 |
|
Bjarke Berg
|
8e29dbd494
|
#4569 - Rename TinyMCE property editor alias (From TinyMCEv3)
#379 - Rename Label property editor alias (From NoEdit)
|
2019-02-15 13:52:02 +01:00 |
|
Chris Houston
|
193e24afd2
|
Fixing all the TODO, FIXME & HACK comments so they all follow the same layout.
|
2019-01-27 11:16:00 +01:00 |
|
Chris Houston
|
a13a38a482
|
Updated all the TODO: comments in the Umbraco.Core project so they are all in the same format. ( // TODO: ) (#4220)
Also moved some of the comments so they are will work better / are not within Code Documentation comments
|
2019-01-26 15:42:14 +01:00 |
|
Stephan
|
4a0b969777
|
Deal with fixme in Umbraco.Core
|
2019-01-21 16:01:37 +01:00 |
|
Stephan
|
046f6f3cd9
|
Merge branch origin/temp8 into temp8-di2690
|
2018-12-10 17:49:11 +01:00 |
|
Kenn Jacobsen
|
852b44af0e
|
Fix member roles assignment YSOD
|
2018-12-09 17:56:41 +01:00 |
|
Stephan
|
6ffc340725
|
Merge branch temp8 into temp8-di2690
|
2018-11-23 14:58:08 +01:00 |
|
Shannon
|
6a1d6668c4
|
Gets both media and member indexing working for when media/member types are changed
|
2018-11-01 01:01:50 +11:00 |
|
Stephan
|
eee7222e0b
|
Refactor filesystems
|
2018-10-26 16:06:45 +02:00 |
|
Shannon
|
f1ca32ea54
|
Cleaning up the log/audit trail usage, removing duplicate and unecessary entries and adding new cols
|
2018-10-18 22:47:12 +11:00 |
|
Stephan
|
a0821cbc95
|
Refactor ordering in services to support listviews variants sorting
|
2018-09-18 11:53:33 +02:00 |
|
Warren
|
9e996c68bb
|
Refactored the error params, so that exception is before the message/template so its more in sync with Serilog signature & was an easy way to find some more logs I missed too
|
2018-08-17 15:41:58 +01:00 |
|
Warren
|
47c8651609
|
Update more logging messages to use templates as opposed to string formats that were using the LoggerExtensions <T>
|
2018-08-16 12:00:12 +01:00 |
|
Stephan
|
bcf46eceb6
|
Cleanup, get rid of warnings
|
2018-05-03 15:11:52 +02:00 |
|
Stephan
|
a2a4edb3be
|
Port v7@2aa0dfb2c5 - WIP
|
2018-03-22 17:41:13 +01:00 |
|
Stephan
|
39cc7add80
|
Rename Umbraco.Whatever2 editors
|
2018-03-19 18:39:34 +01:00 |
|
Stephan
|
c3e6886ac0
|
DataType refactoring - in progress
|
2018-01-24 11:44:44 +01:00 |
|
Stephan
|
97a058b817
|
DataType refactoring
|
2018-01-20 12:31:42 +01:00 |
|
Stephan
|
b5856803e1
|
DataType refactoring preparation - Entity refactoring
|
2018-01-10 12:48:51 +01:00 |
|
Stephan
|
edf7df043f
|
Reorg code, move services
|
2017-12-28 09:18:09 +01:00 |
|