Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-11 | Update `plug` dependency | Egor Kislitsyn | |
2019-06-11 | Update `ex_rated` dependency | Egor Kislitsyn | |
2019-06-11 | Replace `MastodonAPIController.account_register/2` rate limiter | Egor Kislitsyn | |
2019-06-11 | Update CHANGELOG | Egor Kislitsyn | |
2019-06-11 | Add rate limiting for search endpoints | Egor Kislitsyn | |
2019-06-11 | Add RateLimiter | Egor Kislitsyn | |
2019-06-11 | Merge branch 'change-containment-default' into 'develop' | kaniini | |
Configuration: Skip thread containment by default See merge request pleroma/pleroma!1256 | |||
2019-06-11 | Merge branch 'preload-changes' into 'develop' | kaniini | |
Conversations: Fetch users in one query. See merge request pleroma/pleroma!1258 | |||
2019-06-10 | Merge branch 'fix/warnings-in-migration' into 'develop' | lain | |
Remove unused imports and aliases from migration Closes #964 See merge request pleroma/pleroma!1263 | |||
2019-06-10 | Remove unused imports and aliases from migration | Sergey Suprunenko | |
2019-06-10 | Merge branch 'feature/releases' into 'develop' | lain | |
Releases See merge request pleroma/pleroma!1261 | |||
2019-06-10 | Update pleroma_ctl | lain | |
2019-06-10 | Merge branch 'issue/media-proxy-whitelist' into 'develop' | lain | |
Add more tests for using media_proxy and whitelists See merge request pleroma/pleroma!1262 | |||
2019-06-10 | Add more tests for using media_proxy and whitelists | Sergey Suprunenko | |
2019-06-09 | Add a changelog entry for releases | rinpatch | |
2019-06-09 | Merge branch 'develop' into feature/releases | rinpatch | |
2019-06-09 | specify that a version is needed for rollback | rinpatch | |
2019-06-09 | Add migrate/rollback to release tasks | rinpatch | |
2019-06-08 | Fix wrong placement of serve_endpoints | rinpatch | |
2019-06-08 | Use Mix.shell().yes? if available | rinpatch | |
2019-06-08 | Merge branch 'prod-loglevel-warn' into 'develop' | lain | |
Set default loglevel to `warn` in prod Closes #962 See merge request pleroma/pleroma!1260 | |||
2019-06-08 | Set default loglevel to `warn` in prod | rinpatch | |
It's rare that info logs are needed to debug the issue, so I would suggest setting them to warn in prod by default to make finding the relevant parts easier and potentially even decrease cpu usage on bigger instances Closes #962 | |||
2019-06-08 | Make mix tasks work in a release | rinpatch | |
2019-06-08 | Set serve_endpoints to true in prod config as setting it in runtime | rinpatch | |
config would cause issues with mix tasks | |||
2019-06-08 | Load ex_syslog and copy pleroma_ctl | rinpatch | |
2019-06-08 | Basic release skeleton | rinpatch | |
2019-06-08 | Merge branch 'fix/transmogrifier-inReplyTo' into 'develop' | lain | |
Transmogrifier: Do not crash if inReplyTo does not exist and can't be fetched See merge request pleroma/pleroma!1259 | |||
2019-06-08 | Merge branch 'bugfix/959-emoji-loading' into 'develop' | rinpatch | |
Emoji: Use full path to check if a file is a directory. Closes #959 See merge request pleroma/pleroma!1257 | |||
2019-06-07 | replace missing mock with a 404 | rinpatch | |
2019-06-07 | Transmogrifier: Do not crash if inReplyTo does not exist and can't be fetched | rinpatch | |
2019-06-07 | Conversations: Fetch users in one query. | lain | |
2019-06-07 | Emoji: Use full path to check if a file is a directory. | lain | |
2019-06-07 | Fix tests. | lain | |
2019-06-07 | Configuration: Skip thread containment by default | lain | |
In my tests the interaction between thread containment and other restrictions makes postgresql create some very bad query plans. This caused direct messages to time out on soykaf, for example. | |||
2019-06-07 | Merge branch 'fix/replace-mix-env' into 'develop' | kaniini | |
Replace Mix.env with Pleroma.Config.get(:env) See merge request pleroma/pleroma!1254 | |||
2019-06-07 | Merge branch 'fix/mix-tasks-ensure-no-endpoints-are-served' into 'develop' | kaniini | |
Mix Tasks: Switch to Application.ensure_all_started instead of Mix.Task.run and ensure serve_endpoints is set to false See merge request pleroma/pleroma!1255 | |||
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-06 | Replace Mix.env with Pleroma.Config.get(:env) | rinpatch | |
Mix.env/0 is not availible in release environments such as distillery or elixir's built-in releases. | |||
2019-06-06 | Merge branch 'fix/elixir-master-deprecation-warnings' into 'develop' | kaniini | |
Switch to manual Supervisor child specifications instead of Supervisor.Spec See merge request pleroma/pleroma!1252 | |||
2019-06-06 | Merge branch 'fix-search' into 'develop' | rinpatch | |
Fix search Closes #960 See merge request pleroma/pleroma!1253 | |||
2019-06-06 | User Search: Boost friends more strongly. | lain | |
2019-06-06 | MastodonAPI: Add test for user search. | lain | |
2019-06-06 | Switch to manual Supervisor child specifications instead of Supervisor.Spec | rinpatch | |
Supervisor.Spec is deprecated and causes warnings on Elixir master, see https://hexdocs.pm/elixir/Supervisor.Spec.html | |||
2019-06-06 | Merge branch 'improve-search' into 'develop' | rinpatch | |
[#943] Make the unauthenticated users limitation optional See merge request pleroma/pleroma!1251 | |||
2019-06-06 | [#943] Make the unauthenticated users limitation optional | Egor | |
2019-06-05 | Merge branch 'bugfix/377-stuck-follow-request' into 'develop' | kaniini | |
Bugfix/377 stuck follow request Closes #377 See merge request pleroma/pleroma!1250 | |||
2019-06-05 | Merge branch 'improve-search' into 'develop' | kaniini | |
[#943] Contain search for unauthenticated users See merge request pleroma/pleroma!1220 | |||
2019-06-05 | Utils: Use update_follow_state_for_all when appropriate. | lain | |
2019-06-05 | Utils: Split update_follow_state and update_follow_state_for_all. | lain | |
2019-06-05 | CommonAPI: Add test for accept_follow_request. | lain | |