Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2018-06-12 | Merge branch 'develop' into 'develop' | lambda | |
Dedupe uploads See merge request pleroma/pleroma!115 | |||
2018-06-12 | Update sample_config.eex | lambda | |
2018-06-11 | mix: add task for setting an account as locked or not | William Pitcock | |
2018-06-11 | make_moderator.ex: set cache on update | eal | |
2018-06-06 | Dedupe uploads | Sir_Boops | |
2018-05-19 | Merge branch 'feature/remote-user-deactivation' into 'develop' | lambda | |
remote user deactivation See merge request pleroma/pleroma!154 | |||
2018-05-16 | Fix User search. | lain | |
Now uses a trigram based search. This is a lot faster and gives better results. Closes #185. | |||
2018-05-13 | add mix task for deactivating a user by nickname | William Pitcock | |
2018-05-04 | Fix unused variables, imports, and aliases | Mark Felder | |
2018-05-04 | Clean up unused aliases and imports | Mark Felder | |
2018-04-19 | fix again | lain | |
2018-04-19 | fix again | lain | |
2018-04-19 | Fix generate config | lain | |
2018-04-19 | Revert "Ask for proxy URL if proxy enabled." | eal | |
The most common case is running it on the same server. | |||
2018-04-18 | rm_user: also ensure that cache is running. | eal | |
2018-04-18 | Fix rm_user task. | eal | |
2018-04-12 | Switch to User.delete for rm_user task | Phenethylamine | |
2018-04-12 | Add rm_user mix task | Phenethylamine | |
2018-04-10 | Fix register_user task. | lain | |
2018-03-30 | Format the code. | lain | |
2018-02-24 | Fixes 4: In Da Hood. | lain | |
2018-02-24 | Fixes Christmas Special | lain | |
2018-02-24 | Oh no! More fixes! | lain | |
2018-02-21 | Add AP fixup task. | lain | |
2018-02-21 | Add moderator task. | lain | |
2018-02-21 | Add password reset task. | lain | |
2018-01-12 | Ask for proxy URL if proxy enabled. | eal | |
Also change the true/false question to y/n | |||
2018-01-09 | added question about activating mediaproxy to config generator | Sebastian Huebner | |
2017-12-04 | unfuck | Henry Jameson | |
2017-12-04 | made psql script compatible with migrations or generate_config reruns | Henry Jameson | |
2017-12-04 | reverts config gen | Henry Jameson | |
2017-12-04 | fix | Henry Jameson | |
2017-12-04 | fixes | Henry Jameson | |
2017-12-04 | first version of safe DB setup | Henry Jameson | |
2017-11-23 | Add configuration generation tool, update readme. | Lain Iwakura | |
2017-04-15 | Use changeset in user registration mix task. | Roger Braun | |
2017-04-14 | Make new users follow themselves. | Roger Braun | |
2017-04-05 | Add user registration mix task. | Roger Braun | |