Pleroma/lib/pleroma/web/activity_pub
Ilja 20084329ea
Selecting MRF policies didn't work as intended any more
* Policies were put under a new module (Pleroma.Web.ActivityPub.MRF.Policy instead of Pleroma.Web.ActivityPub.MRF), but this wasn't changed in the Pleroma.Web.ActivityPub.MRF @mrf_config_descriptions
* I don't have a unit test to prevent similar problems in the future because I don't find a proper way to do it
    * The descriptions in the unit tests are defined in the unit tests, so if someone changes module names in the code, the tests wont see it
    * The list is generated in Pleroma.Docs.Generator.list_behaviour_implementations, but I can't do a check in the when clause of the function to see if the provided module is a behaviour or not.

Backport of: https://git.pleroma.social/pleroma/pleroma/-/merge_requests/3509
2021-08-28 18:27:58 +02:00
..
activity_pub Remove deps from Streaming/Persisting behaviors 2021-06-01 13:55:07 -05:00
mrf Add Admin-FE menu for StealEmojiPolicy 2021-08-28 18:21:59 +02:00
object_validator Bump Copyright to 2021 2021-01-13 07:49:50 +01:00
object_validators Merge branch 'features/ingestion-page' into 'develop' 2021-07-12 05:05:49 +00:00
side_effects Bump Copyright to 2021 2021-01-13 07:49:50 +01:00
views Provide totalItems field for featured collections 2021-05-27 12:17:31 -05:00
activity_pub.ex Merge branch 'features/ingestion-page' into 'develop' 2021-07-12 05:05:49 +00:00
activity_pub_controller.ex AP C2S: Remove restrictions and make it go through pipeline 2021-07-12 06:49:41 +02:00
builder.ex Merge remote-tracking branch 'pleroma/develop' into cycles-constants 2021-06-01 11:33:11 -05:00
internal_fetch_actor.ex Bump Copyright to 2021 2021-01-13 07:49:50 +01:00
mrf.ex Selecting MRF policies didn't work as intended any more 2021-08-28 18:27:58 +02:00
object_validator.ex Merge branch 'features/ingestion-page' into 'develop' 2021-07-12 05:05:49 +00:00
pipeline.ex Merge remote-tracking branch 'pleroma/develop' into cycles-pipeline 2021-05-29 13:32:57 -05:00
publisher.ex Deprecate Pleroma.Web.base_url/0 2021-05-31 16:48:03 -05:00
relay.ex Bump Copyright to 2021 2021-01-13 07:49:50 +01:00
side_effects.ex fix: stream out Create Activity 2021-08-13 17:54:51 +02:00
transmogrifier.ex Pipeline Ingestion: Page 2021-06-04 20:06:33 +02:00
utils.ex Merge remote-tracking branch 'pleroma/develop' into cycles-constants 2021-06-01 11:33:11 -05:00
visibility.ex Merge remote-tracking branch 'pleroma/develop' into object-tombstone-visibility 2021-07-27 08:54:26 -05:00