Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | |
2022-12-19 | Implement RFC2822 timestamp formatting | Mark Felder | |
2022-12-19 | fix atom and rss feeds for users and tags | faried nawaz | |
Changes: - make the XML closer to spec (RSS does not pass w3c's validator, but works) - fix dates (RFC3339 for Atom, doc says RFC822 for RSS but RFC1123 is closer) - fix attachment/enclosure links (but see below) - set feed item title to post's "summary" if present - pruned several elements that validators did not like - examples: ap_enabled, user banner urls. Specs: - https://www.rssboard.org/rss-specification - https://validator.w3.org/feed/docs/atom.html - https://www.intertwingly.net/wiki/pie/Rss20AndAtom10Compared Validators: - https://validator.w3.org/feed/ - https://rssatom.com/feedvalidator.php Attachment/enclosure links should have a "length" field (mandatory according to the spec). This is not present in the object's data map. | |||
2022-12-16 | Merge branch 'fix-2856' into 'develop' | tusooa | |
Uploading an avatar media exceeding max size returns a 413 Closes #2856 See merge request pleroma/pleroma!3804 | |||
2022-12-16 | Merge branch 'update-deps' into 'develop' | lain | |
Update to Phoenix 1.6, Elixir 1.11, and chase dependencies See merge request pleroma/pleroma!3766 | |||
2022-12-15 | AudioVideoValidator: Fix embedded attachment requirements | Lain Soykaf | |
2022-12-15 | StatusView: Fix warning | Lain Soykaf | |
2022-12-15 | AttachmentValidator: Actually require url | Lain Soykaf | |
2022-12-15 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into update-deps | Lain Soykaf | |
2022-12-15 | Make SimplePolicy Update-aware | tusooa | |
This is inspired by https://akkoma.dev/AkkomaGang/akkoma/commit/d5828f1c5e54ca236e50ef7837bfba3d1e665854 | |||
2022-12-15 | Make TagPolicy Update-aware | tusooa | |
This is inspired by https://akkoma.dev/AkkomaGang/akkoma/commit/d5828f1c5e54ca236e50ef7837bfba3d1e665854 | |||
2022-12-14 | Fix failure when registering a user with no email when approval required | tusooa | |
2022-12-11 | Return 413 when an actor's banner or background exceeds the size limit | duponin | |
2022-12-11 | Uploading an avatar media exceeding max size returns a 413 | duponin | |
Until now it was returning a 500 because the upload plug were going through the changeset and ending in the JSON encoder, which raised because struct has to @derive the encoder. | |||
2022-12-09 | Merge branch 'from/upstream-develop/tusooa/report-fake' into 'develop' | Haelwenn | |
Report an Object, not a Create Activity Closes #2986 See merge request pleroma/pleroma!3788 | |||
2022-11-28 | Change follow_operation schema to use type BooleanLike | ave | |
2022-11-20 | Merge branch 'akoma/deactivated-users' into 'develop' | Haelwenn | |
Timeline query performance improvements See merge request pleroma/pleroma!3779 | |||
2022-11-20 | Fix unit tests | tusooa | |
2022-11-20 | Fix report api | tusooa | |
2022-11-19 | Flag an Object, not an Activity | tusooa | |
2022-11-17 | Update http_security_plug.ex | HJ | |
2022-11-17 | Update lib/pleroma/web/plugs/http_security_plug.ex | HJ | |
2022-11-17 | try to fix ruffle on chrome | Henry Jameson | |
2022-11-14 | Merge branch 'develop' into 'akoma/deactivated-users' | feld | |
# Conflicts: # CHANGELOG.md | |||
2022-11-14 | Merge branch 'akkoma/delete-improvements' into 'develop' | lain | |
Alter priority of Delete activities to be lowest See merge request pleroma/pleroma!3782 | |||
2022-11-14 | Merge branch 'bugfix/reset-unreachable-on-fetch' into 'develop' | lain | |
Object.Fetcher: Set reachable on successful fetch See merge request pleroma/pleroma!3780 | |||
2022-11-13 | Alter priority of Delete activities to be lowest | Mark Felder | |
This will prevent a user with a large number of posts from negatively affecting performance of the outgoing federation queue if they delete their account. | |||
2022-11-13 | Merge branch 'fix-typo-in-csp-report-to-header-name' into 'develop' | Haelwenn | |
Fix typo in CSP Report-To header name See merge request pleroma/pleroma!3768 | |||
2022-11-13 | Deletes do not generate notifications of any kind, so skip trying | Mark Felder | |
2022-11-13 | Object.Fetcher: Set reachable on successful fetch | Haelwenn (lanodan) Monnier | |
2022-11-12 | Add same optimized join for excluding invisible users | Mark Felder | |
2022-11-12 | Fix reports which do not have a user | Mark Felder | |
The check for deactivated users was being applied to report activities. | |||
2022-11-12 | Extract deactivated users query to a join | FloatingGhost | |
2022-11-12 | Merge branch 'oban-timeouts' into 'develop' | feld | |
Define sane Oban Worker timeouts See merge request pleroma/pleroma!3777 | |||
2022-11-12 | Merge branch 'from/upstream-develop/tusooa/no-strip-report' into 'develop' | tusooa | |
Give admin the choice to not strip reported statuses Closes #2887 See merge request pleroma/pleroma!3773 | |||
2022-11-11 | Define sane Oban Worker timeouts | Mark Felder | |
2022-11-11 | Remove Quack logging backend | Mark Felder | |