aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/user.ex
AgeCommit message (Collapse)Author
2019-02-27Add more admin actionsMaxim Filippov
2019-02-20ReportsEgor
2019-02-19Update the mute implementation to the current codebaseEkaterina Vaartis
Make it part of the info thing (and do a migration to ensure it's there)
2019-02-19Remove unused "muted" parameter, use piping for mute/block fnsEkaterina Vaartis
2019-02-19Do not unfollow muted usersEkaterina Vaartis
2019-02-19Implement muting, add it to the mastodon APIEkaterina Vaartis
2019-02-19Merge branch 'set-cache-on-user-tag-update' into 'develop'lambda
Update user cache when user tags are updated See merge request pleroma/pleroma!840
2019-02-19Merge branch 'fix/ap_id-unique_constraint' into 'develop'lambda
mark ap_id unique_constraint See merge request pleroma/pleroma!842
2019-02-19mark ap_id unique_constraintrinpatch
2019-02-19Update user cache when user tags are updatedeugenijm
2019-02-18Merge branch 'follow-request-count' into 'develop'kaniini
Follow request count See merge request pleroma/pleroma!817
2019-02-16Add optional welcome message.lain
2019-02-15Add logic for keeping follow_request_count up-to-date on the `follow`,eugenijm
`approve_friend_request`, and `deny_friend_request` actions. Add follow_request_count to the user view.
2019-02-14user: search: use get_or_fetch() instead of get_or_fetch_by_nickname()William Pitcock
get_or_fetch() handles the nickname verses URI differences transparently.
2019-02-13User.follow_all: Respect blocks in both directions.lain
2019-02-10Merge branch 'fix/credo-issues' into 'develop'kaniini
Fix credo issues See merge request pleroma/pleroma!786
2019-02-09de-group alias/esHaelwenn (lanodan) Monnier
2019-02-09Do autofollow first.lain
2019-02-09Respect blocks in mass follow.lain
2019-01-31User.follow_all: ensure its stays uniquehref
2019-01-31Merge branch 'features/glitch-soc-frontend' into 'develop'Haelwenn
Features/glitch soc frontend See merge request pleroma/pleroma!192
2019-01-30Use race-condition free mass follow.lain
2019-01-30Use race-condition free following method.lain
2019-01-28[MastoAPI][GlitchAPI] Add bookmarksHaelwenn (lanodan) Monnier
2019-01-25Merge branch 'develop' into 'oembed_provider'kaniini
# Conflicts: # lib/pleroma/activity.ex
2019-01-23Flake Ids for Users and Activitieshref
2019-01-22[#502] Fixed User.active_local_user_query to return users with nil or ↵Ivan Tashkinov
missing `info.deactivated`. Adjusted test.
2019-01-20Merge branch 'i1t/pleroma-477_user_search_improvements' into 'develop'lambda
I1t/pleroma 477 user search improvements See merge request pleroma/pleroma!685
2019-01-20Set custom similarity limit.lain
2019-01-20Make use of the indices.lain
Indices in postgresql rely on operators, so they won't be used if you use only functions.
2019-01-19Merge branch '491_full_mentions_in_user_bio' into 'develop'kaniini
[#491] Made user bio preserve full nicknames (nick@host) Closes #491 See merge request pleroma/pleroma!676
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 ↵Ivan Tashkinov
requests).
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
users.
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
& followers boosting.
2019-01-14Prefer ids to usernamesrinpatch