summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-06-10Remove unused imports and aliases from migrationSergey Suprunenko
2019-06-10Merge branch 'feature/releases' into 'develop'lain
Releases See merge request pleroma/pleroma!1261
2019-06-10Update pleroma_ctllain
2019-06-10Merge 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-10Add more tests for using media_proxy and whitelistsSergey Suprunenko
2019-06-09Add a changelog entry for releasesrinpatch
2019-06-09Merge branch 'develop' into feature/releasesrinpatch
2019-06-09specify that a version is needed for rollbackrinpatch
2019-06-09Add migrate/rollback to release tasksrinpatch
2019-06-08Fix wrong placement of serve_endpointsrinpatch
2019-06-08Use Mix.shell().yes? if availablerinpatch
2019-06-08Merge branch 'prod-loglevel-warn' into 'develop'lain
Set default loglevel to `warn` in prod Closes #962 See merge request pleroma/pleroma!1260
2019-06-08Set default loglevel to `warn` in prodrinpatch
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-08Make mix tasks work in a releaserinpatch
2019-06-08Set serve_endpoints to true in prod config as setting it in runtimerinpatch
config would cause issues with mix tasks
2019-06-08Load ex_syslog and copy pleroma_ctlrinpatch
2019-06-08Basic release skeletonrinpatch
2019-06-08Merge 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-08Merge 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-07replace missing mock with a 404rinpatch
2019-06-07Transmogrifier: Do not crash if inReplyTo does not exist and can't be fetchedrinpatch
2019-06-07Emoji: Use full path to check if a file is a directory.lain
2019-06-07Merge branch 'fix/replace-mix-env' into 'develop'kaniini
Replace Mix.env with Pleroma.Config.get(:env) See merge request pleroma/pleroma!1254
2019-06-07Merge 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-07Mix Tasks: Switch to Application.ensure_all_started instead ofrinpatch
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-06Replace 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-06Merge 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-06Merge branch 'fix-search' into 'develop'rinpatch
Fix search Closes #960 See merge request pleroma/pleroma!1253
2019-06-06User Search: Boost friends more strongly.lain
2019-06-06MastodonAPI: Add test for user search.lain
2019-06-06Switch to manual Supervisor child specifications instead of Supervisor.Specrinpatch
Supervisor.Spec is deprecated and causes warnings on Elixir master, see https://hexdocs.pm/elixir/Supervisor.Spec.html
2019-06-06Merge 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 optionalEgor
2019-06-05Merge branch 'bugfix/377-stuck-follow-request' into 'develop'kaniini
Bugfix/377 stuck follow request Closes #377 See merge request pleroma/pleroma!1250
2019-06-05Merge branch 'improve-search' into 'develop'kaniini
[#943] Contain search for unauthenticated users See merge request pleroma/pleroma!1220
2019-06-05Utils: Use update_follow_state_for_all when appropriate.lain
2019-06-05Utils: Split update_follow_state and update_follow_state_for_all.lain
2019-06-05CommonAPI: Add test for accept_follow_request.lain
2019-06-05User: Remove superfluous `maybe_follow`.lain
2019-06-05Transmogrifier: Add tests for incoming follows to locked accounts.lain
2019-06-05Merge branch 'fix-stuck-follows' into 'develop'rinpatch
User: Don't error out when following a user that's already followed. See merge request pleroma/pleroma!1249
2019-06-05Merge branch 'oauth_consumer_support_code' into 'develop'lain
OAuth consumer: tests fix, comments, Keycloak config notes See merge request pleroma/pleroma!1248
2019-06-05Typo + Linting.lain
2019-06-05User: Don't error out when following a user that's already followed.lain
This leads to a few situations where it is impossible to follow a user.
2019-06-05OAuth consumer: tests fix, comments, Keycloak config notes.Ivan Tashkinov
2019-06-05Fix formattingEgor Kislitsyn
2019-06-05Limit search for unauthenticated users to local users onlyEgor Kislitsyn
2019-06-05Create index on `activities.local`Egor Kislitsyn
2019-06-05Fix tests with enabled RUMEgor Kislitsyn
2019-06-05Update benchmark mix taskEgor Kislitsyn