summaryrefslogtreecommitdiff
path: root/test/web/twitter_api/views/user_view_test.exs
AgeCommit message (Expand)Author
2019-04-02change `Repo.get(User, id)` => `User.get_by_id(id)`Egor Kislitsyn
2019-03-13[Credo] fix Credo.Check.Readability.AliasOrderHaelwenn (lanodan) Monnier
2019-02-28Added deactivated to the user vieweugenijm
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-01-28Split hide_network into hide_followers & hide_followingsMaxim Filippov
2019-01-23Send "hide_network" in user_viewMaxim Filippov
2018-12-28Web.TwitterAPI.UserView: Add rights.adminHaelwenn (lanodan) Monnier
2018-12-23tests: add legal boilerplateWilliam Pitcock
2018-12-18[#114] Added `pleroma.confirmation_pending` to user views, adjusted view tests.Ivan Tashkinov
2018-12-12fix warningsMaksim Pechnikov
2018-12-06[#394] User view (Twitter & Mastadon API): wrapped "tags" in "pleroma" map.Ivan Tashkinov
2018-12-06[#394] View tests fix.Ivan Tashkinov
2018-11-30Assorted fixes.lain
2018-11-12Twitter API: Add tests for nil names.scarlett
2018-09-28[Pleroma.Web.TwitterAPI.UserViewTest]: Add test for mastodon-fieldsHaelwenn (lanodan) Monnier
2018-09-28[Pleroma.Web.TwitterAPI.UserView]: Add mastodon-fields in "fields"Haelwenn (lanodan) Monnier
2018-09-22twitter api: add no_rich_text option to userview for account prefsWilliam Pitcock
2018-09-02formatter: don't add XSS emojiWilliam Pitcock
2018-08-21this should be looking at the follower's bio, not the user's bio.ensra
2018-08-21sync bio sanitization code in testsensra
2018-08-08Add tests for emoji in user profileseal
2018-08-08TwitterAPI user view: add screen_name_html and description_html.eal
2018-06-27tests: add default_scope where appropriateWilliam Pitcock
2018-06-11tests: update twitterapi user view tests for new locked variableWilliam Pitcock
2018-05-20Migrate to comeonin 4 and Cachex 3Thog
2018-03-30Format the code.lain
2018-02-20Add moderator function.lain
2018-02-12Make test output easier to read.lain
2018-02-03Merge branch 'move-backend-images' into 'develop'lambda
2018-02-03move avi.png & banner.png from /priv/static/static to /priv/static/imagesHakaba Hitoyo
2018-02-01TwitterAPI: Add is_local to user view.eal
2018-01-15Add a default profile picture and banner.eal
2017-12-11Fix some more tests.eal
2017-11-20Make users in tests follow themselves by default.eal
2017-11-08TwitterAPI user view: add follows_you.eal
2017-11-08TwitterAPI user view: add blocks.eal
2017-09-15Refactor posting and make character limit configurable.Roger Braun
2017-08-29fix specs.Roger Braun
2017-07-22Save follower count and note count in user.Roger Braun
2017-06-20Replace UserRepresenter with UserViewdtluna