-
- Downloads
Runtime configuration
Related to #85 Everything should now be configured at runtime, with the exception of the `Pleroma.HTML` scrubbers (the scrubbers used can be changed at runtime, but their configuration is compile-time) because it's building a module with a macro.
Showing
- lib/pleroma/config.ex 21 additions, 5 deletionslib/pleroma/config.ex
- lib/pleroma/formatter.ex 0 additions, 2 deletionslib/pleroma/formatter.ex
- lib/pleroma/gopher/server.ex 6 additions, 9 deletionslib/pleroma/gopher/server.ex
- lib/pleroma/html.ex 1 addition, 3 deletionslib/pleroma/html.ex
- lib/pleroma/upload.ex 6 additions, 7 deletionslib/pleroma/upload.ex
- lib/pleroma/uploaders/swift/keystone.ex 5 additions, 6 deletionslib/pleroma/uploaders/swift/keystone.ex
- lib/pleroma/uploaders/swift/swift.ex 2 additions, 4 deletionslib/pleroma/uploaders/swift/swift.ex
- lib/pleroma/web/activity_pub/activity_pub.ex 1 addition, 5 deletionslib/pleroma/web/activity_pub/activity_pub.ex
- lib/pleroma/web/activity_pub/mrf/normalize_markup.ex 1 addition, 3 deletionslib/pleroma/web/activity_pub/mrf/normalize_markup.ex
- lib/pleroma/web/activity_pub/mrf/reject_non_public.ex 4 additions, 6 deletionslib/pleroma/web/activity_pub/mrf/reject_non_public.ex
- lib/pleroma/web/activity_pub/mrf/simple_policy.ex 49 additions, 36 deletionslib/pleroma/web/activity_pub/mrf/simple_policy.ex
- lib/pleroma/web/activity_pub/transmogrifier.ex 2 additions, 5 deletionslib/pleroma/web/activity_pub/transmogrifier.ex
- lib/pleroma/web/common_api/common_api.ex 9 additions, 7 deletionslib/pleroma/web/common_api/common_api.ex
- lib/pleroma/web/federator/federator.ex 1 addition, 3 deletionslib/pleroma/web/federator/federator.ex
- lib/pleroma/web/mastodon_api/mastodon_api_controller.ex 24 additions, 23 deletionslib/pleroma/web/mastodon_api/mastodon_api_controller.ex
- lib/pleroma/web/twitter_api/controllers/util_controller.ex 28 additions, 27 deletionslib/pleroma/web/twitter_api/controllers/util_controller.ex
- lib/pleroma/web/twitter_api/twitter_api.ex 12 additions, 11 deletionslib/pleroma/web/twitter_api/twitter_api.ex
- test/config_test.exs 17 additions, 0 deletionstest/config_test.exs
Loading
Please register or sign in to comment