aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-05-02[#1732] Made AP C2S :followers and :following endpoints serve on no authIvan Tashkinov
(as for related :api pipeline endpoints).
2020-05-02Merge branch 'follow-request-notifications' into 'develop'rinpatch
Follow request notifications enforcement See merge request pleroma/pleroma!2451
2020-05-02Merge branch 'pleroma-fe-2020-05-02-5f90b6a3' into 'develop'rinpatch
PleromaFE bundle supporting follow request notifications See merge request pleroma/pleroma!2462
2020-05-02PleromaFE bundle supporting follow request notifications.Ivan Tashkinov
https://git.pleroma.social/pleroma/pleroma-fe/-/commit/5f90b6a384583a00769eeca3a6c6e2deec8bdd24
2020-05-02Merge branch 'bugfix/static-fe.css' into 'develop'Haelwenn
static-fe.css: Restore and move to /priv/static/static-fe See merge request pleroma/pleroma!2458
2020-05-02static-fe.css: Restore and move to /priv/static/static-feHaelwenn (lanodan) Monnier
2020-05-02Merge remote-tracking branch 'remotes/origin/develop' into ↵Ivan Tashkinov
follow-request-notifications
2020-05-01Merge branch 'fix/sporadic-test-failure-alias' into 'develop'rinpatch
Fix sporadic test compilation failure caused by unused alias See merge request pleroma/pleroma!2460
2020-05-01Merge branch 'fix/notificatons-follow-request-validation' into 'develop'rinpatch
OpenAPI: Add `follow_request` to notification types Closes #1731 See merge request pleroma/pleroma!2459
2020-05-01OpenAPI: Add `follow_request` to notification typesrinpatch
Closes #1731
2020-05-01Fix sporadic test compilation failure caused by unused aliasrinpatch
2020-05-01Merge branch 'fix/openapi-limit' into 'develop'lain
OpenAPI: Remove max pagination limit from the spec See merge request pleroma/pleroma!2457
2020-05-01OpenAPI: Remove max pagination limit from the specrinpatch
In an ideal world clients wouldn't try to request more than the max hardcoded limit, but SubwayTooter does.
2020-05-01Merge branch 'bugfix/1727-fix-signature-decoding' into 'develop'rinpatch
Bugfix/1727 fix signature decoding Closes #1727 See merge request pleroma/pleroma!2454
2020-05-01Restricted embedding of relationships where applicable (statuses / ↵Ivan Tashkinov
notifications / accounts rendering). Added support for :skip_notifications for accounts listing (index.json). Adjusted tests.
2020-05-01Merge branch 'fix-notifications-loading-in-pleroma-fe' into 'develop'lain
Notifications loading fix (PleromaFE) See merge request pleroma/pleroma!2455
2020-05-01Updated PleromaFE bundle to prevent notifications loading issue due to ↵Ivan Tashkinov
unsupported parameter (`with_move`).
2020-05-01MappedSignatureToIdentityPlug: Fix.lain
2020-05-01Signature: Handle non-ap ids in key ids.lain
Mastodon and Gab sometimes send the format `acct:name@server`.
2020-05-01credo fixAlexander Strizhakov
2020-05-01Merge branch 'openapi/notifications' into 'develop'lain
Add OpenAPI spec for NotificationController See merge request pleroma/pleroma!2437
2020-05-01Merge branch 'openapi/reports' into 'develop'lain
Add OpenAPI spec for ReportController See merge request pleroma/pleroma!2434
2020-05-01Merge branch 'issue/1577' into 'develop'lain
[#1577] fix mediaType of object See merge request pleroma/pleroma!2372
2020-05-01AdminApiController: Use common pipeline for user deletion.lain
2020-05-01AdminAPIController: Refactor.lain
2020-05-01User deletion mix task: Use common pipeline.lain
2020-05-01Merge branch 'fix/captcha' into 'develop'lain
Fix account registration when captcha is enabled but not provided Closes #1712 See merge request pleroma/pleroma!2438
2020-05-01Merge branch 'feature/delete-validator' of ↵lain
git.pleroma.social:pleroma/pleroma into feature/delete-validator
2020-05-01DeleteValidator: Only allow deletion of certain types.lain
2020-05-01pagination fix for service users filtersAlexander Strizhakov
2020-05-01Made follow request notifications non-optional (removed config switch).Ivan Tashkinov
2020-05-01Merge branch 'develop' into issue/1276-2Maksim Pechnikov
2020-04-30Merge branch 'update/admin-fe-20200429' into 'develop'rinpatch
Update AdminFE build in preparation for the 2.0.3 release See merge request pleroma/pleroma!2442
2020-04-30Merge branch 'tests/more-apc2s' into 'develop'lain
Increase tests on AP C2S See merge request pleroma/pleroma!2449
2020-04-30Merge branch 'develop' of ssh://git.pleroma.social/pleroma/pleroma into ↵Lain Soykaf
feature/delete-validator
2020-04-30DeleteValidator: Don't federate local deletions of remote objects.lain
Closes #1497
2020-04-30Merge branch 'dismiss-notification-on-follow-request-rejection' into 'develop'lain
Dismiss the follow request notification on rejection See merge request pleroma/pleroma!2447
2020-04-30ActivityPub: Remove `delete` function.lain
This is handled by the common pipeline now.
2020-04-30User: Use common pipeline to delete user activitieslain
2020-04-30SideEffects: Fix commentlain
2020-04-30SideEffects: On deletion, reduce the reply count cachelain
2020-04-30Increase tests on AP C2SHaelwenn (lanodan) Monnier
Related: https://git.pleroma.social/pleroma/pleroma/-/issues/954
2020-04-30Credo fixes.lain
2020-04-30SideEffects: On deletion, reduce the User note count.lain
2020-04-30SideEffectsTest: Test streaming.lain
2020-04-30Merge branch 'emoji-upload' into 'develop'Haelwenn
Updated emoji API endpoints Closes #1649, #1604, and #1545 See merge request pleroma/pleroma!2179
2020-04-30ObjectValidator: Refactor.lain
2020-04-30SideEffects: Stream out deletes.lain
2020-04-30DeleteValidator: Add internal helper field after validation.lain
2020-04-30StreamerTest: Separate deletion test.lain