Skip to content

Commit

Permalink
Release 5.11.2
Browse files Browse the repository at this point in the history
### Changelog:
* Feature(backend): Allow to set custom Gravatar url.
* Feature(frontend): Format datetimes by default with respect to current language.
* Fix(frontend): Fix centrifugo initialization.
* Chore(frontend): Update npm dependencies.

See merge request vst/vst-utils!672
  • Loading branch information
onegreyonewhite committed Oct 4, 2024
2 parents 9c450a9 + c0aed12 commit c5be460
Show file tree
Hide file tree
Showing 21 changed files with 1,164 additions and 1,931 deletions.
1 change: 1 addition & 0 deletions doc/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -523,6 +523,7 @@ These settings are related to the web server. They include configurations for se
* **cors_allowed_credentials** - Indicate that cookies and authorization headers should be supported for cross-origin requests.
Default: ``true`` if allow_cors else ``false``.
* **enable_gravatar** - Enable/disable gravatar service using for users. Default: ``True``.
* **gravatar_url** - URL for Gravatar service. Placeholder `[email_hash]` can be used.
* **rest_swagger_description** - Help string in Swagger schema. Useful for dev-integrations.
* **openapi_cache_timeout** - Cache timeout for storing schema data. Default: ``120``.
* **health_throttle_rate** - Count of requests to ``/api/health/`` endpoint. Default: ``60``.
Expand Down
Loading

0 comments on commit c5be460

Please sign in to comment.