Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-13 | Change user.locked field to user.is_locked | Mark Felder | |
2020-09-25 | Simplify the value comparison | Mark Felder | |
2020-09-23 | Chase Pleroma.RepoStreamer.chunk_stream -> Pleroma.Repo.chunk_stream | Mark Felder | |
2020-09-23 | Merge branch 'develop' into feature/bulk-confirmation | Mark Felder | |
2020-09-16 | RepoStreamer.chunk_stream -> Repo.chunk_stream | Maksim Pechnikov | |
2020-09-08 | Add mix task for bulk [un]confirming the local instance users | Mark Felder | |
2020-07-09 | cleap up | Alexander Strizhakov | |
2020-07-09 | fix for info after tag/untag user | Alexander Strizhakov | |
2020-06-11 | New mix task: pleroma.user reset_mfa <nickname> | Haelwenn (lanodan) Monnier | |
2020-05-21 | rename mix task: `pleroma.user unsubscribe` -> `pleroma.user deactivate` | Maksim Pechnikov | |
2020-05-12 | unsubscribes of friends when user deactivated | Maksim Pechnikov | |
2020-05-01 | User deletion mix task: Use common pipeline. | lain | |
2020-03-02 | Bump copyright years of files changed after 2020-01-07 | Haelwenn (lanodan) Monnier | |
Done via the following command: git diff fcd5dd259a1700a045be902b43391b0d1bd58a5b --stat --name-only | xargs sed -i '/Pleroma Authors/c# Copyright © 2017-2020 Pleroma Authors <https:\/\/pleroma.social\/>' | |||
2020-02-25 | Fix Dialyzer warnings | Egor Kislitsyn | |
2019-12-10 | Merge remote-tracking branch 'remotes/upstream/develop' into ↵ | Ivan Tashkinov | |
1427-oauth-admin-scopes # Conflicts: # CHANGELOG.md | |||
2019-12-06 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
1427-oauth-admin-scopes | |||
2019-12-06 | [#1427] Reworked admin scopes support. | Ivan Tashkinov | |
Requalified users.is_admin flag as legacy accessor to admin actions in case token lacks admin scope(s). | |||
2019-12-02 | Fix `mix pleroma.user list` task | Egor Kislitsyn | |
2019-11-21 | Add CLI list users command | Alex Schroeder | |
2019-10-24 | Merge remote-tracking branch 'upstream/develop' into ↵ | Egor Kislitsyn | |
refactor/following-relationships | |||
2019-10-20 | [#1304] Moved remaining fields from User.Info to User. | Ivan Tashkinov | |
Misc. fixes / improvements. | |||
2019-10-16 | [#1304] Moved all non-mutes / non-blocks fields from User.Info to User. WIP. | Ivan Tashkinov | |
2019-10-11 | Replace `user.following` with Pleroma.FollowingRelationship | Egor Kislitsyn | |
2019-10-03 | Mix tasks: derive moduledoc from doc files | rinpatch | |
2019-10-03 | Move user tasks docs to a separate file | rinpatch | |
2019-09-24 | Add User.change_info/2 and User.update_info/2 | Egor Kislitsyn | |
2019-09-24 | Do not return tuple when unneeded | Egor Kislitsyn | |
2019-09-18 | Bump copyright years of files changed in 2019 | Haelwenn (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-08-02 | tasks/pleroma/user.ex: Fix documentation of --max-use and --expire-at | Haelwenn (lanodan) Monnier | |
Closes: https://git.pleroma.social/pleroma/pleroma/issues/1155 [ci skip] | |||
2019-07-19 | mix: add pleroma.user unsubscribe_all_from_instance | Ariadne Conill | |
2019-06-24 | [#184] small refactoring reset password | Maksim | |
2019-06-20 | Rename Pleroma.Mix.Tasks.Common -> Mix.Pleroma and import it's functions | rinpatch | |
instead of aliasing This seems to be the convention for functions that can be reused between different mix tasks in all Elixir projects I've seen and it gets rid on an error message when someone runs mix pleroma.common Also in this commit by accident: - Move benchmark task under a proper namespace - Insert a space after the prompt | |||
2019-06-19 | Apply suggestion to lib/mix/tasks/pleroma/user.ex | Ivan Tashkinov | |
2019-06-19 | User sign out mix task. | Ivan Tashkinov | |
2019-06-08 | Make mix tasks work in a release | rinpatch | |
2019-05-16 | Feature/896 toggling confirmation | Alexander Strizhakov | |
2019-05-13 | differences_in_mastoapi_responses.md: fullname & bio are optionnal | Alexander Strizhakov | |
[ci skip] | |||
2019-05-06 | Merge branch 'develop' of https://git.pleroma.social/pleroma/pleroma into ↵ | Alexander Strizhakov | |
feature/845-improve-status-deletion | |||
2019-05-01 | test fixes | Alex S | |
2019-04-22 | Use `User.get_cached*` everywhere | Egor | |
2019-04-08 | renaming expire_at -> expires_at | Alex S | |
keyword style change | |||
2019-04-06 | little channges | Alex S | |
2019-04-06 | token -> invite renaming | Alex S | |
2019-04-06 | generating tokens with mix | Alex S | |
2019-04-02 | Merge branch 'remove-user-activities' into 'develop' | lambda | |
[#757] Add mix task to delete user's activities See merge request pleroma/pleroma!1008 | |||
2019-04-02 | change `Repo.get(User, id)` => `User.get_by_id(id)` | Egor Kislitsyn | |
2019-04-02 | add `user delete_activities` mix task | Egor Kislitsyn | |
2019-04-02 | Merge remote-tracking branch 'pleroma/develop' into remove-user-activities | Egor Kislitsyn | |
2019-03-13 | [Credo] fix Credo.Check.Readability.AliasOrder | Haelwenn (lanodan) Monnier | |
2019-03-12 | fix wording | Egor Kislitsyn | |