Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-10 | Strip internal fields including likes from incoming and outgoing activities | Sergey Suprunenko | |
2019-08-08 | Merge branch 'feature/digest-email' into 'develop' | lain | |
Feature/digest email See merge request pleroma/pleroma!1078 | |||
2019-08-03 | tasks: relay: add list task | Ariadne Conill | |
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-08-02 | Merge branch 'develop' into feature/digest-email | Roman Chvanikov | |
2019-07-30 | Admin changes | Alexander Strizhakov | |
2019-07-29 | constants: add as_public constant and use it everywhere | Ariadne Conill | |
2019-07-20 | Merge develop | Roman Chvanikov | |
2019-07-19 | mix: add pleroma.user unsubscribe_all_from_instance | Ariadne Conill | |
2019-07-16 | Merge develop | Roman Chvanikov | |
2019-07-15 | migrating task refactor | Alex S | |
2019-07-15 | atom keys with leading : | Alex S | |
2019-07-14 | Update DigestEmailWorker to compile and send emails via queue | Roman Chvanikov | |
2019-07-12 | merge develop | Roman Chvanikov | |
2019-07-10 | Merge branch 'release/listener' into 'develop' | kaniini | |
add listener port and ip option for 'pleroma.instance gen' and enable its test See merge request pleroma/pleroma!1393 | |||
2019-07-10 | Add license/copyright to all project files | feld | |
2019-07-10 | add listener port and ip option for 'pleroma.instance gen' and enable its test | Sachin Joshi | |
2019-07-09 | Merge develop | Roman Chvanikov | |
2019-07-09 | reverse proxy tests | Alexander Strizhakov | |
2019-07-05 | tasks/pleroma/instance.ex: Change :upload_dir to :uploads_dir | Haelwenn (lanodan) Monnier | |
Closes: https://git.pleroma.social/pleroma/pleroma/issues/1058 | |||
2019-06-29 | Resolve conflicts | Roman Chvanikov | |
2019-06-28 | Merge branch 'release-docs' into 'develop' | lain | |
Docs on OTP releases See merge request pleroma/pleroma!1315 | |||
2019-06-27 | don't delete config settings on admin update | Alexander Strizhakov | |
2019-06-24 | [#184] small refactoring reset password | Maksim | |
2019-06-23 | Merge branch 'admin-config' into 'develop' | kaniini | |
Admin config See merge request pleroma/pleroma!1328 | |||
2019-06-23 | support for config groups | Alex S | |
2019-06-22 | Support RUM indexes in the config generator | rinpatch | |
2019-06-22 | Merge branch 'develop' into release-docs | rinpatch | |
2019-06-22 | Ecto tasks: Resolve relative path using the application directory | rinpatch | |
instead of cwd and load the application before doing anything In OTP releases cwd != app directory and the configuration is read only if the application is loaded | |||
2019-06-22 | Remove the getting started steps from pleroma.instance gen task | rinpatch | |
They are not compatible with every platform, different for OTP releases and may become outdated. We are better off just telling people to refer to the installation guides for their particular platform | |||
2019-06-22 | Merge branch 'develop' into release-docs | rinpatch | |
2019-06-21 | Move config templates to priv so they can be found in releases | rinpatch | |
2019-06-21 | Default DB configuration to false and set the default database name to | rinpatch | |
`pleroma` instead of `pleroma_dev` | |||
2019-06-20 | Merge branch 'fix/config-gen-releases' into 'develop' | rinpatch | |
Refactor mix tasks a bit and make config generator work with releases See merge request pleroma/pleroma!1312 | |||
2019-06-20 | Fixes for dynamic configuration | Alexander Strizhakov | |
2019-06-20 | Allow setting upload/static directories in the config generator | rinpatch | |
2019-06-20 | Remove deprecated dedupe_media from the config template | rinpatch | |
2019-06-20 | Remove a useless binding from config template call | rinpatch | |
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-19 | aliases for mix tasks | Alexander Strizhakov | |
ecto.migrate ecto.rollback | |||
2019-06-14 | it is changed in compile time | Alexander Strizhakov | |
we can't change module attributes and endpoint settings in runtime | |||
2019-06-08 | Use Mix.shell().yes? if available | rinpatch | |
2019-06-08 | Make mix tasks work in a release | rinpatch | |
2019-06-07 | Mix Tasks: Switch to Application.ensure_all_started instead of | rinpatch | |
Mix.Task.run and ensure serve_endpoints is set to false In release environments there is no Mix.Task.run and serve_endpoints must be set to true for the endpoints to start, so we need to ensure it is set to false before starting Pleroma for executing a mix task. | |||
2019-06-07 | Resolve conflicts | Roman Chvanikov | |
2019-06-05 | Update benchmark mix task | Egor Kislitsyn | |
2019-06-04 | Add task to test emails | Roman Chvanikov | |
2019-05-29 | Merge develop | Roman Chvanikov | |