aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/user/info.ex
AgeCommit message (Collapse)Author
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
2018-11-30Assorted fixes.lain
2018-11-30Fix TwitterApiController.lain
2018-11-27Fix ostatus test.lain
2018-11-27More fixes.lain
2018-11-27HTTP sig fixes.lain
2018-11-20Fix most mastodon api bugs.lain
2018-11-20Fix formatter tests.lain
2018-11-18Several twitter api fixes.lain
2018-11-18Fix user updating from AP.lain
2018-11-18Fix most User tests.lain
2018-11-18Fix setting of keys.lain
2018-11-18Fix note count update.lain
2018-11-18Fix blocking.lain
2018-11-18Formatting.lain
2018-11-18Fix follower count setting.lain
2018-11-18Fix note counting.lain
2018-11-18Add User.Info modulelain
To validate and mutate the user.info field.