aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/user.ex
AgeCommit message (Expand)Author
2019-01-20Set custom similarity limit.lain
2019-01-20Make use of the indices.lain
2019-01-19Merge branch '491_full_mentions_in_user_bio' into 'develop'kaniini
2019-01-18Fix merge conflictrinpatch
2019-01-18[#477] User trigram index adjustment.Ivan Tashkinov
2019-01-18[#477] User: FTS and trigram search results mixing (to handle misspelled requ...Ivan Tashkinov
2019-01-18[#491] Made full nicknames be preserved in user links text only in Bio.Ivan Tashkinov
2019-01-17[#502] Fixed `user_count` in `/api/v1/instance` to include only active local ...Ivan Tashkinov
2019-01-17Fix the issue with get_by_nickname never being calledrinpatch
2019-01-16Remove @providers and call Pleroma.config on runtimerinpatch
2019-01-16Remove useless with in opengraph.exrinpatch
2019-01-16oofrinpatch
2019-01-16remove id castrinpatch
2019-01-16cache ap_id in id instead of caching user two timesrinpatch
2019-01-16MastoAPI: Don't break on missing users.lain
2019-01-16[#477] Minor refactoring (user search query).Ivan Tashkinov
2019-01-15[#477] User search tests. Normalized search rank in User.search.Ivan Tashkinov
2019-01-15please don't bully me for thisrinpatch
2019-01-15cringerinpatch
2019-01-15Fix some edge cases [nervous laughter]rinpatch
2019-01-14[#477] User search improvements: tsquery search with field weights, friends &...Ivan Tashkinov
2019-01-14Prefer ids to usernamesrinpatch
2019-01-13Resolve merge conflictrinpatch
2019-01-10Merge branch 'twapi-follower-pagination' into 'develop'kaniini
2019-01-09TwitterAPI: Add follower/following pagination.lain
2019-01-09Use follow_all in autofollow.lain
2019-01-09Add User mass following function.lain
2019-01-09Merge branch 'hotfix/media-proxy-uri' into 'develop'kaniini
2019-01-09user: fix auth_active?/1 for remote usersWilliam Pitcock
2019-01-09user: factor out illogical User.Info.superuser?/1.William Pitcock
2019-01-09user: remove entirely redundant remote_or_auth_active?/1.William Pitcock
2019-01-09user: harden auth_active?/1, superuser?/1, visible_for?/1William Pitcock
2019-01-09user: use pattern matching to determine if user is local or remote instead of...William Pitcock
2019-01-08Add a setting for users to autofollow on sign up.lain
2019-01-07Make TwAPI UserView more resilient to issues.lain
2019-01-04handle nullcascode
2019-01-02user: check that the follow request actually has an active account associated...William Pitcock
2018-12-31update copyright years to 2019William Pitcock
2018-12-30Resolve merge conflictRin Toshaka
2018-12-29I am not sure what's going on anymore so I'll just commit and reset all the o...Rin Toshaka
2018-12-29Merge branch '483_blocks_import_export' into 'develop'kaniini
2018-12-29[#483] User.get_by_nickname/1: ensured case-insensitive matching for local FQ...Ivan Tashkinov
2018-12-29[#483] User.get_by_nickname/1: allowed retrieving user by fully-qualified loc...Ivan Tashkinov
2018-12-29[#483] Refactored blocks and follows import, added tests.Ivan Tashkinov
2018-12-29Merge branch '471_invalid_accounts_rendering' into 'develop'kaniini
2018-12-28[#483] Blocked users export for TwitterAPI.Ivan Tashkinov
2018-12-28[#471] Factored out User.visible_for?/2.Ivan Tashkinov
2018-12-27[#471] Prevented rendering of inactive local accounts.Ivan Tashkinov
2018-12-25Reserve a few user nameslain
2018-12-23add license boilerplate to pleroma coreWilliam Pitcock