Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] master from madskristensen:master #1

Open
wants to merge 30 commits into
base: master
Choose a base branch
from

Commits on Nov 12, 2019

  1. Fixed an erroneous decrement which was meant to be removed before sub…

    …mitting previous PR: (#120)
    
    Caused the 'Older' button to stop showing a page earlier than intended.
    rbleattler authored and madskristensen committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    58804ff View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2019

  1. Fix NETSDK1071 for Microsoft.AspNetCore.App (#121)

    Building the current master with `dotnet` v3.0.100 gives:
    
    > warning NETSDK1071: A PackageReference to 'Microsoft.AspNetCore.App' specified a Version of `2.1.0`. Specifying the version of this package is not recommended. For more information, see https://aka.ms/sdkimplicitrefs
    am11 authored and madskristensen committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    749026c View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2019

  1. Migration to .NET Core 3.1 LTS (#122)

    * Updated package WebEssentials.AspNetCore.OutputCaching
    
    * Updated package WilderMinds.MetaWeblog which now requires an async implementation
    
    * Fold private non-sync into async methods
    
    * Updated package WebMarkupMin.AspNetCore2
    
    * Updated package WebEssentials.AspNetCore.PWA
    
    * Updated package LigerShark.WebOptimizer.Core to latest version that works on .NET Core 2
    
    * Changed target framework to .NET Core App 2.2. Updated package Microsoft.VisualStudio.Web.BrowserLink
    
    * Mmigrated to .NET Core 3.1
    
    * Updated readme.md to reflect change to .NET Core 3.1
    ManfredLange authored and madskristensen committed Dec 9, 2019
    Configuration menu
    Copy the full SHA
    4a62138 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2019

  1. Fix issue with pagination (#126)

    * Update .gitignore
    
    * update gitignore
    
    * Update .gitignore
    
    * Update .gitignore
    
    * update gitignore
    
    * base configuration.
    
    * Imported old blog. Added existing blog posts to gitignore.
    
    * Fixed issue with pagination not displaying button to go back past page three.
    xnodeoncode authored and madskristensen committed Dec 27, 2019
    Configuration menu
    Copy the full SHA
    e99e165 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2019

  1. Reset upstream defaults (#127)

    * Update .gitignore
    
    * update gitignore
    
    * Update .gitignore
    
    * Update .gitignore
    
    * update gitignore
    
    * base configuration.
    
    * Imported old blog. Added existing blog posts to gitignore.
    
    * Fixed issue with pagination not displaying button to go back past page three.
    
    * Restore appsettings.json file to upstream and reset defaults on BlogSettings.cs. Updated comments, named comments are unnecessary.
    
    * Restore appsettings.json file to upstream and reset defaults on BlogSettings.cs.
    
    * Restore appsettings.json file to upstream and reset defaults on BlogSettings.cs.
    
    * Update .gitignore
    
    * Imported old blog. Added existing blog posts to gitignore.
    
    * Restore appsettings.json file to upstream and reset defaults on BlogSettings.cs. Updated comments, named comments are unnecessary.
    
    * Restore appsettings.json file to upstream and reset defaults on BlogSettings.cs.
    
    * Restore appsettings.json file to upstream and reset defaults on BlogSettings.cs.
    xnodeoncode authored and madskristensen committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    76e2615 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2020

  1. Added asp-route-id="" attribute to the new post like which clears the…

    … slug of the current post allowing for a new post to be created. (#128)
    xnodeoncode authored and madskristensen committed Jan 2, 2020
    Configuration menu
    Copy the full SHA
    f492956 View commit details
    Browse the repository at this point in the history
  2. Refactored PR 125, reducing the number of calls to GetPosts() by filt…

    …ering a full resultset. The accurate total post count is now available to calculate paging. (#129)
    xnodeoncode authored and madskristensen committed Jan 2, 2020
    Configuration menu
    Copy the full SHA
    8f031bf View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2020

  1. Added list view property to blog settings (#130)

    * Added PostListView property to BlogSettings.cs and appsettings.json to allow control over the amount of content displayed for each post during browsing. Options are TitlesOnly, TitlesAndExcerpts (default), and FullPosts.
    
    * Increased the default number of posts per page from two to four. The new default view is TitlesAndExcerpts, meaning that only the post title and the excerpt, if provided, for each blog post will be displayed while browsing posts.
    xnodeoncode authored and madskristensen committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    c331032 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2020

  1. Cleaned and updated (#133)

    * Cleaned and commented.
    
    * Removed auto-gen docs
    wforney authored Feb 25, 2020
    Configuration menu
    Copy the full SHA
    82ab3bd View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2020

  1. A bit of housekeeping (#134)

    * Cleaned and commented.
    
    * Removed auto-gen docs
    
    * Fix some ConfigureAwait issues introduced earlier, add some constants/resources, change index view to use IAsyncEnumerable foreach and modify controller accordingly.
    wforney authored Mar 2, 2020
    Configuration menu
    Copy the full SHA
    1fb2db2 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2020

  1. closes #135 (#138)

    fduman authored Mar 11, 2020
    Configuration menu
    Copy the full SHA
    16305d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b80d96 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c67ccc View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2020

  1. Configuration menu
    Copy the full SHA
    5c5a33d View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2021

  1. Configuration menu
    Copy the full SHA
    561e5b3 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2021

  1. Configuration menu
    Copy the full SHA
    438da95 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2021

  1. Update packages (#163)

    martindybal authored Mar 8, 2021
    Configuration menu
    Copy the full SHA
    867871a View commit details
    Browse the repository at this point in the history
  2. Revert "Update packages (#163)" (#164)

    This reverts commit 867871a.
    madskristensen authored Mar 8, 2021
    Configuration menu
    Copy the full SHA
    7d292d1 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2021

  1. Fix pagination (#165)

    KevBat authored Mar 22, 2021
    Configuration menu
    Copy the full SHA
    27c109a View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2021

  1. Configuration menu
    Copy the full SHA
    6ceeeeb View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2021

  1. Add support for tags (#168)

    * Rename tag to category in edit page.
    
    * Add support for tags.
    marcoskirchner authored Nov 9, 2021
    Configuration menu
    Copy the full SHA
    3a49385 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2021

  1. Configuration menu
    Copy the full SHA
    b911eea View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2021

  1. update to .net6; update NuGet package references to latest versions, …

    …remove FxCopAnalyzers and add NetAnalyzers. (#171)
    dynamoRando authored Nov 18, 2021
    Configuration menu
    Copy the full SHA
    77ce190 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2021

  1. Configuration menu
    Copy the full SHA
    7e9e22f View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2021

  1. Create FUNDING.yml

    madskristensen authored Dec 20, 2021
    Configuration menu
    Copy the full SHA
    c27c5f3 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

  1. Fix startup.cs and update reference for .net 7 (#182)

    * Remove unnesesary exclusion of properties (required for .resx dependency)
    Update reference to support .net 7
    
    * update readme
    
    Co-authored-by: itthings <44327454+itthings@users.noreply.github.com>
    RobertUK and RobertUK authored Oct 6, 2022
    Configuration menu
    Copy the full SHA
    b022a09 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. Upgrade nuget packages related to .NET 7 (#183)

    ms_devel authored Nov 17, 2022
    Configuration menu
    Copy the full SHA
    13cbaa0 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. Configuration menu
    Copy the full SHA
    b5d430d View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Configuration menu
    Copy the full SHA
    d42e772 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Updated: Nuget Packages (#196)

    Fixed: issues after NuGet updates
    Improved: Icons and UI
    aminmesbahi authored Oct 16, 2023
    Configuration menu
    Copy the full SHA
    fefae92 View commit details
    Browse the repository at this point in the history