* feat: add default search engines seeding
* feat: set Homarr Docs as the default search
Set the default search engine in server settings during seeding
* refactor: use typed methods to define settings
* feat: add insertServerSettingByKeyAsync
* feat: update seeding logic for server settings
* fix: format file using prettier
* fix: disable eslint for `urlTemplate`
* refactor: remove never happning else
* feat: enhance createDocumentationLink
- Updated createDocumentationLink to accept query parameters
* test: add unit tests for createDocumentationLink
* fix: update urlTemplate for Homarr documentation
* feat: add integration access settings
* fix: typecheck and test issues
* fix: test timeout
* chore: address pull request feedback
* chore: add throw if action forbidden for integration permissions
* fix: unable to create new migrations because of duplicate prevId in sqlite snapshots
* chore: add sqlite migration for integration permissions
* test: add unit tests for integration access
* test: add permission checks to integration router tests
* test: add unit test for integration permissions
* chore: add mysql migration
* fix: format issues
* fix: cache is not exportet from react
* fix: format issue
* wip: add usage of group permissions
* feat: show inherited groups and add manage group
* refactor: improve board access management
* chore: address pull request feedback
* fix: type issues
* fix: migrations
* test: add unit tests for board permissions, permissions and board router
* test: add unit tests for board router and get current user permissions method
* fix: format issues
* fix: deepsource issue