aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/user
AgeCommit message (Collapse)Author
2019-10-05Mastodon API: Add `pleroma.unread_conversation_count` to the Account entityeugenijm
2019-10-05Revert "Merge branch 'user-info-unread-direct-conversation' into 'develop'"kaniini
This reverts merge request !1737
2019-10-04Mastodon API: Add `pleroma.unread_conversation_count` to the Account entityeugenijm
2019-09-26Merge branch 'develop' into feature/moderation-log-filtersMaxim Filippov
2019-09-26Merge branch 'refactor/user' into 'develop'kaniini
Simplify updating user's `info` See merge request pleroma/pleroma!1712
2019-09-26Revert "add _discoverable_ keyword into ActivityPub @context"Hakaba Hitoyo
This reverts commit 3aef4bdf8f37efd1055a84c5fca12ec4559a17f5.
2019-09-24Add User.change_info/2 and User.update_info/2Egor Kislitsyn
2019-09-22FormatMaxim Filippov
2019-09-22Admin API: Add ability to force user's password resetMaxim Filippov
2019-09-18Merge branch 'chores/bump-copyright-year' into 'develop'rinpatch
Bump copyright years of files changed in 2019 See merge request pleroma/pleroma!1698
2019-09-18Bump copyright years of files changed in 2019Haelwenn (lanodan) Monnier
Done via the following command: git diff 1e6c102bfcfe0e4835a48f2483f2376f9bf86a20 --stat --name-only | cat - | xargs sed -i 's/2017-2018 Pleroma Authors/2017-2019 Pleroma Authors/'
2019-09-17Mastodon API: Add a setting to hide follow/follower count from the user view ↵eugenijm
(`hide_follows_count` and `hide_followers_count`)
2019-09-16Merge branch 'develop' into feature/moderation-log-filtersMaxim Filippov
2019-09-02use atom key for fieldsSadposter
2019-09-02mix formatSadposter
2019-09-02truncate fields for remote users insteadSadposter
2019-08-27Filter logs by dateMaxim Filippov
2019-08-25Change to use attachment only when fields do not existkPherox
2019-08-14Limit custom fields for old remote usersEgor Kislitsyn
2019-08-14Add `:max_remote_account_fields` config optionEgor Kislitsyn
2019-08-14Use info.fields instead of source_data for remote usersEgor Kislitsyn
2019-08-14Add configurable account field name length limitEgor Kislitsyn
2019-08-14Add configurable account field value length limitEgor Kislitsyn
2019-08-14Add custom fields to TwitterAPI.UserViewEgor Kislitsyn
2019-08-14Add custom profile fieldsEgor Kislitsyn
2019-08-08Merge branch 'feature/digest-email' into 'develop'lain
Feature/digest email See merge request pleroma/pleroma!1078
2019-08-03Remove spaces from the domain searchSergey Suprunenko
2019-08-02Merge branch 'develop' into feature/digest-emailRoman Chvanikov
2019-07-20Resolve merge conflictsrinpatch
2019-07-20Remove flavour from userinfoRoman Chvanikov
2019-07-14Merge branch 'develop' into feature/digest-emailRoman Chvanikov
2019-07-14Feature/1072 muting notificationsAlexander Strizhakov
2019-07-14Add follow information refetching after following/unfollowingrinpatch
2019-07-13Refactor fetching follow information to a separate functionrinpatch
2019-07-13Refactor Follows/Followers counter syncronizationrinpatch
- Actually sync counters in the database instead of info cache (which got overriden after user update was finished anyway) - Add following count field to user info - Set hide_followers/hide_follows for remote users based on http status codes for the first collection page
2019-07-12merge developRoman Chvanikov
2019-07-11Extend Pleroma.Pagination to support offset-based pagination, use ↵Eugenij
async/await to execute status and account search in parallel
2019-07-11Merge branch 'fix/1019-refactor' into 'develop'kaniini
Fix/1019 refactor See merge request pleroma/pleroma!1397
2019-07-10support for idna domainsAlexander Strizhakov
2019-07-10removing synchronization workerAlex S
2019-07-10Add license/copyright to all project filesfeld
2019-07-09Merge developRoman Chvanikov
2019-07-09Fix/1019 correct count remote usersAlexander Strizhakov
2019-07-09change for local user searchAlexander Strizhakov
2019-07-05[#1043] fix search accounts.Maksim
2019-06-29Resolve conflictsRoman Chvanikov
2019-06-14[#948] /api/v1/account_search added optional parameters (limit, offset, ↵Maksim
following)
2019-06-11Add option to restrict all users to local contentEgor Kislitsyn
2019-06-07Resolve conflictsRoman Chvanikov
2019-06-06User Search: Boost friends more strongly.lain