summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-04-26Merge branch 'tusooa/no-more-needs' into 'develop'Haelwenn
Do not use needs: in pipeline yaml See merge request pleroma/pleroma!3878
2023-04-26Do not use needs: in pipeline yamltusooa
2023-04-26Merge branch 'duponin/remove-ssh' into 'develop'lain
Remove SSH/BBS feature from core Closes #932, #2389, and #2931 See merge request pleroma/pleroma!3872
2023-04-26Merge branch 'tusooa/combine-login' into 'develop'Haelwenn
Work around docker login needing daemon See merge request pleroma/pleroma!3877
2023-04-26Skip changelog entry for 3877tusooa
2023-04-26Work around docker login needing daemontusooa
2023-04-26Merge branch 'tusooa/kaniko' into 'develop'Haelwenn
Add ELIXIR_IMG arg to latest See merge request pleroma/pleroma!3876
2023-04-25Add changelog for 3876tusooa
2023-04-25Add ELIXIR_IMG arg to latesttusooa
2023-04-25Merge branch 'tusooa/kaniko' into 'develop'Haelwenn
Use kaniko to build docker images See merge request pleroma/pleroma!3870
2023-04-24Use self-built elixir image for armtusooa
2023-04-24Use --custom-platform to replace the deprecated onetusooa
2023-04-24Do not use nested levels for archtusooa
2023-04-23add changelog entry for BBS/SSH feature removeduponin
2023-04-23fix test after removing esshd/SSH featureduponin
2023-04-23Remove SSH/BBS feature from coreduponin
And link to sshocial, the replacement client for this removed feature
2023-04-22Skip changelog check for automated MRstusooa
2023-04-22Explain changelog.d in merge request templatestusooa
2023-04-22Skip changelogtusooa
2023-04-22Fetch upstream in the repotusooa
2023-04-22Use git diff to search for changelog entrytusooa
2023-04-22Remove unused indexesMark Felder
These indexes were always listed as unused and several grow quite large. The most significant impact is the activities_visibility_index which takes many hours to rebuild when restoring the server from backup even on fast hardware.
2023-04-18UploadedMedia: Increase readability via ~s sigilHaelwenn (lanodan) Monnier
2023-04-18UploadedMedia: Add missing disposition_type to Content-DispositionHaelwenn (lanodan) Monnier
Set it to `inline` because the vast majority of what's sent is multimedia content while `attachment` would have the side-effect of triggering a download dialog. Closes: https://git.pleroma.social/pleroma/pleroma/-/issues/3114
2023-04-15Unify install guides using sudo to use `sudo -Hu`Duponin
2023-04-13Merge branch 'tusooa/3027-dedupe-poll' into 'develop'Haelwenn
Dedupe poll options Closes #3027 See merge request pleroma/pleroma!3860
2023-04-13Merge branch '2023-04-mix-deps-update' into 'develop'Haelwenn
mix: Update all dependencies See merge request pleroma/pleroma!3867
2023-04-12Skip changelog entrytusooa
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