aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/user.ex
AgeCommit message (Collapse)Author
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
2019-03-02Pleroma.User: mix formatHaelwenn (lanodan) Monnier
2019-03-02Pleroma.User: Fix syntax and user.ap_id callHaelwenn (lanodan) Monnier
2019-03-02Pleroma.User: Pass an array to profile_urlsHaelwenn (lanodan) Monnier
2019-03-02Pleroma.User: Add rel=me to URLs where it linkbacks to the profileHaelwenn (lanodan) Monnier
2019-03-01Refactor a little bitMaxim Filippov
2019-03-01Show current user in users list as wellMaxim Filippov
2019-03-01Add "local" params to users searchMaxim Filippov
2019-02-28Add search users endpointMaxim Filippov
2019-02-28Merge branch 'with-mutes' into 'develop'kaniini
Add `with_muted` param. Closes #683 See merge request pleroma/pleroma!872
2019-02-28Add pagination to users admin APIMaxim Filippov
2019-02-27Add user muted status info to MastodonAPI.lain
2019-02-27Follower requests: Utilize object index.lain
Closes #677
2019-02-26AutoLinkerEgor
2019-02-27Add more admin actionsMaxim Filippov