- 09 Jan, 2019 10 commits
-
-
lain authored
-
kaniini authored
-
kaniini authored
-
kaniini authored
-
kaniini authored
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.
-
kaniini authored
auth_active?/1 can check remote users and return true directly.
-
kaniini authored
-
kaniini authored
-
kaniini authored
user: use pattern matching to determine if user is local or remote instead of the previous hairy logic
-
- 08 Jan, 2019 2 commits
-
-
lain authored
- 07 Jan, 2019 8 commits
-
-
lain authored
in conversations.
-
kaniini authored
Make TwAPI UserView more resilient to issues. See merge request pleroma/pleroma!634
-
lain authored
Scarlett/pleroma search visibility check See merge request pleroma/pleroma!635
-
lain authored
-
lain authored
Will work for missing users and badly migrated users.
-
scarlett authored
- 06 Jan, 2019 2 commits
- 05 Jan, 2019 13 commits
-
-
kaniini authored
Add check to prevent multiple follow notifications from the same user Closes #397 See merge request pleroma/pleroma!591
-
Sadposter authored
-
kaniini authored
fix user search results for users with unset display name Closes #499 See merge request pleroma/pleroma!625
-
kaniini authored
fix 486: Add option --assume-yes to allow mix pleroma.user to work non-interactive See merge request pleroma/pleroma!627
-
kaniini authored
Don't crash on AP request for tombstone See merge request pleroma/pleroma!630
-
scarlett authored
Strip HTML in and allow emoji in summaries. See merge request pleroma/pleroma!631
-
scarlett authored
-
scarlett authored
-
scarlett authored
-
scarlett authored
-
scarlett authored
-
sxsdv1 authored
Because tombstone objects has no addressing the is_public?-predicate would cause an error that propagated as a 500 error in the api
-
cascode authored
-
- 04 Jan, 2019 5 commits
-
-
rinpatch authored
rich media: use cachex to avoid flooding remote servers See merge request pleroma/pleroma!629
-
kaniini authored
-
kaniini authored
Different caches based on the module. Remove scrubber version since it is not relevant anymore See merge request pleroma/pleroma!628
-
kaniini authored
-
Rin Toshaka authored
-