rinpatch
|
6f23139864
|
please don't bully me for this
|
2019-01-15 12:02:55 +03:00 |
|
rinpatch
|
4587a5712a
|
cringe
|
2019-01-15 11:59:05 +03:00 |
|
rinpatch
|
ce15e0659e
|
Fix some edge cases [nervous laughter]
|
2019-01-15 11:56:35 +03:00 |
|
rinpatch
|
5f9786288d
|
Prefer ids to usernames
|
2019-01-14 09:52:52 +03:00 |
|
rinpatch
|
e4dc3f71ae
|
Resolve merge conflict
|
2019-01-13 13:38:28 +03:00 |
|
kaniini
|
11d08c6226
|
Merge branch 'twapi-follower-pagination' into 'develop'
Twapi follower pagination
See merge request pleroma/pleroma!648
|
2019-01-10 18:03:32 +00:00 |
|
lain
|
7ac152ed38
|
TwitterAPI: Add follower/following pagination.
|
2019-01-09 18:14:32 +01:00 |
|
lain
|
65fc2df7cc
|
Use follow_all in autofollow.
|
2019-01-09 11:38:45 +01:00 |
|
lain
|
26938d65fd
|
Add User mass following function.
|
2019-01-09 11:35:23 +01:00 |
|
kaniini
|
5c5c8508c2
|
Merge branch 'hotfix/media-proxy-uri' into 'develop'
user: fix local vs remote determination in remote_or_auth_active?/1
See merge request pleroma/pleroma!640
|
2019-01-09 07:09:39 +00:00 |
|
William Pitcock
|
f15183178c
|
user: fix auth_active?/1 for remote users
|
2019-01-09 06:45:17 +00:00 |
|
William Pitcock
|
0015d43e13
|
user: factor out illogical User.Info.superuser?/1.
any actual callee will be dealing with a User struct to begin with, so
just check the child struct inside User.superuser?/1 with pattern matching.
|
2019-01-09 06:44:50 +00:00 |
|
William Pitcock
|
74f48beec3
|
user: remove entirely redundant remote_or_auth_active?/1.
auth_active?/1 can check remote users and return true directly.
|
2019-01-09 06:36:50 +00:00 |
|
William Pitcock
|
2af67353c5
|
user: harden auth_active?/1, superuser?/1, visible_for?/1
|
2019-01-09 06:21:21 +00:00 |
|
William Pitcock
|
595a970493
|
user: use pattern matching to determine if user is local or remote instead of the previous hairy logic
|
2019-01-09 06:02:18 +00:00 |
|
lain
|
0fae04c4e3
|
Add a setting for users to autofollow on sign up.
|
2019-01-08 09:57:53 +01:00 |
|
lain
|
7382adf407
|
Make TwAPI UserView more resilient to issues.
Will work for missing users and badly migrated users.
|
2019-01-07 12:41:31 +01:00 |
|
cascode
|
5b23dfa1c5
|
handle null
|
2019-01-04 01:35:26 -08:00 |
|
William Pitcock
|
eb1a18d22f
|
user: check that the follow request actually has an active account associated with it
because of user refetch, accounts can stop existing (get_from_ap_id() can fail), accordingly
filter the follow requests for these failures.
|
2019-01-02 22:47:12 +00:00 |
|
William Pitcock
|
980b5288ed
|
update copyright years to 2019
|
2018-12-31 15:41:47 +00:00 |
|
Rin Toshaka
|
dec23500d8
|
Resolve merge conflict
|
2018-12-30 21:00:40 +01:00 |
|
Rin Toshaka
|
19f9889fbe
|
I am not sure what's going on anymore so I'll just commit and reset all the other files to HEAD
|
2018-12-29 17:45:50 +01:00 |
|
kaniini
|
dd8f2196f6
|
Merge branch '483_blocks_import_export' into 'develop'
[#483] Blocked users list import & export
Closes #483
See merge request pleroma/pleroma!603
|
2018-12-29 11:34:51 +00:00 |
|
Ivan Tashkinov
|
7bd49a3222
|
[#483] User.get_by_nickname/1: ensured case-insensitive matching for local FQN. Added tests.
|
2018-12-29 12:26:23 +03:00 |
|
Ivan Tashkinov
|
b3574dccbb
|
[#483] User.get_by_nickname/1: allowed retrieving user by fully-qualified local nickname
(<nick>@<our_instance_host>).
|
2018-12-29 12:15:46 +03:00 |
|
Ivan Tashkinov
|
67b4297f4d
|
[#483] Refactored blocks and follows import, added tests.
|
2018-12-29 12:02:37 +03:00 |
|
kaniini
|
49cf5f9ce0
|
Merge branch '471_invalid_accounts_rendering' into 'develop'
[#471] Prevented rendering of inactive local accounts
Closes #471
See merge request pleroma/pleroma!599
|
2018-12-29 03:03:18 +00:00 |
|
Ivan Tashkinov
|
6e9a15b181
|
[#483] Blocked users export for TwitterAPI.
|
2018-12-28 21:08:07 +03:00 |
|
Ivan Tashkinov
|
0d1788ce44
|
[#471] Factored out User.visible_for?/2.
|
2018-12-28 14:35:25 +03:00 |
|
Ivan Tashkinov
|
e6aeb1d4a5
|
[#471] Prevented rendering of inactive local accounts.
|
2018-12-27 15:46:18 +03:00 |
|
lain
|
91724d160a
|
Reserve a few user names
These are all names that are used for domain.com/:route routes or projected to be.
|
2018-12-25 20:10:45 +01:00 |
|
William Pitcock
|
2791ce9a1f
|
add license boilerplate to pleroma core
|
2018-12-23 20:56:42 +00:00 |
|
Ivan Tashkinov
|
7cab7de9ff
|
[#114] Allowed unconfirmed users to authenticate if :account_activation_required is disabled prior to confirmation.
Ensured that no confirmation emails are sent if :account_activation_required is not true. Adjusted tests.
|
2018-12-20 14:48:48 +03:00 |
|
Ivan Tashkinov
|
f69cbf4755
|
[#114] Added :user_id component to email confirmation path to improve the security.
Added tests for `confirm_email` action.
|
2018-12-20 13:41:30 +03:00 |
|
Ivan Tashkinov
|
501ce34d7f
|
[#114] Stylistic adjustments.
|
2018-12-20 12:55:12 +03:00 |
|
Ivan Tashkinov
|
279096228c
|
[#114] Made MastodonAPI and TwitterAPI user show actions return 404 for auth-inactive users
unless requested by admin or moderator.
|
2018-12-19 18:56:52 +03:00 |
|
Ivan Tashkinov
|
a532ad5d72
|
[#114] User.register/1 tweak.
|
2018-12-19 17:24:55 +03:00 |
|
Ivan Tashkinov
|
968d7490b6
|
[#114] User.Info: renamed confirmation_update to confirmation_changeset .
|
2018-12-19 16:31:03 +03:00 |
|
Ivan Tashkinov
|
59fc5d15df
|
[#114] User.Info: renamed confirmation_update to confirmation_change .
|
2018-12-19 16:27:16 +03:00 |
|
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 |
|
raeno
|
a300336459
|
Merge branch 'develop' into oembed_provider
|
2018-12-18 14:59:32 +01:00 |
|
lain
|
e4763cd459
|
Fix tagging problems for existing instances.
|
2018-12-17 20:12:01 +01:00 |
|
raeno
|
46486595ff
|
Handle "users/:id" links as well. Fix comments in MR.
|
2018-12-14 19:55:40 +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 |
|