Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-05 | Update mix tasks since User.info.info_changeset is deprecated | Rin Toshaka | |
2018-12-05 | Merge develop to refactor/mix-tasks | Rin Toshaka | |
2018-12-04 | change new to gen in instance.ex . Refactor user.ex | Rin Toshaka | |
2018-12-04 | compact database task: fix formatting | William Pitcock | |
2018-12-04 | mix: add task to compact the database | William Pitcock | |
2018-12-02 | F O R M A T I N G | Rin Toshaka | |
2018-12-02 | Move generate_invite to user.ex | Rin Toshaka | |
2018-12-02 | Refactor copypasta to a private function in instance.ex | Rin Toshaka | |
2018-12-02 | Lint fix | Rin Toshaka | |
2018-12-02 | Move gen.instance to instance.ex | Rin Toshaka | |
2018-12-02 | Move unsubscribe user task to pleroma/user.ex. Delete unsubscribe_user.ex. ↵ | Rin Toshaka | |
Fix pleroma.user toggle_activated to work not only on local users. | |||
2018-12-02 | Add uuid generation extension to sample_psql.eex. | lain | |
2018-12-02 | Lint fix | Rin Toshaka | |
2018-12-02 | Add admin option to pleroma.user new. Add user existence checking to ↵ | Rin Toshaka | |
toggle_activated | |||
2018-12-01 | Move set_admin task to lib/mix/tasks/pleroma/user.ex | rinpatch | |
2018-12-01 | Delete reactivate user task | rinpatch | |
2018-12-01 | Fix toggle_deactivated to reactivate a deactivated user | rinpatch | |
2018-12-01 | Attempt to resolve merge conflict | rinpatch | |
2018-11-30 | Uploads fun, part. 2 | href | |
2018-11-30 | reverse proxy / uploads | href | |
2018-11-17 | lib/mix/tasks/relay*: Use a with block | Haelwenn (lanodan) Monnier | |
2018-11-17 | Change Relay from `status` to `{status, message}` | Haelwenn (lanodan) Monnier | |
2018-11-17 | lib/mix/tasks/relay_{un,}follow.ex: Use a with block | Haelwenn (lanodan) Monnier | |
2018-11-17 | lib/mix/tasks/relay_{un,}follow.ex: Support status reply of Relay.{un,}follow | Haelwenn (lanodan) Monnier | |
2018-11-17 | lib/mix/tasks/make_admin.ex: New task | Haelwenn (lanodan) Monnier | |
2018-11-12 | sample config: chase http_security change | William Pitcock | |
2018-11-11 | sample config: document how to make CSPPlug send STS headers (off by default ↵ | William Pitcock | |
to allow for SSL debugging) | |||
2018-11-10 | lib/mix/tasks: s/@doc/@moduledoc/ | Haelwenn (lanodan) Monnier | |
2018-11-10 | lib/mix/tasks/unsubscribe_user.ex: Fix syntax from bad line copy | Haelwenn (lanodan) Monnier | |
2018-11-10 | lib/mix/tasks: Add remaining documentation for mix tasks | Haelwenn (lanodan) Monnier | |
2018-11-10 | Document the mix tasks in ex_doc instead | Haelwenn (lanodan) Monnier | |
2018-11-10 | Document mix tasks | Haelwenn (lanodan) Monnier | |
2018-11-01 | user: make User.delete() return data consistent with Object.delete() | William Pitcock | |
2018-10-29 | Add user reactivation task. | scarlett | |
2018-10-28 | mix tasks: add new task to unsubscribe all users from, and then ban a remote ↵ | William Pitcock | |
user (e.g. followbots) | |||
2018-10-27 | Cleanup postgresql setup script | Greizgh | |
Drop unused CREATEDB privilege. Do not try to handle multiple run. | |||
2018-09-20 | mix: remove fix_ap_users task, now obsolete | William Pitcock | |
2018-08-28 | fix S3 ref in sample config to generate proper path. | Thurloat | |
2018-08-28 | add a sample swift config | Thurloat | |
2018-08-28 | sample config: add S3 public endpoint option | William Pitcock | |
2018-08-27 | sample config: show how amazon s3 support is activated, including ↵ | William Pitcock | |
third-party clones like wasabi | |||
2018-08-26 | Merge branch 'develop' into 'feature/relay' | kaniini | |
# Conflicts: # lib/pleroma/web/activity_pub/utils.ex | |||
2018-08-23 | Move invite task to pleroma namespace | Jorty | |
Some other minor changes were made to make it consistent with the behavior of other tasks both within Pleroma and the conventions set by dependencies such as Phoenix. Namely, the task is named `gen.invite` and `IO.puts` has been replaced with references to `Mix.shell()` where appropriate. | |||
2018-08-23 | Refactor Mix tasks | Jorty | |
1. Move Mix tasks into a `pleroma` namespace, to avoid collisions with dependent packages. 2. Rename and condense tasks into two `pleroma.user` and `pleroma.gen.instance` tasks for consistency with Hex and Phoenix. 3. Add additional functionality to the tasks to make them more user-friendly. Arguments with sensible defaults were demoted to flags and in the interactive `generate_config` (renamed to `pleroma.gen.instance`), flags were added to allow non-interactive use, though interactive use remains the primary interface. That task also now prompts the user for database parameters. 4. Documentation has been added to both tasks such that `mix help` now shows useful information. 5. Finally, use of IO.puts in tasks has been replaced with Mix.shell() equivalents to make the behavior more consistent with Mix tasks in other packages, and such that variables like MIX_QUIET are respected. The only exception is in `mix pleroma.user reset_password`, wherein the URL must always be printed regardless of the value of MIX_QUIET since that's its entire purpose. | |||
2018-08-12 | Merge branch 'feature/invites' into 'develop' | lambda | |
Invites Closes #108 See merge request pleroma/pleroma!208 | |||
2018-08-12 | Update generate_invite_token.ex | lambda | |
2018-08-06 | relay: fix invoking federator, use a timer to sleep the mix task to force a ↵ | William Pitcock | |
context switch | |||
2018-08-06 | relay: add relay follow/unfollow tasks | William Pitcock | |
2018-06-17 | Token-generating task | Henry Jameson | |
2018-06-12 | set_moderator: ensureall applications are started. | eal | |