aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/user.ex
AgeCommit message (Collapse)Author
2019-04-10s/Pleroma.UserEmail/Pleroma.Emails.UserEmail/Haelwenn (lanodan) Monnier
2019-04-10s/Pleroma.Mailer/Pleroma.Emails.Mailer/Haelwenn (lanodan) Monnier
2019-04-10Merge branch 'notification-pleroma-settings' into 'develop'kaniini
Notification controls Closes #738 See merge request pleroma/pleroma!988
2019-04-09Merge branch 'bugfix/follower_count' into 'develop'lambda
update the follower count when a follower is blocked See merge request pleroma/pleroma!1033
2019-04-09update the follower count when a follower is blockedSachin Joshi
2019-04-08Used cached user resources in subscriptionsSadposter
2019-04-08Use Pleroma.Config instead of Application.get_envSadposter
2019-04-08Sever subscription in case of blockSadposter
2019-04-05Change relationship direction of subscriptionsSadposter
2019-04-05Add subscribed status to user viewSadposter
Added in pleroma extensions, but can be moved whenever
2019-04-05Make subscriptions the same direction as blocksSadposter
That being, user - subscribes to -> users, rather than user - has subscribers -> users
2019-04-05Add notification checksSadposter
2019-04-05Add API endpoints and user column for subscriptionSadposter
2019-04-04[#923] Merge remote-tracking branch 'remotes/upstream/develop' into ↵Ivan Tashkinov
twitter_oauth # Conflicts: # mix.exs
2019-04-02Merge branch 'remove-user-activities' into 'develop'lambda
[#757] Add mix task to delete user's activities See merge request pleroma/pleroma!1008
2019-04-02Merge remote-tracking branch 'remotes/upstream/develop' into twitter_oauthIvan Tashkinov
# Conflicts: # lib/pleroma/web/oauth/oauth_controller.ex # lib/pleroma/web/router.ex
2019-04-02change `Repo.get(User, id)` => `User.get_by_id(id)`Egor Kislitsyn
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