Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-03 | Elixir 1.14 formatting | Haelwenn (lanodan) Monnier | |
2022-08-03 | bugfix/follow-state (#104) | floatingghost | |
Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma/pulls/104 | |||
2022-02-25 | Copyright bump for 2022 | Sean King | |
2021-10-06 | CI: Bump lint stage to elixir-1.12 | Haelwenn (lanodan) Monnier | |
Elixir 1.12 changed formatting rules, this allows to avoid having to rollback to run `mix format` | |||
2021-01-25 | Ensure consistent behavior between pleroma.user activate/deactivate mix tasks | Mark Felder | |
2021-01-25 | Provide pleroma.user mix task for both activate and deactivate | Mark Felder | |
2021-01-18 | Merge branch 'develop' into refactor/deactivated_user_field | Mark Felder | |
2021-01-15 | Remove toggle_confirmation; require explicit state change | Mark Felder | |
Also cosmetic changes to make the code clearer | |||
2021-01-15 | Change user.confirmation_pending field to user.is_confirmed | Mark Felder | |
2021-01-15 | Make setting user activation status explicit | Mark Felder | |
2021-01-15 | Remove toggle_activation | Mark Felder | |
2021-01-15 | Change user.deactivated field to user.is_active | Mark Felder | |
2021-01-13 | Bump Copyright to 2021 | Haelwenn (lanodan) Monnier | |
grep -rl '# Copyright © .* Pleroma' * | xargs sed -i 's;Copyright © .* Pleroma .*;Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>;' | |||
2020-12-17 | Merge remote-tracking branch 'upstream/develop' into registration-workflow | Alex Gleason | |
2020-12-04 | shell_yes?/1 was not showing the correct message and always defaults to yes ↵ | Mark Felder | |
which is dangerous | |||
2020-11-14 | Merge remote-tracking branch 'upstream/develop' into registration-workflow | Alex Gleason | |
2020-10-13 | Replace User.toggle_confirmation/1 with User.confirm/1, fixes #2235 | Alex Gleason | |
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 | |