Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-09 | MastoAPI Attachment: Use "summary" for descriptions if present | Haelwenn (lanodan) Monnier | |
2023-03-09 | AttachmentValidator: Add support for Honk "summary" + "name" | Haelwenn (lanodan) Monnier | |
As used by Honk and supported by Mastodon | |||
2023-03-06 | Merge branch 'fix/tag-feed-crashes' into 'develop' | Haelwenn | |
fix: atom/rss feed issues Closes #3045 See merge request pleroma/pleroma!3851 | |||
2023-03-06 | remove static_fe pipeline for /users/:nickname/feed | faried nawaz | |
2023-03-06 | oops, remove unused import | faried nawaz | |
2023-03-06 | use scrub_html_and_truncate instead of scrub_html for feed item title | faried nawaz | |
Sometimes this truncated properly encoded HTML entities in the wrong place. The new flow calls scrub_html, removes emojis, decodes entities (a second time), truncates, and then re-encodes. Fixes #3045. | |||
2023-03-06 | modify Utils.scrub_html_and_truncate to take omission parameter | faried nawaz | |
2023-03-06 | format feed_view.ex | faried nawaz | |
2023-03-06 | feed eex templates: use published field from @data, not @activity.data | faried nawaz | |
2023-03-06 | fix tag feeds: remote activities might not have a summary field | faried nawaz | |
2023-03-05 | Merge branch 'tusooa/oban-common-pipeline' into 'develop' | Haelwenn | |
Stop oban from retrying if validating errors occur when processing incoming data See merge request pleroma/pleroma!3844 | |||
2023-03-05 | Remove crypt(3) support | Haelwenn (lanodan) Monnier | |
This was used to support migration from GNU Social, which was used by at least shitposter.club, should be entirely irrelevant now. Closes: https://git.pleroma.social/pleroma/pleroma/-/issues/3030 Closes: https://git.pleroma.social/pleroma/pleroma/-/issues/3062 | |||
2023-03-02 | Allow custom emoji reactions: add test for mixed emoji react, fix credo errors | Alexander Tumin | |
2023-03-02 | Allow custom emoji reactions: Fix tests, mixed custom and unicode reactions | Alexander Tumin | |
2023-03-02 | Allow reacting with remote emoji when they exist on the post (#200) | floatingghost | |
Co-authored-by: FloatingGhost <hannah@coffee-and-dreams.uk> Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma/pulls/200 | |||
2023-03-01 | Stop oban from retrying if validating errors occur when processing incoming data | tusooa | |
2023-03-01 | Merge remote-tracking branch 'upstream/stable' into mergeback/2.5.1 | tusooa | |
2023-03-01 | Sanitize filenames when uploading | tusooa | |
2023-02-28 | Allow with_relationships param for blocks | tusooa | |
2023-02-27 | Merge branch 'develop' into accept-tags-2.5 | silverpill | |
2023-02-27 | TagValidator: Drop unrecognized tags | silverpill | |
2023-02-20 | Ignores in exiftool read descriptions | tusooa | |
2023-02-20 | Require related object for notifications to filter on content | Alexander Tumin | |
2023-02-20 | Fix inproper content being cached in report content | tusooa | |
2023-02-20 | Allow customizing instance languages | tusooa | |
2023-02-20 | Remove unwanted code specific to MIX_ENV=test | Mark Felder | |
2023-02-20 | Fix rel="me" | Mark Felder | |
Cachex for this was not started | |||
2023-02-20 | Fix block_from_stranger setting | tusooa | |
2023-02-20 | B StripLocation: Add test, work for all svgs. | Lain Soykaf | |
2023-02-20 | Added SVG to formats not compatible with exiftool | Dmytro Poltavchenko | |
2023-02-19 | Merge remote-tracking branch 'pleroma/develop' into status-notification-type | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2023-02-18 | feat: build rel me tags with profile fields | kPherox | |
2023-02-11 | Ignores in exiftool read descriptions | tusooa | |
2023-02-09 | Merge branch 'notification-content-filtering-noobj' into 'develop' | lain | |
Require related object for content-filtering on notification See merge request pleroma/pleroma!3837 | |||
2023-02-09 | Merge branch 'tusooa/3059-report-fake-create-render' into 'develop' | lain | |
Fix inproper content being cached in report content Closes #3059 See merge request pleroma/pleroma!3836 | |||
2023-02-09 | Merge branch 'tusooa/api-spec-property-map' into 'develop' | lain | |
OpenApiSpex: overhaul See merge request pleroma/pleroma!3832 | |||
2023-02-09 | Merge branch 'tusooa/3055-instance-languages' into 'develop' | lain | |
Allow customizing instance languages Closes #3055 See merge request pleroma/pleroma!3835 | |||
2023-02-09 | Merge branch 'fix-relme' into 'develop' | lain | |
Fix rel="me" See merge request pleroma/pleroma!3824 | |||
2023-02-08 | Require related object for notifications to filter on content | Alexander Tumin | |
2023-02-03 | Fix inproper content being cached in report content | tusooa | |
2023-01-26 | Allow customizing instance languages | tusooa | |
2023-01-18 | Fix block_from_stranger setting | tusooa | |
2023-01-15 | Fix tests | tusooa | |
2023-01-15 | Fix type of admin_account.is_confirmed | tusooa | |
2023-01-15 | Force spec for every operation to have a listed tag | tusooa | |
2023-01-15 | Add names to additionalProperties | tusooa | |
2023-01-05 | B StripLocation: Add test, work for all svgs. | Lain Soykaf | |
2023-01-05 | Added SVG to formats not compatible with exiftool | Dmytro Poltavchenko | |
2023-01-02 | Revert "Merge branch 'copyright-bump' into 'develop'" | lain | |
This reverts merge request !3825 | |||
2023-01-01 | Bump copyright year | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> |