- Jun 08, 2019
- Jun 07, 2019
-
-
kaniini authored
Replace Mix.env with Pleroma.Config.get(:env) See merge request pleroma/pleroma!1254
-
kaniini authored
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
-
rinpatch authored
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.
-
- Jun 06, 2019
-
-
rinpatch authored
Mix.env/0 is not availible in release environments such as distillery or elixir's built-in releases.
-
kaniini authored
Switch to manual Supervisor child specifications instead of Supervisor.Spec See merge request pleroma/pleroma!1252
-
rinpatch authored
Fix search Closes #960 See merge request pleroma/pleroma!1253
-
lain authored
-
lain authored
-
rinpatch authored
Supervisor.Spec is deprecated and causes warnings on Elixir master, see https://hexdocs.pm/elixir/Supervisor.Spec.html
-
rinpatch authored
[#943] Make the unauthenticated users limitation optional See merge request pleroma/pleroma!1251
-
minibikini authored
-
- Jun 05, 2019
-
-
kaniini authored
Bugfix/377 stuck follow request Closes #377 See merge request pleroma/pleroma!1250
-
kaniini authored
[#943] Contain search for unauthenticated users See merge request pleroma/pleroma!1220
-
lain authored
-
lain authored
-
lain authored
-
lain authored
-
lain authored
-
rinpatch authored
User: Don't error out when following a user that's already followed. See merge request pleroma/pleroma!1249
-
lain authored
OAuth consumer: tests fix, comments, Keycloak config notes See merge request pleroma/pleroma!1248
-
lain authored
-
lain authored
This leads to a few situations where it is impossible to follow a user.
-
Ivan Tashkinov authored
-
minibikini authored
-
minibikini authored
-
minibikini authored
-
minibikini authored
-
minibikini authored
-
minibikini authored
-
- Jun 04, 2019
-
-
Haelwenn authored
Mix: Swallow git error messages during version number handling. See merge request pleroma/pleroma!1247
-
Haelwenn authored
Participations: Filter out participations without activities. Closes #956 and #953 See merge request pleroma/pleroma!1246
-
lain authored
-
lain authored
Otherwise sometimes a 'fatal' message will be printed, confusing users.
-
lain authored
[#941] add option skip_thread_containment See merge request pleroma/pleroma!1237
-
Maksim authored
-
Maksim authored
-
Maksim authored
-