aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/user.ex
AgeCommit message (Collapse)Author
2019-04-02add `user delete_activities` mix taskEgor Kislitsyn
2019-04-02Merge remote-tracking branch 'pleroma/develop' into remove-user-activitiesEgor Kislitsyn
2019-04-01[#923] Merge remote-tracking branch 'remotes/upstream/develop' into ↵Ivan Tashkinov
twitter_oauth # Conflicts: # mix.exs
2019-03-28Add PUT /api/pleroma/notification_settings endpointeugenijm
2019-03-27Merge remote-tracking branch 'remotes/origin/develop' into twitter_oauthIvan Tashkinov
2019-03-27Merge branch 'feature/more-user-filters' into 'develop'lambda
Add more user filters + move search to its own module See merge request pleroma/pleroma!982
2019-03-27Add more user filters + move search to its own moduleMaxim Filippov
2019-03-26Merge branch 'fix/ap-icon' into 'develop'lambda
Do not federate instance avatar Closes #759 See merge request pleroma/pleroma!977
2019-03-26AP UserView: Refactor banner / avatar display code, add test.lain
2019-03-26Mastodon-based auth error messages. Defaulted User#auth_active?/1 to `true`.Ivan Tashkinov
2019-03-25Attempt to fix incorrect federation of default instance avatarsMark Felder
2019-03-23user: use preloads when deleting accountsWilliam Pitcock
2019-03-22Ensure fts is prefered over trigram and use union_all instead of union in ↵rinpatch
user search query
2019-03-21Move gluing search results from application to database and get mutualsrinpatch
a higher score multiplier
2019-03-21Merge branch 'ecto-3-migration' into 'develop'rinpatch
Ecto 3.0.7 (ecto_sql 3.0.5) migration See merge request pleroma/pleroma!957
2019-03-20Ecto 3.0.5 migrationrinpatch
kms
2019-03-20FormatMaxim Filippov
2019-03-20Use ILIKE to search usersMaxim Filippov
2019-03-19user: properly cope with actors which do not declare a followers collectionWilliam Pitcock
2019-03-18Merge branch 'feature/order-users-by-nickname-admin-api' into 'develop'kaniini
Order users by nickname See merge request pleroma/pleroma!945
2019-03-18Check if the user has indeed not been federated withEkaterina Vaartis
Just updating the user triggered post fetching too, now it shouldn't. It only happened in the AP user fetching since that's what's used to update users
2019-03-18[#923] External User registration refactoring, password randomization.Ivan Tashkinov
2019-03-18Fix with expression always matchingZachary Dunn
2019-03-18RunZachary Dunn
2019-03-18Use better error messageZachary Dunn
2019-03-18[#923] Support for multiple (external) registrations per user via Registration.Ivan Tashkinov
2019-03-18Initial attempt at updating return typeZachary Dunn
2019-03-18[#923] Merge remote-tracking branch 'remotes/upstream/develop' into ↵Ivan Tashkinov
twitter_oauth # Conflicts: # config/config.exs # lib/pleroma/web/auth/pleroma_authenticator.ex
2019-03-17Order users by nicknameMaxim Filippov
2019-03-15Merge remote-tracking branch 'remotes/upstream/develop' into twitter_oauthIvan Tashkinov
2019-03-15[#923] OAuth: prototype of sign in / sign up with Twitter.Ivan Tashkinov
2019-03-15Refactor to store user ap_id, add testsKaren Konou
2019-03-15Implement mastodon's reblog hiding featureKaren Konou
2019-03-13[Credo] fix Credo.Check.Readability.MaxLineLengthHaelwenn (lanodan) Monnier
2019-03-13[Credo] write large numbers with underscore separationHaelwenn (lanodan) Monnier
2019-03-13[Credo] Remove parentesis on argument-less functionsHaelwenn (lanodan) Monnier
2019-03-13[Credo] fix Credo.Check.Readability.AliasOrderHaelwenn (lanodan) Monnier
2019-03-12add `mix pleroma.user delete_activities NICKNAME` taskEgor Kislitsyn
2019-03-08Merge branch 'fetch-posts-on-first-federation' into 'develop'kaniini
Fetch user's outbox posts on first federation with that user Closes #131 See merge request pleroma/pleroma!907
2019-03-08Fetch user's outbox posts on first federation with that userEkaterina Vaartis
2019-03-04Merge search endpoint into /usersMaxim Filippov
2019-03-04allow users to disable their own accountEgor Kislitsyn
2019-03-03Merge branch 'features/bio_rel_me' into 'develop'kaniini
Add rel=me to the User bio Closes #423 See merge request pleroma/pleroma!813
2019-03-03Merge branch 'feature/add-pagination-to-users-admin-api' into 'develop'kaniini
Add pagination and search to users See merge request pleroma/pleroma!873
2019-03-03Merge branch 'get-follow-requests-sql' into 'develop'kaniini
Use sql query in User.get_follow_requests/1 for filtering logic See merge request pleroma/pleroma!883
2019-03-03Merge branch 'atomic-note-count-updates' into 'develop'kaniini
Atomic update for note count and follower count See merge request pleroma/pleroma!885
2019-03-03Remove follow_request_count as it's not needed for FE anymore.eugenijm
MastoFE uses `GET /api/v1/follow_requests` and PleromaFE uses `GET /api/pleroma/friend_requests` which they query on the initial page load.
2019-03-03Use atomic update for note count and follower counteugenijm
2019-03-02Use sql query in User.get_follow_requests/1 for filtering logiceugenijm
2019-03-02Add pagination to searchMaxim Filippov