Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-03 | Merge branch 'from/upstream-develop/tusooa/edits' into 'develop' | Haelwenn | |
Editing Closes #1429, #2859, and #2288 See merge request pleroma/pleroma!3678 | |||
2022-08-03 | bugfix/follow-state (#104) | floatingghost | |
Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma/pulls/104 | |||
2022-07-23 | Make MRF Keyword history-aware | Tusooa Zhu | |
2022-07-09 | Fix remote emoji in subject disappearing after edits | Tusooa Zhu | |
2022-07-07 | Guard against outdated Updates | Tusooa Zhu | |
It is possible for an earlier Update to be received by us later. For this, we now (1) only allows Updates to poll counts if there is no updated field, or the updated field is the same as the last updated date or creation date; (2) does not allow updating anything if the updated field is older than the last updated date or creation date; (3) allows updating updatable fields otherwise (normal updates); (4) if only the updated field is changed, it does not create a new history item on its own. | |||
2022-06-25 | Make outbound transmogrifier aware of edit history | Tusooa Zhu | |
2022-06-25 | Fix local updates causing emojis to be lost | Tusooa Zhu | |
2022-06-04 | Fix CommonAPITest | Tusooa Zhu | |
2022-05-31 | Implement mastodon api for editing status | Tusooa Zhu | |
2022-02-25 | Copyright bump for 2022 | Sean King | |
2022-02-06 | Max media attachment count | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2022-01-12 | Add more tests | 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-07-18 | Merge remote-tracking branch 'pleroma/develop' into poll-notification-fixes | Alex Gleason | |
2021-07-17 | MastodonAPI: Support poll notification | Alex Gleason | |
2021-06-01 | Merge branch 'cycles-base-url' into 'develop' | feld | |
Deprecate Pleroma.Web.base_url/0 See merge request pleroma/pleroma!3432 | |||
2021-06-01 | Merge branch 'features/validators-note' into 'develop' | Haelwenn | |
Pipeline Ingestion: Note Closes #290 See merge request pleroma/pleroma!2984 | |||
2021-05-31 | Merge remote-tracking branch 'pleroma/develop' into cycles-base-url | Alex Gleason | |
2021-05-31 | Deprecate Pleroma.Web.base_url/0 | Alex Gleason | |
Use Pleroma.Web.Endpoint.url/0 directly instead. Reduces compiler cycles. | |||
2021-04-30 | Merge remote-tracking branch 'upstream/develop' into earmark | Alex Gleason | |
2021-04-05 | test/pleroma/web/common_api_test.exs: Strip : around emoji key-name | Haelwenn (lanodan) Monnier | |
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-03-22 | Copy emoji in the subject from parent post | rinpatch | |
Sometimes people put emoji in the subject, which results in the subject looking broken if someone replies to it from a server that does not have the said emoji under the same shortcode. This patch solves the problem by extending the emoji set available in the summary to that of the parent post. | |||
2021-01-31 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
feature/object-hashtags-rework # Conflicts: # CHANGELOG.md | |||
2021-01-26 | Convert tests to all use clear_config instead of Pleroma.Config.put | Mark Felder | |
2021-01-25 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
feature/object-hashtags-rework | |||
2021-01-25 | Merge branch 'develop' into refactor/deactivated_user_field | Mark Felder | |
2021-01-21 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
feature/object-hashtags-rework # Conflicts: # CHANGELOG.md | |||
2021-01-18 | Test that only author can reblog a private status | Egor Kislitsyn | |
2021-01-18 | Fix Reblog API | Egor Kislitsyn | |
Do not set visibility parameter to `public` by default and let CommonAPI to infer it from status. | |||
2021-01-15 | Change user.deactivated field to user.is_active | Mark Felder | |
2021-01-13 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
feature/object-hashtags-rework | |||
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-07 | Merge branch 'object-normalize-refactor' into 'develop' | lain | |
Object: Rework how Object.normalize works See merge request pleroma/pleroma!3229 | |||
2021-01-06 | allow external emoji | Roger Braun | |
2021-01-04 | Object: Rework how Object.normalize works | lain | |
Now it defaults to not fetching, and the option is named. | |||
2020-12-28 | Revert "Merge branch 'features/hashtag-column' into 'develop'" | Haelwenn | |
This reverts merge request !2824 | |||
2020-12-22 | Insert text representation of hashtags into object["hashtags"] | Haelwenn (lanodan) Monnier | |
Includes a new mix task: pleroma.database fill_old_hashtags | |||
2020-12-21 | Encapsulation of tags / hashtags fetching from objects. | Ivan Tashkinov | |
2020-12-11 | Refactor Earmark code, fix tests | Alex Gleason | |
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-10-27 | Merge branch 'develop' into 'feature/local-only-scope' | minibikini | |
# Conflicts: # CHANGELOG.md | |||
2020-10-22 | Merge branch 'chore/elixir-1.11' into 'develop' | feld | |
Elixir 1.11 compatibility / Phoenix 1.5+ See merge request pleroma/pleroma!3059 | |||
2020-10-22 | SideEffects: Correctly handle chat messages sent to yourself | lain | |
2020-10-17 | Merge remote-tracking branch 'remotes/origin/develop' into chore/elixir-1.11 | Ivan Tashkinov | |
2020-10-15 | Add local-only statuses | Egor Kislitsyn | |
2020-10-15 | Fix warnings | Egor Kislitsyn | |
2020-10-14 | Merge branch 'feature/gen-magic' into 'develop' | feld | |
Use libmagic via majic Closes #1736 See merge request pleroma/pleroma!2534 |