pleroma/lib/pleroma/web
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 Selecting MRF policies didn't work as intended any more 2021-08-28 18:27:58 +02:00
admin_api List available frontends also when no static/frontends folder is present yet 2021-08-28 18:23:49 +02:00
api_spec TwitterAPI: Make change_email require body params instead of query 2021-08-13 17:57:11 +02:00
auth Create WrapperAuthenticator and simplify Authenticator behaviour 2021-06-07 18:18:39 -05:00
channels Keep original Shoutbox channel name as chat:public 2021-06-01 14:34:13 -05:00
common_api maybe_notify_subscribers: Don't create notifications from ingested replies 2021-08-13 17:57:19 +02:00
fallback Reroute /api/pleroma to /api/v1/pleroma 2021-02-21 13:26:23 +03:00
federator Bump Copyright to 2021 2021-01-13 07:49:50 +01:00
feed Merge remote-tracking branch 'pleroma/develop' into cycles-base-url 2021-05-31 16:49:46 -05:00
mailer Bump Copyright to 2021 2021-01-13 07:49:50 +01:00
mastodon_api Streamer: fix crash in MastodonAPI.StatusView 2021-08-13 17:58:03 +02:00
media_proxy rename function 2021-01-21 14:41:28 -06:00
metadata Add note about video thumbnails for code spelunkers unfamiliar with Media Preview Proxy 2021-06-10 09:56:43 -05:00
mongoose_im Change user.deactivated field to user.is_active 2021-01-15 11:24:46 -06:00
nodeinfo Deprecate Pleroma.Web.base_url/0 2021-05-31 16:48:03 -05:00
o_auth Refactor skipped plugs into Pleroma.Web functions 2021-06-08 19:15:04 -05:00
o_status Redirect non-local activities when /notice/:id is used 2021-02-04 15:17:40 +01:00
pleroma_api Refactor skipped plugs into Pleroma.Web functions 2021-06-08 19:15:04 -05:00
plugs Merge remote-tracking branch 'pleroma/develop' into cycles-frontend-static 2021-05-30 12:12:58 -05:00
preload/providers Bump Copyright to 2021 2021-01-13 07:49:50 +01:00
push Bump Copyright to 2021 2021-01-13 07:49:50 +01:00
rich_media Bump Copyright to 2021 2021-01-13 07:49:50 +01:00
static_fe Create real Views for all Controllers 2021-05-29 12:15:57 -05:00
templates Create WrapperAuthenticator and simplify Authenticator behaviour 2021-06-07 18:18:39 -05:00
twitter_api TwitterAPI: Make change_email require body params instead of query 2021-08-13 17:57:11 +02:00
utils Pleroma.Web.Params --> Pleroma.Web.Utils.Params 2021-06-08 12:50:47 -05:00
views Deprecate Pleroma.Web.base_url/0 2021-05-31 16:48:03 -05:00
web_finger Bump Copyright to 2021 2021-01-13 07:49:50 +01:00
api_spec.ex Add UserOperation to Redoc 2021-03-04 21:13:53 +04:00
common_api.ex Fix error response which was breaking tests related to pinned posts 2021-04-19 16:23:57 -05:00
controller_helper.ex Pleroma.Web.Params --> Pleroma.Web.Utils.Params 2021-06-08 12:50:47 -05:00
embed_controller.ex Bump Copyright to 2021 2021-01-13 07:49:50 +01:00
endpoint.ex Downgrade Plug to 1.10.x, revert upload_limit tuple to function change 2021-06-22 11:19:13 +02:00
federator.ex Pipeline Ingestion: Note 2021-04-05 19:19:11 +02:00
gettext.ex Bump Copyright to 2021 2021-01-13 07:49:50 +01:00
instance_document.ex Bump Copyright to 2021 2021-01-13 07:49:50 +01:00
masto_fe_controller.ex Refactor skipped plugs into Pleroma.Web functions 2021-06-08 19:15:04 -05:00
media_proxy.ex media_proxy: switch from :crypto.hmac to :crypto.mac 2021-06-03 19:11:15 +02:00
metadata.ex Bump Copyright to 2021 2021-01-13 07:49:50 +01:00
o_auth.ex Bump Copyright to 2021 2021-01-13 07:49:50 +01:00
plug.ex Bump Copyright to 2021 2021-01-13 07:49:50 +01:00
preload.ex Bump Copyright to 2021 2021-01-13 07:49:50 +01:00
push.ex Bump Copyright to 2021 2021-01-13 07:49:50 +01:00
rel_me.ex Bump Copyright to 2021 2021-01-13 07:49:50 +01:00
router.ex Merge branch 'tests/openapi-everywhere' into 'develop' 2021-06-04 18:53:09 +00:00
shout_channel.ex Keep original Shoutbox channel name as chat:public 2021-06-01 14:34:13 -05:00
streamer.ex Bump Copyright to 2021 2021-01-13 07:49:50 +01:00
translation_helpers.ex Bump Copyright to 2021 2021-01-13 07:49:50 +01:00
uploader_controller.ex Bump Copyright to 2021 2021-01-13 07:49:50 +01:00
web_finger.ex Merge remote-tracking branch 'pleroma/develop' into cycles-base-url 2021-05-31 16:49:46 -05:00
xml.ex respect content-type header in finger request 2021-03-19 18:53:55 +03:00