aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/user
AgeCommit message (Collapse)Author
2019-10-18Order fts results by trigramrinpatch
2019-10-18User search: Remove trigram and refactor the modulerinpatch
- Remove trigram as it tends to rank garbage results highly, resulting in it prioritized above fts, which gives actually decent results. ACKed by kaniini and lain on irc. - Remove a test for handling misspelled requests, since we no longer have trigram - Remove a test for searching users with `nil` display names, because it is unrealistic, we don't accept usernames that are not >1 char strings - Make rank boosting for followers/followees sane again, previous values resulted in garbage matches getting on top just because the users are followers/followees
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
2019-06-06[#943] Make the unauthenticated users limitation optionalEgor
2019-06-05Limit search for unauthenticated users to local users onlyEgor Kislitsyn
2019-06-05Fix conflictRoman Chvanikov
2019-06-04Merge branch 'develop' into issue/941Maksim Pechnikov
2019-06-04Merge branch 'generic-fe-settings' into 'develop'kaniini
Generic settings store for frontend user settings See merge request pleroma/pleroma!1221
2019-06-03Merge branch 'develop' into feature/digest-emailMark Felder
2019-06-03add option skip_thread_containmentMaksim Pechnikov
2019-06-02Merge branch 'feature/notification-control-part-2' into 'develop'kaniini
notification controls, part 2 See merge request pleroma/pleroma!1204
2019-06-01Remove now useless flavours switchingHaelwenn (lanodan) Monnier
2019-05-31MastodonAPI: Add extension to set and get pleroma_settings_store.lain
2019-05-31User: Add settings store to Info, AccountViewlain
This is to provide a generic frontend settings storage mechanism for all kinds of frontends.
2019-05-29Merge developRoman Chvanikov
2019-05-26notification: remove local/remote match rules (too complicated)William Pitcock
2019-05-25user info: allow formdata for notification settings like every other APIWilliam Pitcock
2019-05-25notification: add non_follows/non_followers notification control settingsWilliam Pitcock