Age | Commit message (Collapse) | Author |
|
|
|
These deletion tasks are slow, but the other background jobs are not. This
will allow us to have a lower timeout on the normal background jobs.
|
|
|
|
|
|
|
|
|
|
|
|
Oban: change :discard return values to :cancel
See merge request pleroma/pleroma!4175
|
|
:discard will be removed in Oban 3.0. It was only meant for internal use.
|
|
Discard Remote Fetcher jobs which errored due to an MRF rejection
See merge request pleroma/pleroma!4174
|
|
Remove the unused ingestion queue
See merge request pleroma/pleroma!4173
|
|
Move poison dependency
See merge request pleroma/pleroma!4156
|
|
LDAP Authenticator: Improve error reporting.
See merge request pleroma/pleroma!4171
|
|
|
|
|
|
|
|
Refactor maybe_handle_group_posts/1
See merge request pleroma/pleroma!4170
|
|
|
|
# Conflicts:
# mix.exs
|
|
Translations update from Pleroma Weblate
See merge request pleroma/pleroma!4157
|
|
Currently translated at 94.5% (86 of 91 strings)
Translation: Pleroma/Pleroma Backend (domain static_pages)
Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma-backend-domain-static_pages/uk/
|
|
Currently translated at 16.2% (160 of 985 strings)
Translation: Pleroma/Pleroma Backend (domain config_descriptions)
Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma-backend-domain-config_descriptions/uk/
|
|
Currently translated at 12.0% (6 of 50 strings)
Translation: Pleroma/Pleroma Backend (domain oauth_scopes)
Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma-backend-domain-oauth_scopes/uk/
|
|
Currently translated at 94.5% (86 of 91 strings)
Translation: Pleroma/Pleroma Backend (domain static_pages)
Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma-backend-domain-static_pages/uk/
|
|
Currently translated at 65.9% (31 of 47 strings)
Translation: Pleroma/Pleroma Backend (domain posix_errors)
Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma-backend-domain-posix_errors/uk/
|
|
Currently translated at 91.1% (31 of 34 strings)
Translation: Pleroma/Pleroma Backend (domain default)
Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma-backend-domain-default/uk/
|
|
Currently translated at 15.7% (155 of 985 strings)
Translation: Pleroma/Pleroma Backend (domain config_descriptions)
Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma-backend-domain-config_descriptions/uk/
|
|
|
|
|
|
|
|
Fix LDAP support
See merge request pleroma/pleroma!4168
|
|
|
|
|
|
|
|
Elixir 1.17 warnings
See merge request pleroma/pleroma!4163
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
clauses.
|
|
|
|
|
|
|
|
|
|
Fixes module name being not fully qualified
warning: AdminAPI.FallbackController.call/2 is undefined (module AdminAPI.FallbackController is not available or is yet to be defined)
│
5 │ defmodule Pleroma.Web.AdminAPI.RuleController do
│ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
│
└─ lib/pleroma/web/admin_api/controllers/rule_controller.ex:5: Pleroma.Web.AdminAPI.RuleController.action/2
warning: AdminAPI.FallbackController.init/1 is undefined (module AdminAPI.FallbackController is not available or is yet to be defined)
│
5 │ defmodule Pleroma.Web.AdminAPI.RuleController do
│ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
│
└─ lib/pleroma/web/admin_api/controllers/rule_controller.ex:5: Pleroma.Web.AdminAPI.RuleController.action/2
|
|
Function calls must have parens
|
|
Ensure StripLocation works for PNGs
See merge request pleroma/pleroma!4167
|