index
:
pleroma
develop
fse
stable
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
web
/
twitter_api
/
views
/
user_view_test.exs
Age
Commit message (
Expand
)
Author
2019-04-02
change `Repo.get(User, id)` => `User.get_by_id(id)`
Egor Kislitsyn
2019-03-13
[Credo] fix Credo.Check.Readability.AliasOrder
Haelwenn (lanodan) Monnier
2019-02-28
Added deactivated to the user view
eugenijm
2019-02-06
hide_followings was renamed to hide_followers in the FE, but never synced up ...
Mark Felder
2019-02-06
Allow to configure visibility for admin and moderator badges
eugenijm
2019-02-06
Add is_admin and is_moderator boolean fields to the user view
eugenijm
2019-02-03
Split hide_network into hide_followers & hide_followings (fixed)
Maxim Filippov
2019-02-01
Revert "Merge branch 'feature/split-hide-network' into 'develop'"
kaniini
2019-01-28
Split hide_network into hide_followers & hide_followings
Maxim Filippov
2019-01-23
Send "hide_network" in user_view
Maxim Filippov
2018-12-28
Web.TwitterAPI.UserView: Add rights.admin
Haelwenn (lanodan) Monnier
2018-12-23
tests: add legal boilerplate
William Pitcock
2018-12-18
[#114] Added `pleroma.confirmation_pending` to user views, adjusted view tests.
Ivan Tashkinov
2018-12-12
fix warnings
Maksim 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-30
Assorted fixes.
lain
2018-11-12
Twitter API: Add tests for nil names.
scarlett
2018-09-28
[Pleroma.Web.TwitterAPI.UserViewTest]: Add test for mastodon-fields
Haelwenn (lanodan) Monnier
2018-09-28
[Pleroma.Web.TwitterAPI.UserView]: Add mastodon-fields in "fields"
Haelwenn (lanodan) Monnier
2018-09-22
twitter api: add no_rich_text option to userview for account prefs
William Pitcock
2018-09-02
formatter: don't add XSS emoji
William Pitcock
2018-08-21
this should be looking at the follower's bio, not the user's bio.
ensra
2018-08-21
sync bio sanitization code in tests
ensra
2018-08-08
Add tests for emoji in user profiles
eal
2018-08-08
TwitterAPI user view: add screen_name_html and description_html.
eal
2018-06-27
tests: add default_scope where appropriate
William Pitcock
2018-06-11
tests: update twitterapi user view tests for new locked variable
William Pitcock
2018-05-20
Migrate to comeonin 4 and Cachex 3
Thog
2018-03-30
Format the code.
lain
2018-02-20
Add moderator function.
lain
2018-02-12
Make test output easier to read.
lain
2018-02-03
Merge branch 'move-backend-images' into 'develop'
lambda
2018-02-03
move avi.png & banner.png from /priv/static/static to /priv/static/images
Hakaba Hitoyo
2018-02-01
TwitterAPI: Add is_local to user view.
eal
2018-01-15
Add a default profile picture and banner.
eal
2017-12-11
Fix some more tests.
eal
2017-11-20
Make users in tests follow themselves by default.
eal
2017-11-08
TwitterAPI user view: add follows_you.
eal
2017-11-08
TwitterAPI user view: add blocks.
eal
2017-09-15
Refactor posting and make character limit configurable.
Roger Braun
2017-08-29
fix specs.
Roger Braun
2017-07-22
Save follower count and note count in user.
Roger Braun
2017-06-20
Replace UserRepresenter with UserView
dtluna