aboutsummaryrefslogtreecommitdiff
path: root/test/web/common_api
AgeCommit message (Collapse)Author
2019-10-05CommonAPI: Create profile updates as public.lain
This saves us lots of sending out because we can use sharedInbox.
2019-08-24Activity Expiration: Switch to 'expires_in' system.lain
2019-08-24Merge remote-tracking branch 'origin/develop' into ↵lain
sixohsix/pleroma-post_expiration
2019-08-19added test helpers to clear config after testsMaksim
2019-08-08Merge remote-tracking branch 'origin/develop' into pleroma-conversationslain
2019-08-05tests for CommonApi/UtilsMaksim
2019-08-05CommonAPI: Replies to conversations also get the correct context id.lain
2019-08-02Pleroma API: Add endpoint to get conversation statuses.lain
2019-08-02CommonAPI: Extend api with conversation replies.lain
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