* [hotfix] Linked with and List item click (#3803)
* [hotfix] Linked with and List item click
* Run a single test using Test Runner
* Add test for Linked With
* [minor] List view fixes
* bumped to version 8.6.3
* [Fix] Getting an error datetime.datetime is not iterable during importing purchase invoice data (#3818)
* Update quick_entry.js (#3815)
Fix typo
* bumped to version 8.6.4
* Left align Indicator and corrected “Add to Knowledge Base” button misalignment.
* Left align Indicator and corrected “Add to Knowledge Base” button misalignment.
* Pushing title changes only, reverted timeline changes.
* Pushing title changes only, reverted timeline changes.
* Timelime tilte design update for small resolution.
* Review changes and added minified date
* Review changes for Timeline for smaller screen.
* Changes for tilte, delete icon change and removed duplicate date.
* Review changes
* Fixed Alignment for action buttons.
* Small resolution alignment changes.
* Class name changes.
* Timelime tilte design update for small resolution.
* Changes for tilte, delete icon change and removed duplicate date.
* Allow SSL connections to a remote database server
Add the following options in site_config.json to use ssl
- "db_ssl_ca" = "/path/to/ca/cert.pem"
- "db_ssl_cert" = "/path/to/ssl/cert.pem"
- "db_ssl_key" = "/path/to/ssl/key.pem"
The files mentioned should be stored on the App server in the location mentioned.
This commit allows for basic ssl connections. X509 is still not supported.
If the above options are not set, the connection will not use an encrypted connection, and connect normally.
* docs - Allow SSL to remote database host