diff --git a/docs/CHANGELOG-autogenerated.md b/docs/CHANGELOG-autogenerated.md index 2da662f572..d0502ca01a 100644 --- a/docs/CHANGELOG-autogenerated.md +++ b/docs/CHANGELOG-autogenerated.md @@ -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) diff --git a/flavours/cooperation/config/test.exs b/flavours/cooperation/config/test.exs index 6631da90c5..611a9d5864 100644 --- a/flavours/cooperation/config/test.exs +++ b/flavours/cooperation/config/test.exs @@ -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,