aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/user.ex
AgeCommit message (Expand)Author
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
2018-12-20[#114] Allowed unconfirmed users to authenticate if :account_activation_requi...Ivan Tashkinov
2018-12-20[#114] Added :user_id component to email confirmation path to improve the sec...Ivan Tashkinov
2018-12-20[#114] Stylistic adjustments.Ivan Tashkinov
2018-12-19[#114] Made MastodonAPI and TwitterAPI user show actions return 404 for auth-...Ivan Tashkinov
2018-12-19[#114] User.register/1 tweak.Ivan Tashkinov
2018-12-19[#114] User.Info: renamed `confirmation_update` to `confirmation_changeset`.Ivan Tashkinov
2018-12-19[#114] User.Info: renamed `confirmation_update` to `confirmation_change`.Ivan Tashkinov
2018-12-18[#114] Added email confirmation resend action. Added testsIvan Tashkinov
2018-12-18[#114] Refactored User.register_changeset to init confirmation data.Ivan Tashkinov
2018-12-18[#114] Account confirmation email, registration as unconfirmed (config-based)...Ivan Tashkinov
2018-12-18[#114] Email confirmation route, action, node setting, User.Info fields.Ivan Tashkinov
2018-12-18Merge branch 'develop' into oembed_providerraeno
2018-12-17Fix tagging problems for existing instances.lain
2018-12-14Handle "users/:id" links as well. Fix comments in MR.raeno
2018-12-12Extended nicknames: allow dashes.href
2018-12-12Allow underscores in usernames.href
2018-12-12fix warningsMaksim Pechnikov
2018-12-10Fix warnings.lain
2018-12-10Merge branch 'fix_empty_bio_crash' into 'develop'lambda
2018-12-10Fixes #415. Properly handle nil and empty string by User.parse_bioraeno
2018-12-09fix compile warningsMaksim Pechnikov
2018-12-07Merge branch '394_user_tags' into 'develop'lambda
2018-12-07[#394] Refactoring of User.tag and User.untag (removed User.tag_or_untag etc.)Ivan Tashkinov
2018-12-07[#394] Refactoring (using Ecto.Multi; "untag" route change).Ivan Tashkinov
2018-12-06[#394] Refactoring.Ivan Tashkinov
2018-12-06[#394] Added `users.tags` and admin routes to tag and untag users. Added tests.Ivan Tashkinov
2018-12-06MastoAPI: Fix put_settingsrinpatch
2018-12-05user: put default user info when registering a userWilliam Pitcock
2018-12-02Parse user's bio on registerMaxim Filippov
2018-12-01More fixes for Info schema.lain
2018-12-01Fix masto api user updating.lain
2018-11-27More fixes.lain
2018-11-20Merge branch 'validate-user-info' of git.pleroma.social:pleroma/pleroma into ...lain
2018-11-20Raise on usage of old function.lain
2018-11-20user: fix user.info lookup in User.locked?()William Pitcock
2018-11-20Fix formatter tests.lain
2018-11-18Fix user updating from AP.lain
2018-11-18Mix format.lain
2018-11-18Fix most User tests.lain
2018-11-18Fix following locked users.lain
2018-11-18Fix note count update.lain
2018-11-18Fix follower count test.lain