This commit is contained in:
Mayel de Borniol 2022-11-19 18:01:25 +13:00
parent 3410714df9
commit 09fee3ec07
2 changed files with 23 additions and 2 deletions

View File

@ -4,5 +4,25 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
## [Unreleased (2022-11-18)]
## [Unreleased (2022-11-19)]
### Added
- Enable/disable extensions [#448](https://github.com/bonfire-networks/bonfire-app/issues/448)
- Coordination MVP [#445](https://github.com/bonfire-networks/bonfire-app/issues/445) by mayel & ivanminutillo
- Static page generator [#444](https://github.com/bonfire-networks/bonfire-app/issues/444)
- Export my data [#235](https://github.com/bonfire-networks/bonfire-app/issues/235)
- Customise bonfire without forking [#89](https://github.com/bonfire-networks/bonfire-app/issues/89)
- Config-driven routing [#88](https://github.com/bonfire-networks/bonfire-app/issues/88)
### Changed
- Refactor navs/sidebars to use dynamic navigation & widgets provided by extensions [#447](https://github.com/bonfire-networks/bonfire-app/issues/447)
- LivePush security - efficient version [#234](https://github.com/bonfire-networks/bonfire-app/issues/234)
- More efficient (batched) insertion of associated data [#233](https://github.com/bonfire-networks/bonfire-app/issues/233)
- Beta: the great renaming/reorg, a stable API? [#232](https://github.com/bonfire-networks/bonfire-app/issues/232)
- Improve feeds performance based on benchmark [#226](https://github.com/bonfire-networks/bonfire-app/issues/226)
### Other
- UI for federation configuration [#39](https://github.com/bonfire-networks/bonfire-app/issues/39)
- Publish creation of sub-topic in the topic's feed [#439](https://github.com/bonfire-networks/bonfire-app/issues/439) by mayel
- When I reply to a task, the activity in the feed does not show the parent activity [#449](https://github.com/bonfire-networks/bonfire-app/issues/449)
- Feature Proposal: Use prefers-color-scheme [#451](https://github.com/bonfire-networks/bonfire-app/issues/451)

View File

@ -27,7 +27,8 @@ config :bonfire, Bonfire.Common.Repo,
pool_size: 60,
# show_sensitive_data_on_connection_error: true,
# database: db,
slow_query_ms: 500
slow_query_ms: 500,
log: :info
# Optionally run a 2nd endpoint for testing federation
config :bonfire, Bonfire.Web.FakeRemoteEndpoint,