Automatic repository install
tusmester
released this
22 Apr 12:09
·
291 commits
to master
since this release
In this release we fixed a huge number of bugs and added new features that will support the standalone working mode in sensenet.
Features
- sensenet is able to install the repository database automarically when an application (for example a web app) is started for the first time.
- The email sending and change password features were ported to the base sensenet codebase from SNaaS.
- It is possible to extend webhook post data with custom properties and dynamic parameters.
Bug fixes
- Indexing reference fields is fixed: now all ids are indexed correctly for a reference field, so searching for them is possible.
- Public administrators got more permissions by default so they can manage CTDs more easily.
Testing and infrastructure
- We continued the work on converting our providers to instances (for example TreeLock, security handler, indexing, connection strings).
- The
IDataProviderExtension
interface has been removed to simplify extension registration. - We moved most of the MS SQL providers to a separate package so that you can avoid loading unnecessary default services in your project.
Installation
To get started please visit docs.sensenet.com.