summaryrefslogtreecommitdiff
path: root/test/web/twitter_api/twitter_api_test.exs
AgeCommit message (Collapse)Author
2019-04-02replace `Repo.get_by(User, nickname: nickname)` with ↵Egor Kislitsyn
`User.get_by_nickname(nickname)` in tests
2019-03-21common api: move context functions from twitterapiWilliam Pitcock
2019-03-13[Credo] fix Credo.Check.Readability.MaxLineLengthHaelwenn (lanodan) Monnier
2019-03-13[Credo] fix Credo.Check.Readability.AliasOrderHaelwenn (lanodan) Monnier
2019-02-11test: de-group alias/esHaelwenn (lanodan) Monnier
2019-02-03Still do caching in tests.lain
2019-01-21Activity: get_create_activity_by_object_ap_id/1 → get_create_by_object_ap_id/1Haelwenn (lanodan) Monnier
2019-01-16tests: fixupWilliam Pitcock
2018-12-23tests: add legal boilerplateWilliam Pitcock
2018-12-18[#114] Added email confirmation resend action. Added testsIvan Tashkinov
for registration, authentication, email confirmation, confirmation resending. Made admin methods create confirmed users.
2018-12-12fix warningsMaksim Pechnikov
2018-12-10Fixes #415. Properly handle nil and empty string by User.parse_bioraeno
2018-12-06Merge branch '210_twitter_api_uploads_alt_text' into 'develop'kaniini
[#210] TwitterAPI: alt text support for uploaded images. Mastodon API uploads security fix. See merge request pleroma/pleroma!496
2018-12-06resolved api and controller test failuresVald
2018-12-05[#210] Formatting fix.Ivan Tashkinov
2018-12-05[#210] [TwitterAPI] Made actor be stored for uploads. Added ownership checkIvan Tashkinov
to `update_media` action. Added controller tests for `upload` and `update_media` actions. Refactoring.
2018-12-02Format filesMaxim Filippov
2018-12-02Parse user's bio on registerMaxim Filippov
2018-11-18Several twitter api fixes.lain
2018-11-08tests: flip testing to/cc for mentionsWilliam Pitcock
2018-08-12Merge branch 'feature/invites' into 'develop'lambda
Invites Closes #108 See merge request pleroma/pleroma!208
2018-06-13Add unretweet TwAPI endpoint and cleanup AP.unannounceFrancis Dinh
2018-06-12formattingHenry Jameson
2018-06-12Initial invites support + tests.Henry Jameson
2018-05-27tests: update for html changesWilliam Pitcock
2018-05-22Hook up block/unblock to TwitterAPIFrancis Dinh
2018-03-30Remove unused ActivityRepresenter module.lain
2018-03-30Format the code.lain
2018-03-27Forgot to fix one of the links in a testFrancis Dinh
2018-03-27Update tests to reflect hashtag link changesFrancis Dinh
2018-03-24Fix hashtags.lain
2018-02-25Fix more specs.lain
2018-02-12Make test output easier to read.lain
2018-01-16Fetch external profile in the background.eal
2017-12-11Fix tests.eal
2017-11-20Treat internal emoji like external.Roger Braun
2017-11-20Make users in tests follow themselves by default.eal
Also fix the semantics of all tests to match.
2017-11-18Don't insert newlines to generated HTML.eal
MastoFE doesn't like them.
2017-11-18Escape HTML instead of discarding it.eal
2017-11-08TwitterAPI: Add blocks.eal
2017-10-31Fix specs.Roger Braun
2017-09-15Refactor posting and make character limit configurable.Roger Braun
2017-09-09Add unfav to Mastodon API.Roger Braun
2017-09-09Add favoriting to Mastodon API.Roger Braun
2017-09-09Add reblogging to MastodonAPI.Roger Braun
2017-07-31Revert "Close br tags."Roger Braun
This reverts commit 2eba8e74ccf2de0ad65b213bb166917c32db9d68.
2017-07-31Revert "Wrap in <p>."Roger Braun
This reverts commit c81d0b6f898c36ebcad5371caeebc0f789cb7a67.
2017-07-31Revert "Remove newlines completely so mastodon doesn't bug out."Roger Braun
This reverts commit 0ca3ab7b59edaec255aa3710fce8a9daa236b44d.
2017-07-31Remove newlines completely so mastodon doesn't bug out.Roger Braun
2017-07-31Wrap in <p>.Roger Braun