pleroma/lib/pleroma/web
Hélène 542bb17258 ArticleNotePageValidator: fix replies fixing
Some software, like GoToSocial, expose replies as ActivityPub
Collections, but do not expose any item array directly in the object,
causing validation to fail via the ObjectID validator. Now, Pleroma will
drop that field in this situation too.
2022-11-27 04:54:19 +01:00
..
activity_pub ArticleNotePageValidator: fix replies fixing 2022-11-27 04:54:19 +01: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 Make mutes and blocks behave the same as other lists 2022-11-27 04:21:58 +01: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 Execute session disconnect in background 2022-08-19 20:24:24 -04: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 Skip cache when /objects or /activities is authenticated 2022-05-06 08:44:03 +02: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 Disconnect streaming sessions when token is revoked 2022-08-19 20:22:45 -04: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