Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-22 | Correct the psql command | rinpatch | |
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 | Merge branch 'feature/mrf-anti-link-spam' into 'develop' | kaniini | |
implement anti link spam MRF See merge request pleroma/pleroma!1307 | |||
2019-06-21 | Merge branch 'fix/use-config-when-possible' into 'develop' | rinpatch | |
use Config in generated config when available See merge request pleroma/pleroma!1319 | |||
2019-06-21 | Merge branch 'oauth_secure_redirect' into 'develop' | kaniini | |
OAuth security improvements (`redirect_uri` listing enforcement) See merge request pleroma/pleroma!1302 | |||
2019-06-21 | Merge branch 'revert-6f5a0cc1' into 'develop' | kaniini | |
Revert "Merge branch 'fix/ogp-title' into 'develop'" See merge request pleroma/pleroma!1317 | |||
2019-06-21 | change the anti-link-spam MRF implementation to use old_user? instead of the ↵ | William Pitcock | |
previous name | |||
2019-06-21 | Merge branch 'fix-rate-limit-test' into 'develop' | kaniini | |
Fix rate limiter tests See merge request pleroma/pleroma!1316 | |||
2019-06-21 | use Config in generated config when available | rinpatch | |
Mix.Config is deprecated and does not work on OTP releases. However we can't fully switch to Config because it is not present in Elixir < 1.9. I tried to evaluate if Config is available at runtime, but for some weird reason OTP releases crash if I do that. | |||
2019-06-21 | Merge branch 'move-sample-configs' into 'develop' | rinpatch | |
Move config templates to priv so they can be found in releases See merge request pleroma/pleroma!1318 | |||
2019-06-21 | Apply suggestion to docs/installation/releases_en.md | rinpatch | |
2019-06-21 | Apply suggestion to docs/installation/releases_en.md | rinpatch | |
2019-06-21 | Apply suggestion to docs/installation/releases_en.md | rinpatch | |
2019-06-21 | Move config templates to priv so they can be found in releases | rinpatch | |
2019-06-21 | Fixed branch name substitutions for mix version (to comply to SemVer format). | Ivan Tashkinov | |
2019-06-21 | Revert "Merge branch 'fix/ogp-title' into 'develop'" | feld | |
This reverts merge request !1277 | |||
2019-06-21 | Fix rate limiter tests | Egor Kislitsyn | |
2019-06-21 | Default DB configuration to false and set the default database name to | rinpatch | |
`pleroma` instead of `pleroma_dev` | |||
2019-06-21 | Merge branch 'develop' into release-docs | rinpatch | |
2019-06-21 | Do not set ownership group in chown commands | rinpatch | |
2019-06-21 | Remove a useless echo | rinpatch | |
2019-06-21 | Change to long adduser options because the short ones only work on busybox | rinpatch | |
2019-06-21 | Add notes on RUM indexes | rinpatch | |
2019-06-21 | Add a note about RUM indexes package on Debian/Ubuntu | rinpatch | |
2019-06-21 | Correct package names for Debian | rinpatch | |
2019-06-21 | Formatting | rinpatch | |
2019-06-21 | OTP release install guide sceleton | rinpatch | |
2019-06-21 | Copy the nginx config to the release directory | rinpatch | |
2019-06-21 | Fix nginx webroot method config | rinpatch | |
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 | Merge branch 'fix/dynamic-configuration' into 'develop' | lain | |
Fixes for dynamic configuration See merge request pleroma/pleroma!1313 | |||
2019-06-20 | Fixes for dynamic configuration | Alexander Strizhakov | |
2019-06-20 | Disable rpc for instance gen | rinpatch | |
2019-06-20 | Fixed mix version computed for underscore-containing branches to be of ↵ | Ivan Tashkinov | |
SemVer format. | |||
2019-06-20 | Merge branch 'develop' into fix/config-gen-releases | rinpatch | |
2019-06-20 | Merge branch 'feature/release-update-script' into 'develop' | rinpatch | |
pleroma_ctl: add an update command Closes #1004 and #988 See merge request pleroma/pleroma!1305 | |||
2019-06-20 | Apply suggestion to rel/files/bin/pleroma_ctl | rinpatch | |
2019-06-20 | Export PLEROMA_BUILD_BRANCH | rinpatch | |
2019-06-20 | docs: better description for mrf anti link spam | William Pitcock | |
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 | Release Tasks: Ensure the application is loaded before getting the | rinpatch | |
modules Needed for non-rpc tasks to work | |||
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 | Merge branch 'user_sign_out_mix_task' into 'develop' | rinpatch | |
User sign out mix task See merge request pleroma/pleroma!1309 | |||
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 | unbreak polls | William Pitcock | |
2019-06-19 | implement anti link spam MRF | William Pitcock | |