summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-04-12Combine images of different platforms into onetusooa
2023-04-12Build images with kanikotusooa
2023-04-10fix OTP install documentationDuponin
'su pleroma' will never work if 'pleroma' user has no password, which is better for security purpose. If admin has no 'sudo' binary, I'm expecting them to be skilled enough to make their way on their own.
2023-04-05Merge branch 'from/upstream-develop/tusooa/require-changelog' into 'develop'Haelwenn
require changelog See merge request pleroma/pleroma!3739
2023-04-04Fix countingtusooa
2023-04-04Allow more than 1 changelog entryHaelwenn
2023-04-04mix: Update all dependenciesHaelwenn (lanodan) Monnier
2023-04-01Merge branch 'doc/add-fedistar' into 'develop'tusooa
Add Fedistar as a desktop client in docs See merge request pleroma/pleroma!3866
2023-04-02Update contact information for Whalebird and FedistarAkiraFukushima
2023-04-02Remove Roma from docsAkiraFukushima
Because this app is no longer maintained
2023-04-02Add Fedistar as a desktop client in docsAkiraFukushima
2023-03-30Fix tests for frontend installationEkaterina Vaartis
2023-03-30Merge branch 'background-timeout' into 'develop'Haelwenn
Set background worker timeout to 15 minutes See merge request pleroma/pleroma!3857
2023-03-30Merge branch 'docs-otp-support' into 'develop'tusooa
docs: Be more explicit about the level of compatibility of OTP releases See merge request pleroma/pleroma!3849
2023-03-30Merge branch 'remove-crypt' into 'develop'tusooa
Remove crypt(3) support Closes #3030 and #3062 See merge request pleroma/pleroma!3847
2023-03-30Merge branch 'fix/tag-feed-crashes' into 'develop'Haelwenn
fix: atom/rss feed issues Closes #3045 See merge request pleroma/pleroma!3851
2023-03-30Merge branch 'fix/static-fe-feed-500' into 'develop'Haelwenn
fix: remove static_fe pipeline for /users/:nickname/feed See merge request pleroma/pleroma!3852
2023-03-30Merge 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-30Also list frontends that are not in the config fileEkaterina Vaartis
2023-03-29List installed frontend refs in admin APIEkaterina Vaartis
2023-03-27Merge branch 'tusooa/3073-react-legacy' into 'develop'Haelwenn
Fix emoji reactions for legacy 2-tuple formats Closes #3073 See merge request pleroma/pleroma!3861
2023-03-26Fix emoji reactions for legacy 2-tuple formatstusooa
2023-03-26Fix existing teststusooa
2023-03-25Dedupe poll optionstusooa
2023-03-25Merge branch 'features/image-object' into 'develop'Haelwenn
Add support for Image objects Closes #1581 See merge request pleroma/pleroma!3145
2023-03-25Merge branch 'background-timeout' into 'develop'Haelwenn
Set background worker timeout to 15 minutes See merge request pleroma/pleroma!3857
2023-03-23Set background worker timeout to 15 minutesanemone
2023-03-16Merge branch 'docs-otp-support' into 'develop'tusooa
docs: Be more explicit about the level of compatibility of OTP releases See merge request pleroma/pleroma!3849
2023-03-16instances: Store some metadata based on NodeInfoHaelwenn (lanodan) Monnier
2023-03-16Merge branch 'pleroma-akkoma-emoji-port' into 'develop'Haelwenn
Custom emoji reactions support See merge request pleroma/pleroma!3845
2023-03-16Merge branch 'feat/fields-rel-me-tag' into 'develop'Haelwenn
feat: build rel me tags with profile fields See merge request pleroma/pleroma!3850
2023-03-15fix: append field values to bio before parsingkPherox
2023-03-12Merge branch 'remove-crypt' into 'develop'tusooa
Remove crypt(3) support Closes #3030 and #3062 See merge request pleroma/pleroma!3847
2023-03-12Indicate in changelog that removal of crypt is breakingtusooa
2023-03-12Allow custom emoji reactions: Add pleroma_custom_emoji_reactions feature, ↵Alexander Tumin
review changes
2023-03-09Add support for Image objectsHaelwenn (lanodan) Monnier
2023-03-09Merge branch 'tusooa/block-rel' into 'develop'Haelwenn
Allow with_relationships param for blocks See merge request pleroma/pleroma!3843
2023-03-06Merge branch 'fix/tag-feed-crashes' into 'develop'Haelwenn
fix: atom/rss feed issues Closes #3045 See merge request pleroma/pleroma!3851
2023-03-06Merge branch 'fix/static-fe-feed-500' into 'develop'Haelwenn
fix: remove static_fe pipeline for /users/:nickname/feed See merge request pleroma/pleroma!3852
2023-03-06remove static_fe pipeline for /users/:nickname/feedfaried nawaz
2023-03-06oops, remove unused importfaried nawaz
2023-03-06use scrub_html_and_truncate instead of scrub_html for feed item titlefaried 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-06modify Utils.scrub_html_and_truncate to take omission parameterfaried nawaz
2023-03-06format feed_view.exfaried nawaz
2023-03-06feed eex templates: use published field from @data, not @activity.datafaried nawaz
2023-03-06fix tag feeds: remote activities might not have a summary fieldfaried nawaz
2023-03-05docs: Be more explicit about the level of compatibility of OTP releasesHaelwenn (lanodan) Monnier
2023-03-05Merge 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-05Remove crypt(3) supportHaelwenn (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-02Allow custom emoji reactions: add test for mixed emoji react, fix credo errorsAlexander Tumin