aboutsummaryrefslogtreecommitdiff
path: root/test/web/twitter_api/views
AgeCommit message (Expand)Author
2019-06-04Merge branch 'develop' into issue/941Maksim Pechnikov
2019-06-03fix testsMaksim Pechnikov
2019-05-25twitter api: user view: expose user notification settings under pleroma objectWilliam Pitcock
2019-05-09Use "repeated" instead of "retweeted" for repeated statuses in Twitter APIFrancis Dinh
2019-05-03Pleroma.Formatter: width/height to class=emojiHaelwenn (lanodan) Monnier
2019-05-01Merge branch 'develop' into bugfix/web-notification-special-charSachin Joshi
2019-04-28Fix `rights` in TwitterAPI's user entity being present only forrinpatch
2019-04-24Fix leaking private configuration parameters in Mastodon and Twitter APIs, an...rinpatch
2019-04-24fix the status notification with special charSachin Joshi
2019-04-22Use `User.get_cached*` everywhereEgor
2019-04-20Fix tests that used finmojiEkaterina Vaartis
2019-04-17Update functions in object fetcher for tesla and set up a proper mock for testsrinpatch
2019-04-17Merge branch 'develop' into feature/database-compactionrinpatch
2019-04-02change `Repo.get(Activity, id)` => `Activity.get_by_id(id)` in testsEgor Kislitsyn
2019-04-02change `Repo.get(User, id)` => `User.get_by_id(id)`Egor Kislitsyn
2019-03-21tests: fixupWilliam Pitcock
2019-03-21common api: move context functions from twitterapiWilliam Pitcock
2019-03-17Allow 'rel' attribute on `<a>` link with specific values (for hashtag recogni...Fong-Wan Chau
2019-03-13[Credo] fix Credo.Check.Readability.AliasOrderHaelwenn (lanodan) Monnier
2019-02-28Merge branch 'with-mutes' into 'develop'kaniini
2019-02-28Added deactivated to the user vieweugenijm
2019-02-27Add user muted status info to twitterapi.lain
2019-02-11test: de-group alias/esHaelwenn (lanodan) Monnier
2019-02-06hide_followings was renamed to hide_followers in the FE, but never synced up ...Mark Felder
2019-02-06Allow to configure visibility for admin and moderator badgeseugenijm
2019-02-06Add is_admin and is_moderator boolean fields to the user vieweugenijm
2019-02-03Split hide_network into hide_followers & hide_followings (fixed)Maxim Filippov
2019-02-01Revert "Merge branch 'feature/split-hide-network' into 'develop'"kaniini
2019-02-01Merge branch 'feature/split-hide-network' into 'develop'kaniini
2019-01-28Split hide_network into hide_followers & hide_followingsMaxim Filippov
2019-01-28test: update twitterapi testsWilliam Pitcock
2019-01-23Send "hide_network" in user_viewMaxim Filippov
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
2019-01-10Merge branch 'feature/pinned-posts' into 'develop'kaniini
2019-01-09Merge branch 'scarlett/pleroma-summary-html-api' into 'develop'lambda
2019-01-09Add Twitter API for the pinned statusesEgor Kislitsyn
2019-01-07Actually put some onformation in the error user, make it actually properly parselain
2019-01-07Make TwAPI UserView more resilient to issues.lain
2019-01-06Twitter API: Add a summary_html field.scarlett
2019-01-05Add tests for emoji and lack of HTML in summaries.scarlett
2019-01-05Remove redundant comma.scarlett
2019-01-05Resolve some test failures.scarlett
2018-12-28Web.TwitterAPI.UserView: Add rights.adminHaelwenn (lanodan) Monnier
2018-12-23tests: add legal boilerplateWilliam Pitcock
2018-12-23tests: twitter api: add test proving that peertube videos are correctly handledWilliam Pitcock
2018-12-23tests: twitter api: activity view test: enable tesla mockWilliam Pitcock
2018-12-18[#114] Added `pleroma.confirmation_pending` to user views, adjusted view tests.Ivan Tashkinov
2018-12-17fix text fieldMaksim Pechnikov
2018-12-14TwitterAPI: Include favorited post in jsoneal