Skip to content

action-framework

Latest
Compare
Choose a tag to compare
@kavics kavics released this 04 Jan 04:20

What's Changed

  • AppModel is returning: The HttpContext has a new key: "SenseNet.ApplicationModel.ActionBase" containing the resolved Application content. by @VargaJoe & @kavics in #2175, #2170
  • SN Auth token validator prototype added by @hashtagnulla in #2172
  • Administrator can use HealthHandler without apikey if the repository is running. by @kavics in #2148
  • Use an empty-set-predicate in the query if a template cannot be resolved. by @kavics in #2150
  • Custom serialization of SnTerm, IndexField. Some small fixes. This is the base of the slicing index document if it is too big (see sn-search-lucene29) by @kavics in #2155
  • Any ContentType can be transitive for allowed types. by @kavics in #2156

Other Changes

  • Move snCategory information from code documentation to the ODataOperationAttributes. This way, the category can not only be used for documentation purposes, but the ODataOperation also knows about it. by @kavics in #2162
  • Write codedoc for some service registration methods. by @kavics in #2163, #2165, #2168
  • Fix: docker install script handle is invalid workaround that eliminates a docker bug. by @VargaJoe in #2063
  • DevTool: add transfer secrets sql scripts. by @VargaJoe in #2064

Full Changelog: health-checker...action-framework