aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/user
AgeCommit message (Collapse)Author
2019-04-23Extend Mastodon API with public endpoint for getting Favorites timeline of ↵Sergey Suprunenko
any user (#789)
2019-04-21Set digest emails to false by defaultRoman Chvanikov
2019-04-13Add User.Info.email_notificationsRoman Chvanikov
2019-04-10Merge branch 'develop' into feature/user-status-subscriptionsSadposter
2019-04-05Change relationship direction of subscriptionsSadposter
2019-04-05Add notification checksSadposter
2019-04-05Add API endpoints and user column for subscriptionSadposter
2019-03-28Add PUT /api/pleroma/notification_settings endpointeugenijm
2019-03-28Notification controlseugenijm
Allow users to configure whether they want to receive notifications from people they follow / who follow them, people from remote / local instances
2019-03-15formattingKaren Konou
2019-03-15Refactor to store user ap_id, add testsKaren Konou
2019-03-15Implement mastodon's reblog hiding featureKaren Konou
2019-03-13[Credo] Remove parentesis on argument-less functionsHaelwenn (lanodan) Monnier
2019-03-12Add "roles" to users admin APIMaxim Filippov
2019-03-03Remove follow_request_count as it's not needed for FE anymore.eugenijm
MastoFE uses `GET /api/v1/follow_requests` and PleromaFE uses `GET /api/pleroma/friend_requests` which they query on the initial page load.
2019-02-19Update the mute implementation to the current codebaseEkaterina Vaartis
Make it part of the info thing (and do a migration to ensure it's there)
2019-02-18Merge branch 'features/flavour-switching' into 'develop'kaniini
[MastoAPI] Add switching of frontend flavours See merge request pleroma/pleroma!807
2019-02-18Merge branch 'follow-request-count' into 'develop'kaniini
Follow request count See merge request pleroma/pleroma!817
2019-02-16[MastoAPI] Add switching of frontend flavoursHaelwenn (lanodan) Monnier
2019-02-16WelcomeMessage: Get rid of Ecto reference.lain
2019-02-16Add optional welcome message.lain
2019-02-15Add logic for keeping follow_request_count up-to-date on the `follow`,eugenijm
`approve_friend_request`, and `deny_friend_request` actions. Add follow_request_count to the user view.
2019-02-06hide_followings was renamed to hide_followers in the FE, but never synced up ↵Mark Felder
in the BE This was a dirty regex replace which worked on my server
2019-02-06Allow to configure visibility for admin and moderator badgeseugenijm
2019-02-03Split hide_network into hide_followers & hide_followings (fixed)Maxim Filippov
2019-02-01Revert "Merge branch 'feature/split-hide-network' into 'develop'"kaniini
This reverts merge request !733
2019-01-28Split hide_network into hide_followers & hide_followingsMaxim Filippov
2019-01-23Treat User.Info pinned ids as stringshref
2019-01-09Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵Egor Kislitsyn
feature/pinned-posts # Conflicts: # docs/config.md
2019-01-09user: factor out illogical User.Info.superuser?/1.William Pitcock
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-08rename `post` to `status`Egor Kislitsyn
2019-01-07add pinned postsEgor Kislitsyn
2018-12-31update copyright years to 2019William Pitcock
2018-12-23add license boilerplate to pleroma coreWilliam Pitcock
2018-12-19[#114] Made MastodonAPI and TwitterAPI user show actions return 404 for ↵Ivan Tashkinov
auth-inactive users unless requested by admin or moderator.
2018-12-19[#114] User.Info: renamed `confirmation_update` to `confirmation_changeset`.Ivan Tashkinov
2018-12-19[#114] User.Info: renamed `confirmation_update` to `confirmation_change`.Ivan Tashkinov
2018-12-18[#114] Account confirmation email, registration as unconfirmed ↵Ivan Tashkinov
(config-based), auth prevention for unconfirmed.
2018-12-18[#114] Email confirmation route, action, node setting, User.Info fields.Ivan Tashkinov
2018-12-16Mastodon API: Fix PUT /api/web/settingseal
2018-12-06MastoAPI: Fix put_settingsrinpatch
2018-12-05Fix merge.lain
2018-12-05Merge remote-tracking branch 'origin' into follower-hidinglain
2018-12-05TwitterAPI: Add network hiding.lain
2018-12-02Hide network in ap.lain
2018-12-02Fix background updating / handling.lain
2018-12-01More fixes for Info schema.lain
2018-12-01TwitterAPI: Fix banner and background update.lain
2018-12-01Fix masto api user updating.lain
2018-12-01Fix admin api.lain