-
- Downloads
Merge branch 'feature/1631-redesign-mrf-configuration' into 'develop'
Moving mrf settings from instance to separate mrf group Closes #1631 See merge request pleroma/pleroma!2320
No related branches found
No related tags found
Showing
- CHANGELOG.md 2 additions, 0 deletionsCHANGELOG.md
- config/config.exs 5 additions, 3 deletionsconfig/config.exs
- config/description.exs 36 additions, 28 deletionsconfig/description.exs
- docs/configuration/cheatsheet.md 24 additions, 21 deletionsdocs/configuration/cheatsheet.md
- docs/configuration/mrf.md 7 additions, 7 deletionsdocs/configuration/mrf.md
- docs/configuration/storing_remote_media.md 2 additions, 2 deletionsdocs/configuration/storing_remote_media.md
- lib/pleroma/config/config_db.ex 3 additions, 1 deletionlib/pleroma/config/config_db.ex
- lib/pleroma/config/deprecation_warnings.ex 44 additions, 0 deletionslib/pleroma/config/deprecation_warnings.ex
- lib/pleroma/web/activity_pub/mrf.ex 2 additions, 2 deletionslib/pleroma/web/activity_pub/mrf.ex
- lib/pleroma/web/activity_pub/mrf/simple_policy.ex 15 additions, 13 deletionslib/pleroma/web/activity_pub/mrf/simple_policy.ex
- lib/pleroma/web/mastodon_api/views/instance_view.ex 1 addition, 1 deletionlib/pleroma/web/mastodon_api/views/instance_view.ex
- priv/repo/migrations/20200323122421_mrf_config_move_from_instance_namespace.exs 39 additions, 0 deletions...0200323122421_mrf_config_move_from_instance_namespace.exs
- test/config/deprecation_warnings_test.exs 57 additions, 0 deletionstest/config/deprecation_warnings_test.exs
- test/tasks/config_test.exs 1 addition, 4 deletionstest/tasks/config_test.exs
- test/web/activity_pub/activity_pub_test.exs 2 additions, 2 deletionstest/web/activity_pub/activity_pub_test.exs
- test/web/activity_pub/mrf/mrf_test.exs 1 addition, 3 deletionstest/web/activity_pub/mrf/mrf_test.exs
- test/web/federator_test.exs 2 additions, 2 deletionstest/web/federator_test.exs
- test/web/node_info_test.exs 13 additions, 33 deletionstest/web/node_info_test.exs
- test/workers/cron/purge_expired_activities_worker_test.exs 1 addition, 5 deletionstest/workers/cron/purge_expired_activities_worker_test.exs
Loading
Please register or sign in to comment