aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-12-02remote_interaction API endpointmarcin mikołajczak
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2021-12-01Merge branch 'update-hackney' into 'develop'lain
Mix: upgrade Hackney to 1.18.0 Closes #2753 See merge request pleroma/pleroma!3549
2021-11-29Merge branch 'force_pinned_objects_to_be_empty' into 'develop'lain
Force pinned_objects to be empty, not null Closes #2788 See merge request pleroma/pleroma!3548
2021-11-29Force pinned_objects to be empty, not nullNEETzsche
2021-11-29Mix: upgrade Hackney to 1.18.0a1batross
2021-11-29Account endorsementsmarcin mikołajczak
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2021-11-26v2 Suggestions: return `is_suggested` through the APIAlex Gleason
2021-11-26Instance: add v2_suggestions featureAlex Gleason
2021-11-26v2 Suggestions: also filter out users you followAlex Gleason
2021-11-26v2 Suggestions: actually flter out dismissed suggestionsAlex Gleason
2021-11-26v2 Suggestions: dismiss a suggestionAlex Gleason
2021-11-26v2 Suggestions: add index on is_suggested columnAlex Gleason
2021-11-26AdminAPI: suggest a user through the APIAlex Gleason
2021-11-26v2 Suggestions: don't skip visibility checkAlex Gleason
2021-11-26v2 Suggestions: rudimentary API responseAlex Gleason
2021-11-25v2 Suggestions: return empty arrayAlex Gleason
2021-11-24Merge remote-tracking branch 'pleroma/develop' into manifestAlex Gleason
2021-11-24Expose /manifest.json for PWAAlex Gleason
2021-11-23Fix replies count for remote repliesmarcin mikołajczak
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2021-11-22Apply 2 suggestion(s) to 2 file(s)rinpatch
2021-11-21Lintmarcin mikołajczak
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2021-11-21Update testmarcin mikołajczak
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2021-11-21Fix a typomarcin mikołajczak
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2021-11-21MastoAPI: Add user notes on accountsmarcin mikołajczak
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2021-11-17Add changelog entryAlibek Omarov
2021-11-16Merge branch 'bugfix/markdown-newlines' into 'develop'Haelwenn
mix: Update earmark See merge request pleroma/pleroma!3538
2021-11-16mix: Update earmarkHaelwenn (lanodan) Monnier
This should fix the presence of extraneous newlines in markdown output. Related: https://github.com/pragdave/earmark/issues/406
2021-11-15Merge branch 'update-elixir' into 'develop'lain
CI: Upload the image for all platforms See merge request pleroma/pleroma!3537
2021-11-15CI: Upload the image for all platformsLain Soykaf
For some reason the other platforms started failing, too. This fixes it. Why? Don't know.
2021-11-15nodeinfo: report activeMonth and activeHalfyear users fieldsAlibek Omarov
2021-11-15Merge branch 'fix-tests' into 'develop'lain
Test fixes See merge request pleroma/pleroma!3532
2021-11-15Merge branch 'block-behavior' into 'develop'lain
Configurable block visibility, fixes #2123 Closes #2123 See merge request pleroma/pleroma!3242
2021-11-15Merge branch 'instance-deletion' into 'develop'lain
AdminAPI: endpoint to delete all content from a remote instance See merge request pleroma/pleroma!3483
2021-11-15Merge branch 'fix-object-deletion-timeout' into 'develop'lain
Fix Activity.delete_all_by_object_ap_id/1 timeout so users can be deleted Closes #2704 See merge request pleroma/pleroma!3479
2021-11-15Merge branch 'bump/http_signatures-0.1.1' into 'develop'lain
mix: Update http_signatures to 0.1.1 See merge request pleroma/pleroma!3530
2021-11-15Merge branch 'userfeed-fe-fallback' into 'develop'lain
UserController: fall back to frontend when user isn't found Closes #2730 See merge request pleroma/pleroma!3515
2021-11-14Merge branch 'fix-releases' into 'develop'lain
CI: Conservatively update release images so they keep building. See merge request pleroma/pleroma!3534
2021-11-14CI: Conservatively update release images so they keep building.Lain Soykaf
2021-11-14Merge branch 'bugfix/inbox-misleading-warning' into 'develop'lain
activity_pub_controller: Fix misleading debug warning in post_inbox_fallback See merge request pleroma/pleroma!3531
2021-11-14Merge branch 'update-crypt' into 'develop'lain
Mix: Update crypt to fix musl builds. See merge request pleroma/pleroma!3533
2021-11-14Mix: Update crypt to fix musl builds.Lain Soykaf
2021-11-14MediaProxyCacheControllerTest: Fix unstable tests.Lain Soykaf
Cachex order isn't stable, so we can not depend on the order in tests. This adds some sorting to make the tests stable.
2021-11-14StealEmojiPolicyTest: Make mocks explicit.Lain Soykaf
2021-11-14Mix: Upgrade mogrify libraryLain Soykaf
The old library would modify a file on reading it, the new one doesn't have this issue.
2021-11-10activity_pub_controller: Fix misleading debug warning in post_inbox_fallbackHaelwenn (lanodan) Monnier
2021-11-10mix: Update http_signatures to 0.1.1Haelwenn (lanodan) Monnier
2021-10-10Merge branch 'refactor/group_validator_fields' into 'develop'Haelwenn
object_validators: Group common fields in CommonValidations See merge request pleroma/pleroma!3384
2021-10-10object_validators: Group common fields in CommonValidationsHaelwenn (lanodan) Monnier
Notes: - QuestionValidator didn't have a :name field but that seems like a mistake - `_fields` functions can't inherit others because of some Validators - bto/bcc fields were absent in activities, also seems like a mistake (Well IIRC we don't or barely support bto/bcc anyway)
2021-10-07Merge branch 'typo' into 'develop'feld
Fix typo See merge request pleroma/pleroma!3528
2021-10-06Fix typoMark Felder