aboutsummaryrefslogtreecommitdiff
path: root/test/web/common_api
AgeCommit message (Collapse)Author
2019-07-31test for Pleroma.Web.CommonAPI.Utils.get_by_id_or_ap_idMaksim
2019-07-29Revert "Merge branch 'bugfix/clean-up-markdown-rendering' into 'develop'"kaniini
This reverts merge request !1504
2019-07-29markdown: clean up html generated by earmarkAriadne Conill
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-15Add more tests for MastodonAPIController and CommonAPISergey Suprunenko
2019-07-15Merge remote-tracking branch 'pleroma/develop' into feature/addressable-listsEgor Kislitsyn
2019-07-14Unfollow should also unsubscribeSergey Suprunenko
2019-07-11Add "listMessage"Egor Kislitsyn
2019-07-11Merge branch 'develop' into feature/addressable-listsEgor Kislitsyn
2019-07-08[#878] Refactored assumptions on embedded object presence in tests. Adjusted ↵Ivan Tashkinov
note factory to not embed object into activity.
2019-06-29Fix not being able to pin unlisted postsrinpatch
Closes #1038
2019-06-26Return correct response when reply to a direct message is not direct itselfSergey Suprunenko
2019-06-05CommonAPI: Add test for accept_follow_request.lain
2019-06-05Merge remote-tracking branch 'pleroma/develop' into feature/addressable-listsEgor Kislitsyn
2019-06-03CommonAPI.Utils: Add tests.lain
2019-06-03CommonAPI: Add explicit addressing.lain
2019-05-17Merge remote-tracking branch 'pleroma/develop' into feature/addressable-listsEgor Kislitsyn
2019-05-17Add `ap_id` to ListEgor Kislitsyn
2019-05-16Merge branch 'feature/890-add-report-uri' into 'develop'kaniini
Feature/890 add report uri Closes #890 See merge request pleroma/pleroma!1164
2019-05-16Add Reports to Admin APISergey Suprunenko
2019-05-16Merge remote-tracking branch 'pleroma/develop' into feature/addressable-listsEgor Kislitsyn
2019-05-16try thisAlex S
2019-05-15CommonAPI: Refactor visibility, forbid public to private replies.lain
2019-05-14Add TestsEgor Kislitsyn
2019-04-26tests: fix up for changed bbcode library output and verify html is properly ↵William Pitcock
escaped
2019-04-26add support for bbcodeWilliam Pitcock
2019-04-20Fix tests that used finmojiEkaterina Vaartis
2019-04-17Refactor all tests that acessed the embeded objectrinpatch
2019-04-17Make credo happyrinpatch
2019-04-17Merge branch 'develop' into feature/database-compactionrinpatch
2019-04-02Ignore dates in wrong formatsSergey Suprunenko
2019-04-01Handle dates in the Unix timestamp format (Fixes #763)Sergey Suprunenko
2019-03-22Merge branch 'safe-mentions' into 'develop'kaniini
Add safe dm mode option. See merge request pleroma/pleroma!958
2019-03-21tests: fixupWilliam Pitcock
2019-03-21common api: move context functions from twitterapiWilliam Pitcock
2019-03-20Add safe dm mode option.lain
2019-03-15Refactor to store user ap_id, add testsKaren Konou
2019-03-13[Credo] fix Credo.Check.Readability.AliasOrderHaelwenn (lanodan) Monnier
2019-02-27fix formatterEgor Kislitsyn
2019-02-26AutoLinkerEgor
2019-02-20ReportsEgor
2019-02-17More speedup, test fixes.lain
2019-02-14Merge branch 'fix/credo-issues-test' into 'develop'kaniini
Fix credo issues in ./test See merge request pleroma/pleroma!808
2019-02-11Refactor as per Rin's suggestions, add endpoint testsKaren Konou
2019-02-11test: de-group alias/esHaelwenn (lanodan) Monnier
2019-01-20Add a test to ensure #39 is fixed.lain
2019-01-11typoEgor Kislitsyn
2019-01-11unpin when deleting a statusEgor Kislitsyn
2019-01-10Merge branch 'bugfix/markdown-newline-codeblocks' into 'develop'Haelwenn
common api: fix newlines in markdown code blocks See merge request pleroma/pleroma!651
2019-01-10test: common api: add tests for format_input/4William Pitcock