Josef Ottosson

Josef Ottosson

Freelancing Software Developer/Architect

Subscribe via RSS
© Josef Ottosson 2021
Ghost & StayPuft

episerver

A collection of 18 posts

episerver

JOS.ContentSerializer now supports TimeSpan? out of the box

Saw the following post today and decided to update JOS.ContentSerializer to support TimeSpan? properties. The default implementation is really naive: public object Handle(TimeSpan? value, PropertyInfo property, IContentData contentData) { return value?.ToString(

a year ago September 4th, 2019 1 min read
episerver

JOS.Epi.ContentApi updated to version 3.0.0

Thanks to the discussion in the comments on the blogpost written by Johan Björnfot I could simplify the code a lot and remove the HttpModule. Version 3.0.0 is now available on

3 years ago June 5th, 2018 1 min read
Headless Episerver? Meet JOS.Epi.ContentApi
episerver

Headless Episerver? Meet JOS.Epi.ContentApi

I read this blog post by Mathias Kunto where he says that he will leave my beloved library behind and start using the new Episerver Headless API instead. I felt like the picture

3 years ago April 6th, 2018 1 min read
episerver

How to configure Episerver to use Active Directory

This is a quick guide showing how to configure Episerver to use Active Directory instead of Multiplexing/WindowsProvider. This is NOT showing how to use Azure AD. Im testing this on a new

3 years ago March 14th, 2018 3 min read
episerver

Customizing PropertyHandlers in JOS.ContentSerializer

The problem Imagine the following ContentType: public class PostPage : PageData { .... [Display(Order = 400)] [CultureSpecific] [AllowedTypes(typeof(AuthorBlock))] public virtual ContentReference Author { get; set; } ... } As you can see, it's only possible to select AuthorBlocks

3 years ago January 25th, 2018 2 min read
Subscribe via RSS
© Josef Ottosson 2021
Ghost & StayPuft