Commit Graph

8577 Commits

Author SHA1 Message Date
Shannon
fce8ac87a2 Moves a bunch of the xml/xpath classes/interfaces and remvoes unused code of XmlHelper 2019-11-12 12:37:21 +11:00
Bjarke Berg
0b7422c0d7 AB3653 - Moved IIOHelper interface to abstractions 2019-11-08 08:52:44 +01:00
Bjarke Berg
5720fc7465 AB3653 - Fixed IOHelper on Current to be real static.. 2019-11-08 08:35:16 +01:00
Bjarke Berg
13507c0e13 AB3653 - Static IOHelper -> IIOHelper (Moved into Current as a first step 😭) 2019-11-08 07:51:14 +01:00
Bjarke Berg
0110813fc1 Post merge fixes 2019-11-07 14:38:31 +01: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
40ca1fd27a Merge remote-tracking branch 'origin/netcore/dev' into netcore/dev 2019-11-07 13:02:56 +01:00
Shannon
c91465e2b2 new IJsonSerializer, moves other base cache refresher classes 2019-11-07 21:28:56 +11:00
Shannon
a9a3051af1 Removes weird serialization implementation. 2019-11-07 21:07:09 +11:00
Shannon
327ea04d98 Moves AppCaches and cache refresher bases 2019-11-07 19:56:49 +11:00
Shannon
3b862f7e3a Installs runtime cache nuget into abstractions, moves more cache classes and preps AppCaches to not rely on system.web. 2019-11-07 19:39:20 +11:00
Shannon
922671eb7d Creates SafeLazy to be used by all caching things instead of relying on the base class as a static that cannot be moved right now. 2019-11-07 19:16:45 +11:00
Shannon
b36f9e925e moves DictionaryAppCache 2019-11-07 18:57:40 +11:00
Shannon
2a8b505a66 Moves more cache classes 2019-11-07 18:50:14 +11:00
Shannon
1193d8fecd Moves IRepositoryCachePolicy 2019-11-07 18:36:29 +11:00
Shannon
ae94b668c5 Moves IAppPolicyCache 2019-11-07 18:35:21 +11:00
Shannon
b4f3cc005d Removes CacheItemPriority since this wasn't used, or was used in one place innapropriately. 2019-11-07 18:34:05 +11:00
Shannon
5ec78cd510 Removes totally unused CacheItemRemovedCallback 2019-11-07 18:29:16 +11:00
Kenn Jacobsen
759e3ddf5e Make sure we can't rollback trashed items serverside 2019-11-05 18:15:14 +00:00
Bjarke Berg
747fe85ede Moved collection builders 2019-11-05 18:46:43 +01:00
Bjarke Berg
f3ebe79fc7 Updated comments 2019-11-05 14:59:10 +01:00
Bjarke Berg
63bfc4c2c0 Move constants 2019-11-05 14:55:42 +01:00
Bjarke Berg
befcabfced Move constants 2019-11-05 13:28:26 +01:00
Matt Brailsford
0b16c48fc3 Split PagedResult into a typed and non-typed version (Fixes #46… (#6871) 2019-11-05 11:59:04 +01:00
Bjarke Berg
b4e98286f5 Moved mapping, and abstractions for migrations 2019-11-05 10:19:13 +01:00
Bjarke Berg
e37fdea574 bump version and remove unused references 2019-11-05 09:39:16 +01:00
Bjarke Berg
1732fad780 Merge remote-tracking branch 'origin/v8/feature/mb-embed' into netcore/feature/mb_embed 2019-11-05 07:54:49 +01:00
Bjarke Berg
fc2fc18a26 Moved filesytem abstractions + removed resharper warnings 2019-11-04 19:22:17 +01:00
Poornima Nayar
b2e5d64d6e Better exception handling for templates when they exceed 255 ch… (#6649) 2019-10-31 15:54:14 +01:00
Bjarke Berg
34d9e0cd09 Merge branch 'v8/dev' into v8/feature/mb-embed 2019-10-31 12:33:01 +01:00
Bjarke Berg
10fd0bd013 Post merge stuff 2019-10-30 15:28:15 +01:00
Bjarke Berg
eade92e803 Merge remote-tracking branch 'origin/v8/dev' into vx/feature/unicore
# Conflicts:
#	src/Umbraco.Core/ObjectExtensions.cs
#	src/Umbraco.Core/Persistence/Repositories/Implement/ContentTypeRepositoryBase.cs
#	src/Umbraco.Core/StringExtensions.cs
#	src/Umbraco.Web.UI.Client/package-lock.json
2019-10-30 13:35:48 +01:00
Steve Megson
8463f1db08 Cache lookup of macro by alias 2019-10-29 21:34:25 +01:00
Ronald Barendse
7f0a077f58 Add SecurityCodeScan static code analyzer (#6636)
* Added SecurityCodeScan to all projects

* Enable analysing of content items
2019-10-29 19:37:15 +01:00
Bjarke Berg
1436441f78 Merge remote-tracking branch 'origin/v8/dev' into v8/feature/mb-embed 2019-10-29 16:09:43 +01:00
Shannon
3b6abbb936 Renames project: Umbraco.ModelsBuilder.Embedded and namespaces since we need a different assembly, updates nuspec, changes file path of MB app_plugins 2019-10-29 00:25:03 +11:00
Bjarke Berg
9d91402aca V8: Follow guidelines from .editorconfig (#6849)
* Removed unused variable

* Align usage of C# type keywords vs Universal type names. Now we use C# keywords all over.
2019-10-25 14:16:50 +01:00
Søren Kottal
56f33e1006 Adds nametemplates for grid editors (#6634)
* Adds nametemplates for grid editors
2019-10-25 12:35:15 +02:00
Søren Kottal
131273bb5c V8 style preview badge (#6585)
* V8 style preview badge

* updates the preview badges in other places

* Removes umbraco logo

* changes the "click to end" icon

* Set flex-shrink to 0 on the badge end element

* adds width:1em to the svg
2019-10-25 11:37:58 +02:00
Kenn Jacobsen
8b18233d4e Don't YSOD when publishing if a property editor has been removed 2019-10-24 22:21:19 +02:00
Dave Woestenborghs
88f153e7a3 V8 - Make it possible to set content app badge through content… (#6706) 2019-10-23 17:31:18 +02:00
Ronald Barendse
d0303f74fd Allow hash type on GenerateHash and remove obsoleted ToMd5 and ToSHA1 methods (#6679) 2019-10-23 17:19:49 +02:00
Bjarke Berg
25d9b9efd1 AB3267 - Made Umbraco core internals visible for Umbraco.ModelsBuilder and uses PanicException instead of just Exception 2019-10-23 13:53:06 +02:00
Bjarke Berg
8c95573225 AB3267 - Removed unused classes and set some internal 2019-10-22 14:22:43 +02:00
Bjarke Berg
c072015288 Merge remote-tracking branch 'origin/v8/dev' into v8/feature/AB2913-DataTypeTracking
# Conflicts:
#	src/Umbraco.Web.UI/Umbraco/config/lang/en.xml
2019-10-21 09:40:21 +02:00
Bjarke Berg
9ffb3bed57 Merge pull request #6688 from umbraco/v8/bugfix/AB3172-long-running-ops
Long running operations causes SQL timeout
2019-10-21 07:56:53 +02:00
Shannon Deminick
16abdcac46 Merge pull request #6208 from PerplexDaniel/6174-saving-content-type-segment-variation
Support for Segments in ContentTypeRepositoryBase
2019-10-21 16:54:56 +11:00
Bjarke Berg
538a8cf41b Change to case when, just to support if someone change values to something invalid directly in the database, and fixed tes 2019-10-21 07:23:11 +02:00
Shannon
4a7c73993b formatting 2019-10-17 21:05:27 +11:00
Shannon Deminick
406ac131a2 Merge pull request #6570 from ronaldbarendse/v8/bugfix/umbracomapper
Fixed adding/updating UmbracoMapper constructors
2019-10-17 21:04:42 +11:00