aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-12-07AttachmentValidator: ingest width and heightAlex Gleason
2021-12-07Linting.Lain Soykaf
2021-12-07Merge branch 'pleroma-result-1_13' into 'develop'lain
move result into with guard See merge request pleroma/pleroma!3557
2021-12-07Merge branch 'mix-lock' into 'develop'lain
Run `mix deps.get` See merge request pleroma/pleroma!3556
2021-12-07Run `mix deps.get`Alex Gleason
2021-12-07move result into with guardFinn Behrens
2021-12-07Transmogrifier: test fix_attachments/1Alex Gleason
2021-12-06Merge branch 'benchmark' into 'develop'lain
Fix benchmarks See merge request pleroma/pleroma!3551
2021-12-06Add 'notifying' to relationship for compatibility with Mastodonmarcin mikołajczak
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2021-12-06Add test for following with subscriptionmarcin mikołajczak
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2021-12-06Merge branch 'optimisation/deactivated-subquery' into 'develop'lain
Make deactivated user check into a subquery Closes #2792 See merge request pleroma/pleroma!3554
2021-12-06MastoAPI: accept notify param in follow requestmarcin mikołajczak
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2021-12-06make linter happyFloatingGhost
2021-12-06Make deactivated user check into a subqueryFloatingGhost
Fixes #2792
2021-12-05Log Ecto queries > 500msAlex Gleason
2021-12-03Fix benchmarksAlex Gleason
2021-12-03Merge branch 'password-reset' into 'develop'lain
Restore POST /auth/password, fixes #2789 Closes #2789 See merge request pleroma/pleroma!3550
2021-12-03Fix frontend_status_plug_test.exsAlex Gleason
2021-12-03Merge remote-tracking branch 'origin/develop' into password-resetAlex Gleason
2021-12-03Restore POST /auth/passwordAlex Gleason
2021-12-02Merge branch 'fix/2782-nodeinfo-active-users' into 'develop'lain
nodeinfo: report activeMonth and activeHalfyear users fields Closes #2782 See merge request pleroma/pleroma!3536
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.