aboutsummaryrefslogtreecommitdiff
path: root/test/web
AgeCommit message (Collapse)Author
2020-05-04LikeValidator: Fix up context.lain
2020-05-04LikeValidator: Fix up missing recipients.lain
2020-05-04Transmogrifier tests: Extract like tests.lain
2020-05-04ActivityPub: Don't fetch `Application` follower counts.lain
2020-05-04Merge branch 'develop' into issue/1276-2Maksim Pechnikov
2020-05-03Various testing fixes in relation to user deletion.lain
2020-05-03Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵lain
feature/delete-validator
2020-05-03Transmogrifier: Don't fetch actor that's guaranteed to be there.lain
2020-05-02Merge branch 'feature/1710-consolidate-instance-info' into 'develop'rinpatch
Feature/1710 consolidate instance info Closes #1710 See merge request pleroma/pleroma!2430
2020-05-02Mastodon API: do not create a following relationship if the corresponding ↵eugenijm
follow request doesn't exist when calling `POST /api/v1/follow_requests/:id/authorize`
2020-05-02Deactivate local users on deletion instead of deleting the recordrinpatch
Prevents the possibility of re-registration, which allowed to read DMs of the deleted account. Also includes a migration that tries to find any already deleted accounts and insert skeletons for them. Closes pleroma/pleroma#1687
2020-05-02[#1732] Made AP C2S :followers and :following endpoints serve on no authIvan Tashkinov
(as for related :api pipeline endpoints).
2020-05-01Fix sporadic test compilation failure caused by unused aliasrinpatch
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-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-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-01Merge branch 'develop' into issue/1276-2Maksim Pechnikov
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-30ActivityPub: Remove `delete` function.lain
This is handled by the common pipeline now.
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-30SideEffects: On deletion, reduce the User note count.lain
2020-04-30SideEffectsTest: Test streaming.lain
2020-04-30ObjectValidator: Refactor.lain
2020-04-30DeleteValidator: Add internal helper field after validation.lain
2020-04-30StreamerTest: Separate deletion test.lain
2020-04-30Refactoring of :if_func / :unless_func plug options (general availability). ↵Ivan Tashkinov
Added tests for Pleroma.Web.Plug.
2020-04-30Credo fixes.lain
2020-04-30SideEffects: Handle deletions.lain
2020-04-30DeleteValidator: Deleting a user is valid.lain
2020-04-30Transmogrifier: Handle incoming deletes for non-user objects.lain
2020-04-30emoji api packs changes in routes with docs updateAlexander Strizhakov
2020-04-30refactor emoji api with fixesAlexander Strizhakov
2020-04-30DeleteValidator: Mastodon sends unaddressed deletes.lain
2020-04-30return data only for updated emojiAlexander Strizhakov
2020-04-30Transmogrifier Tests: Extract deletion tests.lain
2020-04-30Merge branch 'develop' into openapi/notificationsEgor Kislitsyn
2020-04-30Merge branch 'develop' into openapi/reportsEgor Kislitsyn
2020-04-29Add tests for account registration with captcha enabled and improve errorsEgor Kislitsyn
2020-04-29ObjectValidator: Add validation for `Delete`s.lain