Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-14 | CommonAPI: generate ModerationLog for all admin/moderator deletes | Haelwenn (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-09 | Fix remote emoji in subject disappearing after edits | Tusooa Zhu | |
2022-06-25 | Unify the logic of updating objects | Tusooa Zhu | |
2022-05-31 | Implement mastodon api for editing status | Tusooa Zhu | |
2022-02-25 | Copyright bump for 2022 | Sean King | |
2022-01-12 | WIP account endorsements | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2021-10-06 | CI: Bump lint stage to elixir-1.12 | Haelwenn (lanodan) Monnier | |
Elixir 1.12 changed formatting rules, this allows to avoid having to rollback to run `mix format` | |||
2021-04-19 | Fix error response which was breaking tests related to pinned posts | Mark Felder | |
2021-04-16 | Merge branch 'features/ingestion-ecto-tag' into 'develop' | rinpatch | |
TagValidator: New See merge request pleroma/pleroma!3244 | |||
2021-04-01 | Insert string-hashtags in Pipeline | Haelwenn (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-25 | expanding AddRemoveValidator | Alexander Strizhakov | |
2021-03-25 | featured_address valition in AddRemoveValidator | Alexander Strizhakov | |
2021-03-25 | Let pins federate | Alexander 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-13 | Bump Copyright to 2021 | Haelwenn (lanodan) Monnier | |
grep -rl '# Copyright © .* Pleroma' * | xargs sed -i 's;Copyright © .* Pleroma .*;Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>;' | |||
2021-01-04 | Object: Rework how Object.normalize works | lain | |
Now it defaults to not fetching, and the option is named. | |||
2020-11-17 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
feature/local-only-scope | |||
2020-11-11 | Add `local` visibility | Egor Kislitsyn | |
2020-11-04 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
feature/expire-mutes | |||
2020-11-04 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
feature/local-only-scope | |||
2020-10-31 | Add idempotency_key to the chat_message entity. | eugenijm | |
2020-10-15 | Add local-only statuses | Egor Kislitsyn | |
2020-10-13 | other files consistency | Alexander Strizhakov | |