Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-07 | Merge branch 'mix-lock' into 'develop' | lain | |
Run `mix deps.get` See merge request pleroma/pleroma!3556 | |||
2021-12-07 | Run `mix deps.get` | Alex Gleason | |
2021-12-07 | move result into with guard | Finn Behrens | |
2021-12-07 | Transmogrifier: test fix_attachments/1 | Alex Gleason | |
2021-12-06 | Merge branch 'benchmark' into 'develop' | lain | |
Fix benchmarks See merge request pleroma/pleroma!3551 | |||
2021-12-06 | Add 'notifying' to relationship for compatibility with Mastodon | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2021-12-06 | Add test for following with subscription | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2021-12-06 | Merge branch 'optimisation/deactivated-subquery' into 'develop' | lain | |
Make deactivated user check into a subquery Closes #2792 See merge request pleroma/pleroma!3554 | |||
2021-12-06 | MastoAPI: accept notify param in follow request | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2021-12-06 | make linter happy | FloatingGhost | |
2021-12-06 | Make deactivated user check into a subquery | FloatingGhost | |
Fixes #2792 | |||
2021-12-05 | Log Ecto queries > 500ms | Alex Gleason | |
2021-12-03 | Fix benchmarks | Alex Gleason | |
2021-12-03 | Merge branch 'password-reset' into 'develop' | lain | |
Restore POST /auth/password, fixes #2789 Closes #2789 See merge request pleroma/pleroma!3550 | |||
2021-12-03 | Fix frontend_status_plug_test.exs | Alex Gleason | |
2021-12-03 | Merge remote-tracking branch 'origin/develop' into password-reset | Alex Gleason | |
2021-12-03 | Restore POST /auth/password | Alex Gleason | |
2021-12-02 | Merge 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-02 | remote_interaction API endpoint | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2021-12-01 | Merge branch 'update-hackney' into 'develop' | lain | |
Mix: upgrade Hackney to 1.18.0 Closes #2753 See merge request pleroma/pleroma!3549 | |||
2021-11-29 | Merge 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-29 | Force pinned_objects to be empty, not null | NEETzsche | |
2021-11-29 | Mix: upgrade Hackney to 1.18.0 | a1batross | |
2021-11-29 | Account endorsements | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2021-11-26 | v2 Suggestions: return `is_suggested` through the API | Alex Gleason | |
2021-11-26 | Instance: add v2_suggestions feature | Alex Gleason | |
2021-11-26 | v2 Suggestions: also filter out users you follow | Alex Gleason | |
2021-11-26 | v2 Suggestions: actually flter out dismissed suggestions | Alex Gleason | |
2021-11-26 | v2 Suggestions: dismiss a suggestion | Alex Gleason | |
2021-11-26 | v2 Suggestions: add index on is_suggested column | Alex Gleason | |
2021-11-26 | AdminAPI: suggest a user through the API | Alex Gleason | |
2021-11-26 | v2 Suggestions: don't skip visibility check | Alex Gleason | |
2021-11-26 | v2 Suggestions: rudimentary API response | Alex Gleason | |
2021-11-25 | v2 Suggestions: return empty array | Alex Gleason | |
2021-11-24 | Merge remote-tracking branch 'pleroma/develop' into manifest | Alex Gleason | |
2021-11-24 | Expose /manifest.json for PWA | Alex Gleason | |
2021-11-23 | Fix replies count for remote replies | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2021-11-22 | Apply 2 suggestion(s) to 2 file(s) | rinpatch | |
2021-11-21 | Lint | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2021-11-21 | Update test | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2021-11-21 | Fix a typo | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2021-11-21 | MastoAPI: Add user notes on accounts | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2021-11-17 | Add changelog entry | Alibek Omarov | |
2021-11-16 | Merge branch 'bugfix/markdown-newlines' into 'develop' | Haelwenn | |
mix: Update earmark See merge request pleroma/pleroma!3538 | |||
2021-11-16 | mix: Update earmark | Haelwenn (lanodan) Monnier | |
This should fix the presence of extraneous newlines in markdown output. Related: https://github.com/pragdave/earmark/issues/406 | |||
2021-11-15 | Merge branch 'update-elixir' into 'develop' | lain | |
CI: Upload the image for all platforms See merge request pleroma/pleroma!3537 | |||
2021-11-15 | CI: Upload the image for all platforms | Lain Soykaf | |
For some reason the other platforms started failing, too. This fixes it. Why? Don't know. | |||
2021-11-15 | nodeinfo: report activeMonth and activeHalfyear users fields | Alibek Omarov | |
2021-11-15 | Merge branch 'fix-tests' into 'develop' | lain | |
Test fixes See merge request pleroma/pleroma!3532 | |||
2021-11-15 | Merge branch 'block-behavior' into 'develop' | lain | |
Configurable block visibility, fixes #2123 Closes #2123 See merge request pleroma/pleroma!3242 |