aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-12-12Search: limit number of resultsAlex Gleason
2021-12-12Add link headers in ChatController.index2marcin mikołajczak
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2021-12-09Merge branch 'fix-attachment-dimensions' into 'develop'2795-small-fix-for-elixir-1-13lain
Fix attachment dimensions Closes #2794 See merge request pleroma/pleroma!3559
2021-12-09Merge branch 'benchmark-fixes' into 'develop'lain
Benchmarks: fix user timeline and tags benchmarks See merge request pleroma/pleroma!3560
2021-12-08Benchmarks: fix user timeline and tags benchmarksAlex Gleason
2021-12-07VideoHandlingTest: remove nil valuesAlex Gleason
2021-12-07Apply alexgleason's suggestion(s) to 1 file(s)Haelwenn
2021-12-07Merge remote-tracking branch 'origin/develop' into fix-attachment-dimensionsAlex Gleason
2021-12-07Fix VideoHandlingTestAlex Gleason
2021-12-07Merge branch 'fixyfix' into 'develop'lain
Linting. See merge request pleroma/pleroma!3558
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>