aboutsummaryrefslogtreecommitdiff
path: root/test/support
AgeCommit message (Collapse)Author
2019-07-31tests for TwitterApi/UtilControllerMaksim
2019-07-24Merge branch 'fix-remote-follow-from-ostatus-subscribe' into 'develop'kaniini
Fix remote follow from /ostatus_subscribe Closes #1103 See merge request pleroma/pleroma!1472
2019-07-24Show the url advertised in the Activity in the Status JSON responseSergey Suprunenko
2019-07-25Add WebFinger test for AP-only accountkPherox
2019-07-24tests WebFingerMaksim
2019-07-24Merge branch 'develop' into feature/digest-emailRoman Chvanikov
2019-07-24Require that ephemeral posts live for at least one hourMike Verdone
If we didn't put some kind of lifetime requirement on these, I guess you could annoy people by sending large numbers of ephemeral posts that provoke notifications but then disappear before anyone can read them.
2019-07-24Add support for activity expiration to common and Masto APIMike Verdone
The "expires_at" parameter accepts an ISO8601-formatted date which defines when the activity will expire. At this point the API will not give you any feedback about if your post will expire or not.
2019-07-24Add activity expirations tableMike Verdone
Add a table to store activity expirations. An activity can have zero or one expirations. The expiration has a scheduled_at field which stores the time at which the activity should expire and be deleted.
2019-07-24Merge branch 'develop' into feature/admin-api-user-statusesMaxim Filippov
2019-07-23tests for Pleroma.Web.ActivityPub.PublisherMaksim
2019-07-23remove pryMaxim Filippov
2019-07-20Merge developRoman Chvanikov
2019-07-18Merge branch 'develop' into feature/admin-api-user-statusesMaxim Filippov
2019-07-18tests for Uploader with webhookMaksim
2019-07-14Merge branch 'develop' into feature/digest-emailRoman Chvanikov
2019-07-14HttpRequestMock: Add 404s on OStatus fetching for info.pleroma.siteHaelwenn (lanodan) Monnier
2019-07-14HttpRequestMock: Add missing mocks for object containment testsHaelwenn (lanodan) Monnier
2019-07-14Admin API: Endpoint for fetching latest user's statusesMaxim Filippov
2019-07-12merge developRoman Chvanikov
2019-07-11Merge branch 'fix/1019-refactor' into 'develop'kaniini
Fix/1019 refactor See merge request pleroma/pleroma!1397
2019-07-10support for idna domainsAlexander Strizhakov
2019-07-10removing synchronization workerAlex S
2019-07-10Create mentions only for explicitly mentioned usersSergey Suprunenko
2019-07-09[#878] Merge remote-tracking branch 'remotes/upstream/develop' into ↵Ivan Tashkinov
878-activity-object-decoupling-in-tests # Conflicts: # lib/pleroma/object.ex # test/web/activity_pub/transmogrifier_test.exs # test/web/ostatus/ostatus_test.exs
2019-07-09Merge developRoman Chvanikov
2019-07-09Fix/1019 correct count remote usersAlexander Strizhakov
2019-07-09Merge branch 'remove-swift' into 'develop'kaniini
Remove Uploaders.Swift and `httpoison` dependency Closes #1051 See merge request pleroma/pleroma!1374
2019-07-08[#878] Formatting fix.Ivan Tashkinov
2019-07-08[#878] Refactored assumptions on embedded object presence in tests. Adjusted ↵Ivan Tashkinov
note factory to not embed object into activity.
2019-07-05[#1043] fix search accounts.Maksim
2019-07-03Remove `httpoison` from dependenciesEgor Kislitsyn
2019-06-29Resolve conflictsRoman Chvanikov
2019-06-25add ignore hosts and TLDs for rich_mediaMaksim Pechnikov
2019-06-23support for config groupsAlex S
2019-06-16salmon fixAlex S
removed some ownership sandbox error
2019-06-14it is changed in compile timeAlexander Strizhakov
we can't change module attributes and endpoint settings in runtime
2019-06-05Fix conflictRoman Chvanikov
2019-06-04Add missing HTTP Request mocksSergey Suprunenko
2019-06-03Merge branch 'develop' into feature/digest-emailMark Felder
2019-06-01Resolve merge conflictsrinpatch
2019-05-30Replace missing non-nullable Card attributes with empty stringsSergey Suprunenko
2019-05-29Merge developRoman Chvanikov
2019-05-25remove @websub and @ostatus module-level constantsWilliam Pitcock
2019-05-18Resolve merge conflicts and remove IO.inspectsrinpatch
2019-05-17Fix/902 random compile failingAlexander Strizhakov
2019-05-16Add Reports to Admin APISergey Suprunenko
2019-05-15Handle incoming Question objectsrinpatch
2019-05-08Merge developRoman Chvanikov
2019-05-01Merge remote-tracking branch 'origin/develop' into conversations_threelain