Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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> | |||
2022-12-30 | Remove unwanted code specific to MIX_ENV=test | Mark Felder | |
2022-12-29 | Fix rel="me" | Mark Felder | |
Cachex for this was not started | |||
2022-12-29 | TagValidator: Allow unrecognized Tag types | silverpill | |
2022-12-24 | Make backup parameters configurable | tusooa | |
2022-12-24 | Log errors more extensively | tusooa | |
2022-12-24 | Lint | tusooa | |
2022-12-24 | Fix compile error | tusooa | |
2022-12-24 | Simplify backup update clause | tusooa | |
2022-12-24 | Expose backup status via Pleroma API | tusooa | |
2022-12-24 | Detail backup states | tusooa | |
2022-12-23 | Revert "Delete report notifs when demoting from superuser" | Haelwenn (lanodan) Monnier | |
This reverts commit 4504c810802e2253599f06ddf6d58d3389fb23ac. | |||
2022-12-23 | Merge back 2.4.5 | Haelwenn (lanodan) Monnier | |
2022-12-21 | Make lint happy | Sean King | |
2022-12-21 | Use crazy hack to finally get pleroma:report notifications not visible after ↵ | Sean King | |
revoking privileges | |||
2022-12-19 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | Sean King | |
fine_grained_moderation_privileges | |||
2022-12-20 | Merge branch 'from/upstream/develop/tusooa/mrf-updates' into 'develop' | lain | |
MRFs with Updates See merge request pleroma/pleroma!3808 | |||
2022-12-19 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | Sean King | |
fine_grained_moderation_privileges | |||
2022-12-19 | Merge branch 'develop' into 'fix/2980-rss-feed-generation' | lain | |
# Conflicts: # CHANGELOG.md | |||
2022-12-19 | Fix TwitterCard meta tags | Mark Felder | |
TwitterCard meta tags are supposed to use the attributes "name" and "content". OpenGraph tags use the attributes "property" and "content". Twitter itself is smart enough to detect broken meta tags and discover the TwitterCard using "property" and "content", but other platforms that only implement parsing of TwitterCards and not OpenGraph may fail to correctly detect the tags as they're under the wrong attributes. > "Open Graph protocol also specifies the use of property and content attributes for markup while > Twitter cards use name and content. Twitter’s parser will fall back to using property and content, > so there is no need to modify existing Open Graph protocol markup if it already exists." [0] [0] https://developer.twitter.com/en/docs/twitter-for-websites/cards/guides/getting-started | |||
2022-12-18 | Fix CommonAPI delete function to use User.privileged? instead of User.superuser? | Sean King | |
2022-12-18 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | Sean King | |
fine_grained_moderation_privileges | |||
2022-12-19 | remove pub_date() -- use to_rfc2822 instead | faried nawaz | |
_tag_activity.xml.eex used activity_content() instead of activity_description(), and did not escape html properly. | |||
2022-12-19 | fix: add xmlns:thr for in-reply-to refs | faried nawaz | |
2022-12-19 | fix: feed item title was escaped twice | faried nawaz | |