aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/web/common_api.ex
AgeCommit message (Collapse)Author
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