Ivan Tashkinov
|
b096e30cff
|
[#114] Added email confirmation resend action. Added tests
for registration, authentication, email confirmation, confirmation resending.
Made admin methods create confirmed users.
|
2018-12-18 17:22:46 +03:00 |
|
Ivan Tashkinov
|
b86057cc7f
|
[#114] Refactored User.register_changeset to init confirmation data.
Introduced User.register/1 to encapsulate User record creation and post-registration actions.
|
2018-12-18 17:22:42 +03:00 |
|
Ivan Tashkinov
|
1de0aa2f10
|
[#114] Account confirmation email, registration as unconfirmed (config-based), auth prevention for unconfirmed.
|
2018-12-18 17:21:05 +03:00 |
|
Ivan Tashkinov
|
a05cb10a95
|
[#114] Email confirmation route, action, node setting, User.Info fields.
|
2018-12-18 17:18:53 +03:00 |
|
lain
|
e4763cd459
|
Fix tagging problems for existing instances.
|
2018-12-17 20:12:01 +01:00 |
|
href
|
7214d57463
|
Extended nicknames: allow dashes.
|
2018-12-12 21:48:54 +01:00 |
|
href
|
7d9ddbe689
|
Allow underscores in usernames.
Fixes #429.
|
2018-12-12 18:57:33 +01:00 |
|
Maksim Pechnikov
|
89b3729afa
|
fix warnings
|
2018-12-12 09:09:19 +03:00 |
|
lain
|
d6bf06ab4f
|
Fix warnings.
|
2018-12-10 20:49:06 +01:00 |
|
lambda
|
0863ec2737
|
Merge branch 'fix_empty_bio_crash' into 'develop'
Fixes #415. Do not crash during registration when hasn't filled bio field
Closes #415
See merge request pleroma/pleroma!529
|
2018-12-10 19:08:35 +00:00 |
|
raeno
|
9ba4a1c5fe
|
Fixes #415. Properly handle nil and empty string by User.parse_bio
|
2018-12-10 01:01:43 +04:00 |
|
Maksim Pechnikov
|
074fa790ba
|
fix compile warnings
|
2018-12-09 20:50:08 +03:00 |
|
lambda
|
94d8f1ab30
|
Merge branch '394_user_tags' into 'develop'
[#394] User tags
Closes #394
See merge request pleroma/pleroma!508
|
2018-12-07 18:25:38 +00:00 |
|
Ivan Tashkinov
|
1cea97df64
|
[#394] Refactoring of User.tag and User.untag (removed User.tag_or_untag etc.)
|
2018-12-07 12:27:32 +03:00 |
|
Ivan Tashkinov
|
6ed5044c4e
|
[#394] Refactoring (using Ecto.Multi; "untag" route change).
|
2018-12-07 11:04:39 +03:00 |
|
Ivan Tashkinov
|
7bcb6a183a
|
[#394] Refactoring.
|
2018-12-06 20:23:16 +03:00 |
|
Ivan Tashkinov
|
7b19487389
|
[#394] Added users.tags and admin routes to tag and untag users. Added tests.
|
2018-12-06 20:06:50 +03:00 |
|
rinpatch
|
2ae1128d9f
|
MastoAPI: Fix put_settings
|
2018-12-06 17:42:07 +03:00 |
|
William Pitcock
|
956f3c75ca
|
user: put default user info when registering a user
|
2018-12-05 03:35:41 +00:00 |
|
Maxim Filippov
|
ce98d5eb9b
|
Parse user's bio on register
|
2018-12-02 22:03:53 +03:00 |
|
lain
|
f18b86fd5f
|
More fixes for Info schema.
|
2018-12-01 12:46:08 +01:00 |
|
lain
|
347df6421d
|
Fix masto api user updating.
|
2018-12-01 10:40:01 +01:00 |
|
lain
|
badbe2656c
|
More fixes.
|
2018-11-27 18:12:03 +01:00 |
|
lain
|
0bea0308f1
|
Merge branch 'validate-user-info' of git.pleroma.social:pleroma/pleroma into validate-user-info
|
2018-11-20 20:16:16 +01:00 |
|
lain
|
d3180e0ccc
|
Raise on usage of old function.
|
2018-11-20 20:14:38 +01:00 |
|
William Pitcock
|
312676f711
|
user: fix user.info lookup in User.locked?()
|
2018-11-20 18:41:44 +00:00 |
|
lain
|
2887f4ff1d
|
Fix formatter tests.
|
2018-11-20 19:07:01 +01:00 |
|
lain
|
40d9d2098c
|
Fix user updating from AP.
|
2018-11-18 22:15:03 +01:00 |
|
lain
|
cafa15131a
|
Mix format.
|
2018-11-18 21:41:35 +01:00 |
|
lain
|
4c918392c6
|
Fix most User tests.
|
2018-11-18 21:40:52 +01:00 |
|
lain
|
fc3bcf335e
|
Fix following locked users.
|
2018-11-18 18:53:50 +01:00 |
|
lain
|
d5af41b577
|
Fix note count update.
|
2018-11-18 18:52:21 +01:00 |
|
lain
|
6f90ceb2ed
|
Fix follower count test.
|
2018-11-18 18:49:17 +01:00 |
|
lain
|
812f5b058a
|
Fix blocking.
|
2018-11-18 18:40:31 +01:00 |
|
lain
|
756764266c
|
Formatting.
|
2018-11-18 18:27:04 +01:00 |
|
lain
|
b396dba425
|
Fix follower count setting.
|
2018-11-18 18:24:16 +01:00 |
|
lain
|
5c8f07f0a8
|
Fix note counting.
|
2018-11-18 18:17:56 +01:00 |
|
lain
|
47d883d3ab
|
Fix User deactivation.
|
2018-11-18 18:06:02 +01:00 |
|
lain
|
e8d8c84f79
|
Add better test for user search functionlity.
|
2018-11-16 18:31:32 +01:00 |
|
William Pitcock
|
8c805ada32
|
user: remove obsolete User.get_notified_from_activity().
|
2018-11-09 09:01:40 +00:00 |
|
William Pitcock
|
d26cd6c1bf
|
user: factor out user set fetching from User.get_notified_from_activity()
|
2018-11-09 08:23:45 +00:00 |
|
William Pitcock
|
81d6ca1783
|
user: implement AS2 mention extraction + unify Announce handling
|
2018-11-08 20:19:56 +00:00 |
|
William Pitcock
|
6b4064fa5d
|
activitypub: transmogrifier: unify mention extraction
|
2018-11-08 19:41:36 +00:00 |
|
William Pitcock
|
0a2c1a3419
|
user: add optional local_only param to get_notified_from_activity()
|
2018-11-08 19:30:55 +00:00 |
|
William Pitcock
|
144dc048b8
|
user: only consider to recipients as mention targets
|
2018-11-08 18:58:24 +00:00 |
|
William Pitcock
|
f584a603f9
|
user: make User.delete() return data consistent with Object.delete()
|
2018-11-01 07:56:21 +00:00 |
|
William Pitcock
|
2c3bfd7f76
|
user: delete user_info data in User.invalidate_cache()
|
2018-11-01 07:52:58 +00:00 |
|
scarlett
|
b92e38d2d4
|
Add user reactivation task.
|
2018-10-29 23:13:15 +00:00 |
|
William Pitcock
|
1b480e3514
|
user: add helper for fetching profile url (which may be different than ap id)
|
2018-10-25 04:01:59 +00:00 |
|
Haelwenn (lanodan) Monnier
|
eacab0fb05
|
Delete Tokens and Authorizations on password change
Closes: https://git.pleroma.social/pleroma/pleroma/issues/320
|
2018-10-14 02:14:54 +02:00 |
|