aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/web/common_api.ex
AgeCommit message (Collapse)Author
2022-10-14CommonAPI: generate ModerationLog for all admin/moderator deletesHaelwenn (lanodan) Monnier
As a side-effect it also changes the ChatMessage delete ID to an Activity.id rather than MessageReference.id Closes: https://git.pleroma.social/pleroma/pleroma/-/issues/2958
2022-07-09Fix remote emoji in subject disappearing after editsTusooa Zhu
2022-06-25Unify the logic of updating objectsTusooa Zhu
2022-05-31Implement mastodon api for editing statusTusooa Zhu
2022-02-25Copyright bump for 2022Sean King
2022-01-12WIP account endorsementsmarcin mikołajczak
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2021-10-06CI: Bump lint stage to elixir-1.12Haelwenn (lanodan) Monnier
Elixir 1.12 changed formatting rules, this allows to avoid having to rollback to run `mix format`
2021-04-19Fix error response which was breaking tests related to pinned postsMark Felder
2021-04-16Merge branch 'features/ingestion-ecto-tag' into 'develop'rinpatch
TagValidator: New See merge request pleroma/pleroma!3244
2021-04-01Insert string-hashtags in PipelineHaelwenn (lanodan) Monnier
Cannot be done in Ecto schemas because only one type is allowed in arrays, and needs to be done before the MRFs.
2021-03-25expanding AddRemoveValidatorAlexander Strizhakov
2021-03-25featured_address valition in AddRemoveValidatorAlexander Strizhakov
2021-03-25Let pins federateAlexander Strizhakov
- save object ids on pin, instead of activity ids - pins federation - removed pinned_activities field from the users table - activityPub endpoint for user pins - pulling remote users pins
2021-01-13Bump Copyright to 2021Haelwenn (lanodan) Monnier
grep -rl '# Copyright © .* Pleroma' * | xargs sed -i 's;Copyright © .* Pleroma .*;Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>;'
2021-01-04Object: Rework how Object.normalize workslain
Now it defaults to not fetching, and the option is named.
2020-11-17Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵lain
feature/local-only-scope
2020-11-11Add `local` visibilityEgor Kislitsyn
2020-11-04Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵lain
feature/expire-mutes
2020-11-04Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵lain
feature/local-only-scope
2020-10-31Add idempotency_key to the chat_message entity.eugenijm
2020-10-15Add local-only statusesEgor Kislitsyn
2020-10-13other files consistencyAlexander Strizhakov