SilkierQuartz

SilkierQuartz can host jobs using HostService and Provide a web management tools for Quartz !

MIT License

Stars
348

Bot releases are hidden (Show)

SilkierQuartz - v5.0.356 Latest Release

Published by maikebing over 2 years ago

SilkierQuartz - v5.0.309

Published by maikebing about 3 years ago

  • Fix history job name
  • Exposes SilkierQuartzOptions and SilkierQuartzAuthenticationOptions through AddSilkierQuartz
    • Exposes both options classes through DI
    • Configuration should be done in ConfigureServices when possible
    • Allows for defaults to be set by the library and then easily be overridden by users
  • Moves AddSilkierQuartz to new extensions class and update namespace for both AddSilkierQuartz and UseSilkierQuartz
  • Abstracts JobsListHelper to be used by both service and middleware configuration
  • Changes authN/authZ implementation to use Policy Authorization to make it easier for library consumers to override it
  • Enables simple authN/authZ through configuration and completely disabling authN/authZ for simple use-cases
  • Removes hardcoded authentication scheme
  • Fixes AuthenticateViewModel.IsPersist model binding and removes cookie persistence configuration from global settings
  • Removes custom authorization middleware
  • Hides "Logout" link in nav and redirects from "Login" page if anonymous access is enabled
  • Fixes ASPNET Core 3.1 dependency versions
  • Updates sample app to show how new configuration works
Badges
Extracted from project README
NuGet License: MIT Build status
Related Projects